Skip to content

Commit dd0a406

Browse files
authored
Revert "release-2021-08-03 (#15585)"
This reverts commit 8d324af.
1 parent 8d324af commit dd0a406

File tree

827 files changed

+48696
-96801
lines changed

Some content is hidden

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

827 files changed

+48696
-96801
lines changed

ChangeLog.md

Lines changed: 0 additions & 98 deletions
Original file line numberDiff line numberDiff line change
@@ -1,101 +1,3 @@
1-
## 6.3.0 - August 2021
2-
#### Az.Accounts
3-
* Disabled context auto saving when token cache persistence fails on Windows and macOS
4-
* Added PowerShell version into telemetry record
5-
* Upgraded Microsoft.ApplicationInsights from 2.4.0 to 2.12.0
6-
* Updated Azure.Core to 1.16.0
7-
8-
#### Az.Aks
9-
* Added 'Start-AzAksCluster', 'Stop-AzAksCluster', 'Get-AzAksUpgradeProfile' and 'Get-AzAksNodePoolUpgradeProfile'. [#14194]
10-
* Added property 'IdentityProfile' in the output of 'Get-AzAksCluster'. [#12546]
11-
12-
#### Az.CognitiveServices
13-
* [Breaking Change] Changed type of PSCognitiveServicesAccount.Identity.Type from IdentityType to ResourceIdentityType.
14-
* [Breaking Change] Changed type of PSCognitiveServicesAccount.Sku.Tier from SkuTier to string.
15-
* [Breaking Change] Removed ActionRequired from PrivateLinkServiceConnectionState.
16-
* Updated PowerShell to use 2021-04-30 version.
17-
* Added 'Undo-AzCognitiveServicesAccountRemoval' cmdlet.
18-
* Added parameters '-RestrictOutboundNetworkAccess', '-AllowedFqdnList', '-DisableLocalAuth', '-KeyVaultIdentityClientId', '-IdentityType', '-UserAssignedIdentityId' to 'New-AzureCognitiveServicesAccount' and 'Set-AzureCognitiveServicesAccount'.
19-
* Added parameters '-InRemovedState', '-Location' to 'Remove-AzureCognitiveServicesAccount' and 'Get-AzureCognitiveServicesAccount'.
20-
21-
#### Az.Compute
22-
* Fixed the warning in 'New-AzVM' cmdlet stating the sku of the VM is being defaulted even if a sku size is provided by the user. Now it only occurs when the user does not provide a sku size.
23-
* Edited 'Set-AzVmOperatingSystem' cmdlet to no longer overwrite any existing EnableAutomaticUpdates value on the passed in virtual machine if it exists.
24-
* Updated Compute module to use the latest .Net SDK version 48.0.0.
25-
* Added new cmdlets for the Capacity Reservation Feature:
26-
- 'New-AzCapacityReservationGroup'
27-
- 'Remove-AzCapacityReservationGroup'
28-
- 'Get-AzCapacityReservationGroup'
29-
- 'New-AzCapacityReservation'
30-
- 'Remove-AzCapacityReservation'
31-
- 'Get-AzCapacityReservation'
32-
* Added a new parameter '-CapacityReservationGroupId' to the following cmdlets:
33-
- 'New-AzVm'
34-
- 'New-AzVmConfig'
35-
- 'New-AzVmss'
36-
- 'New-AzVmssConfig'
37-
- 'Update-AzVm'
38-
- 'Update-AzVmss'
39-
40-
#### Az.DataFactory
41-
* Updated ADF .Net SDK version to 4.21.0
42-
43-
#### Az.Migrate
44-
* Added SQL Server license type.
45-
* Added CRN feature.
46-
* Added resource tags feature.
47-
* Updated to 2021-02-10 api version.
48-
49-
#### Az.Monitor
50-
* Added parameter 'ResourceGroupName' back for 'Add-AzAutoscaleSetting' parameter set 'AddAzureRmAutoscaleSettingUpdateParamGroup' and made it optional [#15491]
51-
52-
#### Az.RecoveryServices
53-
* Added Archive for V1 vaults.
54-
* Added ProtectedItemsCount in Get-AzRecoveryServicesBackupProtectionPolicy.
55-
* Azure site recovery bug fix for azure to azure in update vm properties.
56-
57-
#### Az.RedisCache
58-
* Added 'RedisVersion' parameter in 'New-AzRedisCache' and 'Set-AzRedisCache'
59-
60-
#### Az.Resources
61-
* Fixed bug with 'PSResource' where some constructors left 'SubscriptionId' property unassigned/null. [#10783]
62-
* Added support for creating and updating Template Spec in Bicep file [#15313]
63-
* Added '-ProceedIfNoChange' parameter to deployment create cmdlets.
64-
65-
#### Az.ServiceFabric
66-
* Fixed Managed and Classic Application models (Application, Cluster, Service) by updating constructor to take all new properties
67-
- This solves piping related issues where piping the results directly from a Get cmdlet call into and Update or Set call remove some intentionally set properties
68-
- Updated appropriate test files to cover the above mentioned cases
69-
70-
#### Az.Sql
71-
* Fixed identity logic in 'Set-AzSqlServer' and 'Set-AzSqlInstance'
72-
73-
#### Az.Storage
74-
* Supported Blob Last Access Time
75-
- 'Enable-AzStorageBlobLastAccessTimeTracking'
76-
- 'Disable-AzStorageBlobLastAccessTimeTracking'
77-
- 'Add-AzStorageAccountManagementPolicyAction'
78-
* Made 'Get-AzDataLakeGen2ChildItem' list all datalake gen2 items by default, instead of needing user to list chunk by chunk.
79-
* Fixed BlobProperties is empty issue when using sas without prefix '?' [#15460]
80-
* Fixed synchronously copy small blob failure [#15548]
81-
- 'Copy-AzStorageBlob'
82-
83-
#### Az.Websites
84-
* Fixed 'Add-AzWebAppAccessRestrictionRule' failing when users does not have permissions to get Service Tag list #15316 and #14862
85-
86-
### Thanks to our community contributors
87-
* Borys Generalov (@bgener), Update Get-AzPolicyState.md (#15455)
88-
* Dean Mock (@deanmock), Update New-AzAutomationSchedule.md (#15371)
89-
* John Bevan (@JohnLBevan), #10783 - Fix for Get-AzResource returning PSResource with null SubscriptionId (#15106)
90-
* Michael Mejias Sanchez (@mikemej), Update - Update deployment (external VNET) (#15391)
91-
* @mjsharma, Adding note for alternate commands (#15360)
92-
* Ked Mardemootoo (@nocticdr), Fixed some typos for added clarity (#15428)
93-
* Pascal Berger (@pascalberger), Fix parameter name in Sync-AzVirtualNetworkPeering examples (#15493)
94-
* @rcabr, Doc fix in Get-AzStorageContainer (#15476)
95-
* AAron (@S-AA-RON), Update New-AzNetworkSecurityGroup.md (#15512)
96-
* 坂本ポテコ (@sakamoto-poteko), Update New-AzVMConfig.md (#15376)
97-
* @Shawn-Yuen, Update Remove-AzDataLakeGen2Item.md (#15388)
98-
991
## 6.2.1 - July 2021
1002
#### Az.Accounts
1013
* Fixed access error when subscripiton has no 'Tags' property [#15425].

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 - August 2021"
40+
$productName = "Microsoft Azure PowerShell - July 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.2'; })
54+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.5.1'; })
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: 3 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: 2021/7/29
6+
# Generated on: 7/9/2021
77
#
88

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

1414
# Version number of this module.
15-
ModuleVersion = '2.5.2'
15+
ModuleVersion = '2.5.1'
1616

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

147147
# ReleaseNotes of this module
148-
ReleaseNotes = '* Disabled context auto saving when token cache persistence fails on Windows and macOS
149-
* Added PowerShell version into telemetry record
150-
* Upgraded Microsoft.ApplicationInsights from 2.4.0 to 2.12.0
151-
* Updated Azure.Core to 1.16.0'
148+
ReleaseNotes = '* Fixed access error when subscripiton has no ''Tags'' property [#15425].'
152149

153150
# Prerelease string of this module
154151
# Prerelease = ''

src/Accounts/Accounts/ChangeLog.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,7 @@
1919
-->
2020

2121
## Upcoming Release
22-
23-
## Version 2.5.2
2422
* Disabled context auto saving when token cache persistence fails on Windows and macOS
25-
* Added PowerShell version into telemetry record
2623
* Upgraded Microsoft.ApplicationInsights from 2.4.0 to 2.12.0
2724
* Updated Azure.Core to 1.16.0
2825

src/Accounts/Accounts/CommonModule/AzModule.cs

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
using Newtonsoft.Json;
2323
using System;
2424
using System.Collections.Generic;
25-
using System.Collections.ObjectModel;
2625
using System.Linq;
2726
using System.Management.Automation;
2827
using System.Net;
@@ -224,16 +223,10 @@ await signal(Events.Debug, cancellationToken,
224223

225224
internal async Task OnProcessRecordAsyncStart(string id, CancellationToken cancellationToken, GetEventData getEventData, SignalDelegate signal, string processRecordId, InvocationInfo invocationInfo, string parameterSetName, string correlationId)
226225
{
227-
//AzVersion is null indicates no SDK based cmdlet is invoked. Below properties needs to be filled.
228-
if(_runtime != null && AzurePSCmdlet.AzVersion == null)
229-
{
230-
AzurePSCmdlet.PSHostName = _runtime.Host?.Name;
231-
AzurePSCmdlet.PSHostVersion = _runtime.Host?.Version?.ToString();
232-
}
233226
var qos = _telemetry.CreateQosEvent(invocationInfo, parameterSetName, correlationId, processRecordId);
234227
qos.PreviousEndTime = _previousEndTime;
235228
await signal(Events.Debug, cancellationToken,
236-
() => EventHelper.CreateLogEvent($"[{id}]: Created new QosEvent for command '{qos?.CommandName}'"));
229+
() => EventHelper.CreateLogEvent($"[{id}]: Created new QosEvent for command '{qos?.CommandName}': {qos?.ToString()}"));
237230
}
238231

239232
internal async Task OnProcessRecordAsyncEnd(string id, CancellationToken cancellationToken, GetEventData getEventData, SignalDelegate signal, string processRecordId)
@@ -287,9 +280,9 @@ internal async Task OnCmdletEndProcessing(string id, CancellationToken cancellat
287280
if (_telemetry.TryGetValue(processRecordId, out qos))
288281
{
289282
qos.IsSuccess = (qos.Exception == null);
290-
await signal(Events.Debug, cancellationToken, () => EventHelper.CreateLogEvent(qos.ToString()));
283+
await signal(Events.Debug, cancellationToken,
284+
() => EventHelper.CreateLogEvent($"[{id}]: Sending new QosEvent for command '{qos.CommandName}': {qos.ToString()}"));
291285
_telemetry.LogEvent(processRecordId);
292-
await signal(Events.Debug, cancellationToken, () => EventHelper.CreateLogEvent("Finish sending metric."));
293286
_previousEndTime = DateTimeOffset.Now;
294287
}
295288
}

src/Accounts/Accounts/CommonModule/TelemetryProvider.cs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
namespace Microsoft.Azure.Commands.Common
3333
{
3434
/// <summary>
35-
/// Class providing telemetry usage based on the user's data collection settings
35+
/// Class providing telemtry usage based on the user's data collection settings
3636
/// </summary>
3737
public class TelemetryProvider : IDictionary<string, AzurePSQoSEvent>, IDisposable
3838
{
@@ -116,7 +116,6 @@ public virtual void LogEvent(string key)
116116
{
117117
qos.FinishQosEvent();
118118
_helper.LogQoSEvent(qos, enabled, enabled);
119-
_helper.FlushMetric();
120119
this.Remove(key);
121120
}
122121
}
@@ -159,9 +158,6 @@ public virtual AzurePSQoSEvent CreateQosEvent(InvocationInfo invocationInfo, str
159158

160159
qosEvent.UserAgent = AzurePSCmdlet.UserAgent;
161160
qosEvent.AzVersion = AzurePSCmdlet.AzVersion;
162-
qosEvent.PSVersion = AzurePSCmdlet.PowerShellVersion;
163-
qosEvent.HostVersion = AzurePSCmdlet.PSHostVersion;
164-
qosEvent.PSHostName = AzurePSCmdlet.PSHostName;
165161

166162
if (invocationInfo != null)
167163
{

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.2")]
47-
[assembly: AssemblyFileVersion("2.5.2")]
46+
[assembly: AssemblyVersion("2.5.1")]
47+
[assembly: AssemblyFileVersion("2.5.1")]
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.2")]
47-
[assembly: AssemblyFileVersion("2.5.2")]
46+
[assembly: AssemblyVersion("2.5.1")]
47+
[assembly: AssemblyFileVersion("2.5.1")]

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.2")]
52-
[assembly: AssemblyFileVersion("2.5.2")]
51+
[assembly: AssemblyVersion("2.5.1")]
52+
[assembly: AssemblyFileVersion("2.5.1")]

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

5656
# Assemblies that must be loaded prior to importing this module
5757
RequiredAssemblies = './bin/Az.Aks.private.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("2.3.0")]
28-
[assembly: AssemblyFileVersion("2.3.0")]
27+
[assembly: AssemblyVersion("0.1.0")]
28+
[assembly: AssemblyFileVersion("0.1.0")]

src/Aks/Aks/Az.Aks.psd1

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

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

1414
# Version number of this module.
15-
ModuleVersion = '2.3.0'
15+
ModuleVersion = '2.2.0'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -67,11 +67,14 @@ RequiredAssemblies = 'YamlDotNet.dll', 'AutoMapper.dll',
6767
# TypesToProcess = @()
6868

6969
# Format files (.ps1xml) to be loaded when importing this module
70+
# FormatsToProcess = @()
71+
72+
# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
7073
FormatsToProcess = 'Aks.Autorest\Az.Aks.format.ps1xml'
7174

7275
# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
7376
NestedModules = @('Microsoft.Azure.PowerShell.Cmdlets.Aks.dll',
74-
'Aks.Autorest\Az.Aks.psm1')
77+
'Aks.Autorest\Az.Aks.psm1')
7578

7679
# Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export.
7780
FunctionsToExport = 'Get-AzAksNodePoolUpgradeProfile', 'Get-AzAksUpgradeProfile',
@@ -118,8 +121,7 @@ PrivateData = @{
118121
# IconUri = ''
119122

120123
# ReleaseNotes of this module
121-
ReleaseNotes = '* Added ''Start-AzAksCluster'', ''Stop-AzAksCluster'', ''Get-AzAksUpgradeProfile'' and ''Get-AzAksNodePoolUpgradeProfile''. [#14194]
122-
* Added property ''IdentityProfile'' in the output of ''Get-AzAksCluster''. [#12546]'
124+
ReleaseNotes = '* Added parameter ''AvailabilityZone'' for ''New-AzAksNodePool''. [#14505]'
123125

124126
# Prerelease string of this module
125127
# Prerelease = ''

src/Aks/Aks/ChangeLog.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21-
22-
## Version 2.3.0
2321
* Added `Start-AzAksCluster`, `Stop-AzAksCluster`, `Get-AzAksUpgradeProfile` and `Get-AzAksNodePoolUpgradeProfile`. [#14194]
2422
* Added property `IdentityProfile` in the output of `Get-AzAksCluster`. [#12546]
2523

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

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

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

0 commit comments

Comments
 (0)