|
20 | 20 | -->
|
21 | 21 | ## Current Release
|
22 | 22 |
|
| 23 | +The following cmdlets were affected this release: |
| 24 | + |
| 25 | + **Get-AzureRmServiceBusTopicAuthorizationRule** |
| 26 | + - 'Get-AzureRmServiceBusTopicAuthorizationRule' cmdlet is removed in current build. Please use the New cmdlet 'Get-AzureRmServiceBusAuthorizationRule' |
| 27 | + |
| 28 | + **Get-AzureRmServiceBusTopicKey** |
| 29 | + - 'Get-AzureRmServiceBusTopicKey' cmdlet is removed in current build. Please use the New cmdlet 'Get-AzureRmServiceBusKey' |
| 30 | + |
| 31 | + **New-AzureRmServiceBusTopicAuthorizationRule**, |
| 32 | + - 'New-AzureRmServiceBusTopicAuthorizationRule' cmdlet is removed in current build. Please use the New cmdlet 'New-AzureRmServiceBusAuthorizationRule' |
| 33 | + |
| 34 | + **New-AzureRmServiceBusTopicKey**, |
| 35 | + - 'New-AzureRmServiceBusTopicKey' cmdlet is removed in current build. Please use the New cmdlet 'New-AzureRmServiceBusKey' |
| 36 | + |
| 37 | + **Remove-AzureRmServiceBusTopicAuthorizationRule**, |
| 38 | + - 'Remove-AzureRmServiceBusTopicAuthorizationRule' cmdlet is removed in current build. Please use the New cmdlet 'Remove-AzureRmServiceBusAuthorizationRule' |
| 39 | + |
| 40 | + **Set-AzureRmServiceBusTopicAuthorizationRule**, |
| 41 | + - 'Set-AzureRmServiceBusTopicAuthorizationRule' cmdlet is removed in current build. Please use the New cmdlet 'Set-AzureRmServiceBusAuthorizationRule' |
| 42 | + |
| 43 | + **New-AzureRmServiceBusNamespaceKey**, |
| 44 | + - 'New-AzureRmServiceBusNamespaceKey' cmdlet is removed in current build. Please use the New cmdlet 'New-AzureRmServiceBusKey' |
| 45 | + |
| 46 | + **Get-AzureRmServiceBusQueueAuthorizationRule**, |
| 47 | + - 'Get-AzureRmServiceBusQueueAuthorizationRule' cmdlet is removed in current build. Please use the New cmdlet 'Get-AzureRmServiceBusAuthorizationRule' |
| 48 | + |
| 49 | + **Get-AzureRmServiceBusQueueKey**, |
| 50 | + - 'Get-AzureRmServiceBusQueueKey' cmdlet is removed in current build. Please use the New cmdlet 'Get-AzureRmServiceBusKey' |
| 51 | + |
| 52 | + **New-AzureRmServiceBusQueueAuthorizationRule**, |
| 53 | + - 'New-AzureRmServiceBusQueueAuthorizationRule' cmdlet is removed in current build. Please use the New cmdlet 'New-AzureRmServiceBusAuthorizationRule' |
| 54 | + |
| 55 | + **New-AzureRmServiceBusQueueKey**, |
| 56 | + - 'New-AzureRmServiceBusQueueKey' cmdlet is removed in current build. Please use the New cmdlet 'New-AzureRmServiceBusKey' |
| 57 | + |
| 58 | + **Remove-AzureRmServiceBusQueueAuthorizationRule**, |
| 59 | + - 'Remove-AzureRmServiceBusQueueAuthorizationRule' cmdlet is removed in current build. Please use the New cmdlet 'GRemove-AzureRmServiceBusAuthorizationRule' |
| 60 | + |
| 61 | + **Set-AzureRmServiceBusQueueAuthorizationRule**, |
| 62 | + - 'Set-AzureRmServiceBusQueueAuthorizationRule' cmdlet is removed in current build. Please use the New cmdlet 'Set-AzureRmServiceBusAuthorizationRule' |
| 63 | + |
| 64 | + **Get-AzureRmServiceBusNamespaceAuthorizationRule**, |
| 65 | + - 'Get-AzureRmServiceBusNamespaceAuthorizationRule' cmdlet is removed in current build. Please use the New cmdlet 'Get-AzureRmServiceBusAuthorizationRule' |
| 66 | + |
| 67 | + **Get-AzureRmServiceBusNamespaceKey**, |
| 68 | + - 'Get-AzureRmServiceBusNamespaceKey' cmdlet is removed in current build. Please use the New cmdlet 'Get-AzureRmServiceBusKey' |
| 69 | + |
| 70 | + **New-AzureRmServiceBusNamespaceAuthorizationRule**, |
| 71 | + - 'New-AzureRmServiceBusNamespaceAuthorizationRule' cmdlet is removed in current build. Please use the New cmdlet 'New-AzureRmServiceBusAuthorizationRule' |
| 72 | + |
| 73 | + **Remove-AzureRmServiceBusNamespaceAuthorizationRule**, |
| 74 | + - 'Remove-AzureRmServiceBusNamespaceAuthorizationRule' cmdlet is removed in current build. Please use the New cmdlet 'Remove-AzureRmServiceBusAuthorizationRule' |
| 75 | + |
| 76 | + **Set-AzureRmServiceBusNamespaceAuthorizationRule** |
| 77 | + - 'Set-AzureRmServiceBusNamespaceAuthorizationRule' cmdlet is removed in current build. Please use the New cmdlet 'Set-AzureRmServiceBusAuthorizationRule' |
| 78 | + |
| 79 | + |
| 80 | + The following properties are removed in this release: |
| 81 | + |
| 82 | + |
| 83 | + **NamespceAttributes** |
| 84 | + - Status |
| 85 | + - Enabled |
| 86 | + |
| 87 | + ```powershell |
| 88 | + # Old |
| 89 | + # The $namespace has Status and Enabled property |
| 90 | + $namespace = Get-AzureRmServiceBusNamespace <parameters> |
| 91 | + $namespace.Status |
| 92 | + $namespace.Enabled |
| 93 | + # New |
| 94 | +
|
| 95 | + # The call remains the same, but the returned values NameSpace object will not have the Enabled and Status properties |
| 96 | + $namespace = Get-AzureRmServiceBusNamespace <parameters> |
| 97 | + ``` |
| 98 | + |
| 99 | + **Queue** |
| 100 | + - EntityAvailabilityStatus |
| 101 | + - EnableBatchedOperations |
| 102 | + - IsAnonymousAccessible |
| 103 | + - SupportOrdering |
| 104 | + |
| 105 | + ```powershell |
| 106 | + # Old |
| 107 | + # The $queue has EntityAvailabilityStatus, EnableBatchedOperations, IsAnonymousAccessible and SupportOrdering property |
| 108 | + $queue = Get-AzureRmServiceBusQueue <parameters> |
| 109 | + $queue.EntityAvailabilityStatus |
| 110 | + $queue.EnableBatchedOperations |
| 111 | + $queue.IsAnonymousAccessible |
| 112 | + $queue.SupportOrdering |
| 113 | +
|
| 114 | + # New |
| 115 | + # The call remains the same, but the returned values Queue object will not have the EntityAvailabilityStatus, EnableBatchedOperations, IsAnonymousAccessible and SupportOrdering properties |
| 116 | + $queue = Get-AzureRmServiceBusQueue <parameters> |
| 117 | + ``` |
| 118 | + |
| 119 | + **Topic** |
| 120 | + - Location |
| 121 | + - IsExpress |
| 122 | + - IsAnonymousAccessible |
| 123 | + - FilteringMessagesBeforePublishing |
| 124 | + - EnableSubscriptionPartitioning |
| 125 | + - EntityAvailabilityStatus |
| 126 | + |
| 127 | + ```powershell |
| 128 | + # Old |
| 129 | + # The $topic has EntityAvailabilityStatus, EnableSubscriptionPartitioning, IsAnonymousAccessible, IsExpress, Location and FilteringMessagesBeforePublishing property |
| 130 | + $topic = Get-AzureRmServiceBusTopic <parameters> |
| 131 | + $topic.EntityAvailabilityStatus |
| 132 | + $topic.EnableSubscriptionPartitioning |
| 133 | + $topic.IsAnonymousAccessible |
| 134 | + $topic.IsExpress |
| 135 | + $topic.FilteringMessagesBeforePublishing |
| 136 | + $topic.Location |
| 137 | +
|
| 138 | + # New |
| 139 | +
|
| 140 | + # The call remains the same, but the returned values Topic object will not have the EntityAvailabilityStatus, EnableSubscriptionPartitioning, IsAnonymousAccessible, IsExpress, FilteringMessagesBeforePublishing and Location properties |
| 141 | + $topic = Get-AzureRmServiceBusTopic <parameters> |
| 142 | + ``` |
| 143 | + |
| 144 | + **Subscription** |
| 145 | + - EntityAvailabilityStatus |
| 146 | + - DeadLetteringOnFilterEvaluationExceptions |
| 147 | + - Location |
| 148 | + - IsReadOnly |
| 149 | + |
| 150 | + ```powershell |
| 151 | + # Old |
| 152 | + # The $subscription has EntityAvailabilityStatus, DeadLetteringOnFilterEvaluationExceptions, Location, and IsReadOnly property |
| 153 | + $subscription = Get-AzureRmServiceBussubscription <parameters> |
| 154 | + $subscription.EntityAvailabilityStatus |
| 155 | + $subscription.DeadLetteringOnFilterEvaluationExceptions |
| 156 | + $subscription.Location |
| 157 | + $subscription.IsReadOnly |
| 158 | +
|
| 159 | + # New |
| 160 | +
|
| 161 | + # The call remains the same, but the returned values Topic object will not have the EntityAvailabilityStatus, DeadLetteringOnFilterEvaluationExceptions, Location, and IsReadOnly properties |
| 162 | + $subscription = Get-AzureRmServiceBussubscription <parameters> |
| 163 | + ``` |
| 164 | + |
23 | 165 | ## Version 0.4.7
|
24 | 166 |
|
25 | 167 | ## Version 0.4.6
|
|
171 | 313 | - Updates properties of existing Subscription of ServiceBus Topic.
|
172 | 314 |
|
173 | 315 | - Remove-AzureRmServiceBusSubscription
|
174 |
| - - Deletes existing Subscription of ServiceBus Topic. |
| 316 | + - Deletes existing Subscription of ServiceBus Topic. |
0 commit comments