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'

0 commit comments

Comments
 (0)