Skip to content

Commit fed0ec3

Browse files
authored
Merge pull request Azure#7452 from cormacpayne/release-2018-10-05
[6.10.0] Update module versions for release
2 parents 52d58bc + e2a0bd2 commit fed0ec3

File tree

50 files changed

+151280
-99206
lines changed

Some content is hidden

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

50 files changed

+151280
-99206
lines changed

ChangeLog.md

Lines changed: 54 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,65 @@
1-
## 6.9.0 - September 2018
1+
## 6.10.0 - October 2018
2+
#### Azure.Storage
3+
* Fix Copy Blob/File won't copy metadata when destination has metadata issue
4+
- Start-AzureStorageBlobCopy
5+
- Start-AzureStorageFileCopy
6+
7+
#### AzureRM.CognitiveServices
8+
* Support Get-AzureRmCognitiveServicesAccountSkus without an existing account.
9+
10+
#### AzureRM.Compute
11+
* Fix Get-AzureRmVM -ResourceGroupName <rg> to return more than 50 results if needed
12+
* Added an example of the 'SimpleParameterSet' to New-AzureRmVmss cmdlet help.
13+
* Fixed a typo in the Azure Disk Encryption progress message
14+
15+
#### AzureRM.DataFactoryV2
16+
* Updated the ADF .Net SDK version to 2.3.0.
17+
18+
#### AzureRM.Network
19+
* Added NetworkProfile functionality. new cmdlets added
20+
- Get-AzureRMNetworkProfile
21+
- New-AzureRMNetworkProfile
22+
- Remove-AzureRMNetworkProfile
23+
- Set-AzureRMNetworkProfile
24+
- New-AzureRMContainerNicConfig
25+
- New-AzureRmContainerNicConfigIpConfig
26+
* Added service association link on Subnet Model
27+
* Added cmdlet New-AzureRmVirtualNetworkTap, Get-AzureRmVirtualNetworkTap, Set-AzureRmVirtualNetworkTap, Remove-AzureRmVirtualNetworkTap
28+
* Added cmdlet Set-AzureRmNEtworkInterfaceTapConfig, Get-AzureRmNEtworkInterfaceTapConfig, Remove-AzureRmNEtworkInterfaceTapConfig
29+
30+
#### AzureRM.RedisCache
31+
* Allow any string as Size parameter going forward. Add P5 in PSArgumentCompleter popup
32+
33+
#### AzureRM.Resources
34+
* Add missing -Mode parameter to Set-AzureRmPolicyDefinition
35+
* Fix Get-AzureRmProviderOperation commandlet bug for operations with Origin containing User
36+
37+
#### AzureRM.Sql
38+
* Fixed issue where some backup cmdlets would not recognize the current azure subscription
39+
40+
#### AzureRM.Storage
41+
* Support get the Storage resource usage of a specific location, and add warning message for get global Storage resource usage is obsolete.
42+
- Get-AzureRmStorageUsage
43+
44+
#### AzureRM.Websites
45+
* New Cmdlet Get-AzureRMWebAppContainerContinuousDeploymentUrl - Gets the Container Continuous Deployment Webhook URL
46+
* New Cmdlets New-AzureRMWebAppContainerPSSession and Enter-WebAppContainerPSSession - Initiates a PowerShell remote session into a windows container app
47+
48+
## 6.9.0 - September 2018
249
#### General
350
* AzureRM.SignalR was added to the AzureRM rollup module
451

552
#### AzureRM.Profile
653
* Minor changes to the storage common code
754
* Updated help files to include full parameter types.
8-
- Changed -ServicePrincipal to non-mandatory in the ServicePrincipalCertificateWithSubscriptionId parameter set
55+
- Changed -ServicePrincipal to non-mandatory in the ServicePrincipalCertificateWithSubscriptionId parameter set
956

1057
#### Azure.Storage
11-
* Support create Storage Context with OAuth.
58+
* Support create Storage Context with OAuth.
1259
- New-AzureStorageContext
1360

1461
#### AzureRM.Cdn
15-
* Added Standard_Microsoft in Cdn pricing sku.
62+
* Added Standard_Microsoft in Cdn pricing sku.
1663

1764
#### AzureRM.Compute
1865
* Move dependencies on Keyvault and Storage to the common dependencies
@@ -123,7 +170,7 @@
123170
* Add version field to the PSSignalRResource object and connection string to the PSSignalRKeys object.
124171

125172
#### AzureRM.Storage
126-
* Support Immutability Policy in AzureRm.Storage
173+
* Support Immutability Policy in AzureRm.Storage
127174
- Remove-AzureRmStorageAccountNetworkRule
128175
- Get-AzureRmStorageContainer
129176
- Update-AzureRmStorageContainer
@@ -151,7 +198,7 @@
151198
* Fixed issue https://github.com/Azure/azure-powershell/issues/6603
152199
- Import-AzureRmApiManagementApi and *-AzureRmApiManagementCertificate cmdlets now handle relative Paths
153200
* Fixed issue https://github.com/Azure/azure-powershell/issues/6879
154-
- The CertificateInformation is a settable property allowing for Set-AzureRmApiManagement cmdlet to work property. Fixed by upgrading to
201+
- The CertificateInformation is a settable property allowing for Set-AzureRmApiManagement cmdlet to work property. Fixed by upgrading to
155202
4.0.4-preview nuget
156203
* Fixed issue https://github.com/Azure/azure-powershell/issues/6853
157204
- Fixed the Odata filter for Search by Name on Product
@@ -317,7 +364,7 @@
317364
* Update example for New-AzureRmDisk
318365
* Add example for 'New-AzureRmVM'
319366
* Update description for Set-AzureRmVMOSDisk
320-
* Update Example 1 for Set-AzureRmVMBginfoExtension to correct spelling and prefix.
367+
* Update Example 1 for Set-AzureRmVMBginfoExtension to correct spelling and prefix.
321368

322369
#### AzureRM.DataFactoryV2
323370
* Updated the ADF .Net SDK version to 1.1.0.

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

Lines changed: 4 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: 8/28/2018
6+
# Generated on: 10/2/2018
77
#
88

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

1414
# Version number of this module.
15-
ModuleVersion = '0.9.10'
15+
ModuleVersion = '0.9.11'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()
@@ -114,8 +114,7 @@ PrivateData = @{
114114
# IconUri = ''
115115

116116
# ReleaseNotes of this module
117-
ReleaseNotes = '* Fixed issue with default resource groups not being set.
118-
* Updated common runtime assemblies'
117+
ReleaseNotes = '* Support Get-AzureRmCognitiveServicesAccountSkus without an existing account.'
119118

120119
# Prerelease string of this module
121120
# Prerelease = ''
@@ -127,7 +126,7 @@ PrivateData = @{
127126
# ExternalModuleDependencies = @()
128127

129128
} # End of PSData hashtable
130-
129+
131130
} # End of PrivateData hashtable
132131

133132
# HelpInfo URI of this module

src/ResourceManager/CognitiveServices/Commands.Management.CognitiveServices/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
-->
2020
## Current Release
2121

22+
## Version 0.9.11
2223
* Support Get-AzureRmCognitiveServicesAccountSkus without an existing account.
2324

2425
## Version 0.9.10

src/ResourceManager/CognitiveServices/Commands.Management.CognitiveServices/Properties/AssemblyInfo.cs

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

49-
[assembly: AssemblyVersion("0.9.10")]
50-
[assembly: AssemblyFileVersion("0.9.10")]
49+
[assembly: AssemblyVersion("0.9.11")]
50+
[assembly: AssemblyFileVersion("0.9.11")]

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

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

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

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

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()
@@ -212,12 +212,9 @@ PrivateData = @{
212212
# IconUri = ''
213213

214214
# ReleaseNotes of this module
215-
ReleaseNotes = '* Move dependencies on Keyvault and Storage to the common dependencies
216-
* Add support for more virutal machine sizes to AEM cmdlets
217-
* Add PublicIPPrefix parameter to New-AzureRmVmssIpConfig
218-
* Add ResourceId parameter to Invoke-AzureRmVMRunCommand cmdelt
219-
* Add Invoke-AzureRmVmssVMRunCommand cmdlet
220-
* Update the Compute client library to version 22.0.0'
215+
ReleaseNotes = '* Fix Get-AzureRmVM -ResourceGroupName <rg> to return more than 50 results if needed
216+
* Added an example of the ''SimpleParameterSet'' to New-AzureRmVmss cmdlet help.
217+
* Fixed a typo in the Azure Disk Encryption progress message'
221218

222219
# Prerelease string of this module
223220
# Prerelease = ''

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.7.0
2224
* Fix Get-AzureRmVM -ResourceGroupName <rg> to return more than 50 results if needed
2325
* Added an example of the `SimpleParameterSet` to New-AzureRmVmss cmdlet help.
2426
* Fixed a typo in the Azure Disk Encryption progress message

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.6.0")]
29-
[assembly: AssemblyFileVersion("5.6.0")]
28+
[assembly: AssemblyVersion("5.7.0")]
29+
[assembly: AssemblyFileVersion("5.7.0")]
3030
#if SIGN
3131
[assembly: InternalsVisibleTo("Microsoft.Azure.Commands.Compute.Test, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")]
3232
#else

src/ResourceManager/DataFactoryV2/Commands.DataFactoryV2/AzureRM.DataFactoryV2.psd1

Lines changed: 4 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: 8/28/2018
6+
# Generated on: 10/3/2018
77
#
88

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

1414
# Version number of this module.
15-
ModuleVersion = '0.5.10'
15+
ModuleVersion = '0.5.11'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()
@@ -146,8 +146,7 @@ PrivateData = @{
146146
# IconUri = ''
147147

148148
# ReleaseNotes of this module
149-
ReleaseNotes = '* Fixed issue with default resource groups not being set.
150-
* Updated common runtime assemblies'
149+
ReleaseNotes = '* Updated the ADF .Net SDK version to 2.3.0.'
151150

152151
# Prerelease string of this module
153152
# Prerelease = ''
@@ -159,7 +158,7 @@ PrivateData = @{
159158
# ExternalModuleDependencies = @()
160159

161160
} # End of PSData hashtable
162-
161+
163162
} # End of PrivateData hashtable
164163

165164
# HelpInfo URI of this module

src/ResourceManager/DataFactoryV2/Commands.DataFactoryV2/Changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
-->
2020

2121
## Current Release
22+
23+
## Version 0.5.11
2224
* Updated the ADF .Net SDK version to 2.3.0.
2325

2426
## Version 0.5.10

src/ResourceManager/DataFactoryV2/Commands.DataFactoryV2/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("5d024af0-81c9-44f0-b3b0-7080f103fb4d")]
28-
[assembly: AssemblyVersion("0.5.10")]
29-
[assembly: AssemblyFileVersion("0.5.10")]
28+
[assembly: AssemblyVersion("0.5.11")]
29+
[assembly: AssemblyFileVersion("0.5.11")]
3030
#if SIGN
3131
[assembly: InternalsVisibleTo("Microsoft.Azure.Commands.DataFactoryV2.Test, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")]
3232
#else

src/ResourceManager/DataFactoryV2/Commands.DataFactoryV2/help/Set-AzureRmDataFactoryV2IntegrationRuntime.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ PS C:\> Set-AzureRmDataFactoryV2IntegrationRuntime -ResourceGroupName 'rg-test-d
9494
Description : New description
9595
```
9696

97-
The cmdlet adds the ADF to use the shared integration runtime. When using ```-SharedIntegrationRuntimeResourceId``` parameter the ```-Type``` must also be included. Note that the data factory need to be granted permission to use the integration runtime before running cmdlet.
97+
The cmdlet adds the ADF to use the shared integration runtime. When using `-SharedIntegrationRuntimeResourceId` parameter the `-Type` must also be included. Note that the data factory need to be granted permission to use the integration runtime before running cmdlet.
9898

9999
## PARAMETERS
100100

src/ResourceManager/DataMigration/Commands.DataMigration/AzureRM.DataMigration.psd1

Lines changed: 10 additions & 7 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: 10/2/2018
77
#
88

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

1414
# Version number of this module.
15-
ModuleVersion = '0.1.6'
15+
ModuleVersion = '0.1.7'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()
@@ -101,8 +101,10 @@ AliasesToExport = 'Get-AzureRmDms', 'Get-AzureRmDmsTask', 'Get-AzureRmDmsProject
101101
'Stop-AzureRmDmsTask', 'Stop-AzureRmDmsService',
102102
'New-AzureRmDmsSelectedDB', 'New-AzureRmDmsSyncSelectedDB',
103103
'New-AzureRmDmsFileShare', 'Invoke-AzureRmDmsCommand',
104-
'New-AzureRmDataMigrationSelectedDB', 'New-AzureRmDataMigrationSyncSelectedDB',
105-
'New-AzureRmDmsSelectedDBObject', 'New-AzureRmDmsSyncSelectedDBObject'
104+
'New-AzureRmDataMigrationSelectedDB',
105+
'New-AzureRmDataMigrationSyncSelectedDB',
106+
'New-AzureRmDmsSelectedDBObject',
107+
'New-AzureRmDmsSyncSelectedDBObject'
106108

107109
# DSC resources to export from this module
108110
# DscResourcesToExport = @()
@@ -131,8 +133,9 @@ PrivateData = @{
131133
# IconUri = ''
132134

133135
# ReleaseNotes of this module
134-
ReleaseNotes = '* Fixed issue with default resource groups not being set.
135-
* Updated common runtime assemblies'
136+
ReleaseNotes = '* Updated SDK to 0.4.0-preview.
137+
* Added support for api-version 2018-07-15-preview.
138+
* Added cmdlets for sync online migrations.'
136139

137140
# Prerelease string of this module
138141
# Prerelease = ''
@@ -144,7 +147,7 @@ PrivateData = @{
144147
# ExternalModuleDependencies = @()
145148

146149
} # End of PSData hashtable
147-
150+
148151
} # End of PrivateData hashtable
149152

150153
# HelpInfo URI of this module

src/ResourceManager/DataMigration/Commands.DataMigration/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.1.7
2123
* Updated SDK to 0.4.0-preview.
2224
* Added support for api-version 2018-07-15-preview.
2325
* Added cmdlets for sync online migrations.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@
2727
//
2828
// You can specify all the values or you can default the Build and Revision Numbers
2929
// by using the '*' as shown below:
30-
[assembly: AssemblyVersion("0.1.6")]
31-
[assembly: AssemblyFileVersion("0.1.6")]
30+
[assembly: AssemblyVersion("0.1.7")]
31+
[assembly: AssemblyFileVersion("0.1.7")]

0 commit comments

Comments
 (0)