Skip to content

Commit b3d7d4f

Browse files
authored
Merge pull request Azure#19832 from Azure/release-2022-10-17
Release-2022-10-17
2 parents 8a4483c + a630b8d commit b3d7d4f

File tree

100 files changed

+13169
-13162
lines changed

Some content is hidden

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

100 files changed

+13169
-13162
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 10/10/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.2.0'
15+
ModuleVersion = '2.0.0'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'

src/Advisor/Changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
-->
2020
## Upcoming Release
2121

22-
## Version 1.2.0
22+
## Version 2.0.0
2323
* Bumped API version to 2020-01-01
2424

2525
## 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.2.0")]
28-
[assembly: AssemblyFileVersion("1.2.0")]
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.1")]
28-
[assembly: AssemblyFileVersion("4.3.1")]
27+
[assembly: AssemblyVersion("5.0.0")]
28+
[assembly: AssemblyFileVersion("5.0.0")]

src/Aks/Aks/Az.Aks.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 10/10/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.1'
15+
ModuleVersion = '5.0.0'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'

src/Aks/Aks/ChangeLog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
-->
2020
## Upcoming Release
2121

22-
## Version 4.3.1
22+
## Version 5.0.0
2323
* [Breaking Change] Removed the alias `Install-AzAksKubectl` of `Install-AzAksCliTool`.
2424

2525
## 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.1")]
27-
[assembly: AssemblyFileVersion("4.3.1")]
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.1.0")]
46-
[assembly: AssemblyFileVersion("3.1.0")]
45+
[assembly: AssemblyVersion("4.0.0")]
46+
[assembly: AssemblyFileVersion("4.0.0")]

src/ApiManagement/ApiManagement/Az.ApiManagement.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 10/10/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 = '3.1.0'
15+
ModuleVersion = '4.0.0'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'

0 commit comments

Comments
 (0)