Skip to content

Commit bc55c0c

Browse files
authored
Fix typo with EventGrid cmdlets in change log
1 parent 7187100 commit bc55c0c

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

ChangeLog.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -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

0 commit comments

Comments
 (0)