Skip to content

Commit e2d13af

Browse files
committed
Add EventHub and ServiceBus changes
1 parent be6fb1e commit e2d13af

File tree

2 files changed

+120
-2
lines changed

2 files changed

+120
-2
lines changed

src/ResourceManager/EventHub/ChangeLog.md

Lines changed: 50 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,53 @@
1717
* Overview of change #1
1818
- Additional information about change #1
1919
-->
20-
## Current Release
20+
## Current Release
21+
* Adds commandlets for the Azure EventHub
22+
- New-AzureRmEventHubNamespace
23+
- Adds a New EventHub NameSpace in the existing Resource Group.
24+
- Get-AzureRmEventHubNamespace
25+
- Gets Eventhub NameSpace/list of NameSpaces of existing Resource Group.
26+
- Set-AzureRmEventHubNamespace
27+
- Updates properties of existing EventHub NameSpace.
28+
- Remove-AzureRmEventHubNamespace
29+
- Deletes the existing EventHub NameSpace.
30+
- New-AzureRmEventHubNamespaceAuthorizationRule
31+
- Adds a new AuthorizationRule to the existing EventHub NameSpace.
32+
- Get-AzureRmEventHubNamespaceAuthorizationRule
33+
- Gets AuthorizationRule / List of AuthorizationRules for the existing EventHub NameSpace.
34+
- Set-AzureRmEventHubNamespaceAuthorizationRule
35+
- Updates properties of existing AuthorizationRule of EventHub NameSpace.
36+
- New-AzureRmEventHubNamespaceKey
37+
- Generates a new Primary/Secondary Key for AuthorizationRule of existing EventHub NameSpace.
38+
- Get-AzureRmEventHubNamespaceKey
39+
- Gets Primary/Secondary Key for AuthorizationRule of existing EventHub NameSpace.
40+
- Remove-AzureRmEventHubNamespaceAuthorizationRule
41+
- Deletes the existing AuthorizationRule of EventHub NameSpace.
42+
- New-AzureRmEventHub
43+
- Adds a new EventHub to the existing NameSpace.
44+
- Get-AzureRmEventHub
45+
- Gets existing Queue/ List of EventHub of the existing NameSpace.
46+
- Set-AzureRmEventHub
47+
- Updates properties of existing EventHub of NameSpace.
48+
- Remove-AzureRmEventHub
49+
- Deletes existing EventHub of NameSpace.
50+
- New-AzureRmEventHubAuthorizationRule
51+
- Adds a new AuthorizationRule to the existing EventHub of NameSpace.
52+
- Get-AzureRmEventHubAuthorizationRule
53+
- Gets the AuthorizationRule / List of AuthorizationRules of the EventHub.
54+
- Set-AzureRmEventHubAuthorizationRule
55+
- Updates the AuthorizationRule of the EventHub.
56+
- New-AzureRmEventHubKey
57+
- Generates a new Primary/Secondary Key for AuthorizationRule of existing EventHub.
58+
- Get-AzureRmEventHubKey
59+
- Gets Primary/Secondary Key for AuthorizationRule of existing EventHub.
60+
- Remove-AzureRmEventHubAuthorizationRule
61+
- Deletes the existing AuthorizationRule of EventHub.
62+
- New-AzureRmEventHubConsumerGroup
63+
- Adds a new ConsumerGroup to the existing EventHub
64+
- Get-AzureRmEventHubConsumerGroup
65+
- Gets existing ConsumerGroup/ List of ConsumerGroups of the existing EventHub.
66+
- Set-AzureRmEventHubConsumerGroup
67+
- Updates properties of existing ConsumerGroup of EventHub.
68+
- Remove-AzureRmEventHubConsumerGroup
69+
- Deletes existing ConsumerGroup of EventHub.

src/ResourceManager/ServiceBus/ChangeLog.md

Lines changed: 70 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,73 @@
1717
* Overview of change #1
1818
- Additional information about change #1
1919
-->
20-
## Current Release
20+
## Current Release
21+
* Adds commandlets for the Azure ServiceBus
22+
- New-AzureRmServiceBusNamespace
23+
- Adds a New ServiceBus NameSpace in the existing Resource Group.
24+
- Get-AzureRmServiceBusNamespace
25+
- Gets NameSpace/list of NameSpaces of existing Resource Group.
26+
- Set-AzureRmServiceBusNamespace
27+
- Updates properties of existing Servicebus NameSpace.
28+
- Remove-AzureRmServiceBusNamespace
29+
- Deletes the existing ServiceBus NameSpace.
30+
- New-AzureRmServiceBusNamespaceAuthorizationRule
31+
- Adds a new AuthorizationRule to the existing ServiceBus NameSpace.
32+
- Get-AzureRmServiceBusNamespaceAuthorizationRule
33+
- Gets AuthorizationRule / List of AuthorizationRules for the existing ServiceBus NameSpace.
34+
- Set-AzureRmServiceBusNamespaceAuthorizationRule
35+
- Updates properties of existing AuthorizationRule of Servicebus NameSpace.
36+
- New-AzureRmServiceBusNamespaceKey
37+
- Generates a new Primary/Secondary Key for AuthorizationRule of existing ServiceBus NameSpace.
38+
- Get-AzureRmServiceBusNamespaceKey
39+
- Gets Primary/Secondary Key for AuthorizationRule of existing ServiceBus NameSpace.
40+
- Remove-AzureRmServiceBusNamespaceAuthorizationRule
41+
- Deletes the existing AuthorizationRule of ServiceBus NameSpace.
42+
- New-AzureRmServiceBusQueue
43+
- Adds a new Queue to the existing ServiceBus NameSpace.
44+
- Get-AzureRmServiceBusQueue
45+
- Gets existing Queue/ List of Queues of the existing ServiceBus NameSpace.
46+
- Set-AzureRmServiceBusQueue
47+
- Updates properties of existing Queue of ServiceBus NameSpace.
48+
- Remove-AzureRmServiceBusQueue
49+
- Deletes existing Queue of ServiceBus NameSpace.
50+
- New-AzureRmServiceBusQueueAuthorizationRule
51+
- Adds a new AuthorizationRule to the existing Queue of ServiceBus NameSpace.
52+
- Get-AzureRmServiceBusQueueAuthorizationRule
53+
- Gets the AuthorizationRule / List of AuthorizationRules of the Queue
54+
- Set-AzureRmServiceBusQueueAuthorizationRule
55+
- Updates the AuthorizationRule of the Queue.
56+
- New-AzureRmServiceBusQueueKey
57+
- Generates a new Primary/Secondary Key for AuthorizationRule of existing ServiceBus Queue.
58+
- Get-AzureRmServiceBusQueueKey
59+
- Gets Primary/Secondary Key for AuthorizationRule of existing ServiceBus Queue.
60+
- Remove-AzureRmServiceBusQueueAuthorizationRule
61+
- Deletes the existing AuthorizationRule of ServiceBus Queue.
62+
- New-AzureRmServiceBusTopic
63+
- Adds a new Topic to the existing ServiceBus NameSpace.
64+
- Get-AzureRmServiceBusTopic
65+
- Gets existing Topic/ List of Topics of the existing ServiceBus NameSpace.
66+
- Set-AzureRmServiceBusTopic
67+
- Updates properties of existing Topic of ServiceBus NameSpace.
68+
- Remove-AzureRmServiceBusTopic
69+
- Deletes existing Topic of ServiceBus NameSpace.
70+
- New-AzureRmServiceBusTopicAuthorizationRule
71+
- Adds a new AuthorizationRule to the existing Topic of ServiceBus NameSpace.
72+
- Get-AzureRmServiceBusTopicAuthorizationRule
73+
- Gets the AuthorizationRule / List of AuthorizationRules of the Topic.
74+
- Set-AzureRmServiceBusTopicAuthorizationRule
75+
- Updates the AuthorizationRule of the Topic.
76+
- New-AzureRmServiceBusTopicKey
77+
- Generates a new Primary/Secondary Key for AuthorizationRule of existing ServiceBus Topic.
78+
- Get-AzureRmServiceBusTopicKey
79+
- Gets Primary/Secondary Key for AuthorizationRule of existing ServiceBus Topic.
80+
- Remove-AzureRmServiceBusTopicAuthorizationRule
81+
- Deletes the existing AuthorizationRule of ServiceBus Topic.
82+
- New-AzureRmServiceBusSubscription
83+
- Adds a new Subscription to the existing ServiceBus Topic.
84+
- Get-AzureRmServiceBusSubscription
85+
- Gets existing Subscription/ List of Subscriptions of the existing ServiceBus Topic.
86+
- Set-AzureRmServiceBusSubscription
87+
- Updates properties of existing Subscription of ServiceBus Topic.
88+
- Remove-AzureRmServiceBusSubscription
89+
- Deletes existing Subscription of ServiceBus Topic.

0 commit comments

Comments
 (0)