3
3
#
4
4
# Generated by: Microsoft Corporation
5
5
#
6
- # Generated on: 10/11 /2024
6
+ # Generated on: 10/17 /2024
7
7
#
8
8
9
9
@ {
12
12
# RootModule = ''
13
13
14
14
# Version number of this module.
15
- ModuleVersion = ' 0.11.0 '
15
+ ModuleVersion = ' 0.11.1 '
16
16
17
17
# Supported PSEditions
18
18
CompatiblePSEditions = ' Core' , ' Desktop'
@@ -58,10 +58,10 @@ RequiredAssemblies =
58
58
' ConnectedKubernetes.Autorest/bin/Az.ConnectedKubernetes.private.dll'
59
59
60
60
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
61
- ScriptsToProcess = @ ()
61
+ # ScriptsToProcess = @()
62
62
63
63
# Type files (.ps1xml) to be loaded when importing this module
64
- TypesToProcess = @ ()
64
+ # TypesToProcess = @()
65
65
66
66
# Format files (.ps1xml) to be loaded when importing this module
67
67
FormatsToProcess =
@@ -100,7 +100,7 @@ PrivateData = @{
100
100
PSData = @ {
101
101
102
102
# 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'
104
104
105
105
# A URL to the license for this module.
106
106
LicenseUri = ' https://aka.ms/azps-license'
@@ -112,9 +112,8 @@ PrivateData = @{
112
112
# IconUri = ''
113
113
114
114
# 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'
118
117
119
118
# Prerelease string of this module
120
119
# Prerelease = ''
@@ -127,7 +126,7 @@ PrivateData = @{
127
126
128
127
} # End of PSData hashtable
129
128
130
- } # End of PrivateData hashtable
129
+ } # End of PrivateData hashtable
131
130
132
131
# HelpInfo URI of this module
133
132
# HelpInfoURI = ''
0 commit comments