33#
44# Generated by: Microsoft Corporation
55#
6- # Generated on: 10/11 /2024
6+ # Generated on: 10/17 /2024
77#
88
99@ {
1212# RootModule = ''
1313
1414# Version number of this module.
15- ModuleVersion = ' 0.11.0 '
15+ ModuleVersion = ' 0.11.1 '
1616
1717# Supported PSEditions
1818CompatiblePSEditions = ' Core' , ' Desktop'
@@ -58,10 +58,10 @@ RequiredAssemblies =
5858 ' ConnectedKubernetes.Autorest/bin/Az.ConnectedKubernetes.private.dll'
5959
6060# Script files (.ps1) that are run in the caller's environment prior to importing this module.
61- ScriptsToProcess = @ ()
61+ # ScriptsToProcess = @()
6262
6363# Type files (.ps1xml) to be loaded when importing this module
64- TypesToProcess = @ ()
64+ # TypesToProcess = @()
6565
6666# Format files (.ps1xml) to be loaded when importing this module
6767FormatsToProcess =
@@ -100,7 +100,7 @@ PrivateData = @{
100100 PSData = @ {
101101
102102 # Tags applied to this module. These help with module discovery in online galleries.
103- Tags = ' Azure' , ' ResourceManager' , ' ARM' , ' PSModule' , ' ConnectedKubernetes'
103+ Tags = ' Azure' , ' ResourceManager' , ' ARM' , ' PSModule' , ' ConnectedKubernetes'
104104
105105 # A URL to the license for this module.
106106 LicenseUri = ' https://aka.ms/azps-license'
@@ -112,9 +112,8 @@ PrivateData = @{
112112 # IconUri = ''
113113
114114 # ReleaseNotes of this module
115- ReleaseNotes = ' * Added support for Workload Identity Federation and OIDC Issuer features to the ConnectedKubernetes cmdlets.
116- * Added support for arc gateway feature in cmdlet New-AzConnectedKubernetes.
117- * Added Set-AzConnectedKubernetes cmdlet to support updateing arc gateway features on existing resource.'
115+ ReleaseNotes = ' * Fixed environment variable usage
116+ * Got rid of deprecated module and improved logging'
118117
119118 # Prerelease string of this module
120119 # Prerelease = ''
@@ -127,7 +126,7 @@ PrivateData = @{
127126
128127 } # End of PSData hashtable
129128
130- } # End of PrivateData hashtable
129+ } # End of PrivateData hashtable
131130
132131# HelpInfo URI of this module
133132# HelpInfoURI = ''
0 commit comments