Skip to content

Commit feee63a

Browse files
authored
Merge pull request Azure#7272 from Azure/master
merge master into preview
2 parents e1d5ab1 + 7b2aef3 commit feee63a

File tree

987 files changed

+306664
-174694
lines changed

Some content is hidden

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

987 files changed

+306664
-174694
lines changed

ChangeLog.md

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

src/ResourceManager/Aks/Commands.Aks/Az.Aks.psd1

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.1.0'
15+
ModuleVersion = '0.2.0'
1616

1717
# Supported PSEditions
18-
CompatiblePSEditions = 'Core'
18+
CompatiblePSEditions = 'Core', 'Desktop'
1919

2020
# ID used to uniquely identify this module
2121
GUID = 'a97e0c3e-e389-46a6-b73d-2b9bd6909bdb'
@@ -30,7 +30,7 @@ CompanyName = 'Microsoft Corporation'
3030
Copyright = 'Microsoft Corporation. All rights reserved.'
3131

3232
# Description of the functionality provided by this module
33-
Description = '[PowerShell .Net Core] Microsoft Azure PowerShell - Azure managed Kubernetes commands'
33+
Description = 'Microsoft Azure PowerShell - Azure managed Kubernetes cmdlets for PowerShell and PowerShell Core'
3434

3535
# Minimum version of the Windows PowerShell engine required by this module
3636
PowerShellVersion = '5.1'
@@ -42,7 +42,7 @@ PowerShellVersion = '5.1'
4242
# PowerShellHostVersion = ''
4343

4444
# Minimum version of Microsoft .NET Framework required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
45-
# DotNetFrameworkVersion = ''
45+
DotNetFrameworkVersion = '4.7.2'
4646

4747
# Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
4848
# CLRVersion = ''
@@ -51,7 +51,7 @@ PowerShellVersion = '5.1'
5151
# ProcessorArchitecture = ''
5252

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

5656
# Assemblies that must be loaded prior to importing this module
5757
RequiredAssemblies = '.\YamlDotNet.dll', '.\AutoMapper.dll'
@@ -110,7 +110,7 @@ PrivateData = @{
110110
# IconUri = ''
111111

112112
# ReleaseNotes of this module
113-
ReleaseNotes = 'Initial Release'
113+
ReleaseNotes = 'Initial Release with PowerShell and PowerShell Core Support'
114114

115115
# Prerelease string of this module
116116
# Prerelease = ''

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/Az.AnalysisServices.psd1

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.1.0'
15+
ModuleVersion = '0.2.0'
1616

1717
# Supported PSEditions
18-
CompatiblePSEditions = 'Core'
18+
CompatiblePSEditions = 'Core', 'Desktop'
1919

2020
# ID used to uniquely identify this module
2121
GUID = 'd4877565-4778-42de-b494-79491ab9c31c'
@@ -30,7 +30,7 @@ CompanyName = 'Microsoft Corporation'
3030
Copyright = 'Microsoft Corporation. All rights reserved.'
3131

3232
# Description of the functionality provided by this module
33-
Description = '[PowerShell .Net Core] Microsoft Azure PowerShell - Analysis Services'
33+
Description = 'Microsoft Azure PowerShell - Analysis Services cmdlets for PowerShell and PowerShell Core'
3434

3535
# Minimum version of the Windows PowerShell engine required by this module
3636
PowerShellVersion = '5.1'
@@ -42,7 +42,7 @@ PowerShellVersion = '5.1'
4242
# PowerShellHostVersion = ''
4343

4444
# Minimum version of Microsoft .NET Framework required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
45-
# DotNetFrameworkVersion = ''
45+
DotNetFrameworkVersion = '4.7.2'
4646

4747
# Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
4848
# CLRVersion = ''
@@ -51,7 +51,7 @@ PowerShellVersion = '5.1'
5151
# ProcessorArchitecture = ''
5252

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

5656
# Assemblies that must be loaded prior to importing this module
5757
RequiredAssemblies = '.\Microsoft.Azure.Management.Analysis.dll'
@@ -120,7 +120,7 @@ PrivateData = @{
120120
# IconUri = ''
121121

122122
# ReleaseNotes of this module
123-
ReleaseNotes = 'Initial Release'
123+
ReleaseNotes = 'Initial Release with PowerShell and PowerShell Core support'
124124

125125
# Prerelease string of this module
126126
# Prerelease = ''

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/Az.ApiManagement.psd1

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.1.0'
15+
ModuleVersion = '0.2.0'
1616

1717
# Supported PSEditions
18-
CompatiblePSEditions = 'Core'
18+
CompatiblePSEditions = 'Core', 'Desktop'
1919

2020
# ID used to uniquely identify this module
2121
GUID = '4f58d643-631f-4d13-a205-15292af40748'
@@ -30,7 +30,7 @@ CompanyName = 'Microsoft Corporation'
3030
Copyright = 'Microsoft Corporation. All rights reserved.'
3131

3232
# Description of the functionality provided by this module
33-
Description = '[PowerShell .Net Core] Microsoft Azure PowerShell - Api Management service cmdlets for Azure Resource Manager'
33+
Description = 'Microsoft Azure PowerShell - Api Management service cmdlets for Azure Resource Manager in PowerShell and PowerShell Core'
3434

3535
# Minimum version of the Windows PowerShell engine required by this module
3636
PowerShellVersion = '5.1'
@@ -42,7 +42,7 @@ PowerShellVersion = '5.1'
4242
# PowerShellHostVersion = ''
4343

4444
# Minimum version of Microsoft .NET Framework required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
45-
# DotNetFrameworkVersion = ''
45+
DotNetFrameworkVersion = '4.7.2'
4646

4747
# Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
4848
# CLRVersion = ''
@@ -51,7 +51,7 @@ PowerShellVersion = '5.1'
5151
# ProcessorArchitecture = ''
5252

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

5656
# Assemblies that must be loaded prior to importing this module
5757
RequiredAssemblies = '.\AutoMapper.dll', '.\Microsoft.Azure.Management.ApiManagement.dll',
@@ -198,7 +198,7 @@ PrivateData = @{
198198
# IconUri = ''
199199

200200
# ReleaseNotes of this module
201-
ReleaseNotes = 'Initial Release'
201+
ReleaseNotes = 'Initial Release with PowerShell and PowerShell Core Support'
202202

203203
# Prerelease string of this module
204204
# Prerelease = ''

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/Az.ApplicationInsights.psd1

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.1.0'
15+
ModuleVersion = '0.2.0'
1616

1717
# Supported PSEditions
18-
CompatiblePSEditions = 'Core'
18+
CompatiblePSEditions = 'Core', 'Desktop'
1919

2020
# ID used to uniquely identify this module
2121
GUID = 'e3077f56-10b0-4190-a07f-3f1e454e3a42'
@@ -30,7 +30,7 @@ CompanyName = 'Microsoft Corporation'
3030
Copyright = 'Microsoft Corporation. All rights reserved.'
3131

3232
# Description of the functionality provided by this module
33-
Description = '[PowerShell .Net Core] Microsoft Azure PowerShell - Application Insights service management cmdlets for Azure Resource Manager. Creates and manages application insights in Azure Resource Manager.'
33+
Description = 'Microsoft Azure PowerShell - Application Insights management cmdlets for Azure Resource Manager in PowerShell and PowerShell Core. Creates and manages application insights in Azure Resource Manager.'
3434

3535
# Minimum version of the Windows PowerShell engine required by this module
3636
PowerShellVersion = '5.1'
@@ -42,7 +42,7 @@ PowerShellVersion = '5.1'
4242
# PowerShellHostVersion = ''
4343

4444
# Minimum version of Microsoft .NET Framework required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
45-
# DotNetFrameworkVersion = ''
45+
DotNetFrameworkVersion = '4.7.2'
4646

4747
# Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
4848
# CLRVersion = ''
@@ -51,7 +51,7 @@ PowerShellVersion = '5.1'
5151
# ProcessorArchitecture = ''
5252

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

5656
# Assemblies that must be loaded prior to importing this module
5757
RequiredAssemblies = '.\Microsoft.Azure.Management.ApplicationInsights.dll'
@@ -117,7 +117,7 @@ PrivateData = @{
117117
# IconUri = ''
118118

119119
# ReleaseNotes of this module
120-
ReleaseNotes = 'Initial Release'
120+
ReleaseNotes = 'Initial Release with PowerShell and PowerShell Core Support'
121121

122122
# Prerelease string of this module
123123
# Prerelease = ''

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'

0 commit comments

Comments
 (0)