Skip to content

Commit 319aac9

Browse files
authored
Bump version for Az (#17451)
1 parent 481b86a commit 319aac9

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

ChangeLog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
## 7.3.1 - March 2022
1+
## 7.3.2 - March 2022
22
#### Az.Accounts
33
* Changed target framework of AuthenticationAssemblyLoadContext to netcoreapp2.1 [#17428]
44

55
#### Az.Compute
6-
* Updated New-AzVM feature for `vCPUsAvailable` and `vCPUsPerCore` parameters. Cmdlets will not try to use the new `VMCustomizationPreview` feature if the user does not have access to that feature. [#17370]
6+
* Updated New-AzVM feature for 'vCPUsAvailable' and 'vCPUsPerCore' parameters. Cmdlets will not try to use the new 'VMCustomizationPreview' feature if the user does not have access to that feature. [#17370]
77

88
## 7.3.0 - March 2022
99
#### Az.Accounts

tools/Az/Az.psd1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '7.3.1'
15+
ModuleVersion = '7.3.2'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -66,7 +66,7 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.7.4'; },
6666
@{ModuleName = 'Az.Cdn'; RequiredVersion = '1.8.1'; },
6767
@{ModuleName = 'Az.CloudService'; RequiredVersion = '1.1.0'; },
6868
@{ModuleName = 'Az.CognitiveServices'; RequiredVersion = '1.10.0'; },
69-
@{ModuleName = 'Az.Compute'; RequiredVersion = '4.24.0'; },
69+
@{ModuleName = 'Az.Compute'; RequiredVersion = '4.24.1'; },
7070
@{ModuleName = 'Az.ContainerInstance'; RequiredVersion = '3.0.1'; },
7171
@{ModuleName = 'Az.ContainerRegistry'; RequiredVersion = '2.2.3'; },
7272
@{ModuleName = 'Az.CosmosDB'; RequiredVersion = '1.5.1'; },
@@ -181,12 +181,12 @@ PrivateData = @{
181181
# IconUri = ''
182182

183183
# ReleaseNotes of this module
184-
ReleaseNotes = '7.3.1 - March 2022
184+
ReleaseNotes = '7.3.2 - March 2022
185185
Az.Accounts
186186
* Changed target framework of AuthenticationAssemblyLoadContext to netcoreapp2.1 [#17428]
187187
188188
Az.Compute
189-
* Updated New-AzVM feature for `vCPUsAvailable` and `vCPUsPerCore` parameters. Cmdlets will not try to use the new `VMCustomizationPreview` feature if the user does not have access to that feature. [#17370]
189+
* Updated New-AzVM feature for ''vCPUsAvailable'' and ''vCPUsPerCore'' parameters. Cmdlets will not try to use the new ''VMCustomizationPreview'' feature if the user does not have access to that feature. [#17370]
190190
'
191191

192192
# Prerelease string of this module

tools/AzPreview/AzPreview.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '7.3.1'
15+
ModuleVersion = '7.3.2'
1616

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

0 commit comments

Comments
 (0)