Skip to content

Commit 8035561

Browse files
committed
Add changes for release 3.1.0
1 parent 407c690 commit 8035561

File tree

11 files changed

+68
-18
lines changed

11 files changed

+68
-18
lines changed

src/ResourceManager/ApiManagement/ChangeLog.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,6 @@
1717
* Overview of change #1
1818
- Additional information about change #1
1919
-->
20-
## Current Release
20+
## Current Release
21+
* Fixed cmdlet Import-AzureRmApiManagementApi when importing Api by SpecificationByUrl parameter
22+
* New-AzureRmApiManagement supports creating an ApiManagement service in a VirtualNetwork and with additional regions

src/ResourceManager/AzureBatch/ChangeLog.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,6 @@
1717
* Overview of change #1
1818
- Additional information about change #1
1919
-->
20-
## Current Release
20+
## Current Release
21+
* Rename cmdlet Get-AzureRmBatchSubscriptionQuotas to Get-AzureRmBatchLocationsQuotas (an alias for the old command was created)
22+
- Rename return type PSBatchSubscriptionQuotas to PSBatchLocationQuotas (no property changes)

src/ResourceManager/Compute/ChangeLog.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,12 @@
1818
- Additional information about change #1
1919
-->
2020
## Current Release
21-
22-
* Update formats for list of VMs, VMScaleSets and ContainerService
23-
- The default format of Get-AzureRmVM, Get-AzureRmVmss and Get-AzureRmContainerService is not table format when these cmdlets call List Operation
24-
* Fix overprovision issue for VMScaleSet
25-
- Because of the bug in Compute client library (and Swagger spec) regarding overprovision property of VMScaleSet, this property did not show up correctly.
26-
* Better piping scenario for VMScaleSets and ContainerService cmdlets
27-
- VMScaleSet and ContainerService now have "ResourceGroupName" property, so when piping Get command to Delete/Update command, -ResourceGroupName is not required.
28-
* Separate paremater sets for Set-AzureRmVM with Generalized and Redeploy parameter
21+
* Update formats for list of VMs, VMScaleSets and ContainerService
22+
- The default format of Get-AzureRmVM, Get-AzureRmVmss and Get-AzureRmContainerService is not table format when these cmdlets call List Operation
23+
* Fix overprovision issue for VMScaleSet
24+
- Because of the bug in Compute client library (and Swagger spec) regarding overprovision property of VMScaleSet, this property did not show up correctly.
25+
* Better piping scenario for VMScaleSets and ContainerService cmdlets
26+
- VMScaleSet and ContainerService now have "ResourceGroupName" property, so when piping Get command to Delete/Update command, -ResourceGroupName is not required.
27+
* Separate paremater sets for Set-AzureRmVM with Generalized and Redeploy parameter
28+
* Reduce time taken by Get-AzureRmVMDiskEncryptionStatus cmdlet from two minutes to under five seconds
29+
* Allow Set-AzureRmVMDiskEncryptionStatus to be used with VHDs residing in multiple resource groups

src/ResourceManager/HDInsight/ChangeLog.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,8 @@
1717
* Overview of change #1
1818
- Additional information about change #1
1919
-->
20-
## Current Release
20+
## Current Release
21+
* Add support to create HDInsight Spark 2.0 cluster using new cmdlet Add-AzureRmHDInsightComponentVersion to specify the component version of Spark
22+
* Get-AzureRmHDInsightCluster now returns the component version in a Spark 2.0 cluster
23+
* New cmdlet
24+
- Add-AzureRmHDInsightSecurityProfile

src/ResourceManager/Insights/ChangeLog.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,14 @@
1717
* Overview of change #1
1818
- Additional information about change #1
1919
-->
20-
## Current Release
20+
## Current Release
21+
* Add several warning/deprecation messages about future changes to cmdlets
22+
- Add-AzureRmAutoscaleSetting
23+
- Get-AzureRmMetric
24+
- Get-AzureRmMetricDefinition
25+
- New-AzureRmAutoscaleRule
26+
- Remove-AzureRmAlertRule
27+
- Remove-AzureRmAutoscaleSetting
28+
- Remove-AzureRmLogProfile
29+
* Add new parameter to Set-AzureRmDiagnosticSetting
30+
- Parameter WorkspaceId is the OMS workspace Id

src/ResourceManager/MachineLearning/ChangeLog.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,12 @@
1717
* Overview of change #1
1818
- Additional information about change #1
1919
-->
20-
## Current Release
20+
## Current Release
21+
* Add support for Azure Machine Learning Committment Plans
22+
- Get-AzureRmMLCommitmentAssociation
23+
- Get-AzureRmMLCommitmentPlan
24+
- Get-AzureRmMLCommitmentPlanUsageHistory
25+
- Move-AzureRmMLCommitmentAssociation
26+
- New-AzureRmMLCommitmentPlan
27+
- Remove-AzureRmMLCommitmentPlan
28+
- Update-AzureRmMLCommitmentPlan

src/ResourceManager/Network/ChangeLog.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,10 @@
1717
* Overview of change #1
1818
- Additional information about change #1
1919
-->
20-
## Current Release
20+
## Current Release
21+
* Add-AzureRmVirtualNetworkPeering
22+
- Parameter AlloowGatewayTransit renamed to AllowGatewayTransit (an alias for the old parameter was created)
23+
- Fixed issue where UseRemoteGateway property was not being populated in the request to the server
24+
* Get-AzureRmEffectiveNetworkSecurityGroup
25+
- Add warning if there is no response from GetEffectiveNSG
26+
* Add Source property to EffectiveRoute

src/ResourceManager/NotificationHubs/ChangeLog.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,7 @@
1717
* Overview of change #1
1818
- Additional information about change #1
1919
-->
20-
## Current Release
20+
## Current Release
21+
* New cmdlets
22+
- New-AzureRmNotificationHubKey
23+
- New-AzureRmNotificationHubsNamespaceKey

src/ResourceManager/OperationalInsights/ChangeLog.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,9 @@
1717
* Overview of change #1
1818
- Additional information about change #1
1919
-->
20-
## Current Release
20+
## Current Release
21+
* Add new parameter to cmdlet New-AzureRmOperationalInsightsWindowsPerformanceCounterDataSource
22+
- UseLegacyCollector (switch parameter) will enable collection of 32-bit legacy performance counters on 64-bit machines
23+
* Rename New-AzureRmOperationalInsightsAzureAuditDataSource to New-AzureRmOperationalInsightsAzureActivityLogDataSource (an alias for the old command was created)
24+
* Get-AzureRmOperationalInsightsDataSource returns null instead of throwing an exception if not found
25+
* New-AzureRmOperationalInsightsComputerGroup now supports defining a group simply by separating computer names with commas

src/ResourceManager/Profile/ChangeLog.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,7 @@
1717
* Overview of change #1
1818
- Additional information about change #1
1919
-->
20-
## Current Release
20+
## Current Release
21+
* Add-AzureRmAccount
22+
- Add position for Credential parameter so the following command is allowed: Add-AzureRmAccount (Get-Credential)
23+
- Updated parameter sets so the SubscriptionId and SubscriptionName are mutually exclusive

src/ResourceManager/Resources/ChangeLog.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,10 @@
1717
* Overview of change #1
1818
- Additional information about change #1
1919
-->
20-
## Current Release
20+
## Current Release
21+
* Lookup of AAD group by Id now uses GetObjectsByObjectId AAD Graph call instead of Groups/<id>
22+
- This will enable Groups lookup in CSP scenario
23+
* Remove unnecessary AAD graph call in Get role assignments logic
24+
- Only make call when needed instead of always
25+
* Fixed issue where Remove-AzureRmResource would throw an exception if one of the resources passed through the pipeline failed to be removed
26+
- If cmdlet fails to remove one of the resources, the result will not have an effect on the removal of other resources

0 commit comments

Comments
 (0)