Skip to content

Commit fafc369

Browse files
committed
fix format
1 parent 6d27423 commit fafc369

File tree

1 file changed

+46
-46
lines changed

1 file changed

+46
-46
lines changed

ChangeLog.md

Lines changed: 46 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,12 @@
5050
- Revoke-AzStorageAccountUserDelegationKeys
5151
* Upgrade to Microsoft.Azure.Management.Storage 14.2.0, to support new API version 2019-06-01.
5252
* Support Share QuotaGiB more than 5120 in Management plane File Share cmdlets, and add parameter alias 'Quota' to parameter 'QuotaGiB'
53-
- New-AzRmStorageShare
54-
- Update-AzRmStorageShare
53+
- New-AzRmStorageShare
54+
- Update-AzRmStorageShare
5555
* Add parameter alias 'QuotaGiB' to parameter 'Quota'
56-
- Set-AzStorageShareQuota
56+
- Set-AzStorageShareQuota
5757
* Fix the issue that Set-AzStorageContainerAcl can clean up the stored Access Policy
58-
- Set-AzStorageContainerAcl
58+
- Set-AzStorageContainerAcl
5959

6060
## 3.1.0 - November 2019
6161
### Highlights since the last major release
@@ -406,13 +406,13 @@
406406

407407
#### Az.Monitor
408408
* New action group receivers added for action group
409-
-ItsmReceiver
410-
-VoiceReceiver
411-
-ArmRoleReceiver
412-
-AzureFunctionReceiver
413-
-LogicAppReceiver
414-
-AutomationRunbookReceiver
415-
-AzureAppPushReceiver
409+
-ItsmReceiver
410+
-VoiceReceiver
411+
-ArmRoleReceiver
412+
-AzureFunctionReceiver
413+
-LogicAppReceiver
414+
-AutomationRunbookReceiver
415+
-AzureAppPushReceiver
416416
* Use common alert schema enabled for the receivers. This is not applicable for SMS, Azure App push , ITSM and Voice recievers
417417
* Webhooks now supports Azure active directory authentication .
418418

@@ -484,10 +484,10 @@
484484
#### Az.IotHub
485485
* Add support to invoke failover for an IotHub to the geo-paired disaster recovery region.
486486
* Add support to manage message enrichment for an IotHub. New cmdlets are:
487-
- Add-AzIotHubMessageEnrichment
488-
- Get-AzIotHubMessageEnrichment
489-
- Remove-AzIotHubMessageEnrichment
490-
- Set-AzIotHubMessageEnrichment
487+
- Add-AzIotHubMessageEnrichment
488+
- Get-AzIotHubMessageEnrichment
489+
- Remove-AzIotHubMessageEnrichment
490+
- Set-AzIotHubMessageEnrichment
491491

492492
#### Az.Monitor
493493
* Pointing to the most recent Monitor SDK, i.e. 0.24.1-preview
@@ -497,8 +497,8 @@
497497
- The order of the arguments for the constructor of the class **Source** (related to the **ScheduledQueryRuleSource** class) changed from the previous SDK. This change required two unit tests to the be fixed: they compiled, but failed to pass the tests.
498498
- The order of the arguments for the constructor of the class **AlertingAction** (related to the **ScheduledQueryRuleSource** class) changed from the previous SDK. This change required two unit tests to the be fixed: they compiled, but failed to pass the tests.
499499
* Support Dynamic Threshold criteria for metric alert V2
500-
- New-AzMetricAlertRuleV2Criteria: now creats dynamic threshold criteria also
501-
- Add-AzMetricAlertRuleV2: now accept dynamic threshold criteria also
500+
- New-AzMetricAlertRuleV2Criteria: now creats dynamic threshold criteria also
501+
- Add-AzMetricAlertRuleV2: now accept dynamic threshold criteria also
502502
* Improvements in Scheduled Query Rule cmdlets (SQR)
503503
- Cmdlets will accept 'Location' paramater in both formats, either the location (e.g. eastus) or the location display name (e.g. East US)
504504
- Illustrated 'Enabled' parameter in help files properly
@@ -723,7 +723,7 @@
723723

724724
#### Az.LogicApp
725725
* Fix for Get-AzIntegrationAccountMap to list all map types
726-
- Added new MapType parameter for filtering
726+
- Added new MapType parameter for filtering
727727

728728
#### Az.ManagedServices
729729
* Added support for api version 2019-06-01 (GA)
@@ -1199,13 +1199,13 @@
11991199
#### Az.Compute
12001200
* Proximity placement group feature.
12011201
- The following new cmdlets are added:
1202-
New-AzProximityPlacementGroup
1203-
Get-AzProximityPlacementGroup
1204-
Remove-AzProximityPlacementGroup
1205-
- The new parameter, ProximityPlacementGroupId, is added to the following cmdlets:
1206-
New-AzAvailabilitySet
1207-
New-AzVMConfig
1208-
New-AzVmssConfig
1202+
New-AzProximityPlacementGroup
1203+
Get-AzProximityPlacementGroup
1204+
Remove-AzProximityPlacementGroup
1205+
- The new parameter, ProximityPlacementGroupId, is added to the following cmdlets:
1206+
New-AzAvailabilitySet
1207+
New-AzVMConfig
1208+
New-AzVmssConfig
12091209
* StorageAccountType parameter is added to New-AzGalleryImageVersion.
12101210
* TargetRegion of New-AzGalleryImageVersion can contain StorageAccountType.
12111211
* SkipShutdown switch parameter is added to Stop-AzVM and Stop-AzVmss
@@ -1240,23 +1240,23 @@
12401240
* Added a new cmdlet Set-AzHDInsightGatewayCredential to replace Grant-AzHDInsightHttpServicesAccess
12411241
* Update cmdlet Get-AzHDInsightJobOutput to distinguish reader role and hdinsight operator role:
12421242
- Users with reader role need to specify 'DefaultStorageAccountKey' parameter explicitly, otherwise error occurs.
1243-
- Users with hdinsight operator role will not be affected.
1243+
- Users with hdinsight operator role will not be affected.
12441244

12451245
#### Az.Monitor
12461246
* New cmdlets for SQR API (Scheduled Query Rule)
12471247
- New-AzScheduledQueryRuleAlertingAction
1248-
- New-AzScheduledQueryRuleAznsActionGroup
1249-
- New-AzScheduledQueryRuleLogMetricTrigger
1250-
- New-AzScheduledQueryRuleSchedule
1251-
- New-AzScheduledQueryRuleSource
1252-
- New-AzScheduledQueryRuleTriggerCondition
1253-
- New-AzScheduledQueryRule
1254-
- Get-AzScheduledQueryRule
1255-
- Set-AzScheduledQueryRule
1256-
- Update-AzScheduledQueryRule
1257-
- Remove-AzScheduledQueryRule
1258-
- [More](https://docs.microsoft.com/en-us/rest/api/monitor/scheduledqueryrules) information about SQR API
1259-
- Updated Az.Monitor.md to include cmdlets for GenV2(non classic) metric-based alert rule
1248+
- New-AzScheduledQueryRuleAznsActionGroup
1249+
- New-AzScheduledQueryRuleLogMetricTrigger
1250+
- New-AzScheduledQueryRuleSchedule
1251+
- New-AzScheduledQueryRuleSource
1252+
- New-AzScheduledQueryRuleTriggerCondition
1253+
- New-AzScheduledQueryRule
1254+
- Get-AzScheduledQueryRule
1255+
- Set-AzScheduledQueryRule
1256+
- Update-AzScheduledQueryRule
1257+
- Remove-AzScheduledQueryRule
1258+
- [More](https://docs.microsoft.com/en-us/rest/api/monitor/scheduledqueryrules) information about SQR API
1259+
- Updated Az.Monitor.md to include cmdlets for GenV2(non classic) metric-based alert rule
12601260

12611261
#### Az.Network
12621262
* Add support for Nat Gateway Resource
@@ -1616,15 +1616,15 @@
16161616
* Add in Basic sku for Integration Accounts
16171617
* Add in XSLT 2.0, XSLT 3.0 and Liquid Map Types
16181618
* New cmdlets for Integration Account Assemblies
1619-
- Get-AzIntegrationAccountAssembly
1620-
- New-AzIntegrationAccountAssembly
1621-
- Remove-AzIntegrationAccountAssembly
1622-
- Set-AzIntegrationAccountAssembly
1619+
- Get-AzIntegrationAccountAssembly
1620+
- New-AzIntegrationAccountAssembly
1621+
- Remove-AzIntegrationAccountAssembly
1622+
- Set-AzIntegrationAccountAssembly
16231623
* New cmdlets for Integration Account Batch Configuration
1624-
- Get-AzIntegrationAccountBatchConfiguration
1625-
- New-AzIntegrationAccountBatchConfiguration
1626-
- Remove-AzIntegrationAccountBatchConfiguration
1627-
- Set-AzIntegrationAccountBatchConfiguration
1624+
- Get-AzIntegrationAccountBatchConfiguration
1625+
- New-AzIntegrationAccountBatchConfiguration
1626+
- Remove-AzIntegrationAccountBatchConfiguration
1627+
- Set-AzIntegrationAccountBatchConfiguration
16281628
* Update Logic App SDK to version 4.1.0
16291629

16301630
#### Az.Monitor

0 commit comments

Comments
 (0)