Skip to content

Commit 4949481

Browse files
authored
Merge pull request Azure#6638 from cormacpayne/release-2018-07-13
[6.5.0] Update module versions for release
2 parents 117c200 + 9b5b60a commit 4949481

File tree

122 files changed

+6345
-3007
lines changed

Some content is hidden

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

122 files changed

+6345
-3007
lines changed

ChangeLog.md

Lines changed: 73 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,76 @@
1-
## 6.4.0 - July 2018
1+
## 6.5.0 - July 2018
2+
#### AzureRM.Profile
3+
* Updated help for 'Get-AzureRmContextAutosaveSetting'
4+
5+
#### Azure.Storage
6+
* Support Upload Blob or File with write only Sas token
7+
- Set-AzureStorageBlobContent
8+
- Set-AzureStorageFileContent
9+
10+
#### AzureRM.AnalysisServices
11+
* Add required property ResourceGroupName to AS.
12+
13+
#### AzureRM.Automation
14+
* Update help and add example for 'New-AzureRMAutomationSchedule'
15+
16+
#### AzureRM.Compute
17+
* Add -Tag parameter to Update/New-AzureRmAvailabilitySet
18+
* Add example for 'Add-AzureRmVmssExtension'
19+
* Add examples for 'Remove-AzureRmVmssExtension'
20+
* Update help for 'Set-AzureRmVMAccessExtension'
21+
* Update SimpleParameterSet for New-AzureRmVmss to set SinglePlacementGroup to false by default and add switch parameter 'SinglePlacementGroup' that enables the user to create the VMSS in a single placement group.
22+
23+
#### AzureRM.EventHub
24+
* Added a readonly property 'PendingReplicationOperationsCount' to PSEventHubDRConfigurationAttributes class, which gives the pending replication operations count while replication is in progress
25+
26+
#### AzureRM.KeyVault
27+
* Update error message for Set-AzureRmKeyVaultAccessPolicy
28+
29+
#### AzureRM.LogicApp
30+
* Fixed "parameter set could not be resolved" error in New-AzureRmLogicApp
31+
32+
#### AzureRM.Network
33+
* Enable peering across Virtual Networks in multiple Tenants for Set/Add-AzureRmVirtualNetworkPeering
34+
* Updated below cmdlets for Application Gateway
35+
- New-AzureRmApplicationGateway : Added EnableFIPS flag and Zones support
36+
- New-AzureRmApplicationGatewaySku : Added new skus Standard_v2 and WAF_v2
37+
- Set-AzureRmApplicationGatewaySku : Added new skus Standard_v2 and WAF_v2
38+
* Regenerated RouteTable cmdlets with the latest generator version
39+
40+
#### AzureRM.Relay
41+
* Updated markdown files, fix for the parameter name issue in example
42+
43+
#### AzureRM.Resources
44+
* Update Roleassignment and roledefinition cmdlets:
45+
- Remove extra roledefinition calls done as part of paging.
46+
* Fix Get-AzureRmRoleAssignment cmdlet
47+
- Fix -ExpandPrincipalGroups command parameter functionality
48+
* Fix issue with 'Get-AzureRmResource' where '-ResourceType' parameter was case sensitive
49+
50+
#### AzureRM.ServiceBus
51+
* Added top and skip parameter to list cmdlets
52+
* Added Standard to Premium NameSpace migration cmdlets :
53+
- Start-AzureRmServiceBusMigration
54+
- Get-AzureRmServiceBusMigration
55+
- Complete-AzureRmServiceBusMigration
56+
- Stop-AzureRmServiceBusMigration
57+
- Remove-AzureRmServiceBusMigration
58+
* Added a readonly property 'PendingReplicationOperationsCount' to PSServiceBusDRConfigurationAttributes class, which gives the pending replication operations count while replication is in progress
59+
60+
#### AzureRM.ServiceFabric
61+
* Update example for 'New-AzureRmServiceFabricCluster'
62+
63+
#### AzureRM.Sql
64+
* Adding new Cmdlets for Management.Sql to allow customers to add TDE Certificate to Sql Server instance or a Managed Instance
65+
- Add-AzureRmSqlServerTransparentDataEncryptionCertificate
66+
- Add-AzureRmSqlManagedInstanceTransparentDataEncryptionCertificate
67+
68+
#### AzureRM.Websites
69+
* `Set-AzureRmWebApp -AssignIdentity` and `Set-AzureRmWebAppSlot -AssignIdentity` when set to false will now remove the Identity property from the site object.Removing preview tag as well.
70+
* `Get-AzureRmWebAppMetrics`,`Get-AzureRmAppServicePlanMetrics` example updated
71+
* `Set-AzureRmWebApp -PhpVersion` supports off as a valid php version
72+
73+
## 6.4.0 - July 2018
274
#### General
375
* Fixed formatting of OutputType in help files for most modules
476

src/Common/Commands.Common/AzurePowerShell.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ public class AzurePowerShell
2626

2727
public const string AssemblyCopyright = "Copyright © Microsoft";
2828

29-
public const string AssemblyVersion = "6.4.0";
29+
public const string AssemblyVersion = "6.5.0";
3030

31-
public const string AssemblyFileVersion = "6.4.0";
31+
public const string AssemblyFileVersion = "6.5.0";
3232

3333
public const string ProfileFile = "AzureProfile.json";
3434

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.3.2'; })
54+
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.3.3'; })
5555

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ CLRVersion='4.0'
4848
ProcessorArchitecture = 'None'
4949

5050
# Modules that must be imported into the global environment prior to importing this module
51-
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.3.2'; })
51+
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.3.3'; })
5252

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

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

Lines changed: 5 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: 6/26/2018
6+
# Generated on: 7/10/2018
77
#
88

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

1414
# Version number of this module.
15-
ModuleVersion = '0.6.9'
15+
ModuleVersion = '0.6.10'
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.3.2'; })
54+
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.3.3'; })
5555

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

118118
# ReleaseNotes of this module
119-
ReleaseNotes = '* Fixed formatting of OutputType in help files'
119+
ReleaseNotes = '* Add required property ResourceGroupName to AS.'
120120

121121
# Prerelease string of this module
122122
# Prerelease = ''
@@ -128,7 +128,7 @@ PrivateData = @{
128128
# ExternalModuleDependencies = @()
129129

130130
} # End of PSData hashtable
131-
131+
132132
} # End of PrivateData hashtable
133133

134134
# HelpInfo URI of this module

src/ResourceManager/AnalysisServices/Commands.AnalysisServices/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 0.6.10
2123
* Add required property ResourceGroupName to AS.
2224

2325
## Version 0.6.9

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@
3434
// You can specify all the values or you can default the Build and Revision Numbers
3535
// by using the '*' as shown below:
3636

37-
[assembly: AssemblyVersion("0.6.9")]
38-
[assembly: AssemblyFileVersion("0.6.9")]
37+
[assembly: AssemblyVersion("0.6.10")]
38+
[assembly: AssemblyFileVersion("0.6.10")]

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.3.2'; })
54+
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.3.3'; })
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.3.2'; })
54+
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.3.3'; })
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: 5 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: 6/26/2018
6+
# Generated on: 7/10/2018
77
#
88

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

1414
# Version number of this module.
15-
ModuleVersion = '5.0.1'
15+
ModuleVersion = '5.0.2'
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.3.2'; })
54+
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.3.3'; })
5555

5656
# Assemblies that must be loaded prior to importing this module
5757
RequiredAssemblies = '.\Microsoft.Azure.Management.Automation.dll'
@@ -164,7 +164,7 @@ PrivateData = @{
164164
# IconUri = ''
165165

166166
# ReleaseNotes of this module
167-
ReleaseNotes = '* Documentation update for New-AzureRmAutomationSchedule'
167+
ReleaseNotes = '* Update help and add example for ''New-AzureRMAutomationSchedule'''
168168

169169
# Prerelease string of this module
170170
# Prerelease = ''
@@ -176,7 +176,7 @@ PrivateData = @{
176176
# ExternalModuleDependencies = @()
177177

178178
} # End of PSData hashtable
179-
179+
180180
} # End of PrivateData hashtable
181181

182182
# HelpInfo URI of this module

src/ResourceManager/Automation/Commands.Automation/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.2
2123
* Update help and add example for `New-AzureRMAutomationSchedule`
2224

2325
## Version 5.0.1

src/ResourceManager/Automation/Commands.Automation/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("5.0.1")]
47-
[assembly: AssemblyFileVersion("5.0.1")]
46+
[assembly: AssemblyVersion("5.0.2")]
47+
[assembly: AssemblyFileVersion("5.0.2")]
4848
#if SIGN
4949
[assembly: InternalsVisibleTo("Microsoft.Azure.Commands.ResourceManager.Automation.Test, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")]
5050
#else

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.3.2'; })
54+
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.3.3'; })
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.3.2'; })
54+
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.3.3'; })
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.3.2'; })
54+
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.3.3'; })
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: 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.3.2'; })
54+
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.3.3'; })
5555

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

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.3.2'; })
54+
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.3.3'; })
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.3.2'; })
54+
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.3.3'; })
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: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 6/26/2018
6+
# Generated on: 7/12/2018
77
#
88

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

1414
# Version number of this module.
15-
ModuleVersion = '5.2.0'
15+
ModuleVersion = '5.3.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.3.2'; })
54+
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.3.3'; })
5555

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

218218
# ReleaseNotes of this module
219-
ReleaseNotes = '* IP Tag feature for VMSS
220-
- ''New-AzureRmVmssIpTagConfig'' cmdlet is added
221-
- IpTag parameter is added to New-AzureRmVmssIpConfig
222-
* Auto OS Rollback feature for VMSS
223-
- DisableAutoRollback parameters are added to New-AzureRmVmssConfig and Update-AzureRmVmss
224-
* OS Upgrade History feature for Vmss
225-
- OSUpgradeHistory switch parameter is added to Get-AzureRmVmss
226-
* Fixed formatting of OutputType in help files'
219+
ReleaseNotes = '* Add -Tag parameter to Update/New-AzureRmAvailabilitySet
220+
* Add example for ''Add-AzureRmVmssExtension''
221+
* Add examples for ''Remove-AzureRmVmssExtension''
222+
* Update help for ''Set-AzureRmVMAccessExtension''
223+
* Update SimpleParameterSet for New-AzureRmVmss to set SinglePlacementGroup to false by default and add switch parameter ''SinglePlacementGroup'' that enables the user to create the VMSS in a single placement group.'
227224

228225
# Prerelease string of this module
229226
# Prerelease = ''
@@ -235,7 +232,7 @@ PrivateData = @{
235232
# ExternalModuleDependencies = @()
236233

237234
} # End of PSData hashtable
238-
235+
239236
} # End of PrivateData hashtable
240237

241238
# HelpInfo URI of this module

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

Lines changed: 4 additions & 2 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.3.0
2123
* Add -Tag parameter to Update/New-AzureRmAvailabilitySet
2224
* Add example for `Add-AzureRmVmssExtension`
2325
* Add examples for `Remove-AzureRmVmssExtension`
@@ -36,7 +38,7 @@
3638

3739
## Version 5.1.1
3840
* ResourceId tab completer applied to the cmdelts top level resource id parameters if any.
39-
* `Get-AzureRmVmDiskEncryptionStatus` fixes an issue observed for VMs with no data disks
41+
* `Get-AzureRmVmDiskEncryptionStatus` fixes an issue observed for VMs with no data disks
4042
* Update Compute client library version to fix following cmdlets
4143
- Grant-AzureRmDiskAccess
4244
- Grant-AzureRmSnapshotAccess
@@ -79,7 +81,7 @@
7981
* Set minimum dependency of module to PowerShell 5.0
8082
* Introduce multiple breaking changes
8183
- Please refer to the migration guide for more details
82-
* `Set-AzureRmVmDiskEncryptionExtension` makes AAD parameters optional
84+
* `Set-AzureRmVmDiskEncryptionExtension` makes AAD parameters optional
8385

8486
## Version 4.6.0
8587
* `Get-AzureRmVmssDiskEncryptionStatus` supports encryption status at data disk level

0 commit comments

Comments
 (0)