Skip to content

Commit a726d72

Browse files
release-2021-10-12 (Azure#16008)
* Bump version for this release. * Update changelog Co-authored-by: wyunchi-ms <[email protected]>
1 parent ebc7194 commit a726d72

File tree

200 files changed

+46359
-44722
lines changed

Some content is hidden

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

200 files changed

+46359
-44722
lines changed

ChangeLog.md

Lines changed: 105 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,108 @@
1+
## 6.5.0 - October 2021
2+
#### Az.Accounts
3+
* Supported getting the access token for Microsoft Graph.
4+
* Added AuthorizeRequestDelegate to allow service module to adjust token audience.
5+
* Utilized [AssemblyLoadContext](https://docs.microsoft.com/en-us/dotnet/api/system.runtime.loader.assemblyloadcontext) to resolve assembly conflict issues in PowerShell.
6+
* Updated Azure.Core from 1.16.0 to 1.19.0.
7+
8+
#### Az.Attestation
9+
* General availability of 'Az.Attestation' module
10+
11+
#### Az.Cdn
12+
* Fixed null reference exception and typos in 'New-AzFrontDoorCdnRule' cmdlet
13+
14+
#### Az.Compute
15+
* Updated Compute .NET SDK package reference to version 49.1.0
16+
* Fixed a bug in 'Get-AzVM' that caused incorrect power status output.
17+
18+
#### Az.DataFactory
19+
* Added a DataFlowEnableQuickReuse argument for the 'Set-AzDataFactoryV2IntegrationRuntime' cmdlet to enable quick reuse of clusters in next pipeline activities.
20+
* Updated ADF .Net SDK version to 4.25.0
21+
* Added a VNetInjectionMethod argument for the 'Set-AzDataFactoryV2IntegrationRuntime' cmdlet to support the express virtual network injection of Azure-SSIS Integration Runtime.
22+
23+
#### Az.FrontDoor
24+
* Allowed rule engine action creation without RouteConfigurationOverride for 'New-AzFrontDoorRulesEngineActionObject'.
25+
* Fixed DynamicCompression parameter being ignored issue of 'New-AzFrontDoorRulesEngineActionObject'.
26+
27+
#### Az.KeyVault
28+
* Supported custom role definitions on managed HSM:
29+
- Create via 'New-AzKeyVaultRoleDefinition',
30+
- Delete via 'Remove-AzKeyVaultRoleDefinition',
31+
- Filter all custom roles via 'Get-AzKeyVaultRoleDefinition -Custom'.
32+
* Supported Encrypt/Decrypt/Wrap/Unwrap using keys [#15679]
33+
* Enabled managing resources in other subscriptions without switching the context by adding '-Subscription <String>'.
34+
35+
#### Az.Maintenance
36+
* Added Guest patch maintenance support.
37+
38+
#### Az.Network
39+
* Support for Sku, ScaleUnits parameters of BastionHost resource.
40+
- 'New-AzBastion'
41+
- 'Set-AzBastion'
42+
* Onboard Azure Resource Manager to Private Link Common Cmdlets
43+
* Updated cmdlets to add properties to enable/disable BgpRouteTranslationForNat for VpnGateway.
44+
- 'New-AzVpnGateway'
45+
- 'Update-AzVpnGateway'
46+
* Updated cmdlet to add property to disable InternetSecurity for P2SVpnGateway.
47+
- 'New-AzP2sVpnGateway'
48+
* Added new cmdlets for HubBgpConnection child resource of VirtualHub.
49+
- 'Get-AzVirtualHubBgpConnection'
50+
- 'New-AzVirtualHubBgpConnection'
51+
- 'Update-AzVirtualHubBgpConnection'
52+
- 'Remove-AzVirtualHubBgpConnection'
53+
* Onboard Azure HDInsight to Private Link Common Cmdlets
54+
55+
#### Az.RecoveryServices
56+
* Azure Site Recovery bug fixes for VMware to Azure Reprotect, Update policy and Disable scenarios.
57+
* Azure Backup added the support for UserAssigned MSI in RecoveryServices Vault.
58+
59+
#### Az.Resources
60+
* Added a clearer error message for a case in which TemplateUri do not accept bicep file.
61+
* Fixed typos with ManagementGroups breaking change descriptions [#15819].
62+
* Fixed resource tags casing issue - resource tags casing not being preserved.
63+
* Updated to Microsoft.Azure.Management.Authorization 2.13.0-preview.
64+
65+
#### Az.Sql
66+
* Fixed 'Get-AzSqlDatabaseImportExportStatus' to report the error encountered
67+
68+
#### Az.Storage
69+
* Upgraded Azure.Storage.Blobs to 12.10.0
70+
* Upgraded Azure.Storage.Files.Shares to 12.8.0
71+
* Upgraded Azure.Storage.Files.DataLake to 12.8.0
72+
* Upgraded Azure.Storage.Queues to 12.8.0
73+
* Supported upgrade storage account to enable HierarchicalNamespace
74+
- 'Invoke-AzStorageAccountHierarchicalNamespaceUpgrade'
75+
- 'Stop-AzStorageAccountHierarchicalNamespaceUpgrade'
76+
* Supported AccessTierInferred, Tags in blob inventory policy schema
77+
- 'New-AzStorageBlobInventoryPolicyRule'
78+
* Supported create/update storage account with PublicNetworkAccess enabled/disabled
79+
- 'New-AzStorageAccount'
80+
- 'Set-AzStorageAccount'
81+
* Supported create/update storage blob container with RootSquash
82+
- 'New-AzRmStorageContainer'
83+
- 'Update-AzRmStorageContainer'
84+
* Supported AllowProtectedAppendWriteAll in set container Immutability Policy, and add container LegalHold
85+
- 'Set-AzRmStorageContainerImmutabilityPolicy'
86+
- 'Add-AzRmStorageContainerLegalHold'
87+
88+
#### Az.StorageSync
89+
* Fixed a bug where not all properties of PSSyncSessionStatus and PSSyncActivityStatus objects were being populated properly.
90+
* This affected the 'Get-AzStorageSyncServerEndpoint' cmdlet when trying to access the following properties of the output:
91+
- SyncStatus.UploadStatus
92+
- SyncStatus.DownloadStatus
93+
- SyncStatus.UploadActivity
94+
- SyncStatus.DownloadActivity
95+
96+
#### Az.Websites
97+
* Updated 'Import-AzWebAppKeyVaultCertificate1' to set the default name with combination of keyvault name and cert name
98+
99+
### Thanks to our community contributors
100+
* @DSakura207, Use last PowerState instance in Statuses for power status (#15941)
101+
* Yannic Graber (@grabery), Recode Example2 (#15808)
102+
* @joelmforsyth, Fix multi-regional examples (#15918)
103+
* Adam Coffman (@SysAdminforCoffee), Update Set-AzNetworkInterfaceIpConfig.md (#15846)
104+
* Michael Howard (@x509cert), Reworded sentence to make it clear that a specific key version must be provided (#15886)
105+
1106
## 6.4.0 - September 2021
2107
#### Az.Accounts
3108
* Corrected the URLs to Azure Portal in the results of 'Get-AzEnvironment' and 'Get-AzContext'. [#15429]

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 - September 2021"
40+
$productName = "Microsoft Azure PowerShell - October 2021"
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.5.3'; })
54+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.5.4'; })
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 & 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/1/2021
6+
# Generated on: 10/4/2021
77
#
88

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

1414
# Version number of this module.
15-
ModuleVersion = '2.5.3'
15+
ModuleVersion = '2.5.4'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -57,7 +57,7 @@ DotNetFrameworkVersion = '4.7.2'
5757

5858
# Assemblies that must be loaded prior to importing this module
5959
RequiredAssemblies = 'Microsoft.Azure.PowerShell.Authentication.Abstractions.dll',
60-
'Microsoft.Azure.PowerShell.AuthenticationAssemblyLoadContext.dll',
60+
'Microsoft.Azure.PowerShell.AuthenticationAssemblyLoadContext.dll',
6161
'Microsoft.Azure.PowerShell.Authentication.dll',
6262
'Microsoft.Azure.PowerShell.Authenticators.dll',
6363
'Microsoft.Azure.PowerShell.Authentication.ResourceManager.dll',
@@ -146,9 +146,10 @@ PrivateData = @{
146146
# IconUri = ''
147147

148148
# ReleaseNotes of this module
149-
ReleaseNotes = '* Corrected the URLs to Azure Portal in the results of ''Get-AzEnvironment'' and ''Get-AzContext''. [#15429]
150-
* Made infrastructural changes to support overriding default subscription via a ''-SubscriptionId <String>'' parameter.
151-
- [Az.Aks](https://docs.microsoft.com/powershell/module/az.aks/get-azakscluster) is the first module that supports it.'
149+
ReleaseNotes = '* Supported getting the access token for Microsoft Graph.
150+
* Added AuthorizeRequestDelegate to allow service module to adjust token audience.
151+
* Utilized [AssemblyLoadContext](https://docs.microsoft.com/en-us/dotnet/api/system.runtime.loader.assemblyloadcontext) to resolve assembly conflict issues in PowerShell.
152+
* Updated Azure.Core from 1.16.0 to 1.19.0.'
152153

153154
# Prerelease string of this module
154155
# Prerelease = ''

src/Accounts/Accounts/ChangeLog.md

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

2121
## Upcoming Release
22+
23+
## Version 2.5.4
2224
* Supported getting the access token for Microsoft Graph.
2325
* Added AuthorizeRequestDelegate to allow service module to adjust token audience.
2426
* Utilized [AssemblyLoadContext](https://docs.microsoft.com/en-us/dotnet/api/system.runtime.loader.assemblyloadcontext) to resolve assembly conflict issues in PowerShell.

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.5.3")]
47-
[assembly: AssemblyFileVersion("2.5.3")]
46+
[assembly: AssemblyVersion("2.5.4")]
47+
[assembly: AssemblyFileVersion("2.5.4")]
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.5.3")]
47-
[assembly: AssemblyFileVersion("2.5.3")]
46+
[assembly: AssemblyVersion("2.5.4")]
47+
[assembly: AssemblyFileVersion("2.5.4")]

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.5.3")]
52-
[assembly: AssemblyFileVersion("2.5.3")]
51+
[assembly: AssemblyVersion("2.5.4")]
52+
[assembly: AssemblyFileVersion("2.5.4")]

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.5.3'; })
54+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.5.4'; })
5555

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

src/Aks/Aks.Autorest/Az.Aks.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.5.3'; })
54+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.5.4'; })
5555

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

src/Aks/Aks/Az.Aks.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.5.1'; })
56+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.5.4'; })
5757

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

src/AlertsManagement/AlertsManagement/Az.AlertsManagement.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.5.3'; })
56+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.5.4'; })
5757

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

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.5.3'; })
56+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.5.4'; })
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.5.2'; })
56+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.5.4'; })
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.5.3'; })
54+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.5.4'; })
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.5.3'; })
56+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.5.4'; })
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: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 7/9/2020
6+
# Generated on: 10/4/2021
77
#
88

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

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

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -47,7 +47,7 @@ PowerShellVersion = '5.1'
4747
DotNetFrameworkVersion = '4.7.2'
4848

4949
# Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
50-
# CLRVersion = ''
50+
# ClrVersion = ''
5151

5252
# Processor architecture (None, X86, Amd64) required by this module
5353
# ProcessorArchitecture = ''
@@ -116,11 +116,7 @@ PrivateData = @{
116116
# IconUri = ''
117117

118118
# ReleaseNotes of this module
119-
ReleaseNotes = '* Added default provider support to ''Az.Attestation'' module
120-
- Added ''Location'' and ''DefaultProvider'' to ''Get-AzAttestation''
121-
- Added ''Location'' and ''DefaultProvider'' to policy signer management cmdlets
122-
- Added ''Location'' and ''DefaultProvider'' to policy management cmdlets
123-
* Updated claim name from ''aas-policyCertificate'' to ''maa-policyCertificate'' for policy signer cmdlets'
119+
ReleaseNotes = '* General availability of ''Az.Attestation'' module'
124120

125121
# Prerelease string of this module
126122
# Prerelease = ''

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 1.0.0
2325
* General availability of `Az.Attestation` module
2426

2527
## Version 0.1.8

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("0.1.8")]
33-
[assembly: AssemblyFileVersion("0.1.8")]
32+
[assembly: AssemblyVersion("1.0.0")]
33+
[assembly: AssemblyFileVersion("1.0.0")]
3434
#if !SIGN
3535
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Attestation.Test")]
3636
#endif

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.5.2'; })
56+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.5.4'; })
5757

5858
# Assemblies that must be loaded prior to importing this module
5959
RequiredAssemblies = 'Microsoft.Azure.Management.Automation.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.5.3'; })
56+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.5.4'; })
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.5.3'; })
56+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.5.4'; })
5757

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

src/Blockchain/Az.Blockchain.psd1

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

5959
# Assemblies that must be loaded prior to importing this module
6060
RequiredAssemblies = './bin/Az.Blockchain.private.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.5.3'; })
56+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.5.4'; })
5757

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

src/BotService/Az.BotService.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.5.3'; })
54+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.5.4'; })
5555

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

0 commit comments

Comments
 (0)