Skip to content

Commit 6fd7e99

Browse files
committed
Merge branch 'master' of https://github.com/Azure/azure-powershell into linksyntaxbranch
2 parents b1c8f4b + ff33d07 commit 6fd7e99

File tree

2,303 files changed

+362524
-60561
lines changed

Some content is hidden

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

2,303 files changed

+362524
-60561
lines changed

ChangeLog.md

Lines changed: 87 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,90 @@
1+
## 5.2.0 - December 2020
2+
#### Az.Accounts
3+
* Managed to parse ExpiresOn time from raw token if could not get from underlying library
4+
* Improved warning message if Interactive authentication is unavailable
5+
6+
#### Az.ApiManagement
7+
* [Breaking change] 'New-AzApiManagementProduct' by default has no subscription limit.
8+
9+
#### Az.Compute
10+
* Edited Get-AzVm to filter by '-Name' prior to checking for throttling due to too many resources.
11+
* New cmdlet 'Start-AzVmssRollingExtensionUpgrade'.
12+
13+
#### Az.ContainerRegistry
14+
* Supported parameter 'Name' for and value from pipeline input for 'Get-AzContainerRegistryUsage' [#13605]
15+
* Polished exceptions for 'Connect-AzContainerRegistry'
16+
17+
#### Az.DataFactory
18+
* Updated ADF .Net SDK version to 4.13.0
19+
20+
#### Az.HealthcareApis
21+
* Added support for customer managed keys
22+
23+
#### Az.IotHub
24+
* Fixed an issue of SAS token.
25+
26+
#### Az.KeyVault
27+
* Supported 'all' as an option when setting key vault access policies
28+
* Supported new version of SecretManagement module [#13366]
29+
* Supported ByteArray, String, PSCredential and Hashtable for 'SecretValue' in SecretManagementModule [#12190]
30+
* [Breaking change] redesigned the API surface of cmdlets related to managed HSM.
31+
32+
#### Az.Monitor
33+
* Changed parameter 'Rule' of 'New-AzAutoscaleProfile' to accept empty list. [#12903]
34+
* Added new cmdlets to support creating diagnostic settings more flexible:
35+
* 'Get-AzDiagnosticSettingCategory'
36+
* 'New-AzDiagnosticSetting'
37+
* 'New-AzDiagnosticDetailSetting'
38+
39+
#### Az.RecoveryServices
40+
* Made help text and parameter set name changes to 'Restore-AzRecoveryServicesBackupItem' cmdlet.
41+
42+
#### Az.Resources
43+
* Added '-Tag' parameter support to 'Set-AzTemplateSpec' and 'New-AzTemplateSpec'
44+
* Added Tag display support to default formatter for Template Specs
45+
46+
#### Az.ServiceFabric
47+
* Added example to 'Set-AzServiceFabricSetting' with SettingsSectionDescription param
48+
* Updated application related cmdlets to call out that support is only for ARM deployed resources
49+
* Marked for deprecation cluster cert cmdlets 'Add-AzureRmServiceFabricClusterCertificate' and 'Remove-AzureRmServiceFabricClusterCertificate'
50+
51+
#### Az.Sql
52+
* Added SecondaryType to the following:
53+
- 'New-AzSqlDatabase'
54+
- 'Set-AzSqlDatabase'
55+
- 'New-AzSqlDatabaseSecondary'
56+
* Added HighAvailabilityReplicaCount to the following:
57+
- 'New-AzSqlDatabase'
58+
- 'Set-AzSqlDatabase'
59+
* Made ReadReplicaCount an alias of HighAvailabilityReplicaCount in the following:
60+
- 'New-AzSqlDatabase'
61+
- 'Set-AzSqlDatabase'
62+
63+
#### Az.Storage
64+
* Supported upload Azure File size up to 4 TiB
65+
- 'Set-AzStorageFileContent'
66+
* Upgraded Azure.Storage.Blobs to 12.7.0
67+
* Upgraded Azure.Storage.Files.Shares to 12.5.0
68+
* Upgraded Azure.Storage.Files.DataLake to 12.5.0
69+
70+
#### Az.StorageSync
71+
* Added Sync tiering policy feature with download policy and local cache mode
72+
73+
#### Az.Websites
74+
* Prevent duplicate access restriction rules
75+
76+
### Thanks to our community contributors
77+
* Andrew Dawson (@dawsonar802), Update Get-AzKeyVaultCertificate.md - Get cert and save it as pfx section to work with PowerShell Core (#13557)
78+
* @iviark, Healthcare APIs Powershell BYOK Updates (#13518)
79+
* John Duckmanton (@johnduckmanton), Correct spelling of TagPatchOperation (#13508)
80+
* Michael James (@mikejwhat)
81+
* Get-AzLogicAppRunHistory Help Tidy (#13513)
82+
* Richard de Zwart (@mountain65)
83+
* Update Update-AzAppConfigurationStore.md (#13485)
84+
* Update New-AzCosmosDBAccount.md (#13490)
85+
* @SteppingRazor, New-AzApiManagementProduct: Change SubscriptionsLimit parameter default value to None (#13457)
86+
* Steve Burkett (@SteveBurkettNZ), Fix Typo for WorkspaceResourceId parameter in example (#13589)
87+
188
## 5.1.0 - November 2020
289
#### Az.Accounts
390
* Fixed an issue that TenantId may be not respected if using 'Connect-AzAccount -DeviceCode'[#13477]

documentation/azure-powershell-modules.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,15 @@ Billing | `Az.Billing`
2525
Blockchain | `Az.Blockchain` | [![Blockchain]][BlockchainGallery]
2626
Blueprints | `Az.Blueprint` | [![Blueprint]][BlueprintGallery]
2727
Content Delivery Network | `Az.Cdn` | [![Cdn]][CdnGallery]
28+
Cloud Service | `Az.CloudService` | [![CloudService]][CloudServiceGallery]
2829
Cognitive Services | `Az.CognitiveServices` | [![CognitiveServices]][CognitiveServicesGallery]
2930
Compute | `Az.Compute` | [![Compute]][ComputeGallery]
3031
Connected Kubernetes | `Az.ConnectedKubernetes` | [![ConnectedKubernetes]][ConnectedKubernetesGallery]
3132
Connected Machine | `Az.ConnectedMachine` | [![ConnectedMachine]][ConnectedMachineGallery]
3233
Container Instance | `Az.ContainerInstance` | [![ContainerInstance]][ContainerInstanceGallery]
3334
Container Registry | `Az.ContainerRegistry` | [![ContainerRegistry]][ContainerRegistryGallery]
3435
Cosmos DB | `Az.CosmosDB` | [![CosmosDB]][CosmosDBGallery]
36+
Cost Management | `Az.CostManagement` | [![CostManagement]][CostManagementGallery]
3537
Custom Resource Providers | `Az.CustomProviders` | [![CustomProviders]][CustomProvidersGallery]
3638
Data Box | `Az.DataBox` | [![DataBox]][DataBoxGallery]
3739
Data Box Edge (Stack Edge) | `Az.DataBoxEdge` | [![DataBoxEdge]][DataBoxEdgeGallery]
@@ -118,7 +120,7 @@ Time Series Insights | `Az.TimeSeriesInsights`
118120
Traffic Manager | `Az.TrafficManager` | [![TrafficManager]][TrafficManagerGallery]
119121
VMWare Virtual Stream | `Az.VMWare` | [![VMWare]][VMWareGallery]
120122
Web App Service | `Az.Websites` | [![Websites]][WebsitesGallery]
121-
123+
Windows Iot Services | `Az.WindowsIotServices` | [![WindowsIotServices]][WindowsIotServicesGallery]
122124

123125
<!-- References -->
124126

@@ -139,13 +141,15 @@ Web App Service | `Az.Websites`
139141
[Blockchain]: https://img.shields.io/powershellgallery/v/Az.Blockchain.svg?style=flat-square&label=Az.Blockchain
140142
[Blueprint]: https://img.shields.io/powershellgallery/v/Az.Blueprint.svg?style=flat-square&label=Az.Blueprint
141143
[Cdn]: https://img.shields.io/powershellgallery/v/Az.Cdn.svg?style=flat-square&label=Az.Cdn
144+
[CloudService]: https://img.shields.io/powershellgallery/v/Az.CloudService.svg?style=flat-square&label=Az.CloudService
142145
[CognitiveServices]: https://img.shields.io/powershellgallery/v/Az.CognitiveServices.svg?style=flat-square&label=Az.CognitiveServices
143146
[Compute]: https://img.shields.io/powershellgallery/v/Az.Compute.svg?style=flat-square&label=Az.Compute
144147
[ConnectedKubernetes]: https://img.shields.io/powershellgallery/v/Az.ConnectedKubernetes.svg?style=flat-square&label=Az.ConnectedKubernetes
145148
[ConnectedMachine]: https://img.shields.io/powershellgallery/v/Az.ConnectedMachine.svg?style=flat-square&label=Az.ConnectedMachine
146149
[ContainerInstance]: https://img.shields.io/powershellgallery/v/Az.ContainerInstance.svg?style=flat-square&label=Az.ContainerInstance
147150
[ContainerRegistry]: https://img.shields.io/powershellgallery/v/Az.ContainerRegistry.svg?style=flat-square&label=Az.ContainerRegistry
148151
[CosmosDB]: https://img.shields.io/powershellgallery/v/Az.CosmosDB.svg?style=flat-square&label=Az.CosmosDB
152+
[CostManagement]: https://img.shields.io/powershellgallery/v/Az.CostManagement.svg?style=flat-square&label=Az.CostManagement
149153
[CustomProviders]: https://img.shields.io/powershellgallery/v/Az.CustomProviders.svg?style=flat-square&label=Az.CustomProviders
150154
[DataBox]: https://img.shields.io/powershellgallery/v/Az.DataBox.svg?style=flat-square&label=Az.DataBox
151155
[DataBoxEdge]: https://img.shields.io/powershellgallery/v/Az.DataBoxEdge.svg?style=flat-square&label=Az.DataBoxEdge
@@ -232,6 +236,7 @@ Web App Service | `Az.Websites`
232236
[TrafficManager]: https://img.shields.io/powershellgallery/v/Az.TrafficManager.svg?style=flat-square&label=Az.TrafficManager
233237
[VMWare]: https://img.shields.io/powershellgallery/v/Az.VMWare.svg?style=flat-square&label=Az.VMWare
234238
[Websites]: https://img.shields.io/powershellgallery/v/Az.Websites.svg?style=flat-square&label=Az.Websites
239+
[WindowsIotServices]: https://img.shields.io/powershellgallery/v/Az.WindowsIotServices.svg?style=flat-square&label=Az.WindowsIotServices
235240

236241
<!-- PS Gallery -->
237242
[AzGallery]: https://www.powershellgallery.com/packages/Az/
@@ -250,13 +255,15 @@ Web App Service | `Az.Websites`
250255
[BlockchainGallery]: https://www.powershellgallery.com/packages/Az.Blockchain/
251256
[BlueprintGallery]: https://www.powershellgallery.com/packages/Az.Blueprint/
252257
[CdnGallery]: https://www.powershellgallery.com/packages/Az.Cdn/
258+
[CloudServiceGallery]: https://www.powershellgallery.com/packages/Az.CloudService/
253259
[CognitiveServicesGallery]: https://www.powershellgallery.com/packages/Az.CognitiveServices/
254260
[ComputeGallery]: https://www.powershellgallery.com/packages/Az.Compute/
255261
[ConnectedKubernetesGallery]: https://www.powershellgallery.com/packages/Az.ConnectedKubernetes/
256262
[ConnectedMachineGallery]: https://www.powershellgallery.com/packages/Az.ConnectedMachine/
257263
[ContainerInstanceGallery]: https://www.powershellgallery.com/packages/Az.ContainerInstance/
258264
[ContainerRegistryGallery]: https://www.powershellgallery.com/packages/Az.ContainerRegistry/
259265
[CosmosDBGallery]: https://www.powershellgallery.com/packages/Az.CosmosDB/
266+
[CostManagementGallery]: https://www.powershellgallery.com/packages/Az.CostManagement/
260267
[CustomProvidersGallery]: https://www.powershellgallery.com/packages/Az.CustomProviders/
261268
[DataBoxGallery]: https://www.powershellgallery.com/packages/Az.DataBox/
262269
[DataBoxEdgeGallery]: https://www.powershellgallery.com/packages/Az.DataBoxEdge/
@@ -342,4 +349,5 @@ Web App Service | `Az.Websites`
342349
[TimeSeriesInsightsGallery]: https://www.powershellgallery.com/packages/Az.TimeSeriesInsights/
343350
[TrafficManagerGallery]: https://www.powershellgallery.com/packages/Az.TrafficManager/
344351
[VMWareGallery]: https://www.powershellgallery.com/packages/Az.VMWare/
345-
[WebsitesGallery]: https://www.powershellgallery.com/packages/Az.Websites/
352+
[WebsitesGallery]: https://www.powershellgallery.com/packages/Az.Websites/
353+
[WindowsIotServicesGallery]: https://www.powershellgallery.com/packages/Az.WindowsIotServices/

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 - November 2020"
40+
$productName = "Microsoft Azure PowerShell - December 2020"
4141

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

src/Accounts/Accounts/Az.Accounts.psd1

Lines changed: 4 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: 11/18/2020
6+
# Generated on: 12/3/2020
77
#
88

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

1414
# Version number of this module.
15-
ModuleVersion = '2.2.1'
15+
ModuleVersion = '2.2.2'
1616

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

145145
# ReleaseNotes of this module
146-
ReleaseNotes = '* Fixed the issue that incorrectly use Task.Result causes unclear error message if browser is not avaialable for Interactive auth'
146+
ReleaseNotes = '* Managed to parse ExpiresOn time from raw token if could not get from underlying library
147+
* Improved warning message if Interactive authentication is unavailable'
147148

148149
# Prerelease string of this module
149150
# 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.2
2123
* Managed to parse ExpiresOn time from raw token if could not get from underlying library
2224
* Improved warning message if Interactive authentication is unavailable
2325

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.1")]
47-
[assembly: AssemblyFileVersion("2.2.1")]
46+
[assembly: AssemblyVersion("2.2.2")]
47+
[assembly: AssemblyFileVersion("2.2.2")]
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.1")]
47-
[assembly: AssemblyFileVersion("2.2.1")]
46+
[assembly: AssemblyVersion("2.2.2")]
47+
[assembly: AssemblyFileVersion("2.2.2")]

src/Accounts/Authenticators/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// ----------------------------------------------------------------------------------
1+
// ----------------------------------------------------------------------------------
22
//
33
// Copyright Microsoft Corporation
44
// Licensed under the Apache License, Version 2.0 (the "License");
@@ -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.1")]
52-
[assembly: AssemblyFileVersion("2.2.1")]
51+
[assembly: AssemblyVersion("2.2.2")]
52+
[assembly: AssemblyFileVersion("2.2.2")]

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

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

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("2.1.0")]
46-
[assembly: AssemblyFileVersion("2.1.0")]
45+
[assembly: AssemblyVersion("2.2.0")]
46+
[assembly: AssemblyFileVersion("2.2.0")]

src/ApiManagement/ApiManagement/Az.ApiManagement.psd1

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 7/30/2020
6+
# Generated on: 12/3/2020
77
#
88

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

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

5858
# Assemblies that must be loaded prior to importing this module
5959
RequiredAssemblies = 'AutoMapper.dll', 'Microsoft.Azure.Management.ApiManagement.dll',
@@ -207,18 +207,7 @@ PrivateData = @{
207207
# IconUri = ''
208208

209209
# ReleaseNotes of this module
210-
ReleaseNotes = '* Added new ''Add-AzApiManagementApiToGateway'' cmdlet.
211-
* Added new ''Get-AzApiManagementGateway'' cmdlet.
212-
* Added new ''Get-AzApiManagementGatewayHostnameConfiguration'' cmdlet.
213-
* Added new ''Get-AzApiManagementGatewayKey'' cmdlet.
214-
* Added new ''New-AzApiManagementGateway'' cmdlet.
215-
* Added new ''New-AzApiManagementGatewayHostnameConfiguration'' cmdlet.
216-
* Added new ''New-AzApiManagementResourceLocationObject'' cmdlet.
217-
* Added new ''Remove-AzApiManagementApiFromGateway'' cmdlet.
218-
* Added new ''Remove-AzApiManagementGateway'' cmdlet.
219-
* Added new ''Remove-AzApiManagementGatewayHostnameConfiguration'' cmdlet.
220-
* Added new ''Update-AzApiManagementGateway'' cmdlet.
221-
* Added new optional [-GatewayId] parameter to the ''Get-AzApiManagementApi'' cmdlet.'
210+
ReleaseNotes = '* [Breaking change] ''New-AzApiManagementProduct'' by default has no subscription limit.'
222211

223212
# Prerelease string of this module
224213
# Prerelease = ''

src/ApiManagement/ApiManagement/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.0
2123
* [Breaking change] `New-AzApiManagementProduct` by default has no subscription limit.
2224

2325
## Version 2.1.0

src/ApiManagement/ApiManagement/Properties/AssemblyInfo.cs

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

44-
[assembly: AssemblyVersion("2.1.0")]
45-
[assembly: AssemblyFileVersion("2.1.0")]
44+
[assembly: AssemblyVersion("2.2.0")]
45+
[assembly: AssemblyFileVersion("2.2.0")]

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

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

0 commit comments

Comments
 (0)