Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
249 changes: 248 additions & 1 deletion ChangeLog.md

Large diffs are not rendered by default.

22 changes: 14 additions & 8 deletions src/ResourceManager/ApiManagement/AzureRM.ApiManagement.psd1
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#
#
# Module manifest for module 'PSGet_AzureRM.ApiManagement'
#
# Generated by: Microsoft Corporation
#
# Generated on: 10/31/2016
# Generated on: 12/13/2016
#

@{
Expand Down Expand Up @@ -140,10 +140,10 @@ CmdletsToExport = 'Add-AzureRmApiManagementRegion',
'Set-AzureRmApiManagementProperty',
'Set-AzureRmApiManagementSubscription',
'Set-AzureRmApiManagementUser',
'Set-AzureRmApiManagementTenantAccess',
'Get-AzureRmApiManagementIdentityProvider',
'New-AzureRmApiManagementIdentityProvider',
'Set-AzureRmApiManagementIdentityProvider',
'Set-AzureRmApiManagementTenantAccess',
'Get-AzureRmApiManagementIdentityProvider',
'New-AzureRmApiManagementIdentityProvider',
'Set-AzureRmApiManagementIdentityProvider',
'Remove-AzureRmApiManagementIdentityProvider'

# Variables to export from this module
Expand Down Expand Up @@ -179,8 +179,14 @@ PrivateData = @{
# IconUri = ''

# ReleaseNotes of this module
ReleaseNotes = '* Fixed cmdlet Import-AzureRmApiManagementApi when importing Api by SpecificationByUrl parameter
* New-AzureRmApiManagement supports creating an ApiManagement service in a VirtualNetwork and with additional regions
ReleaseNotes = '* Added new cmdlets to manage external Identity Provider Configurations
- New-AzureRmApiManagementIdentityProvider
- Set-AzureRmApiManagementIdentityProvider
- Get-AzureRmApiManagementIdentityProvider
- Remove-AzureRmApiManagementIdentityProvider
* Updated the client to use .net client 3.2.0 AzureRm.ApiManagement which has RBAC support
* Updated cmdlet Import-AzureRmApiManagementApi to allow importing an Wsdl type API as either Soap Pass Through (ApiType = Http) or Soap To Rest (ApiType = Soap). Default is Soap Pass Through.
* Fixed Issue https://github.com/Azure/azure-powershell/issues/3217
'

# External dependent modules of this module
Expand Down
11 changes: 6 additions & 5 deletions src/ResourceManager/ApiManagement/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,13 @@
- Additional information about change #1
-->
## Current Release
* Added new cmdlets to manage external Identity Provider Configurations
- New-AzureRmApiManagementIdentityProvider
- Set-AzureRmApiManagementIdentityProvider
- Get-AzureRmApiManagementIdentityProvider
- Remove-AzureRmApiManagementIdentityProvider

## Version 3.2.0
* Added new cmdlets to manage external Identity Provider Configurations
- New-AzureRmApiManagementIdentityProvider
- Set-AzureRmApiManagementIdentityProvider
- Get-AzureRmApiManagementIdentityProvider
- Remove-AzureRmApiManagementIdentityProvider
* Updated the client to use .net client 3.2.0 AzureRm.ApiManagement which has RBAC support
* Updated cmdlet Import-AzureRmApiManagementApi to allow importing an Wsdl type API as either Soap Pass Through (ApiType = Http) or Soap To Rest (ApiType = Soap). Default is Soap Pass Through.
* Fixed Issue https://github.com/Azure/azure-powershell/issues/3217
Expand Down
4 changes: 2 additions & 2 deletions src/ResourceManager/Automation/AzureRM.Automation.psd1
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#
#
# Module manifest for module 'PSGet_AzureRM.Automation'
#
# Generated by: Microsoft Corporation
#
# Generated on: 10/31/2016
# Generated on: 12/13/2016
#

@{
Expand Down
2 changes: 2 additions & 0 deletions src/ResourceManager/Automation/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,6 @@
-->
## Current Release

## Version 2.4.0

## Version 2.3.0
4 changes: 2 additions & 2 deletions src/ResourceManager/AzureBackup/AzureRM.Backup.psd1
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#
#
# Module manifest for module 'PSGet_AzureRM.Backup'
#
# Generated by: Microsoft Corporation
#
# Generated on: 10/31/2016
# Generated on: 12/13/2016
#

@{
Expand Down
2 changes: 2 additions & 0 deletions src/ResourceManager/AzureBackup/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,6 @@
-->
## Current Release

## Version 2.4.0

## Version 2.3.0
8 changes: 3 additions & 5 deletions src/ResourceManager/AzureBatch/AzureRM.Batch.psd1
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#
#
# Module manifest for module 'PSGet_AzureRM.Batch'
#
# Generated by: Microsoft Corporation
#
# Generated on: 10/31/2016
# Generated on: 12/13/2016
#

@{
Expand Down Expand Up @@ -140,9 +140,7 @@ PrivateData = @{
# IconUri = ''

# ReleaseNotes of this module
ReleaseNotes = '* Rename cmdlet Get-AzureRmBatchSubscriptionQuotas to Get-AzureRmBatchLocationsQuotas (an alias for the old command was created)
- Rename return type PSBatchSubscriptionQuotas to PSBatchLocationQuotas (no property changes)
'
ReleaseNotes = 'Updated for common code changes'

# External dependent modules of this module
# ExternalModuleDependencies = ''
Expand Down
2 changes: 2 additions & 0 deletions src/ResourceManager/AzureBatch/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
-->
## Current Release

## Version 2.4.0

## Version 2.3.0
* Rename cmdlet Get-AzureRmBatchSubscriptionQuotas to Get-AzureRmBatchLocationsQuotas (an alias for the old command was created)
- Rename return type PSBatchSubscriptionQuotas to PSBatchLocationQuotas (no property changes)
2 changes: 2 additions & 0 deletions src/ResourceManager/AzureStackStorage/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,6 @@
-->
## Current Release

## Version 0.11.2

## Version 0.11.1
4 changes: 2 additions & 2 deletions src/ResourceManager/Cdn/AzureRM.Cdn.psd1
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#
#
# Module manifest for module 'PSGet_AzureRM.Cdn'
#
# Generated by: Microsoft Corporation
#
# Generated on: 10/31/2016
# Generated on: 12/13/2016
#

@{
Expand Down
2 changes: 2 additions & 0 deletions src/ResourceManager/Cdn/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,6 @@
-->
## Current Release

## Version 2.4.0

## Version 2.3.0
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#
#
# Module manifest for module 'PSGet_AzureRM.CognitiveServices'
#
# Generated by: Microsoft Corporation
#
# Generated on: 10/31/2016
# Generated on: 12/13/2016
#

@{
Expand Down
2 changes: 2 additions & 0 deletions src/ResourceManager/CognitiveServices/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,6 @@
-->
## Current Release

## Version 0.4.2

## Version 0.4.1
42 changes: 21 additions & 21 deletions src/ResourceManager/Compute/AzureRM.Compute.psd1
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#
#
# Module manifest for module 'PSGet_AzureRM.Compute'
#
# Generated by: Microsoft Corporation
#
# Generated on: 10/31/2016
# Generated on: 12/13/2016
#

@{
Expand Down Expand Up @@ -100,16 +100,17 @@ CmdletsToExport = 'Remove-AzureRmAvailabilitySet', 'Get-AzureRmAvailabilitySet',
'Get-AzureRmRemoteDesktopFile', 'Get-AzureRmVMUsage',
'Get-AzureRmVMSize', 'Save-AzureRmVMImage', 'Set-AzureRmVM',
'Add-AzureRmVMAdditionalUnattendContent',
'Add-AzureRmVMSshPublicKey', 'Add-AzureRmVMSecret', 'Remove-AzureRmVMSecret',
'Remove-AzureRmVMNetworkInterface', 'Remove-AzureRmVMDataDisk',
'Set-AzureRmVMBootDiagnostics', 'Set-AzureRmVMDataDisk',
'Set-AzureRmVMPlan', 'Set-AzureRmVMSourceImage',
'Set-AzureRmVMOSDisk', 'Get-AzureRmVMBootDiagnosticsData',
'Get-AzureRmVM', 'Update-AzureRmVM', 'Restart-AzureRmVM',
'New-AzureRmVM', 'Start-AzureRmVM', 'Stop-AzureRmVM',
'Remove-AzureRmVM', 'New-AzureRmVMConfig',
'Set-AzureRmVMOperatingSystem', 'Add-AzureRmVMDataDisk',
'Add-AzureRmVMNetworkInterface', 'Add-AzureRmVhd', 'Save-AzureRmVhd',
'Add-AzureRmVMSshPublicKey', 'Add-AzureRmVMSecret',
'Remove-AzureRmVMSecret', 'Remove-AzureRmVMNetworkInterface',
'Remove-AzureRmVMDataDisk', 'Set-AzureRmVMBootDiagnostics',
'Set-AzureRmVMDataDisk', 'Set-AzureRmVMPlan',
'Set-AzureRmVMSourceImage', 'Set-AzureRmVMOSDisk',
'Get-AzureRmVMBootDiagnosticsData', 'Get-AzureRmVM',
'Update-AzureRmVM', 'Restart-AzureRmVM', 'New-AzureRmVM',
'Start-AzureRmVM', 'Stop-AzureRmVM', 'Remove-AzureRmVM',
'New-AzureRmVMConfig', 'Set-AzureRmVMOperatingSystem',
'Add-AzureRmVMDataDisk', 'Add-AzureRmVMNetworkInterface',
'Add-AzureRmVhd', 'Save-AzureRmVhd',
'Add-AzureRmContainerServiceAgentPoolProfile',
'New-AzureRmContainerServiceConfig',
'Remove-AzureRmContainerServiceAgentPoolProfile',
Expand Down Expand Up @@ -172,15 +173,14 @@ PrivateData = @{
# IconUri = ''

# ReleaseNotes of this module
ReleaseNotes = '* Update formats for list of VMs, VMScaleSets and ContainerService
- The default format of Get-AzureRmVM, Get-AzureRmVmss and Get-AzureRmContainerService is not table format when these cmdlets call List Operation
* Fix overprovision issue for VMScaleSet
- Because of the bug in Compute client library (and Swagger spec) regarding overprovision property of VMScaleSet, this property did not show up correctly.
* Better piping scenario for VMScaleSets and ContainerService cmdlets
- VMScaleSet and ContainerService now have "ResourceGroupName" property, so when piping Get command to Delete/Update command, -ResourceGroupName is not required.
* Separate paremater sets for Set-AzureRmVM with Generalized and Redeploy parameter
* Reduce time taken by Get-AzureRmVMDiskEncryptionStatus cmdlet from two minutes to under five seconds
* Allow Set-AzureRmVMDiskEncryptionStatus to be used with VHDs residing in multiple resource groups
ReleaseNotes = '* Add Remove-AzureRmVMSecret cmdlet.
* Based on user feedback (https://github.com/Azure/azure-powershell/issues/1384), we''ve added a DisplayHint property to VM object to enable Compact and Expand display modes. This is similar to `Get -Date - DisplayHint Date` cmdlet. By default, the return of `Get-AzureRmVm -ResourceGroupName <rg-name> -Name <vm-name>` will be compact. You can expand the output using `-DisplayHint Expand` parameter.
* UPCOMING BREAKING CHANGE Notification: We''ve added a warning about removing ` DataDiskNames` and ` NetworkInterfaceIDs` properties from the returned VM object from `Get-AzureRmVm -ResourceGroupName <rg-name> -Name <vm-name` cmdlet. Please update your scripts to access these properties in the following way:
- `$vm.StorageProfile.DataDisks`
- `$vm.NetworkProfile.NetworkInterfaces`
* Updated Set-AzureRmVMChefExtension cmdlet to add following new options :
- JsonAttribute : A JSON string to be added to the first run of chef-client. e.g. -JsonAttribute ''{"container_service": {"chef-init-test": {"command": "C:\\opscode\\chef\\bin"}}}''
- ChefServiceInterval : Specifies the frequency (in minutes) at which the chef-service runs. If in case you don''t want the chef-service to be installed on the Azure VM then set value as 0 in this field. e.g. -ChefServiceInterval 45
'

# External dependent modules of this module
Expand Down
11 changes: 5 additions & 6 deletions src/ResourceManager/Compute/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,14 @@
-->
## Current Release

## Version 2.4.0
* Add Remove-AzureRmVMSecret cmdlet.

* Add DisplayHint property to VM object to enable Compact and Expand display modes.

* Add DisplayHint parameter to Get-AzureRmVM to choose display mode of VM object.

* Based on user feedback (https://github.com/Azure/azure-powershell/issues/1384), we've added a DisplayHint property to VM object to enable Compact and Expand display modes. This is similar to `Get -Date - DisplayHint Date` cmdlet. By default, the return of `Get-AzureRmVm -ResourceGroupName <rg-name> -Name <vm-name>` will be compact. You can expand the output using `-DisplayHint Expand` parameter.
* UPCOMING BREAKING CHANGE Notification: We've added a warning about removing ` DataDiskNames` and ` NetworkInterfaceIDs` properties from the returned VM object from `Get-AzureRmVm -ResourceGroupName <rg-name> -Name <vm-name` cmdlet. Please update your scripts to access these properties in the following way:
- `$vm.StorageProfile.DataDisks`
- `$vm.NetworkProfile.NetworkInterfaces`
* Updated Set-AzureRmVMChefExtension cmdlet to add following new options :
- JsonAttribute : A JSON string to be added to the first run of chef-client. e.g. -JsonAttribute '{"container_service": {"chef-init-test": {"command": "C:\\opscode\\chef\\bin"}}}'

- ChefServiceInterval : Specifies the frequency (in minutes) at which the chef-service runs. If in case you don't want the chef-service to be installed on the Azure VM then set value as 0 in this field. e.g. -ChefServiceInterval 45

## Version 2.3.0
Expand Down
4 changes: 2 additions & 2 deletions src/ResourceManager/DataFactories/AzureRM.DataFactories.psd1
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#
#
# Module manifest for module 'PSGet_AzureRM.DataFactories'
#
# Generated by: Microsoft Corporation
#
# Generated on: 10/31/2016
# Generated on: 12/13/2016
#

@{
Expand Down
2 changes: 2 additions & 0 deletions src/ResourceManager/DataFactories/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,6 @@
-->
## Current Release

## Version 2.4.0

## Version 2.3.0
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#
#
# Module manifest for module 'PSGet_AzureRM.DataLakeAnalytics'
#
# Generated by: Microsoft Corporation
#
# Generated on: 10/31/2016
# Generated on: 12/13/2016
#

@{
Expand All @@ -27,7 +27,7 @@ Author = 'Microsoft Corporation'
CompanyName = 'Microsoft Corporation'

# Copyright statement for this module
Copyright = '© Microsoft Corporation. All rights reserved.'
Copyright = ' Microsoft Corporation. All rights reserved.'

# Description of the functionality provided by this module
Description = 'Microsoft Azure PowerShell - Data Lake Analytics'
Expand Down Expand Up @@ -135,16 +135,11 @@ PrivateData = @{
# IconUri = ''

# ReleaseNotes of this module
ReleaseNotes = '* Addition of Catalog CRUD cmdlets:
- The following cmdlets are replacing Secret CRUD cmdlets. In the next release Secret CRUD cmdlets will be removed.
- New-AzureRMDataLakeAnalyticsCatalogCredential
- Set-AzureRMDataLakeAnalyticsCatalogCredential
- Remove-AzureRMDataLakeAnalyticsCatalogCredential
* Fixes for Get-AzureRMDataLakeAnalyticsCatalogItem
- Better error messaging and support for invalid input
* General help improvements
- Clearer help for job operations
- Fixed typos and incorrect examples
ReleaseNotes = '* Removal of unsupported parameters in Add and Set-AzureRMDataLakeAnalyticsDataSource (default for data lake store)
* Removed unsupported parameter in Set-AzureRMDataLakeAnalyticsAccount (default data lake store)
* Introduction of deprecation warning for nested properties for all ARM resources. Nested properties will be removed in a future release and all properties will be moved one level up.
* Added the ability to set MaxDegreeOfParallelism, MaxJobCount and QueryStoreRetention in New and Set-AzureRMDataLakeAnalyticsAccount
* Removed invalid return value from New-AzureRMDataLakeAnalyticsCatalogSecret
'

# External dependent modules of this module
Expand Down
7 changes: 7 additions & 0 deletions src/ResourceManager/DataLakeAnalytics/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@
-->
## Current Release

## Version 2.4.0
* Removal of unsupported parameters in Add and Set-AzureRMDataLakeAnalyticsDataSource (default for data lake store)
* Removed unsupported parameter in Set-AzureRMDataLakeAnalyticsAccount (default data lake store)
* Introduction of deprecation warning for nested properties for all ARM resources. Nested properties will be removed in a future release and all properties will be moved one level up.
* Added the ability to set MaxDegreeOfParallelism, MaxJobCount and QueryStoreRetention in New and Set-AzureRMDataLakeAnalyticsAccount
* Removed invalid return value from New-AzureRMDataLakeAnalyticsCatalogSecret

## Version 2.3.0
* Addition of Catalog CRUD cmdlets:
- The following cmdlets are replacing Secret CRUD cmdlets. In the next release Secret CRUD cmdlets will be removed.
Expand Down
Loading