|
17 | 17 | * Overview of change #1
|
18 | 18 | - Additional information about change #1
|
19 | 19 | -->
|
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