Skip to content

[Release 3.6.0] Update change logs for release #3535

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 28 commits into from
Feb 22, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
a0ecace
initial commit for failover group cmdlets
ziwa-msft Dec 28, 2016
cc8b582
Powershell Implementation of AutoDR Feature
ziwa-msft Feb 3, 2017
44ca07e
Merge branch 'dev' of https://github.com/Azure/azure-powershell into dev
ziwa-msft Feb 3, 2017
cf56247
updating package config
ziwa-msft Feb 14, 2017
5b7c751
update package config
ziwa-msft Feb 14, 2017
ae78707
bug fixes
ziwa-msft Feb 15, 2017
3707f9b
autodr changes and fixes
ziwa-msft Feb 16, 2017
ca15338
update change log
ziwa-msft Feb 16, 2017
2189219
fixing nuget reference
ziwa-msft Feb 16, 2017
6713409
skipping the test due to recorder failure
ziwa-msft Feb 16, 2017
5733f1d
Changing tag parameter to singular nouns
ziwa-msft Feb 16, 2017
1a51a79
adding enums for two failover policy parameters
ziwa-msft Feb 16, 2017
c7f3900
fixing help files
ziwa-msft Feb 17, 2017
1d5e466
fixing plural nouns
ziwa-msft Feb 17, 2017
5fdcf14
fixing one more plural noun
ziwa-msft Feb 17, 2017
1844a17
Addressing comments for changes by Adam/Cormac
ziwa-msft Feb 18, 2017
2d60bcd
Updating should process and suppress errors
ziwa-msft Feb 18, 2017
d936770
Suppressing should process errors
ziwa-msft Feb 18, 2017
c124b31
Add missing change log snippets and fix formatting
cormacpayne Feb 21, 2017
fff97f3
Getting rid of duplicate file
ziwa-msft Feb 21, 2017
5ac3240
Merge branch 'dev' of https://github.com/Azure/azure-powershell into dev
ziwa-msft Feb 21, 2017
6fbc6b6
Merge branch 'release-3.6.0' into dev
ziwa-msft Feb 21, 2017
944cbc9
addressing comments
ziwa-msft Feb 21, 2017
a547ad6
Merge branch 'dev' of https://github.com/ziwa-msft/azure-powershell i…
ziwa-msft Feb 21, 2017
88f85ed
Update change logs for February release of Azure PowerShell
cormacpayne Feb 22, 2017
715eb3a
Fix typo lable -> label in ResourceManager cmdlet help
cormacpayne Feb 22, 2017
8e1b78a
Merge branch 'dev' of https://github.com/ziwa-msft/azure-powershell i…
cormacpayne Feb 22, 2017
e35a5f0
Ensure that the release notes are under 10,000 characters for push to…
cormacpayne Feb 22, 2017
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
125 changes: 123 additions & 2 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,126 @@
## 2017.01.18 - Version 3.4.0
## 2017.02.22 - Version 3.6.0
* AnalysisServices
* Added State property in additional to ProvisioningState
- All the cmdlet returning AnalysisService would have a new property 'State' used outside of provisioing.
- The 'State' is intended to check status outside of provisioning, while 'ProvisioningState' is intended to check status related to Provisioning.
- ProvisioningState and State are same in service side at this moment, the service side would differenciate ProvisioningState and State in future
* CognitiveServices
* Integrate with Cognitive Services Management SDK 0.2.1 to support more Cognitive Services API Types and SKUs.
* Remove the validation against “Type” and “SkuName” of Cognitive Services Account, this will allow the script to support new APIs/SKUs without changes.
* Compute
* Updated Set-AzureRmVMDscExtension cmdlet WmfVersion parameter to support "5.1"
* Updated Set-AzureRmVMChefExtension cmdlet to add following new options :
- Daemon: Configures the chef-client service for unattended execution. e.g. -Daemon 'none' or e.g. -Daemon 'service'."
- Secret: The encryption key used to encrypt and decrypt the data bag item values.
- SecretFile: The path to the file that contains the encryption key used to encrypt and decrypt the data bag item values.
* Fix for Get-AzureRmVM: Get-AzureRmVM did not display anything when the output includes availability set property.
* New cmdlets:
- Update-AzureRmAvailabilitySet: can update an unmanaged availability set to a managed availability set.
- Add-AzureRmVmssDataDisk, Remove-AzureRmVmssDataDisk
* New parameter, SkipVmBackup, for cmdlet Set-AzureRmVMDiskEncryptionExtension to allow user to skip backup creation for Linux VMs
* DataFactories
* Fixed Get-AzureRmDataFactoryActivityWindow so it works for named pipeline and activity
* DataLakeAnalytics
* Add Firewall Rule support to Data Lake Analytics:
- Add-AzureRMDataLakeAnalyticsFirewallRule
- Get-AzureRMDataLakeAnalyticsFirewallRule
- Set-AzureRMDataLakeAnalyticsFirewallRule
- Remove-AzureRMDataLakeAnalyticsFirewallRule
- Set-AzureRMDataLakeAnalyticsAccount supports enabling/disabling the firewall and allowing/blocking Azure originating IPs through the firewall
- Warnings will be raised if updating firewall rules when the firewall is disabled
* Fix Get-AzureRMDataLakeAnalyticsJob functionality:
- Top now correctly returns the number of jobs specified. The default number of jobs to return is 500. The more jobs requested the longer the command will take.
* Remove explicit restrictions on resource locations. If Data Lake Analytics is not supported in a region, we will surface an error from the service.
* DataLakeStore
* Update Upload and Download commands to use the new and improved Upload/Download helpers in the new DataLake.Store clients. This also gives better diagnostic logging, if enabled.
* Default thread counts for Upload and download are now computed on a best effort basis based on the data being uploaded or downloaded. This should allow for good performance without specifying a thread count.
* Update to Set-AzureRMDataLakeStoreAccount to allow for enabling and disabling Azure originating IPs through the firewall
* Add warnings to Add and Set-AzureRMDataLakeStoreFirewallRule and AzureRMDataLakeStoreTrustedIdProvider if they are disabled
* Remove explicit restrictions on resource locations. If Data Lake Store is not supported in a region, we will surface an error from the service.
* EventHub
* Future Breaking Change Notification: We've added a warning about removing property 'ResourceGroupName' from the returned NamespceAttributes from cmdlets New-AzureRmEventHubNamespace, Get-AzureRmEvnetHubNamespace and Set-AzureRmEvnetHubNamespace
* Insights
* Allow users to unselect data sinks for Set-AzureRmDiagnosticSettings
* Network
* Added support for network Watcher APIs
- New-AzureRmNetworkWatcher
- Get-AzureRmNetworkWatcher
- Remove-AzureRmNetworkWatcher
- New-AzureRmPacketCaptureFilterConfig
- New-AzureRmNetworkWatcherPacketCapture
- Get-AzureRmNetworkWatcherPacketCapture
- Stop-AzureRmNetworkWatcherPacketCapture
- Remove-AzureRmNetworkWatcherPacketCapture
- Get-AzureRmNetworkWatcherFlowLogSatus
- Get-AzureRmNetworkWatcherNextHop
- Get-AzureRmNetworkWatcherSecurityGroupView
- Get-AzureRmNetworkWatcherTopology
- Get-AzureRmNetworkWatcherTroubleshootingResult
- Set-AzureRmNetworkWatcherConfigFlowLog
- Start-AzureRmNetworkWatcherResourceTroubleshooting
- Test-AzureRmNetworkWatcherIPFlow
* Add-AzureRmExpressRouteCircuitPeeringConfig
- Added new param :-RouteFilter to associate the BGP with route filter to filter out BGP communities via Microsoft peering. This parameter is set by resource
- Added new param :-RouteFilterId to associate the BGP with route filter to filter out BGP communities via Microsoft peering. This parameter is set by resource id
* New-AzureRmExpressRouteCircuitPeeringConfig
- Added new param :-RouteFilter to associate the BGP with route filter to filter out BGP communities via Microsoft peering. This parameter is set by resource
- Added new param :-RouteFilterId to associate the BGP with route filter to filter out BGP communities via Microsoft peering. This parameter is set by resource id
* Set-AzureRmExpressRouteCircuitPeeringConfig
- Added new param :-RouteFilter to associate the BGP with route filter to filter out BGP communities via Microsoft peering. This parameter is set by resource
- Added new param :-RouteFilterId to associate the BGP with route filter to filter out BGP communities via Microsoft peering. This parameter is set by resource id
* New cmdlets for selective service feature
- Get-AzureRmRouteFilter
- New-AzureRmRouteFilter
- Set-AzureRmRouteFilter
- Remove-AzureRmRouteFilter
- Add-AzureRmRouteFilterRuleConfig
- Get-AzureRmRouteFilterRuleConfigobject
- New-AzureRmRouteFilterRuleConfig
- Set-AzureRmRouteFilterRuleConfig
- Remove-AzureRmRouteFilterRuleConfig
* Resources
* Support policy parameters for New-AzureRmPolicyDefinition and New-AzureRmPolicyAssignment
- Users can now use Parameter parameter with New-AzureRmPolicyDefinition. This accepts both JSON string and file path.
- Users can now provide policy parameter values in New-AzureRmPolicyAssignment in a couple of ways, including JSON string, file path, PS object, and through PowerShell parameters.
* Scheduler
* Fixed issue to properly encode HTTP jobs' callback Uri in Scheduler PowerShell cmdlet
* Sql
* Adding new cmdlets for support for Azure SQL feature Transparent Data Encryption (TDE) with Bring Your Own Key (BYOK) Support
- TDE with BYOK support is a new feature in Azure SQL, which allows users to encrypt their database with a key from Azure Key Vault. This feature is currently in private preview.
- Get-AzureRmSqlServerKeyVaultKey : This cmdlet returns a list of Azure Key Vault keys added to a Sql Server.
- Add-AzureRmSqlServerKeyVaultKey : This cmdlet adds an Azure Key Vault key to a Sql Server.
- Remove-AzureRmSqlServerKeyVaultKey : This cmdlet removes an Azure Key Vault key from a Sql Server.
- Get-AzureRmSqlServerTransparentDataEncryptionProtector : This cmdlet returns the current encryption protector for a Sql Server.
- Set-AzureRmSqlServerTransparentDataEncryptionProtector : This cmdlet sets the encryption protector for a Sql Server. The encryption protector can be set to a key from Azure Key Vault or a key that is managed by Azure Sql.
* New feature: Set--AzureRmSqlDatabaseAuditing and Set-AzureRmSqlDatabaseServerAuditingPolicy supports setting secondary storage key for AuditType Blob
* Bug fix: Remove-AzureRmSqlDatabaseAuditing should set the UseServerDefault value to disabled
* Bug fix: Fixing an issue of selecting classic storage account when creating / updating Auditing or Threat Detection policies
* Bug fix: Set-AzureRmSqlDatabaseAuditing and Set-AzureRmSqlDatabaseServerAuditingPolicy commands use the AuditType value that was previously defined in case it has not been configured by the user.
* Bug fix: In case Blob Auditing is defined, Remove-AzureRmSqlDatabaseAuditing and Remove-AzureRmSqlDatabaseServerAuditingPolicy commands disable the Auditing settings.
* Adding new cmdlets for support for Azure SQL feature AutoDR:
-This is a new feature in Azure SQL that supports failover of multiple Azure Sql Databases to the partner server at the same time during disaster and allows automatic failover
- Add-AzureRmSqlDatabaseToFailoverGroup add Azure Sql Databases into a Failover Group
- Get-AzureRmSqlDatabaseFailoverGroup get the Failover Group entity
- New-AzureRmSqlDatabaseFailoverGroup creates a new Failover Group
- Remove-AzureRmSqlDatabaseFromFailoverGroup removes Azure Sql Databases from a Failover Group
- Remove-AzureRmSqlDatabaseFailoverGroup Failover Group deletes the Failover Group
- Set-AzureRmSqlDatabaseFailoverGroup set Azure Sql Database Failover Policy and Grace Period entities of the Failover Group
- Switch-AzureRmSqlDatabaseFailoverGroup issues the failover operation with data loss or without data loss
* Storage
* Upgrade Microsoft.Azure.Management.Storage to version 6.1.0-preview
* Add File Encryption features support to resource mode storage account cmdlets
- New-AzureRmStorageAccount
- Set-AzureRmStorageAccount

* ServiceManagement
* Updated Set-AzureVMDscExtension cmdlet WmfVersion parameter to support "5.1"

* Updated Set-AzureVMChefExtension cmdlet to add following new options :
- Daemon: Configures the chef-client service for unattended execution. e.g. -Daemon 'none' or e.g. -Daemon 'service'."
- Secret: The encryption key used to encrypt and decrypt the data bag item values.
- SecretFile: The path to the file that contains the encryption key used to encrypt and decrypt the data bag item values.

## 2017.01.18 - Version 3.4.0
* AnalysisServices
* Added two new dataplane APIs in a separate module Azure.AnalysisServices.psd1
- This introduces two new APIs that enable customers to login to Azure Analysis Services servers and issue a restart command.
Expand Down Expand Up @@ -517,7 +639,6 @@
* DataFactory
* Added new cmdlet for listing activity windows
- Get-AzureRmDataFactoryActivityWindow
* Fixed Get-AzureRmDataFactoryActivityWindow so it works for named pipeline and activity
* DataLake
* Changed parameter `Host` to `DatabaseHost` and added alias to `Host`
- New-AzureRmDataLakeAnalyticsCatalogSecret
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#
#
# Module manifest for module 'PSGet_AzureRM.AnalysisServices'
#
# Generated by: Microsoft Corporation
#
# Generated on: 1/17/2017
# Generated on: 2/21/2017
#

@{
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 - Analysis Services'
Expand Down Expand Up @@ -114,8 +114,10 @@ PrivateData = @{
# IconUri = ''

# ReleaseNotes of this module
ReleaseNotes = '* Added two new dataplane APIs in a separate module Azure.AnalysisServices.psd1
- This introduces two new APIs that enable customers to login to Azure Analysis Services servers and issue a restart command.
ReleaseNotes = '* Added State property in additional to ProvisioningState
- All the cmdlet returning AnalysisService would have a new property ''State'' used outside of provisioing.
- The ''State'' is intended to check status outside of provisioning, while ''ProvisioningState'' is intended to check status related to Provisioning.
- ProvisioningState and State are same in service side at this moment, the service side would differenciate ProvisioningState and State in future
'

# External dependent modules of this module
Expand Down
2 changes: 2 additions & 0 deletions src/ResourceManager/AnalysisServices/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
- Additional information about change #1
-->
## Current Release

## Version 0.0.4
* Added State property in additional to ProvisioningState
- All the cmdlet returning AnalysisService would have a new property 'State' used outside of provisioing.
- The 'State' is intended to check status outside of provisioning, while 'ProvisioningState' is intended to check status related to Provisioning.
Expand Down
4 changes: 2 additions & 2 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: 1/17/2017
# Generated on: 2/21/2017
#

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

## Version 3.4.0

## Version 3.3.0

## Version 3.2.0
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: 1/17/2017
# Generated on: 2/21/2017
#

@{
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,6 +19,8 @@
-->
## Current Release

## Version 2.6.0

## Version 2.5.0

## Version 2.4.0
Expand Down
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: 1/17/2017
# Generated on: 2/21/2017
#

@{
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,6 +19,8 @@
-->
## Current Release

## Version 2.6.0

## Version 2.5.0

## Version 2.4.0
Expand Down
4 changes: 2 additions & 2 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: 1/17/2017
# Generated on: 2/21/2017
#

@{
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.6.0

## Version 2.5.0

## Version 2.4.0
Expand Down
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: 1/17/2017
# Generated on: 2/21/2017
#

@{
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,6 +19,8 @@
-->
## Current Release

## Version 2.6.0

## Version 2.5.0

## Version 2.4.0
Expand Down
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: 1/17/2017
# Generated on: 2/21/2017
#

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

# ReleaseNotes of this module
ReleaseNotes = 'Updated for common code changes'
ReleaseNotes = '* Integrate with Cognitive Services Management SDK 0.2.1 to support more Cognitive Services API Types and SKUs.
* Remove the validation against �Type� and �SkuName� of Cognitive Services Account, this will allow the script to support new APIs/SKUs without changes.
'

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

## Version 0.4.4
* Integrate with Cognitive Services Management SDK 0.2.1 to support more Cognitive Services API Types and SKUs.
* Remove the validation against “Type” and “SkuName” of Cognitive Services Account, this will allow the script to support new APIs/SKUs without changes.

## Version 0.4.3

## Version 0.4.2
Expand Down
Loading