Skip to content

Commit 38304d1

Browse files
authored
Merge pull request #9542 from Azure/cormacpayne-patch-1
Fix AzureRM prefix typos in root change log
2 parents aa95c26 + fa8c2a1 commit 38304d1

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

ChangeLog.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
- Handful of doc and example updates for Policy cmdlets
5454

5555
#### Az.ServiceBus
56-
* Fix for issue #4938 - New-AzureRmServiceBusQueue returns BadRequest when setting MaxSizeInMegabytes
56+
* Fix for issue #4938 - New-AzServiceBusQueue returns BadRequest when setting MaxSizeInMegabytes
5757

5858
#### Az.Sql
5959
* Add Instance Failover Group cmdlets from preview release to public release
@@ -99,24 +99,24 @@
9999
#### Az.EventGrid
100100
* Updated to use the 2019-06-01 API version.
101101
* New cmdlets:
102-
- New-AzureRmEventGridDomain
102+
- New-AzEventGridDomain
103103
- Creates a new Azure Event Grid Domain.
104-
- Get-AzureRmEventGridDomain
104+
- Get-AzEventGridDomain
105105
- Gets the details of an Event Grid Domain, or gets a list of all Event Grid Domains in the current Azure subscription.
106-
- Remove-AzureRmEventGridDomain
106+
- Remove-AzEventGridDomain
107107
- Removes an Azure Event Grid Domain.
108-
- New-AzureRmEventGridDomainKey
108+
- New-AzEventGridDomainKey
109109
- Regenerates the shared access key for an Azure Event Grid Domain.
110-
- Get-AzureRmEventGridDomainKey
110+
- Get-AzEventGridDomainKey
111111
- Gets the shared access keys used to publish events to an Event Grid Domain.
112-
- New-AzureRmEventGridDomainTopic:
112+
- New-AzEventGridDomainTopic:
113113
- Creates a new Azure Event Grid Domain Topic.
114-
- Get-AzureRmEventGridDomainTopic
114+
- Get-AzEventGridDomainTopic
115115
- Gets the details of an Event Grid Domain Topic, or gets a list of all Event Grid Domain Topics under specific Event Grid Domain in the current Azure
116-
- Remove-AzureRmEventGridDomainTopic:
116+
- Remove-AzEventGridDomainTopic:
117117
- Removes an existing Azure Event Grid Domain Topic.
118118
* Updated cmdlets:
119-
- New-AzureRmEventGridSubscription/Update-AzureRmEventGridSubscription:
119+
- New-AzEventGridSubscription/Update-AzEventGridSubscription:
120120
- Add new mandatory parameters to support piping for the new Event Grid Domain and Event Grid Domain Topic to allow creating new event subscription under these resources.
121121
- Add new mandatory parameters for specifying the new Event Grid Domain name and/or Event Grid Domain Topic name to allow creating new event subscription under these resources.
122122
- Add new Parameter sets for domains and domain topics to allow reusing existing parameters (e.g., EndPointType, SubjectBeginsWith, etc).
@@ -127,7 +127,7 @@
127127
- Disallow usage of 'All' in -IncludedEventType option and replace it with
128128
- Get-AzEventGridTopic, Get-AzEventGridDomain, Get-AzEventGridDomainTopic, Get-AzEventGridSubscription:
129129
- Add new optional parameters (Top, ODataQuery and NextLink) to support results pagination and filtering.
130-
- Remove-AzureRmEventGridSubscription
130+
- Remove-AzEventGridSubscription
131131
- Add new mandatory parameters to support piping for Event Grid Domain and Event Grid Domain Topic to allow removing existing event subscription under these resources.
132132
- Add new mandatory parameters for specifying the Event Grid Domain name and/or Event Grid Domain Topic name to allow removing existing event subscription under these resources.
133133

@@ -182,7 +182,7 @@
182182
- Updated Set-AzVirtualNetworkGateway: Added optional switch parameter RemoveAadAuthentication to remove VpnClient AAD authentication options from Gateway.
183183

184184
#### Az.OperationalInsights
185-
* Enable **pergb2018** pricing tier in 'New-AzureRmOperationalInsightsWorkspace' command
185+
* Enable **pergb2018** pricing tier in 'New-AzOperationalInsightsWorkspace' command
186186

187187
#### Az.Resources
188188
* Support for additional Template Export options
@@ -382,7 +382,7 @@
382382
* Fix double dash in New-AzApplicationGatewayTrustedRootCertificate documentation
383383

384384
#### Az.Resources
385-
* Add new cmdlet Get-AzureRmDenyAssignment for retrieving deny assignments
385+
* Add new cmdlet Get-AzDenyAssignment for retrieving deny assignments
386386

387387
#### Az.Sql
388388
* Rename Advanced Threat Protection cmdlets to Advanced Data Security and enable Vulnerability Assessment by default
@@ -875,7 +875,7 @@ General availability for Az.RecoveryServices module.
875875
#### Az.Resources
876876
* Fix tagging for resource groups
877877
- More information here: https://github.com/Azure/azure-powershell/issues/8166
878-
* Fix issue where `Get-AzureRmRoleAssignment` doesn't respect -ErrorAction
878+
* Fix issue where `Get-AzRoleAssignment` doesn't respect -ErrorAction
879879
- More information here: https://github.com/Azure/azure-powershell/issues/8235
880880

881881
#### Az.Sql
@@ -952,7 +952,7 @@ General availability for Az.RecoveryServices module.
952952
#### Az.Resources
953953
* Fix incorrect examples in 'New-AzADAppCredential' and 'New-AzADSpCredential' reference documentation
954954
* Fix issue where path for '-TemplateFile' parameter was not being resolved before executing resource group deployment cmdlets
955-
* Az.Resources: Correct documentation for New-AzureRmPolicyDefinition -Mode default value
955+
* Az.Resources: Correct documentation for New-AzPolicyDefinition -Mode default value
956956
* Az.Resources: Fix for issue https://github.com/Azure/azure-powershell/issues/7522
957957
* Az.Resources: Fix for issue https://github.com/Azure/azure-powershell/issues/5747
958958
* Fix formatting issue with 'PSResourceGroupDeployment' object
@@ -1008,15 +1008,15 @@ General availability for Az.RecoveryServices module.
10081008
#### Az.EventGrid
10091009
* Updated to use the 2019-01-01 API version.
10101010
* Update the following cmdlets to support new scenario in 2019-01-01 API version
1011-
- New-AzureRmEventGridSubscription: Add new optional parameters for specifying:
1011+
- New-AzEventGridSubscription: Add new optional parameters for specifying:
10121012
- Event Time-To-Live,
10131013
- Maximum number of delivery attempts for the events,
10141014
- Dead letter endpoint.
1015-
- Update-AzureRmEventGridSubscription: Add new optional parameters for specifying:
1015+
- Update-AzEventGridSubscription: Add new optional parameters for specifying:
10161016
- Event Time-To-Live,
10171017
- Maximum number of delivery attempts for the events,
10181018
- Dead letter endpoint.
1019-
* Add new enum values (namely, storageQueue and hybridConnection) for EndpointType option in New-AzureRmEventGridSubscription and Update-AzureRmEventGridSubscription cmdlets.
1019+
* Add new enum values (namely, storageQueue and hybridConnection) for EndpointType option in New-AzEventGridSubscription and Update-AzEventGridSubscription cmdlets.
10201020
* Show warning message if creating or updating the event subscription is expected to entail manual action from user.
10211021

10221022
#### Az.IotHub

0 commit comments

Comments
 (0)