Skip to content

Commit a29cc98

Browse files
authored
Merge pull request #13959 from Azure/release-2021-01-19
[Do not Squash] Release-2021-01-19 Force merge it due to Macos timeout
2 parents 8ffed22 + 6f3b375 commit a29cc98

File tree

494 files changed

+85520
-52271
lines changed

Some content is hidden

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

494 files changed

+85520
-52271
lines changed

ChangeLog.md

Lines changed: 98 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,101 @@
1+
## 5.4.0 - January 2021
2+
#### Az.Accounts
3+
* Shown correct client request id on debug message [#13745]
4+
* Added common Azure PowerShell exception type
5+
* Supported storage API 2019-06-01
6+
7+
#### Az.Automation
8+
* Fixed issue where description was not populated for update management schedules
9+
10+
#### Az.CosmosDB
11+
* General availability of 'Az.CosmosDB' module
12+
* Restricting New-AzCosmosDBAccount cmdlet to make update calls to existing Database Accounts.
13+
* Introducing AnalyticalStorageTTL in SqlContainer.
14+
15+
#### Az.IotHub
16+
* Fixed a regression regarding SAS token generation
17+
18+
#### Az.KeyVault
19+
* Fixed an issue in Secret Management module
20+
21+
#### Az.LogicApp
22+
* Fixed issue that 'Get-AzLogicAppTriggerHistory' and 'Get-AzLogicAppRunAction' only retrieving the first page of results [#9141]
23+
24+
#### Az.Monitor
25+
* Added cmdlets for data collection rules:
26+
- 'Get-AzDataCollectionRule'
27+
- 'New-AzDataCollectionRule'
28+
- 'Set-AzDataCollectionRule'
29+
- 'Update-AzDataCollectionRule'
30+
- 'Remove-AzDataCollectionRule'
31+
* Added cmdlets for data collection rules associations
32+
- 'Get-AzDataCollectionRuleAssociation'
33+
- 'New-AzDataCollectionRuleAssociation'
34+
- 'Remove-AzDataCollectionRuleAssociation'
35+
36+
#### Az.Network
37+
* Added new cmdlets for CRUD of VpnGatewayNATRule.
38+
- 'New-AzAzVpnGatewayNatRule'
39+
- 'Update-AzAzVpnGatewayNatRule'
40+
- 'Get-AzAzVpnGatewayNatRule'
41+
- 'Remove-AzAzVpnGatewayNatRule'
42+
* Updated cmdlets to set NATRule on VpnGateway resource and associate it with VpnSiteLinkConnection resource.
43+
- 'New-AzVpnGateway'
44+
- 'Update-AzVpnGateway'
45+
- 'New-AzVpnSiteLinkConnection'
46+
* Updated cmdlets to enable setting of ConnectionMode on Virtual Network Gateway Connections.
47+
- 'New-AzVirtualNetworkGatewayConnection'
48+
- 'Set-AzVirtualNetworkGatewayConnection'
49+
* Updated 'New-AzFirewallPolicyApplicationRule' cmdlet:
50+
- Added parameter TargetUrl
51+
- Added parameter TerminateTLS
52+
* Added new cmdlets for Azure Firewall Premium Features
53+
- 'New-AzFirewallPolicyIntrusionDetection'
54+
- 'New-AzFirewallPolicyIntrusionDetectionBypassTraffic'
55+
- 'New-AzFirewallPolicyIntrusionDetectionSignatureOverride'
56+
* Updated New-AzFirewallPolicy cmdlet:
57+
- Added parameter -SkuTier
58+
- Added parameter -Identity
59+
- Added parameter -UserAssignedIdentityId
60+
- Added parameter -IntrusionDetection
61+
- Added parameter -TransportSecurityName
62+
- Added parameter -TransportSecurityKeyVaultSecretId
63+
* Added new cmdlet to fetch IKE Security Associations for Virtual Network Gateway Connections.
64+
- 'Get-AzVirtualNetworkGatewayConnectionIkeSa'
65+
* Added multiple Authentication support for p2sVpnGateway
66+
- Updated New-AzVpnServerConfiguration and Update-AzVpnServerConfiguration to allow multiple authentication parameters to be set.
67+
* Updated 'New-AzVpnGateway' and 'New-AzP2sVpnGateway' cmdlet:
68+
- Added parameter EnableRoutingPreferenceInternetFlag
69+
70+
#### Az.RecoveryServices
71+
* Added Cross Region Restore feature.
72+
* Blocked getting workload config when target item is an availability group.
73+
74+
#### Az.Resources
75+
* Added support for -QueryString parameter in New-Az*Deployments cmdlets
76+
77+
#### Az.Sql
78+
* Made 'Start-AzSqlInstanceDatabaseLogReplay' cmdlet synchronous, added -AsJob flag
79+
80+
#### Az.Storage
81+
* Fix ContinuationToken never null when list blob with -IncludeVersion
82+
- 'Get-AzStorageBlob'
83+
84+
#### Az.Websites
85+
* Added support for App Service Managed certificates
86+
- 'New-AzWebAppCertificate'
87+
- 'Remove-AzWebAppCertificate'
88+
* Fixed issue that causes Docker Password to be removed from appsettings in 'Set-AzWebApp' and 'Set-AzWebAppSlot'
89+
90+
### Thanks to our community contributors
91+
* Ivan Akcheurov (@ivanakcheurov), Update Set-AzSecurityWorkspaceSetting.md (#13877)
92+
* @javiermarasco, Update example (#13837)
93+
* @jhaprakash26, Update Set-AzVirtualNetwork.md (#13857)
94+
* Michael Holmes (@MichaelHolmesWP), Update New-AzStorageTableStoredAccessPolicy.md (#13871)
95+
* Michael James (@mikejwhat), Allow Get-AzLogicAppTriggerHistory and Get-AzLogicAppRunAction to return more than 30 results (#13846)
96+
* @Willem-J-an, Fix bug causing Docker Password to be removed from appsettings in Set-AzWebApp(Slot) (#13866)
97+
98+
199
## 5.3.0 - December 2020
2100
#### Az.Accounts
3101
* Fixed the issue that Http proxy is not respected in Windows PowerShell [#13647]

documentation/azure-powershell-modules.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ Front Door | `Az.FrontDoor`
6060
Functions | `Az.Functions` | [![Functions]][FunctionsGallery]
6161
Guest Configuration | `Az.GuestConfiguration` | [![GuestConfiguration]][GuestConfigurationGallery]
6262
SAP HANA on Azure | `Az.HanaOnAzure` | [![HanaOnAzure]][HanaOnAzureGallery]
63+
HealthBot | `Az.HealthBot` | [![HealthBot]][HealthBotGallery]
6364
HDInsight | `Az.HDInsight` | [![HDInsight]][HDInsightGallery]
6465
API for FHIR | `Az.HealthcareApis` | [![HealthcareApis]][HealthcareApisGallery]
6566
HPC Cache | `Az.HPCCache` | [![HPCCache]][HPCCacheGallery]
@@ -181,6 +182,7 @@ Windows Iot Services | `Az.WindowsIotServices`
181182
[Functions]: https://img.shields.io/powershellgallery/v/Az.Functions.svg?style=flat-square&label=Az.Functions
182183
[GuestConfiguration]: https://img.shields.io/powershellgallery/v/Az.GuestConfiguration.svg?style=flat-square&label=Az.GuestConfiguration
183184
[HanaOnAzure]: https://img.shields.io/powershellgallery/v/Az.HanaOnAzure.svg?style=flat-square&label=Az.HanaOnAzure
185+
[HealthBot]: https://img.shields.io/powershellgallery/v/Az.HealthBot.svg?style=flat-square&label=Az.HealthBot
184186
[HDInsight]: https://img.shields.io/powershellgallery/v/Az.HDInsight.svg?style=flat-square&label=Az.HDInsight
185187
[HealthcareApis]: https://img.shields.io/powershellgallery/v/Az.HealthcareApis.svg?style=flat-square&label=Az.HealthcareApis
186188
[HPCCache]: https://img.shields.io/powershellgallery/v/Az.HPCCache.svg?style=flat-square&label=Az.HPCCache
@@ -300,6 +302,7 @@ Windows Iot Services | `Az.WindowsIotServices`
300302
[FunctionsGallery]: https://www.powershellgallery.com/packages/Az.Functions/
301303
[GuestConfigurationGallery]: https://www.powershellgallery.com/packages/Az.GuestConfiguration/
302304
[HanaOnAzureGallery]: https://www.powershellgallery.com/packages/Az.HanaOnAzure/
305+
[HealthBotGallery]: https://www.powershellgallery.com/packages/Az.HealthBot/
303306
[HDInsightGallery]: https://www.powershellgallery.com/packages/Az.HDInsight/
304307
[HealthcareApisGallery]: https://www.powershellgallery.com/packages/Az.HealthcareApis/
305308
[HPCCacheGallery]: https://www.powershellgallery.com/packages/Az.HPCCache/

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 - December 2020"
40+
$productName = "Microsoft Azure PowerShell - January 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.2.3'; })
54+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.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: 5 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: 12/24/2020
6+
# Generated on: 1/14/2021
77
#
88

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

1414
# Version number of this module.
15-
ModuleVersion = '2.2.3'
15+
ModuleVersion = '2.2.4'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -143,8 +143,9 @@ PrivateData = @{
143143
# IconUri = ''
144144

145145
# ReleaseNotes of this module
146-
ReleaseNotes = '* Fixed the issue that Http proxy is not respected in Windows PowerShell [#13647]
147-
* Improved debug log of long running operations in generated modules'
146+
ReleaseNotes = '* Shown correct client request id on debug message [#13745]
147+
* Added common Azure PowerShell exception type
148+
* Supported storage API 2019-06-01'
148149

149150
# Prerelease string of this module
150151
# Prerelease = ''

src/Accounts/Accounts/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.2.4
2123
* Shown correct client request id on debug message [#13745]
2224
* Added common Azure PowerShell exception type
2325
* Supported storage API 2019-06-01

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.2.3")]
47-
[assembly: AssemblyFileVersion("2.2.3")]
46+
[assembly: AssemblyVersion("2.2.4")]
47+
[assembly: AssemblyFileVersion("2.2.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.2.3")]
47-
[assembly: AssemblyFileVersion("2.2.3")]
46+
[assembly: AssemblyVersion("2.2.4")]
47+
[assembly: AssemblyFileVersion("2.2.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.2.3")]
52-
[assembly: AssemblyFileVersion("2.2.3")]
51+
[assembly: AssemblyVersion("2.2.4")]
52+
[assembly: AssemblyFileVersion("2.2.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.2.3'; })
54+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.4'; })
5555

5656
# Assemblies that must be loaded prior to importing this module
5757
RequiredAssemblies = 'Microsoft.Azure.Management.Advisor.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.2.3'; })
56+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.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.2.3'; })
56+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.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.2.3'; })
56+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.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.2.3'; })
56+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.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.2.3'; })
54+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.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.2.3'; })
56+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.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: 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.2.3'; })
56+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.4'; })
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: 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: 12/24/2020
6+
# Generated on: 1/14/2021
77
#
88

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

1414
# Version number of this module.
15-
ModuleVersion = '1.4.1'
15+
ModuleVersion = '1.4.2'
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.2.3'; })
56+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.4'; })
5757

5858
# Assemblies that must be loaded prior to importing this module
5959
RequiredAssemblies = 'Microsoft.Azure.Management.Automation.dll'
@@ -168,8 +168,7 @@ PrivateData = @{
168168
# IconUri = ''
169169

170170
# ReleaseNotes of this module
171-
ReleaseNotes = '* Fixed issue that parameters of ''Start-AzAutomationRunbook'' cannot convert PSObject wrapped string to JSON string [#13240]
172-
* Fixed location completer for New-AzAutomationUpdateManagementAzureQuery cmdlet'
171+
ReleaseNotes = '* Fixed issue where description was not populated for update management schedules'
173172

174173
# Prerelease string of this module
175174
# Prerelease = ''

src/Automation/Automation/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 1.4.2
2123
* Fixed issue where description was not populated for update management schedules
2224

2325
## Version 1.4.1

src/Automation/Automation/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("1.4.1")]
47-
[assembly: AssemblyFileVersion("1.4.1")]
46+
[assembly: AssemblyVersion("1.4.2")]
47+
[assembly: AssemblyFileVersion("1.4.2")]
4848
#if !SIGN
4949
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Automation.Test")]
5050
#endif

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

5656
# Assemblies that must be loaded prior to importing this module
5757
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.2.3'; })
56+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.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.2.3'; })
54+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.2.4'; })
5555

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

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

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

0 commit comments

Comments
 (0)