Skip to content

Commit 724effd

Browse files
committed
release-2022-10-17
1 parent 134e560 commit 724effd

File tree

99 files changed

+175378
-75796
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

99 files changed

+175378
-75796
lines changed

ChangeLog.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 9.0.0 - October 2022
1+
## 9.0.1 - October 2022
22
#### Az.Accounts
33
* Upgraded Azure.Core to 1.25.0 and Azure.Identity to 1.6.1
44
* Upgraded Microsoft.Identity.Client to 4.46.2 and Microsoft.Identity.Client.Extensions.Msal to 2.23.0
@@ -162,13 +162,12 @@
162162
* Onboard Project AzureML Registries to Private Link Common Cmdlets
163163

164164
#### Az.RecoveryServices
165-
* [Breaking Change] Added fix for Enable-AzRecoveryServicesBackupProtection cmdlet. Resolved the null refrence issue by making policy a mandatory parameter.
165+
* [Breaking Change] Added fix for Enable-AzRecoveryServicesBackupProtection cmdlet. Resolved the null reference issue by making policy a mandatory parameter.
166166
* [Breaking Change] Removed status filter from Get-AzRecoveryServicesBackupContainer command
167167
* Added SubTasks Duration for IaasVM job
168168

169169
#### Az.Resources
170-
* Removed unused reference to resource identifier in role assignment create cmdlet
171-
* Exposed parameter '-Count' for 'Get-AzADApplication', 'Get-AzADServicePrincipal', 'Get-AzADGroup' [#19476]
170+
* Fixed NullReferenceException issue in 'New-AzRoleAssignment' [#19793]
172171

173172
#### Az.SecurityInsights
174173
* Changed 'Az.SecurityInsights' to autorest-based module

src/Advisor/Az.Advisor.psd1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 10/9/2022
6+
# Generated on: 10/15/2022
77
#
88

99
@{
@@ -12,7 +12,7 @@
1212
RootModule = './Az.Advisor.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '1.1.2'
15+
ModuleVersion = '2.0.0'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2'
5151
# ProcessorArchitecture = ''
5252

5353
# Modules that must be imported into the global environment prior to importing this module
54-
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.7.4'; })
54+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.10.2'; })
5555

5656
# Assemblies that must be loaded prior to importing this module
5757
RequiredAssemblies = './bin/Az.Advisor.private.dll'
@@ -109,7 +109,7 @@ PrivateData = @{
109109
# IconUri = ''
110110

111111
# ReleaseNotes of this module
112-
# ReleaseNotes = ''
112+
ReleaseNotes = '* Bumped API version to 2020-01-01'
113113

114114
# Prerelease string of this module
115115
# Prerelease = ''

src/Advisor/Changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21+
22+
## Version 2.0.0
2123
* Bumped API version to 2020-01-01
2224

2325
## Version 1.1.2

src/Advisor/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
[assembly: ComVisible(false)]
2525
[assembly: CLSCompliant(false)]
2626
[assembly: Guid("5d636d31-fff2-4ac2-bf7c-cce9031f8c72")]
27-
[assembly: AssemblyVersion("1.1.2")]
28-
[assembly: AssemblyFileVersion("1.1.2")]
27+
[assembly: AssemblyVersion("2.0.0")]
28+
[assembly: AssemblyFileVersion("2.0.0")]

src/Aks/Aks.Autorest/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
[assembly: ComVisible(false)]
2525
[assembly: CLSCompliant(false)]
2626
[assembly: Guid("5970aa1c-f499-4b40-aeee-426ab8876d7e")]
27-
[assembly: AssemblyVersion("4.3.0")]
28-
[assembly: AssemblyFileVersion("4.3.0")]
27+
[assembly: AssemblyVersion("5.0.0")]
28+
[assembly: AssemblyFileVersion("5.0.0")]

src/Aks/Aks/Az.Aks.psd1

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 9/29/2022
6+
# Generated on: 10/15/2022
77
#
88

99
@{
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '4.3.0'
15+
ModuleVersion = '5.0.0'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2'
5353
# ProcessorArchitecture = ''
5454

5555
# Modules that must be imported into the global environment prior to importing this module
56-
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.10.0'; })
56+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.10.2'; })
5757

5858
# Assemblies that must be loaded prior to importing this module
5959
RequiredAssemblies = 'YamlDotNet.dll', 'AutoMapper.dll',
@@ -107,8 +107,7 @@ PrivateData = @{
107107
PSData = @{
108108

109109
# Tags applied to this module. These help with module discovery in online galleries.
110-
Tags = 'Azure', 'ResourceManager', 'ARM', 'AKS', 'Kubernetes', 'Container',
111-
'Orchestrator', 'Containers', 'Docker'
110+
Tags = 'Azure','ResourceManager','ARM','AKS','Kubernetes','Container','Orchestrator','Containers','Docker'
112111

113112
# A URL to the license for this module.
114113
LicenseUri = 'https://aka.ms/azps-license'
@@ -120,13 +119,7 @@ PrivateData = @{
120119
# IconUri = ''
121120

122121
# ReleaseNotes of this module
123-
ReleaseNotes = '* Added support of ''FQDN'' in ''Import-AzAksCredential'' [#17711]
124-
* Added hint when ''Import-AzAksCredential'' meets bad formatted kubernetes configuration file [#16741]
125-
* Added parameter ''-NodeResourceGroup'' for ''New-AzAksCluster''. [#19014]
126-
* Added support for ''Auto Upgrade'' in ''New-AzAksCluster'' and ''Set-AzAksCluster''.
127-
* Added support for ''Http Proxy'' in ''New-AzAksCluster'' and ''Set-AzAksCluster''.
128-
* Added parameter ''DisableLocalAccount'' and ''DiskEncryptionSetID'' in ''New-AzAksCluster'' and ''Set-AzAksCluster''.
129-
* Added logic for installing ''kubelogin'' in ''Install-AzAksKubectl''.'
122+
ReleaseNotes = '* [Breaking Change] Removed the alias ''Install-AzAksKubectl'' of ''Install-AzAksCliTool''.'
130123

131124
# Prerelease string of this module
132125
# Prerelease = ''
@@ -139,7 +132,7 @@ PrivateData = @{
139132

140133
} # End of PSData hashtable
141134

142-
} # End of PrivateData hashtable
135+
} # End of PrivateData hashtable
143136

144137
# HelpInfo URI of this module
145138
# HelpInfoURI = ''

src/Aks/Aks/ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21+
22+
## Version 5.0.0
2123
* [Breaking Change] Removed the alias `Install-AzAksKubectl` of `Install-AzAksCliTool`.
2224

2325
## Version 4.3.0

src/Aks/Aks/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@
2323
[assembly: ComVisible(false)]
2424
[assembly: CLSCompliant(false)]
2525
[assembly: Guid("a97e0c3e-e389-46a6-b73d-2b9bd6909bdb")]
26-
[assembly: AssemblyVersion("4.3.0")]
27-
[assembly: AssemblyFileVersion("4.3.0")]
26+
[assembly: AssemblyVersion("5.0.0")]
27+
[assembly: AssemblyFileVersion("5.0.0")]

src/ApiManagement/ApiManagement.ServiceManagement/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@
4242
// You can specify all the values or you can default the Build and Revision Numbers
4343
// by using the '*' as shown below:
4444

45-
[assembly: AssemblyVersion("3.0.1")]
46-
[assembly: AssemblyFileVersion("3.0.1")]
45+
[assembly: AssemblyVersion("4.0.0")]
46+
[assembly: AssemblyFileVersion("4.0.0")]

src/ApiManagement/ApiManagement/Az.ApiManagement.psd1

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 2022/9/2
6+
# Generated on: 10/15/2022
77
#
88

99
@{
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '3.0.1'
15+
ModuleVersion = '4.0.0'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2'
5353
# ProcessorArchitecture = ''
5454

5555
# Modules that must be imported into the global environment prior to importing this module
56-
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.10.0'; })
56+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.10.2'; })
5757

5858
# Assemblies that must be loaded prior to importing this module
5959
RequiredAssemblies = 'AutoMapper.dll', 'Microsoft.Azure.Management.ApiManagement.dll',
@@ -209,8 +209,7 @@ PrivateData = @{
209209
# IconUri = ''
210210

211211
# ReleaseNotes of this module
212-
ReleaseNotes = '* Added warning message for upcoming breaking change: changed the type of parameter Sku from Enum to String
213-
* Supported GraphQL Specification Format'
212+
ReleaseNotes = '* [Breaking Change] Changed the type of parameter ''Sku'' from Enum to String in ''Add-AzApiManagementRegion'', ''New-AzApiManagement'' and ''Update-AzApiManagementRegion''.'
214213

215214
# Prerelease string of this module
216215
# Prerelease = ''

src/ApiManagement/ApiManagement/ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21+
22+
## Version 4.0.0
2123
* [Breaking Change] Changed the type of parameter `Sku` from Enum to String in `Add-AzApiManagementRegion`, `New-AzApiManagement` and `Update-AzApiManagementRegion`.
2224

2325
## Version 3.0.1

src/ApiManagement/ApiManagement/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@
4141
// You can specify all the values or you can default the Build and Revision Numbers
4242
// by using the '*' as shown below:
4343

44-
[assembly: AssemblyVersion("3.0.1")]
45-
[assembly: AssemblyFileVersion("3.0.1")]
44+
[assembly: AssemblyVersion("4.0.0")]
45+
[assembly: AssemblyFileVersion("4.0.0")]

src/Attestation/Attestation.Autorest/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
[assembly: ComVisible(false)]
2525
[assembly: CLSCompliant(false)]
2626
[assembly: Guid("163780f9-65b1-4854-98aa-6967892d7b6a")]
27-
[assembly: AssemblyVersion("0.1.0")]
28-
[assembly: AssemblyFileVersion("0.1.0")]
27+
[assembly: AssemblyVersion("2.0.0")]
28+
[assembly: AssemblyFileVersion("2.0.0")]

src/Attestation/Attestation/Az.Attestation.psd1

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 9/20/2022
6+
# Generated on: 10/15/2022
77
#
88

99
@{
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '1.0.0'
15+
ModuleVersion = '2.0.0'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2'
5353
# ProcessorArchitecture = ''
5454

5555
# Modules that must be imported into the global environment prior to importing this module
56-
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.7.4'; })
56+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.10.2'; })
5757

5858
# Assemblies that must be loaded prior to importing this module
5959
RequiredAssemblies = 'Microsoft.Azure.Management.Attestation.dll',
@@ -107,7 +107,7 @@ PrivateData = @{
107107
PSData = @{
108108

109109
# Tags applied to this module. These help with module discovery in online galleries.
110-
Tags = 'Azure', 'ResourceManager', 'ARM', 'Attestation'
110+
Tags = 'Azure','ResourceManager','ARM','Attestation'
111111

112112
# A URL to the license for this module.
113113
LicenseUri = 'https://aka.ms/azps-license'
@@ -119,7 +119,9 @@ PrivateData = @{
119119
# IconUri = ''
120120

121121
# ReleaseNotes of this module
122-
ReleaseNotes = '* General availability of ''Az.Attestation'' module'
122+
ReleaseNotes = '* [Breaking Change] Replaced ''New/Remove/Get-AzAttestation'' with ''New/Remove/Get-AzAttestationProvider''
123+
* Added ''Get-AzAttestationDefaultProvider'' and ''Update-AzAttestationProvider''
124+
* Upgraded API version from 2018-09-01-preview to 2020-10-01'
123125

124126
# Prerelease string of this module
125127
# Prerelease = ''
@@ -132,7 +134,7 @@ PrivateData = @{
132134

133135
} # End of PSData hashtable
134136

135-
} # End of PrivateData hashtable
137+
} # End of PrivateData hashtable
136138

137139
# HelpInfo URI of this module
138140
# HelpInfoURI = ''

src/Attestation/Attestation/ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020

2121

2222
## Upcoming Release
23+
24+
## Version 2.0.0
2325
* [Breaking Change] Replaced `New/Remove/Get-AzAttestation` with `New/Remove/Get-AzAttestationProvider`
2426
* Added `Get-AzAttestationDefaultProvider` and `Update-AzAttestationProvider`
2527
* Upgraded API version from 2018-09-01-preview to 2020-10-01

src/Attestation/Attestation/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
[assembly: CLSCompliant(false)]
3030

3131
[assembly: Guid("2994548F-69B9-4DC2-8D19-52CC0C0C85BC")]
32-
[assembly: AssemblyVersion("1.0.0")]
33-
[assembly: AssemblyFileVersion("1.0.0")]
32+
[assembly: AssemblyVersion("2.0.0")]
33+
[assembly: AssemblyFileVersion("2.0.0")]
3434
#if !SIGN
3535
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Attestation.Test")]
3636
#endif

src/Compute/Compute.Autorest/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
[assembly: ComVisible(false)]
2525
[assembly: CLSCompliant(false)]
2626
[assembly: Guid("05e53bbe-85c7-4f90-b796-25b4d044090b")]
27-
[assembly: AssemblyVersion("4.31.0")]
28-
[assembly: AssemblyFileVersion("4.31.0")]
27+
[assembly: AssemblyVersion("5.0.0")]
28+
[assembly: AssemblyFileVersion("5.0.0")]

src/Compute/Compute.Helpers/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@
2626
[assembly: CLSCompliant(false)]
2727
[assembly: Guid("ba0d06e0-118c-4f34-b01c-7f6335577747")]
2828

29-
[assembly: AssemblyVersion("4.31.0")]
30-
[assembly: AssemblyFileVersion("4.31.0")]
29+
[assembly: AssemblyVersion("5.0.0")]
30+
[assembly: AssemblyFileVersion("5.0.0")]

src/Compute/Compute/Az.Compute.psd1

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 2022/9/2
6+
# Generated on: 10/15/2022
77
#
88

99
@{
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '4.31.0'
15+
ModuleVersion = '5.0.0'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -54,7 +54,7 @@ DotNetFrameworkVersion = '4.7.2'
5454
# ProcessorArchitecture = ''
5555

5656
# Modules that must be imported into the global environment prior to importing this module
57-
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.10.0'; })
57+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.10.2'; })
5858

5959
# Assemblies that must be loaded prior to importing this module
6060
RequiredAssemblies = 'AutoMapper.dll', 'Microsoft.Azure.Management.Compute.dll',
@@ -232,16 +232,15 @@ PrivateData = @{
232232
# IconUri = ''
233233

234234
# ReleaseNotes of this module
235-
ReleaseNotes = '* Added Trusted Launch Generic Breaking Change warning for ''New-AzVM'', ''New-AzDisk'' and ''New-AzVMSS'' cmdlets.
236-
* ''Get-AzVMRunCommand'' now shows all the properties of VMRunCommand in a list format.
237-
* Added new Parameter ''-PublicIpSku'' to the ''NewAzVM'' cmdlet with acceptable values : ''Basic'' and ''Standard''.
238-
* Added Generic Breaking Change PublicIpSku Warning and Overridden ''-Zone'' logic when ''-PublicIpSku'' is explicitly provided.
239-
* Added Disk Delete Optional parameters ''OsDisk Deletion Option'' and ''Delete Option'' to the ''Set-AzVmssStorageProfile'' (OS Disk) and ''Add-AzVmssDataDisk'' (Data Disk)
240-
* Improved printed output for ''Get-AzComputeResourceSku''
241-
* Updated ''Update-AzVm'' to give constructive error messages when empty variables are passed in parameters. [#15081]
242-
* Added ''Zone'' and ''IntentVMSizeList'' optional parameters to the cmdlet ''New-AzProximityPlacementGroup''.
243-
* Added parameters to Gallery cmdlets for Community Galleries
244-
* For ''New-AzGalleryImageVersion'', ''CVMEncryptionType'' and ''CVMDiskEncryptionSetID'' added as keys for parameter ''-Target''.'
235+
ReleaseNotes = '* Added the ''TimeCreated'' property to the Virtual Machine and Virtual Machine Scale Set models.
236+
* Added Confidential VM functionality to multiple cmdlets.
237+
* Added new parameter ''SecureVMDiskEncryptionSet'' to cmdlet ''Set-AzDiskSecurityProfile''.
238+
* Added new parameters ''SecureVMDiskEncryptionSet'' and ''SecurityEncryptionType'' to cmdlet ''Set-AzVMOSDisk''.
239+
* Improved cmdlet descriptions and parameter descriptions for VM/VMSS creation.
240+
* Added the ''BaseRegularPriorityCount'' integer property to the following cmdlets: ''New-AzVmssConfig'' and ''Update-AzVmssConfig''
241+
* Added the ''RegularPriorityPercentage'' integer property to the following cmdlets: ''New-AzVmssConfig'' and ''Update-AzVmssConfig''
242+
* Added Breaking Changes for Add-AzVMAdditionalUnattendContent and Get-AzGallery cmdlets
243+
* Added ''-DiskControllerType'' property to the following cmdlets: ''New-AzVm'', ''New-AzVmss'', ''New-AzVmConfig'', ''Set-AzVmssStorageProfile'''
245244

246245
# Prerelease string of this module
247246
# Prerelease = ''

src/Compute/Compute/ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
2121
-->
2222
## Upcoming Release
23+
24+
## Version 5.0.0
2325
* Added the `TimeCreated` property to the Virtual Machine and Virtual Machine Scale Set models.
2426
* Added Confidential VM functionality to multiple cmdlets.
2527
* Added new parameter `SecureVMDiskEncryptionSet` to cmdlet `Set-AzDiskSecurityProfile`.

src/Compute/Compute/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
[assembly: ComVisible(false)]
2626
[assembly: CLSCompliant(false)]
2727
[assembly: Guid("91792853-487B-4DC2-BE6C-DD09A0A1BC10")]
28-
[assembly: AssemblyVersion("4.31.0")]
29-
[assembly: AssemblyFileVersion("4.31.0")]
28+
[assembly: AssemblyVersion("5.0.0")]
29+
[assembly: AssemblyFileVersion("5.0.0")]
3030
#if !SIGN
3131
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Compute.Test")]
3232
#endif

0 commit comments

Comments
 (0)