|
1 |
| -<!-- |
| 1 | +<!-- |
2 | 2 | Please leave this section at the top of the change log.
|
3 | 3 |
|
4 | 4 | Changes for the current release should go under the section titled "Current Release", and should adhere to the following format:
|
|
20 | 20 | ## Current Release
|
21 | 21 |
|
22 | 22 | ## Version 0.0.1
|
23 |
| -* Adds commandlets for the Azure ServiceBus |
| 23 | +* Adds cmdlets for Azure Service Bus |
24 | 24 | - New-AzureRmServiceBusNamespace
|
25 |
| - - Adds a New ServiceBus NameSpace in the existing Resource Group. |
| 25 | + - Adds a new Service Bus namespace in the existing resource group. |
26 | 26 | - Get-AzureRmServiceBusNamespace
|
27 |
| - - Gets NameSpace/list of NameSpaces of existing Resource Group. |
| 27 | + - Gets a namespace or list of namespaces in the existing resource group. |
28 | 28 | - Set-AzureRmServiceBusNamespace
|
29 |
| - - Updates properties of existing Servicebus NameSpace. |
| 29 | + - Updates properties of an existing Service Bus namespace. |
30 | 30 | - Remove-AzureRmServiceBusNamespace
|
31 |
| - - Deletes the existing ServiceBus NameSpace. |
| 31 | + - Deletes an existing Service Bus namespace. |
32 | 32 | - New-AzureRmServiceBusNamespaceAuthorizationRule
|
33 |
| - - Adds a new AuthorizationRule to the existing ServiceBus NameSpace. |
| 33 | + - Adds a new authorization rule to an existing Service Bus namespace. |
34 | 34 | - Get-AzureRmServiceBusNamespaceAuthorizationRule
|
35 |
| - - Gets AuthorizationRule / List of AuthorizationRules for the existing ServiceBus NameSpace. |
| 35 | + - Gets an authorization rule or list of authorization rules for the existing Service Bus namespace. |
36 | 36 | - Set-AzureRmServiceBusNamespaceAuthorizationRule
|
37 |
| - - Updates properties of existing AuthorizationRule of Servicebus NameSpace. |
| 37 | + - Updates properties of an existing authorization rule in a Service Bus namespace. |
38 | 38 | - New-AzureRmServiceBusNamespaceKey
|
39 |
| - - Generates a new Primary/Secondary Key for AuthorizationRule of existing ServiceBus NameSpace. |
| 39 | + - Generates a new primary or secondary key for an authorization rule in an existing Service Bus namespace. |
40 | 40 | - Get-AzureRmServiceBusNamespaceKey
|
41 |
| - - Gets Primary/Secondary Key for AuthorizationRule of existing ServiceBus NameSpace. |
| 41 | + - Gets the primary or secondary key for an authorization rule in an existing Service Bus namespace. |
42 | 42 | - Remove-AzureRmServiceBusNamespaceAuthorizationRule
|
43 |
| - - Deletes the existing AuthorizationRule of ServiceBus NameSpace. |
| 43 | + - Deletes an existing authorization rule in a Service Bus namespace. |
44 | 44 | - New-AzureRmServiceBusQueue
|
45 |
| - - Adds a new Queue to the existing ServiceBus NameSpace. |
| 45 | + - Adds a new queue to an existing Service Bus namespace. |
46 | 46 | - Get-AzureRmServiceBusQueue
|
47 |
| - - Gets existing Queue/ List of Queues of the existing ServiceBus NameSpace. |
| 47 | + - Gets an existing queue or list of queues in an existing Service Bus namespace. |
48 | 48 | - Set-AzureRmServiceBusQueue
|
49 |
| - - Updates properties of existing Queue of ServiceBus NameSpace. |
| 49 | + - Updates properties of an existing queue in a Service Bus namespace. |
50 | 50 | - Remove-AzureRmServiceBusQueue
|
51 |
| - - Deletes existing Queue of ServiceBus NameSpace. |
| 51 | + - Deletes an existing queue in a Service Bus namespace. |
52 | 52 | - New-AzureRmServiceBusQueueAuthorizationRule
|
53 |
| - - Adds a new AuthorizationRule to the existing Queue of ServiceBus NameSpace. |
| 53 | + - Adds a new authorization rule to an existing queue in a Service Bus namespace. |
54 | 54 | - Get-AzureRmServiceBusQueueAuthorizationRule
|
55 |
| - - Gets the AuthorizationRule / List of AuthorizationRules of the Queue |
| 55 | + - Gets the authorization rule or list of authorization rules in a queue. |
56 | 56 | - Set-AzureRmServiceBusQueueAuthorizationRule
|
57 |
| - - Updates the AuthorizationRule of the Queue. |
| 57 | + - Updates an authorization rule in a queue. |
58 | 58 | - New-AzureRmServiceBusQueueKey
|
59 |
| - - Generates a new Primary/Secondary Key for AuthorizationRule of existing ServiceBus Queue. |
| 59 | + - Generates a new primary or secondary key for an authorization rule in an existing Service Bus queue. |
60 | 60 | - Get-AzureRmServiceBusQueueKey
|
61 |
| - - Gets Primary/Secondary Key for AuthorizationRule of existing ServiceBus Queue. |
| 61 | + - Gets the primary or secondary key for an authorization rule in an existing Service Bus queue. |
62 | 62 | - Remove-AzureRmServiceBusQueueAuthorizationRule
|
63 |
| - - Deletes the existing AuthorizationRule of ServiceBus Queue. |
| 63 | + - Deletes an existing authorization rule in a Service Bus queue. |
64 | 64 | - New-AzureRmServiceBusTopic
|
65 |
| - - Adds a new Topic to the existing ServiceBus NameSpace. |
| 65 | + - Adds a new topic to an existing Service Bus namespace. |
66 | 66 | - Get-AzureRmServiceBusTopic
|
67 |
| - - Gets existing Topic/ List of Topics of the existing ServiceBus NameSpace. |
| 67 | + - Gets an existing topic or list of topics in an existing Service Bus namespace. |
68 | 68 | - Set-AzureRmServiceBusTopic
|
69 |
| - - Updates properties of existing Topic of ServiceBus NameSpace. |
| 69 | + - Updates the properties of an existing topic in a Service Bus namespace. |
70 | 70 | - Remove-AzureRmServiceBusTopic
|
71 |
| - - Deletes existing Topic of ServiceBus NameSpace. |
| 71 | + - Deletes an existing topic in a Service Bus namespace. |
72 | 72 | - New-AzureRmServiceBusTopicAuthorizationRule
|
73 |
| - - Adds a new AuthorizationRule to the existing Topic of ServiceBus NameSpace. |
| 73 | + - Adds a new authorization rule to an existing topic in a Service Bus namespace. |
74 | 74 | - Get-AzureRmServiceBusTopicAuthorizationRule
|
75 |
| - - Gets the AuthorizationRule / List of AuthorizationRules of the Topic. |
| 75 | + - Gets an authorization rule or list of authorization rules in the topic. |
76 | 76 | - Set-AzureRmServiceBusTopicAuthorizationRule
|
77 |
| - - Updates the AuthorizationRule of the Topic. |
| 77 | + - Updates an authorization rule in a topic. |
78 | 78 | - New-AzureRmServiceBusTopicKey
|
79 |
| - - Generates a new Primary/Secondary Key for AuthorizationRule of existing ServiceBus Topic. |
| 79 | + - Generates a new primary or secondary key for an authorization rule in an existing Service Bus topic. |
80 | 80 | - Get-AzureRmServiceBusTopicKey
|
81 |
| - - Gets Primary/Secondary Key for AuthorizationRule of existing ServiceBus Topic. |
| 81 | + - Gets the primary or secondary key for an authorization rule in an existing Service Bus topic. |
82 | 82 | - Remove-AzureRmServiceBusTopicAuthorizationRule
|
83 |
| - - Deletes the existing AuthorizationRule of ServiceBus Topic. |
| 83 | + - Deletes an existing authorization rule in a Service Bus topic. |
84 | 84 | - New-AzureRmServiceBusSubscription
|
85 |
| - - Adds a new Subscription to the existing ServiceBus Topic. |
| 85 | + - Adds a new subscription to an existing Service Bus topic. |
86 | 86 | - Get-AzureRmServiceBusSubscription
|
87 |
| - - Gets existing Subscription/ List of Subscriptions of the existing ServiceBus Topic. |
| 87 | + - Gets an existing subscription or list of subscriptions in an existing Service Bus topic. |
88 | 88 | - Set-AzureRmServiceBusSubscription
|
89 |
| - - Updates properties of existing Subscription of ServiceBus Topic. |
| 89 | + - Updates the properties of an existing subscription in a Service Bus topic. |
90 | 90 | - Remove-AzureRmServiceBusSubscription
|
91 |
| - - Deletes existing Subscription of ServiceBus Topic. |
| 91 | + - Deletes an existing subscription in a Service Bus topic. |
0 commit comments