Skip to content

Commit 536bdf9

Browse files
authored
Release 2022-03-01 (#17272)
* polish changelog * bump version for release-2022-03-01 * add external contributors
1 parent ce7a0ec commit 536bdf9

File tree

226 files changed

+54137
-46152
lines changed

Some content is hidden

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

226 files changed

+54137
-46152
lines changed

ChangeLog.md

Lines changed: 99 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,102 @@
1+
## 7.3.0 - March 2022
2+
#### Az.Accounts
3+
* Fixed the issue that authorization does not work in customized environment [#17157]
4+
* Enabled Continue Access Evaluation for MSGraph
5+
* Improved error message when login is blocked by AAD
6+
* Improved error message when silent reauthentication failed
7+
* Loaded System.Private.ServiceModel and System.ServiceModel.Primitives on Windows PowerShell [#17087]
8+
9+
#### Az.Aks
10+
* Updated the breaking change warning messages [#16805]
11+
12+
#### Az.CloudService
13+
* Fixed the issue of 'Get-AzCloudServiceNetworkInterface' and 'Get-AzCloudServicePublicIPAddress'.
14+
15+
#### Az.Compute
16+
* Upgraded Compute .NET SDK package reference to version 52.0.0
17+
* Updated 'New-AzSshKey' cmdlet to write file paths to generated keys to the Warning stream instead of the console.
18+
* Added 'vCPUsAvailable' and 'vCPUsPerCore' integer parameters to the 'New-AzVm', 'New-AzVmConfig', and 'Update-AzVm' cmdlets.
19+
20+
#### Az.ContainerInstance
21+
* Fixed Identity Bug in ImageRegistryCredential
22+
23+
#### Az.Databricks
24+
* Upgraded API version to 2021-04-01-preview
25+
26+
#### Az.DataFactory
27+
* Updated ADF .Net SDK version to 5.2.0
28+
29+
#### Az.DataShare
30+
* Added breaking change warning message due to update API version.
31+
32+
#### Az.EventHub
33+
* Added MSI properties to New-AzEventHubNamespace and Set-AzEventHubNamespace. Adding New-AzEventHubEncryptionConfig.
34+
35+
#### Az.KeyVault
36+
* 'New-AzKeyVaultManagedHsm': supported specifying how long a deleted managed hsm is retained by 'SoftDeleteRetentionInDays' and enabling purge protection by 'EnablePurgeProtection'
37+
* 'Update-AzKeyVaultManagedHsm': supported enabling purge protection by 'EnablePurgeProtection'
38+
* 'Get-AzKeyVaultManagedHsm': Supported getting or listing deleted managed HSM(s)
39+
* 'Remove-AzKeyVaultManagedHsm': Supported purging a specified deleted managed HSM
40+
41+
#### Az.Monitor
42+
* Fixed an issue where users could not correctly ignore warning messages after setting environment variables [#17013]
43+
44+
#### Az.Network
45+
* Added new property 'SqlSetting' for Azure Firewall Policy cmdlets
46+
- 'Get-AzFirewallPolicy'
47+
- 'New-AzFirewallPolicy'
48+
- 'Set-AzFirewallPolicy'
49+
* Added new to create new 'SqlSetting' object for creating Azure Firewall Policy
50+
- 'New-AzFirewallPolicySqlSetting'
51+
* Added new cmdlet to support query Load Balancer inbound nat rule port mapping lists for backend addresses
52+
- 'Get-AzLoadBalancerBackendAddressInboundNatRulePortMapping'
53+
- Also updated cmdlets to support inbound nat rule V2 configurations
54+
- 'New-AzLoadBalancerInboundNatRuleConfig'
55+
- 'Set-AzLoadBalancerInboundNatRuleConfig'
56+
- 'Add-AzLoadBalancerInboundNatRuleConfig'
57+
58+
#### Az.RecoveryServices
59+
* Azure Backup added support for 'Create new virtual machine' and 'Replace existing virtual machine' experience for Managed VMs in Restore-AzRecoveryServicesBackupItem cmdlet. To perform a VM restore to AlternateLocation use TargetVMName, TargetVNetName, TargetVNetResourceGroup, TargetSubnetName parameters. To perform a restore to a VM in OriginalLocation, do not provide TargetResourceGroupName and RestoreAsUnmanagedDisks parameters, refer examples for more details.
60+
61+
#### Az.Resources
62+
* Fixed keycredential key format, from base64url to byte [#17131]
63+
* Fixed add key credential overwrite existing one [#17088]
64+
* Deleted parameter sets cannot be reached for 'New-AzADSericePrincipal'
65+
* Marked 'ObjectType' as 'Unknown' if object is not found or current account has insufficient privileges to get object type for role assignment [#16981]
66+
* Fixed that 'Get-AzRoleAssignment' shows empty RoleDefinitionName for custom roles when not specifying scope [#16991]
67+
* Unified the returned 'RoleDefinitionId' in PSRoleAssignment to GUID [#16991]
68+
69+
#### Az.ServiceBus
70+
* Added identity and encryption properties to New-AzServiceBusNamespace and Set-AzServiceBusNamespace.
71+
* Added New-AzServiceBusEncryptionConfig
72+
73+
#### Az.Storage
74+
* Supported download blob from managed disk account with Sas Uri and bearer token
75+
- 'Get-AzStorageBlobContent'
76+
* Supported create/upgrade storage account with ActiveDirectorySamAccountName and ActiveDirectoryAccountType
77+
- 'New-AzStorageAccount'
78+
- 'Set-AzStorageAccount'
79+
80+
#### Az.StorageSync
81+
* Migrated Azure AD features in Az.StorageSync to MSGraph APIs. The cmdlets will call MSGraph API according to input parameters: New-AzStorageSyncCloudEndpoint
82+
* Changed default parameter set of Invoke-AzStorageSyncChangeDetection to use full share detection
83+
84+
#### Az.Synapse
85+
* Updated 'Update-AzSynapseSparkPool' to support new parameter [-ForceApplySetting]
86+
87+
### Thanks to our community contributors
88+
* Aleksandar Nikolić (@alexandair)
89+
* Fix the StayProvisioned parameter (#17070)
90+
* Fix a typo (#17069)
91+
* Joel Greijer (@greijer), Clarified special case on TemplateParameterUri (#17004)
92+
* Aman Sharma (@HarvestingClouds), Added Workload Type to the bullets to match the accepted values (#17041)
93+
* @hsrivast, Hsrivastava/breaking change msg (#16985)
94+
* Chris (@isjwuk), Update New-AzAutomationUpdateManagementAzureQuery.md (#16365)
95+
* @MSakssharm, Returning error if insufficient user permissions are there for GetAgentRegistrationInfo (#16965)
96+
* Emanuel Palm (@PalmEmanuel), New-AzSshKey should log to Warning stream instead of console (#16988)
97+
* Pavel Safonov (@PSafonov), Fixed a typo in ManagedResourceGroupName parameter description (#17039)
98+
* Michael Arnwine (@vsmike), Update New-AzApplicationGatewayRewriteRuleSet.md Description Text is incorrect (#17102)
99+
1100
## 7.2.1 - February 2022
2101
#### Az.Resources
3102
* Fixed `New-AzADServicePrincipal` not working [#17054] [#17040]

setup/generate.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ if( (-not (get-command -ea 0 light)) -or (-not (get-command -ea 0 heat)) -or (-n
3737
$outputName ="Az-Cmdlets"
3838

3939
# generate the product name from the current month/year.
40-
$productName = "Microsoft Azure PowerShell - February 2022"
40+
$productName = "Microsoft Azure PowerShell - March 2022"
4141

4242
# where to put temp files
4343
$tmp = Join-Path $env:temp azure-cmdlets-tmp

src/ADDomainServices/Az.ADDomainServices.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.2'; })
54+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.7.3'; })
5555

5656
# Assemblies that must be loaded prior to importing this module
5757
RequiredAssemblies = './bin/Az.ADDomainServices.private.dll'

src/Accounts/Accounts/Az.Accounts.psd1

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

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

1414
# Version number of this module.
15-
ModuleVersion = '2.7.2'
15+
ModuleVersion = '2.7.3'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -145,7 +145,11 @@ PrivateData = @{
145145
# IconUri = ''
146146

147147
# ReleaseNotes of this module
148-
ReleaseNotes = '* Removed legacy assembly System.Private.ServiceModel and System.ServiceModel.Primitives [#16063]'
148+
ReleaseNotes = '* Fixed the issue that authorization does not work in customized environment [#17157]
149+
* Enabled Continue Access Evaluation for MSGraph
150+
* Improved error message when login is blocked by AAD
151+
* Improved error message when silent reauthentication failed
152+
* Loaded System.Private.ServiceModel and System.ServiceModel.Primitives on Windows PowerShell [#17087]'
149153

150154
# Prerelease string of this module
151155
# Prerelease = ''

src/Accounts/Accounts/ChangeLog.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@
1919
-->
2020

2121
## Upcoming Release
22-
* Fixed the issue that authorization does not work in Dogfood environment
22+
23+
## Version 2.7.3
24+
* Fixed the issue that authorization does not work in customized environment [#17157]
2325
* Enabled Continue Access Evaluation for MSGraph
2426
* Improved error message when login is blocked by AAD
2527
* Improved error message when silent reauthentication failed

src/Accounts/Accounts/Properties/AssemblyInfo.cs

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

46-
[assembly: AssemblyVersion("2.7.2")]
47-
[assembly: AssemblyFileVersion("2.7.2")]
46+
[assembly: AssemblyVersion("2.7.3")]
47+
[assembly: AssemblyFileVersion("2.7.3")]
4848
#if !SIGN
4949
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Accounts.Test")]
5050
#endif

src/Accounts/Authentication/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@
4343
// You can specify all the values or you can default the Build and Revision Numbers
4444
// by using the '*' as shown below:
4545
// [assembly: AssemblyVersion("1.0.*")]
46-
[assembly: AssemblyVersion("2.7.2")]
47-
[assembly: AssemblyFileVersion("2.7.2")]
46+
[assembly: AssemblyVersion("2.7.3")]
47+
[assembly: AssemblyFileVersion("2.7.3")]

src/Accounts/Authenticators/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@
4848
// You can specify all the values or you can default the Build and Revision Numbers
4949
// by using the '*' as shown below:
5050
// [assembly: AssemblyVersion("1.0.*")]
51-
[assembly: AssemblyVersion("2.7.2")]
52-
[assembly: AssemblyFileVersion("2.7.2")]
51+
[assembly: AssemblyVersion("2.7.3")]
52+
[assembly: AssemblyFileVersion("2.7.3")]

src/Advisor/Advisor/Az.Advisor.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.2'; })
54+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.7.3'; })
5555

5656
# Assemblies that must be loaded prior to importing this module
5757
RequiredAssemblies = 'Microsoft.Azure.Management.Advisor.dll'

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("3.1.1")]
28-
[assembly: AssemblyFileVersion("3.1.1")]
27+
[assembly: AssemblyVersion("3.1.2")]
28+
[assembly: AssemblyFileVersion("3.1.2")]

src/Aks/Aks/Az.Aks.psd1

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

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

1414
# Version number of this module.
15-
ModuleVersion = '3.1.1'
15+
ModuleVersion = '3.1.2'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -118,7 +118,7 @@ PrivateData = @{
118118
# IconUri = ''
119119

120120
# ReleaseNotes of this module
121-
ReleaseNotes = '* Fixed the typo in ''New-AzAksCluster'' [#16733]'
121+
ReleaseNotes = '* Updated the breaking change warning messages [#16805]'
122122

123123
# Prerelease string of this module
124124
# Prerelease = ''

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 3.1.2
2123
* Updated the breaking change warning messages [#16805]
2224

2325
## Version 3.1.1

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("3.1.1")]
27-
[assembly: AssemblyFileVersion("3.1.1")]
26+
[assembly: AssemblyVersion("3.1.2")]
27+
[assembly: AssemblyFileVersion("3.1.2")]

src/AlertsManagement/AlertsManagement/Az.AlertsManagement.psd1

Lines changed: 9 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: 7/2/2021
6+
# Generated on: 2/24/2022
77
#
88

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

1414
# Version number of this module.
15-
ModuleVersion = '0.3.0'
15+
ModuleVersion = '0.4.0'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -78,8 +78,8 @@ FunctionsToExport = @()
7878
CmdletsToExport = 'Get-AzAlert', 'Get-AzAlertObjectHistory', 'Update-AzAlertState',
7979
'Measure-AzAlertStatistic', 'Get-AzSmartGroup',
8080
'Get-AzSmartGroupHistory', 'Update-AzSmartGroupState',
81-
'Get-AzAlertProcessingRule', 'Set-AzAlertProcessingRule', 'Update-AzAlertProcessingRule',
82-
'Remove-AzAlertProcessingRule'
81+
'Get-AzAlertProcessingRule', 'Set-AzAlertProcessingRule',
82+
'Update-AzAlertProcessingRule', 'Remove-AzAlertProcessingRule'
8383

8484
# Variables to export from this module
8585
# VariablesToExport = @()
@@ -114,7 +114,11 @@ PrivateData = @{
114114
# IconUri = ''
115115

116116
# ReleaseNotes of this module
117-
ReleaseNotes = '* Fixed bug for ''Set-AzActionRule'' when RecurrenceType is ''Once'' and no ''ReccurentValue'' provided [#14476]'
117+
ReleaseNotes = '* Substitute cmdlets:
118+
- ''Get-AzActionRule'' with ''Get-AzAlertProcessingRule''
119+
- ''Set-AzActionRule'' with ''Set-AzAlertProcessingRule''
120+
- ''Update-AzActionRule'' with ''Update-AzAlertProcessingRule''
121+
- ''Remove-AzActionRule'' with ''Remove-AzAlertProcessingRule'''
118122

119123
# Prerelease string of this module
120124
# Prerelease = ''

src/AlertsManagement/AlertsManagement/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 0.4.0
2123
* Substitute cmdlets:
2224
- `Get-AzActionRule` with `Get-AzAlertProcessingRule`
2325
- `Set-AzActionRule` with `Set-AzAlertProcessingRule`

src/AlertsManagement/AlertsManagement/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("4381ecdd-5486-46fb-bef0-c0b2fb16bd54")]
27-
[assembly: AssemblyVersion("0.3.0")]
28-
[assembly: AssemblyFileVersion("0.3.0")]
27+
[assembly: AssemblyVersion("0.4.0")]
28+
[assembly: AssemblyFileVersion("0.4.0")]

src/AnalysisServices/AnalysisServices/Az.AnalysisServices.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.2'; })
56+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.7.3'; })
5757

5858
# Assemblies that must be loaded prior to importing this module
5959
RequiredAssemblies = 'Microsoft.Azure.Management.Analysis.dll'

src/ApiManagement/ApiManagement/Az.ApiManagement.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.2'; })
56+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.7.3'; })
5757

5858
# Assemblies that must be loaded prior to importing this module
5959
RequiredAssemblies = 'AutoMapper.dll', 'Microsoft.Azure.Management.ApiManagement.dll',

src/AppConfiguration/Az.AppConfiguration.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.2'; })
54+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.7.3'; })
5555

5656
# Assemblies that must be loaded prior to importing this module
5757
RequiredAssemblies = './bin/Az.AppConfiguration.private.dll'

src/ApplicationInsights/ApplicationInsights/Az.ApplicationInsights.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.2'; })
56+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.7.3'; })
5757

5858
# Assemblies that must be loaded prior to importing this module
5959
RequiredAssemblies = 'Microsoft.Azure.Management.ApplicationInsights.dll',

src/Attestation/Attestation/Az.Attestation.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.2'; })
56+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.7.3'; })
5757

5858
# Assemblies that must be loaded prior to importing this module
5959
RequiredAssemblies = 'Microsoft.Azure.Management.Attestation.dll',

src/Automation/Automation/Az.Automation.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.2'; })
56+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.7.3'; })
5757

5858
# Assemblies that must be loaded prior to importing this module
5959
RequiredAssemblies = 'Microsoft.Azure.Management.Automation.dll'

src/BareMetal/Az.BareMetal.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.2'; })
54+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.7.3'; })
5555

5656
# Assemblies that must be loaded prior to importing this module
5757
RequiredAssemblies = './bin/Az.BareMetal.private.dll'

src/Batch/Batch/Az.Batch.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.2'; })
56+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.7.3'; })
5757

5858
# Assemblies that must be loaded prior to importing this module
5959
RequiredAssemblies = 'Microsoft.Azure.Batch.dll', 'Microsoft.Azure.Management.Batch.dll',

src/Billing/Billing/Az.Billing.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.2'; })
56+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.7.3'; })
5757

5858
# Assemblies that must be loaded prior to importing this module
5959
RequiredAssemblies = 'Microsoft.Azure.Management.Billing.dll',

src/Blueprint/Blueprint/Az.Blueprint.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.2'; })
56+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.7.3'; })
5757

5858
# Assemblies that must be loaded prior to importing this module
5959
RequiredAssemblies = 'Microsoft.Azure.Management.Blueprint.dll'

0 commit comments

Comments
 (0)