Skip to content

Commit 864d770

Browse files
authored
Merge branch 'master' into dev
2 parents 74ca2a0 + 6350c76 commit 864d770

File tree

458 files changed

+239970
-179386
lines changed

Some content is hidden

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

458 files changed

+239970
-179386
lines changed

.azure-pipelines/windows-powershell.yml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,36 @@ jobs:
1919
testFramework: ${{ variables.TestFramework }}
2020
configuration: ${{ variables.Configuration }}
2121

22+
- job: Analyze
23+
displayName: Analyze
24+
dependsOn: Build
25+
condition: succeeded()
26+
pool:
27+
vmImage: ${{ variables.WindowsImage }}
28+
29+
steps:
30+
- template: util/analyze-steps.yml
31+
parameters:
32+
osName: ${{ variables.WindowsName }}
33+
configuration: ${{ variables.Configuration }}
34+
- task: PowerShell@2
35+
displayName: 'Cleanup Build'
36+
inputs:
37+
targetType: filePath
38+
filePath: tools/CleanupBuild.ps1
39+
pwsh: true
40+
- task: NuGetCommand@2
41+
displayName: 'Download BinSkim'
42+
inputs:
43+
command: custom
44+
arguments: 'install Microsoft.CodeAnalysis.BinSkim -OutputDirectory $(System.DefaultWorkingDirectory)/tools/SecurityTools'
45+
- task: PowerShell@2
46+
displayName: 'Run BinSkim'
47+
inputs:
48+
targetType: filePath
49+
filePath: tools/SecurityTools/RunBinSkim.ps1
50+
pwsh: true
51+
2252
- job: Test
2353
displayName: Test
2454
dependsOn: Build

.github/ISSUE_TEMPLATE/az-module-bug-report.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ assignees: ''
3737

3838
## Module versions
3939

40-
<!-- Please run (Get-Module -Name Az.* -ListAvailable) and paste the output in the below code block -->
40+
<!-- Please run (Get-Module -ListAvailable) and paste the output in the below code block -->
4141

4242
```powershell
4343
@@ -53,7 +53,7 @@ assignees: ''
5353

5454
## Error output
5555

56-
<!-- Please run Resolve-AzureRmError and paste the output in the below code block -->
56+
<!-- Please run Resolve-AzError and paste the output in the below code block -->
5757

5858
```
5959

ChangeLog.md

Lines changed: 116 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,119 @@
1+
## 2.0.0 - May 2019
2+
#### Az.Accounts
3+
* Update Authentication Library to fix ADFS issues with username/password auth
4+
5+
#### Az.CognitiveServices
6+
* Only display Bing disclaimer for Bing Search Services.
7+
* Improve error when create account failed.
8+
9+
#### Az.Compute
10+
* Proximity placement group feature.
11+
- The following new cmdlets are added:
12+
New-AzProximityPlacementGroup
13+
Get-AzProximityPlacementGroup
14+
Remove-AzProximityPlacementGroup
15+
- The new parameter, ProximityPlacementGroupId, is added to the following cmdlets:
16+
New-AzAvailabilitySet
17+
New-AzVMConfig
18+
New-AzVmssConfig
19+
* StorageAccountType parameter is added to New-AzGalleryImageVersion.
20+
* TargetRegion of New-AzGalleryImageVersion can contain StorageAccountType.
21+
* SkipShutdown switch parameter is added to Stop-AzVM and Stop-AzVmss
22+
* Breaking changes
23+
- Set-AzVMBootDiagnostics is changed to Set-AzVMBootDiagnostic.
24+
- Export-AzLogAnalyticThrottledRequests is changed to Export-AzLogAnalyticThrottledRequests.
25+
26+
#### Az.DeploymentManager
27+
* First Generally Available release of Azure Deployment Manager cmdlets
28+
29+
#### Az.Dns
30+
* Automatic DNS NameServer Delegation
31+
- Create DNS zone cmdlet accepts parent zone name as additional optional parameter.
32+
- Adds NS records in the parent zone for newly created child zone.
33+
34+
#### Az.FrontDoor
35+
* First Generally Available Release of Azure FrontDoor cmdlets
36+
* Rename WAF cmdlets to include 'Waf'
37+
- `Get-AzFrontDoorFireWallPolicy --> Get-AzFrontDoorWafPolicy`
38+
- `New-AzFrontDoorCustomRuleObject --> New-AzFrontDoorWafCustomRuleObject`
39+
- `New-AzFrontDoorFireWallPolicy --> New-AzFrontDoorWafPolicy`
40+
- `New-AzFrontDoorManagedRuleObject --> New-AzFrontDoorWafManagedRuleObject`
41+
- `New-AzFrontDoorManagedRuleOverrideObject --> New-AzFrontDoorWafManagedRuleOverrideObject`
42+
- `New-AzFrontDoorMatchConditionObject --> New-AzFrontDoorWafMatchConditionObject`
43+
- `New-AzFrontDoorRuleGroupOverrideObject --> New-AzFrontDoorWafRuleGroupOverrideObject`
44+
- `Remove-AzFrontDoorFireWallPolicy --> Remove-AzFrontDoorWafPolicy`
45+
- `Update-AzFrontDoorFireWallPolicy --> Update-AzFrontDoorWafPolicy`
46+
#### Az.HDInsight
47+
* Removed two cmdlets:
48+
- Grant-AzHDInsightHttpServicesAccess
49+
- Revoke-AzHDInsightHttpServicesAccess
50+
* Added a new cmdlet Set-AzHDInsightGatewayCredential to replace Grant-AzHDInsightHttpServicesAccess
51+
* Update cmdlet Get-AzHDInsightJobOutput to distinguish reader role and hdinsight operator role:
52+
- Users with reader role need to specify 'DefaultStorageAccountKey' parameter explicitly, otherwise error occurs.
53+
- Users with hdinsight operator role will not be affected.
54+
55+
#### Az.Monitor
56+
* New cmdlets for SQR API (Scheduled Query Rule)
57+
- New-AzScheduledQueryRuleAlertingAction
58+
- New-AzScheduledQueryRuleAznsActionGroup
59+
- New-AzScheduledQueryRuleLogMetricTrigger
60+
- New-AzScheduledQueryRuleSchedule
61+
- New-AzScheduledQueryRuleSource
62+
- New-AzScheduledQueryRuleTriggerCondition
63+
- New-AzScheduledQueryRule
64+
- Get-AzScheduledQueryRule
65+
- Set-AzScheduledQueryRule
66+
- Update-AzScheduledQueryRule
67+
- Remove-AzScheduledQueryRule
68+
- [More](https://docs.microsoft.com/en-us/rest/api/monitor/scheduledqueryrules) information about SQR API
69+
- Updated Az.Monitor.md to include cmdlets for GenV2(non classic) metric-based alert rule
70+
71+
#### Az.Network
72+
* Add support for Nat Gateway Resource
73+
- New cmdlets
74+
- New-AzNatGateway
75+
- Get-AzNatGateway
76+
- Set-AzNatGateway
77+
- Remove-AzNatGateway
78+
- Updated cmdlets
79+
- New-AzureVirtualNetworkSubnetConfigCommand
80+
- Add-AzureVirtualNetworkSubnetConfigCommand
81+
* Updated below commands for feature: Custom routes set/remove on Brooklyn Gateway.
82+
- Updated New-AzVirtualNetworkGateway: Added optional parameter -CustomRoute to set the address prefixes as custom routes to set on Gateway.
83+
- Updated Set-AzVirtualNetworkGateway: Added optional parameter -CustomRoute to set the address prefixes as custom routes to set on Gateway.
84+
85+
#### Az.PolicyInsights
86+
* Support for querying policy evaluation details.
87+
- Add '-Expand' parameter to Get-AzPolicyState. Support '-Expand PolicyEvaluationDetails'.
88+
89+
#### Az.RecoveryServices
90+
* Support for Cross subscription Azure to Azure site recovery.
91+
* Marking upcoming breaking changes for Azure Site Recovery.
92+
* Fix for Azure Site Recovery recovery plan end action plan.
93+
* Fix for Azure Site Recovery Update network mapping for Azure to Azure.
94+
* Fix for Azure Site Recovery update protection direction for Azure to Azure for managed disk.
95+
* Other minor fixes.
96+
97+
#### Az.Relay
98+
* Fix typos in customer-facing messages
99+
100+
#### Az.ServiceBus
101+
* Added new cmdlets for NetworkRuleSet of Namespace
102+
103+
#### Az.Storage
104+
* Upgrade to Storage Client Library 10.0.1 (the namespace of all objects from this SDK change from 'Microsoft.WindowsAzure.Storage.*' to 'Microsoft.Azure.Storage.*')
105+
* Upgrade to Microsoft.Azure.Management.Storage 11.0.0, to support new API version 2019-04-01.
106+
* The default Storage account Kind in Create Storage account change from 'Storage' to 'StorageV2'
107+
- New-AzStorageAccount
108+
* Change the Storage account cmdlet output Sku.Name to be aligned with input SkuName by add '-', like 'StandardLRS' change to 'Standard_LRS'
109+
- New-AzStorageAccount
110+
- Get-AzStorageAccount
111+
- Set-AzStorageAccount
112+
113+
#### Az.Websites
114+
* 'Kind' property will now be set for PSSite objects returned by Get-AzWebApp
115+
* Get-AzWebApp*Metrics and Get-AzAppServicePlanMetrics marked deprecated
116+
1117
## 1.8.0 - April 2019
2118
### Highlights since the last major release
3119
* General availability of `Az` module

src/Accounts/Accounts/Az.Accounts.psd1

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#
2-
# Module manifest for module 'PSGet_Az.Accounts'
2+
# Module manifest for module 'Az.Accounts'
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 4/18/2019
6+
# Generated on: 4/30/2019
77
#
88

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

1414
# Version number of this module.
15-
ModuleVersion = '1.5.1'
15+
ModuleVersion = '1.5.2'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -56,27 +56,27 @@ DotNetFrameworkVersion = '4.7.2'
5656
# RequiredModules = @()
5757

5858
# Assemblies that must be loaded prior to importing this module
59-
RequiredAssemblies = '.\Microsoft.Azure.PowerShell.Authentication.Abstractions.dll',
60-
'.\Microsoft.Azure.PowerShell.Authentication.dll',
61-
'.\Microsoft.Azure.PowerShell.Authentication.ResourceManager.dll',
62-
'.\Microsoft.Azure.PowerShell.Clients.Authorization.dll',
63-
'.\Microsoft.Azure.PowerShell.Clients.Compute.dll',
64-
'.\Microsoft.Azure.PowerShell.Clients.Graph.Rbac.dll',
65-
'.\Microsoft.Azure.PowerShell.Clients.Monitor.dll',
66-
'.\Microsoft.Azure.PowerShell.Clients.Network.dll',
67-
'.\Microsoft.Azure.PowerShell.Clients.ResourceManager.dll',
68-
'.\Microsoft.Azure.PowerShell.Common.dll',
69-
'.\Microsoft.Azure.PowerShell.Storage.dll',
70-
'.\Microsoft.Azure.PowerShell.Clients.Storage.Management.dll',
71-
'.\Microsoft.Azure.PowerShell.Clients.KeyVault.dll',
72-
'.\Microsoft.Azure.PowerShell.Clients.Websites.dll',
73-
'.\Hyak.Common.dll', '.\Microsoft.ApplicationInsights.dll',
74-
'.\Microsoft.Azure.Common.dll',
75-
'.\Microsoft.Rest.ClientRuntime.dll',
76-
'.\Microsoft.Rest.ClientRuntime.Azure.dll',
77-
'.\Microsoft.WindowsAzure.Storage.dll',
78-
'.\Microsoft.WindowsAzure.Storage.DataMovement.dll',
79-
'.\Microsoft.Azure.PowerShell.Clients.Aks.dll',
59+
RequiredAssemblies = '.\Microsoft.Azure.PowerShell.Authentication.Abstractions.dll',
60+
'.\Microsoft.Azure.PowerShell.Authentication.dll',
61+
'.\Microsoft.Azure.PowerShell.Authentication.ResourceManager.dll',
62+
'.\Microsoft.Azure.PowerShell.Clients.Authorization.dll',
63+
'.\Microsoft.Azure.PowerShell.Clients.Compute.dll',
64+
'.\Microsoft.Azure.PowerShell.Clients.Graph.Rbac.dll',
65+
'.\Microsoft.Azure.PowerShell.Clients.Monitor.dll',
66+
'.\Microsoft.Azure.PowerShell.Clients.Network.dll',
67+
'.\Microsoft.Azure.PowerShell.Clients.ResourceManager.dll',
68+
'.\Microsoft.Azure.PowerShell.Common.dll',
69+
'.\Microsoft.Azure.PowerShell.Storage.dll',
70+
'.\Microsoft.Azure.PowerShell.Clients.Storage.Management.dll',
71+
'.\Microsoft.Azure.PowerShell.Clients.KeyVault.dll',
72+
'.\Microsoft.Azure.PowerShell.Clients.Websites.dll',
73+
'.\Hyak.Common.dll', '.\Microsoft.ApplicationInsights.dll',
74+
'.\Microsoft.Azure.Common.dll',
75+
'.\Microsoft.Rest.ClientRuntime.dll',
76+
'.\Microsoft.Rest.ClientRuntime.Azure.dll',
77+
'.\Microsoft.WindowsAzure.Storage.dll',
78+
'.\Microsoft.WindowsAzure.Storage.DataMovement.dll',
79+
'.\Microsoft.Azure.PowerShell.Clients.Aks.dll',
8080
'.\Microsoft.Azure.PowerShell.Strategies.dll'
8181

8282
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
@@ -142,12 +142,12 @@ PrivateData = @{
142142
# IconUri = ''
143143

144144
# ReleaseNotes of this module
145-
ReleaseNotes = '* Update Uninstall-AzureRm to correctly delete modules in Mac'
145+
ReleaseNotes = '* Update Authentication Library to fix ADFS issues with username/password auth'
146146

147147
# Prerelease string of this module
148148
# Prerelease = ''
149149

150-
# Flag to indicate whether the module requires explicit user acceptance for install/update
150+
# Flag to indicate whether the module requires explicit user acceptance for install/update/save
151151
# RequireLicenseAcceptance = $false
152152

153153
# External dependent modules of this module

src/Accounts/Accounts/AzureRmAlias/Mappings.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -947,14 +947,15 @@
947947
"New-AzFrontDoorFrontendEndpointObject": "New-AzureRmFrontDoorFrontendEndpointObject",
948948
"New-AzFrontDoorHealthProbeSettingObject": "New-AzureRmFrontDoorHealthProbeSettingObject",
949949
"New-AzFrontDoorLoadBalancingSettingObject": "New-AzureRmFrontDoorLoadBalancingSettingObject",
950-
"New-AzFrontDoorMatchConditionObject": "New-AzureRmFrontDoorMatchConditionObject",
951-
"New-AzFrontDoorCustomRuleObject": "New-AzureRmFrontDoorCustomRuleObject",
952-
"New-AzFrontDoorManagedRuleObject": "New-AzureRmFrontDoorManagedRuleObject",
953-
"New-AzFrontDoorFireWallPolicy": "New-AzureRmFrontDoorFireWallPolicy",
954-
"Get-AzFrontDoorFireWallPolicy": "Get-AzureRmFrontDoorFireWallPolicy",
955-
"Set-AzFrontDoorFireWallPolicy": "Set-AzureRmFrontDoorFireWallPolicy",
956-
"Remove-AzFrontDoorFireWallPolicy": "Remove-AzureRmFrontDoorFireWallPolicy",
957-
"New-AzFrontDoorRuleGroupOverrideObject": "New-AzureRmFrontDoorRuleGroupOverrideObject",
950+
"New-AzFrontDoorWafMatchConditionObject": "New-AzureRmFrontDoorMatchConditionObject",
951+
"New-AzFrontDoorWafCustomRuleObject": "New-AzureRmFrontDoorCustomRuleObject",
952+
"New-AzFrontDoorWafManagedRuleObject": "New-AzureRmFrontDoorManagedRuleObject",
953+
"New-AzFrontDoorWafManagedRuleOverrideObject": "New-AzureRmFrontDoorManagedRuleOverrideObject",
954+
"New-AzFrontDoorWafPolicy": "New-AzureRmFrontDoorFireWallPolicy",
955+
"Get-AzFrontDoorWafPolicy": "Get-AzureRmFrontDoorFireWallPolicy",
956+
"Set-AzFrontDoorWafPolicy": "Set-AzureRmFrontDoorFireWallPolicy",
957+
"Remove-AzFrontDoorWafPolicy": "Remove-AzureRmFrontDoorFireWallPolicy",
958+
"New-AzFrontDoorWafRuleGroupOverrideObject": "New-AzureRmFrontDoorRuleGroupOverrideObject",
958959
"Remove-AzFrontDoorContent": "Remove-AzureRmFrontDoorContent",
959960
"Enable-AzFrontDoorCustomDomainHttps": "Enable-AzureRmFrontDoorCustomDomainHttps",
960961
"Disable-AzFrontDoorCustomDomainHttps": "Disable-AzureRmFrontDoorCustomDomainHttps",

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 1.5.2
2123
* Update Authentication Library to fix ADFS issues with username/password auth
2224

2325
## Version 1.5.1

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

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

5858
# Assemblies that must be loaded prior to importing this module
5959
RequiredAssemblies = '.\YamlDotNet.dll', '.\AutoMapper.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 = '1.5.1'; })
56+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.5.2'; })
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 = '1.5.1'; })
56+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.5.2'; })
5757

5858
# Assemblies that must be loaded prior to importing this module
5959
RequiredAssemblies = '.\AutoMapper.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 = '1.5.1'; })
56+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.5.2'; })
5757

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

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

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

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

0 commit comments

Comments
 (0)