Skip to content

Commit d64881c

Browse files
author
Maddie Clayton
authored
Merge pull request #7239 from maddieclayton/versioning
Versioning Ignite release
2 parents b797ada + c93ad38 commit d64881c

File tree

109 files changed

+37623
-5160
lines changed

Some content is hidden

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

109 files changed

+37623
-5160
lines changed

ChangeLog.md

Lines changed: 139 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,142 @@
1-
## 6.8.1 - August 2018
1+
## 6.9.0 - September 2018
2+
#### General
3+
* AzureRM.SignalR was added to the AzureRM rollup module
4+
5+
#### AzureRM.Profile
6+
* Minor changes to the storage common code
7+
* Updated help files to include full parameter types.
8+
- Changed -ServicePrincipal to non-mandatory in the ServicePrincipalCertificateWithSubscriptionId parameter set
9+
10+
#### Azure.Storage
11+
* Upgrade to Azure Storage Client Library 9.3.0 and Azure Storage DataMovement Library 0.8.1
12+
* Support create Storage Context with OAuth.
13+
- New-AzureStorageContext
14+
15+
#### AzureRM.Cdn
16+
* Added Standard_Microsoft in Cdn pricing sku.
17+
18+
#### AzureRM.Compute
19+
* Move dependencies on Keyvault and Storage to the common dependencies.
20+
* Add support for more virutal machine sizes to AEM cmdlets
21+
22+
#### AzureRM.Dns
23+
* Added support for alias record during dns record creation
24+
25+
#### AzureRM.Insights
26+
* Fixed issues #6833 and #7102 (Diagnostic Settings area)
27+
- Issues with the default name, i.e. 'service', during creation and listing/getting of diagnostic settings
28+
- Issues creating diagnostic settings with categories
29+
* Added deprecation message for metrics time grains parameters
30+
- Timegrains parameters are still being accepted (this is a non-breaking change,) but they are ignored in the backend since only PT1M is valid
31+
32+
#### AzureRM.Network
33+
* Replaced LoadBalancer cmdlets with generated code
34+
- LoadBalancerInboundNatPoolConfig: added parameters IdleTimeoutInMinutes, EnableFloatingIp and EnableTcpReset
35+
- LoadBalancerInboundNatRuleConfig: added parameter EnableTcpReset
36+
- LoadBalancerRuleConfig: added parameter EnableTcpReset
37+
- LoadBalancerProbeConfig: added support for value "Https" for parameter Protocol
38+
* Added new commands for new LoadBalancer's subresource OutboundRule
39+
- Add-AzureRmLoadBalancerOutboundRuleConfig
40+
- Get-AzureRmLoadBalancerOutboundRuleConfig
41+
- New-AzureRmLoadBalancerOutboundRuleConfig
42+
- Set-AzureRmLoadBalancerOutboundRuleConfig
43+
- Remove-AzureRmLoadBalancerOutboundRuleConfig
44+
* Added new HostedWorkloads property for PSNetworkInterface
45+
* Added new commands for feature: Azure Firewall via ARM
46+
- Added Get-AzureRmFirewall
47+
- Added Set-AzureRmFirewall
48+
- Added New-AzureRmFirewall
49+
- Added Remove-AzureRmFirewall
50+
- Added New-AzureRmFirewallApplicationRuleCollection
51+
- Added New-AzureRmFirewallApplicationRule
52+
- Added New-AzureRmFirewallNatRuleCollection
53+
- Added New-AzureRmFirewallNatRule
54+
- Added New-AzureRmFirewallNetworkRuleCollection
55+
- Added New-AzureRmFirewallNetworkRule
56+
* Added support for Trusted Root certificate and Autoscale configuration in Application Gateway
57+
- New Cmdlets added:
58+
- Add-AzureRmApplicationGatewayTrustedRootCertificate
59+
- Get-AzureRmApplicationGatewayTrustedRootCertificate
60+
- New-AzureRmApplicationGatewayTrustedRootCertificate
61+
- Remove-AzureRmApplicationGatewayTrustedRootCertificate
62+
- Set-AzureRmApplicationGatewayTrustedRootCertificate
63+
- Get-AzureRmApplicationGatewayAutoscaleConfiguration
64+
- New-AzureRmApplicationGatewayAutoscaleConfiguration
65+
- Remove-AzureRmApplicationGatewayAutoscaleConfiguration
66+
- Set-AzureRmApplicationGatewayAutoscaleConfiguration
67+
- Cmdlets updated with optonal parameter -TrustedRootCertificate
68+
- New-AzureRmApplicationGateway
69+
- Set-AzureRmApplicationGateway
70+
- New-AzureRmApplicationGatewayBackendHttpSetting
71+
- Set-AzureRmApplicationGatewayBackendHttpSetting
72+
- Cmdlets updated with optonal parameter -AutoscaleConfiguration
73+
- New-AzureRmApplicationGateway
74+
- Set-AzureRmApplicationGateway
75+
* Add cmdlet for Interface Endpoint Get-AzureInterfaceEndpoint
76+
* Added support for multiple address prefixes in a subnet. Updated cmdlets:
77+
- New-AzureRmVirtualNetworkSubnetConfig
78+
- Set-AzureRmVirtualNetworkSubnetConfig
79+
- Add-AzureRmVirtualNetworkSubnetConfig
80+
- Get-AzureRmVirtualNetworkSubnetConfig
81+
- Add-AzureRmApplicationGatewayAuthenticationCertificate
82+
- Add-AzureRmApplicationGatewayFrontendIPConfig
83+
- New-AzureRmApplicationGatewayFrontendIPConfig
84+
- Set-AzureRmApplicationGatewayFrontendIPConfig
85+
- Add-AzureRmApplicationGatewayIPConfiguration
86+
- New-AzureRmApplicationGatewayIPConfiguration
87+
- Set-AzureRmApplicationGatewayIPConfiguration
88+
- Add-AzureRmNetworkInterfaceIpConfig
89+
- New-AzureRmNetworkInterfaceIpConfig - Set-AzureRmNetworkInterfaceIpConfig
90+
- New-AzureRmVirtualNetworkGatewayIpConfig
91+
- Add-AzureRmVirtualNetworkGatewayIpConfig
92+
- Set-AzureRmLoadBalancerFrontendIpConfig
93+
- Add-AzureRmLoadBalancerFrontendIpConfig
94+
- New-AzureRmLoadBalancerFrontendIpConfig
95+
- New-AzureRmNetworkInterface
96+
* Adding support to perform CRUD operations for subnet delegation.
97+
- New-AzureRmDelegation: Creates a new delegation, which can be added to a subnet
98+
- Remove-AzureRmDelegation: Takes in a subnet and removes the provided delegation name from that subnet
99+
- Add-AzureRmDelegation: Takes in a subnet and adds the provided service name as a delegation to that subnet
100+
- Get-AzureRmDelegation
101+
- Get-AzureRmAvailableServiceDelegations
102+
103+
#### AzureRM.RecoveryServices.SiteRecovery
104+
* Support for managed Managed disk
105+
106+
#### AzureRM.RedisCache
107+
* Updated Insights dependency.
108+
109+
#### AzureRM.Resources
110+
* Update New-AzureRmResourceGroupDeployment with new parameter RollbackAction
111+
- Add support for OnErrorDeployment with the new parameter.
112+
* Support managed identity on policy assignments.
113+
* Parameters with default values are no longer requred when assigning a policy with 'New-AzureRmPolicyAssignment'
114+
* Add new cmdlet Get-AzureRmPolicyAlias for retrieving policy aliases
115+
116+
#### AzureRM.SignalR
117+
* Update SignalR SDK version to 0.10.0-preview
118+
* Update SKU names to Free_F1 and Standard_S1
119+
* Add version field to the PSSignalRResource object and connection string to the PSSignalRKeys object.
120+
121+
#### AzureRM.Storage
122+
* Upgrade to Azure Storage Client Library 9.3.0
123+
* Support Immutability Policy in AzureRm.Storage
124+
- Remove-AzureRmStorageAccountNetworkRule
125+
- Get-AzureRmStorageContainer
126+
- Update-AzureRmStorageContainer
127+
- New-AzureRmStorageContainer
128+
- Remove-AzureRmStorageContainer
129+
- Add-AzureRmStorageContainerLegalHold
130+
- Remove-AzureRmStorageContainerLegalHold
131+
- Set-AzureRmStorageContainerImmutabilityPolicy
132+
- Get-AzureRmStorageContainerImmutabilityPolicy
133+
- Remove-AzureRmStorageContainerImmutabilityPolicy
134+
- Lock-AzureRmStorageContainerImmutabilityPolicy
135+
136+
#### AzureRM.Websites
137+
* Updating to use the latest .NET SDK version (2.0.0)
138+
139+
## 6.8.1 - August 2018
2140
#### General
3141
* Fixed issue with default resource groups not being set.
4142
* Updated common runtime assemblies

src/ResourceManager/Aks/Commands.Aks/AzureRM.Aks.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ CLRVersion = '4.0'
5151
# ProcessorArchitecture = ''
5252

5353
# Modules that must be imported into the global environment prior to importing this module
54-
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.5.1'; })
54+
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.6.0'; })
5555

5656
# Assemblies that must be loaded prior to importing this module
5757
RequiredAssemblies = '.\YamlDotNet.dll', '.\AutoMapper.dll'

src/ResourceManager/AnalysisServices/Commands.AnalysisServices.Dataplane/Azure.AnalysisServices.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ CLRVersion = '4.0'
5151
# ProcessorArchitecture = ''
5252

5353
# Modules that must be imported into the global environment prior to importing this module
54-
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.5.1'; })
54+
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.6.0'; })
5555

5656
# Assemblies that must be loaded prior to importing this module
5757
# RequiredAssemblies = @()

src/ResourceManager/AnalysisServices/Commands.AnalysisServices/AzureRM.AnalysisServices.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ CLRVersion = '4.0'
5151
# ProcessorArchitecture = ''
5252

5353
# Modules that must be imported into the global environment prior to importing this module
54-
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.5.1'; })
54+
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.6.0'; })
5555

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

src/ResourceManager/ApiManagement/Commands.ApiManagement/AzureRM.ApiManagement.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ CLRVersion = '4.0'
5151
# ProcessorArchitecture = ''
5252

5353
# Modules that must be imported into the global environment prior to importing this module
54-
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.5.1'; })
54+
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.6.0'; })
5555

5656
# Assemblies that must be loaded prior to importing this module
5757
RequiredAssemblies = '.\AutoMapper.dll',

src/ResourceManager/ApplicationInsights/Commands.ApplicationInsights/AzureRM.ApplicationInsights.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ CLRVersion = '4.0'
5151
# ProcessorArchitecture = ''
5252

5353
# Modules that must be imported into the global environment prior to importing this module
54-
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.5.1'; })
54+
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.6.0'; })
5555

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

src/ResourceManager/Automation/Commands.Automation/AzureRM.Automation.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ CLRVersion = '4.0'
5151
# ProcessorArchitecture = ''
5252

5353
# Modules that must be imported into the global environment prior to importing this module
54-
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.5.1'; })
54+
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.6.0'; })
5555

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

src/ResourceManager/AzureBackup/Commands.AzureBackup/AzureRM.Backup.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ CLRVersion = '4.0'
5151
# ProcessorArchitecture = ''
5252

5353
# Modules that must be imported into the global environment prior to importing this module
54-
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.5.1'; })
54+
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.6.0'; })
5555

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

src/ResourceManager/AzureBatch/Commands.Batch/AzureRM.Batch.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ CLRVersion = '4.0'
5151
# ProcessorArchitecture = ''
5252

5353
# Modules that must be imported into the global environment prior to importing this module
54-
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.5.1'; })
54+
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.6.0'; })
5555

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

src/ResourceManager/Billing/Commands.Billing/AzureRM.Billing.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ CLRVersion = '4.0'
5151
# ProcessorArchitecture = ''
5252

5353
# Modules that must be imported into the global environment prior to importing this module
54-
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.5.1'; })
54+
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.6.0'; })
5555

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

src/ResourceManager/Cdn/Commands.Cdn/AzureRM.Cdn.psd1

Lines changed: 5 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: 8/28/2018
6+
# Generated on: 9/13/2018
77
#
88

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

1414
# Version number of this module.
15-
ModuleVersion = '5.0.5'
15+
ModuleVersion = '5.0.6'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()
@@ -51,7 +51,7 @@ CLRVersion = '4.0'
5151
# ProcessorArchitecture = ''
5252

5353
# Modules that must be imported into the global environment prior to importing this module
54-
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.5.1'; })
54+
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.6.0'; })
5555

5656
# Assemblies that must be loaded prior to importing this module
5757
RequiredAssemblies = '.\Microsoft.Azure.Management.Cdn.dll'
@@ -123,8 +123,7 @@ PrivateData = @{
123123
# IconUri = ''
124124

125125
# ReleaseNotes of this module
126-
ReleaseNotes = '* Fixed issue with default resource groups not being set.
127-
* Updated common runtime assemblies'
126+
ReleaseNotes = '* Added Standard_Microsoft in Cdn pricing sku. '
128127

129128
# Prerelease string of this module
130129
# Prerelease = ''
@@ -136,7 +135,7 @@ PrivateData = @{
136135
# ExternalModuleDependencies = @()
137136

138137
} # End of PSData hashtable
139-
138+
140139
} # End of PrivateData hashtable
141140

142141
# HelpInfo URI of this module

src/ResourceManager/Cdn/Commands.Cdn/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
## Current Release
21+
22+
## Version 5.0.6
2123
* Added Standard_Microsoft in Cdn pricing sku.
2224

2325
## Version 5.0.5

src/ResourceManager/Cdn/Commands.Cdn/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@
2525
[assembly: ComVisible(false)]
2626
[assembly: CLSCompliant(false)]
2727
[assembly: Guid("d90791a2-8102-47fc-8150-de25ae796eb1")]
28-
[assembly: AssemblyVersion("5.0.5")]
29-
[assembly: AssemblyFileVersion("5.0.5")]
28+
[assembly: AssemblyVersion("5.0.6")]
29+
[assembly: AssemblyFileVersion("5.0.6")]

src/ResourceManager/CognitiveServices/Commands.Management.CognitiveServices/AzureRM.CognitiveServices.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ CLRVersion = '4.0'
5151
# ProcessorArchitecture = ''
5252

5353
# Modules that must be imported into the global environment prior to importing this module
54-
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.5.1'; })
54+
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.6.0'; })
5555

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

src/ResourceManager/Compute.ManagedService/Commands.Compute.ManagedService/AzureRM.Compute.ManagedService.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ CLRVersion = '4.0'
5151
# ProcessorArchitecture = ''
5252

5353
# Modules that must be imported into the global environment prior to importing this module
54-
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.5.1'; })
54+
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.6.0'; })
5555

5656
# Assemblies that must be loaded prior to importing this module
5757
RequiredAssemblies = '.\Microsoft.Data.Edm.dll', '.\Microsoft.Data.OData.dll',

src/ResourceManager/Compute/Commands.Compute/AzureRM.Compute.psd1

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 8/28/2018
6+
# Generated on: 9/13/2018
77
#
88

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

1414
# Version number of this module.
15-
ModuleVersion = '5.5.2'
15+
ModuleVersion = '5.6.0'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()
@@ -51,7 +51,7 @@ CLRVersion = '4.0'
5151
# ProcessorArchitecture = ''
5252

5353
# Modules that must be imported into the global environment prior to importing this module
54-
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.5.1'; })
54+
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.6.0'; })
5555

5656
# Assemblies that must be loaded prior to importing this module
5757
RequiredAssemblies = '.\AutoMapper.dll', '.\Microsoft.Azure.Management.Compute.dll',
@@ -212,11 +212,8 @@ PrivateData = @{
212212
# IconUri = ''
213213

214214
# ReleaseNotes of this module
215-
ReleaseNotes = '* Fixed the issue that target is missing in error output.
216-
* Fixed issue with storage account type for VM with managed disk
217-
* Fixed issue with default resource groups not being set.
218-
* Fix AEM Extension cmdlets for other environments, for example Azure China
219-
* Updated common runtime assemblies'
215+
ReleaseNotes = '* Move dependencies on Keyvault and Storage to the common dependencies.
216+
* Add support for more virutal machine sizes to AEM cmdlets'
220217

221218
# Prerelease string of this module
222219
# Prerelease = ''
@@ -228,7 +225,7 @@ PrivateData = @{
228225
# ExternalModuleDependencies = @()
229226

230227
} # End of PSData hashtable
231-
228+
232229
} # End of PrivateData hashtable
233230

234231
# HelpInfo URI of this module

src/ResourceManager/Compute/Commands.Compute/ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
- Additional information about change #1
2020
-->
2121
## Current Release
22+
23+
## Version 5.6.0
2224
* Move dependencies on Keyvault and Storage to the common dependencies.
2325
* Add support for more virutal machine sizes to AEM cmdlets
2426

src/ResourceManager/Compute/Commands.Compute/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
[assembly: ComVisible(false)]
2626
[assembly: CLSCompliant(false)]
2727
[assembly: Guid("91792853-487B-4DC2-BE6C-DD09A0A1BC10")]
28-
[assembly: AssemblyVersion("5.5.2")]
29-
[assembly: AssemblyFileVersion("5.5.2")]
28+
[assembly: AssemblyVersion("5.6.0")]
29+
[assembly: AssemblyFileVersion("5.6.0")]
3030
#if SIGN
3131
[assembly: InternalsVisibleTo("Microsoft.Azure.Commands.Compute.Test, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")]
3232
#else

src/ResourceManager/Consumption/Commands.Consumption/AzureRM.Consumption.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ CLRVersion = '4.0'
5151
# ProcessorArchitecture = ''
5252

5353
# Modules that must be imported into the global environment prior to importing this module
54-
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.5.1'; })
54+
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.6.0'; })
5555

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

src/ResourceManager/ContainerInstance/Commands.ContainerInstance/AzureRM.ContainerInstance.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ CLRVersion = '4.0'
5151
# ProcessorArchitecture = ''
5252

5353
# Modules that must be imported into the global environment prior to importing this module
54-
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.5.1'; })
54+
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.6.0'; })
5555

5656
# Assemblies that must be loaded prior to importing this module
5757
RequiredAssemblies = '.\AutoMapper.dll',

0 commit comments

Comments
 (0)