You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -114,11 +112,9 @@ The following cmdlets were affected this release:
114
112
$queue.SupportOrdering
115
113
116
114
# New
117
-
118
115
# The call remains the same, but the returned values Queue object will not have the EntityAvailabilityStatus, EnableBatchedOperations, IsAnonymousAccessible and SupportOrdering properties
119
116
$queue = Get-AzureRmServiceBusQueue <parameters>
120
-
121
-
```
117
+
```
122
118
123
119
**Topic**
124
120
- Location
@@ -128,11 +124,10 @@ The following cmdlets were affected this release:
128
124
- EnableSubscriptionPartitioning
129
125
- EntityAvailabilityStatus
130
126
131
-
132
-
```powershell
127
+
```powershell
133
128
134
129
# Old
135
-
# The $topic has EntityAvailabilityStatus, EnableSubscriptionPartitioning, IsAnonymousAccessible, IsExpress, Location and FilteringMessagesBeforePublishing property
130
+
# The $topic has EntityAvailabilityStatus, EnableSubscriptionPartitioning, IsAnonymousAccessible, IsExpress, Location and FilteringMessagesBeforePublishing property
136
131
$topic = Get-AzureRmServiceBusTopic <parameters>
137
132
$topic.EntityAvailabilityStatus
138
133
$topic.EnableSubscriptionPartitioning
@@ -142,19 +137,17 @@ The following cmdlets were affected this release:
142
137
$topic.Location
143
138
144
139
# New
145
-
146
140
# The call remains the same, but the returned values Topic object will not have the EntityAvailabilityStatus, EnableSubscriptionPartitioning, IsAnonymousAccessible, IsExpress, FilteringMessagesBeforePublishing and Location properties
147
141
$topic = Get-AzureRmServiceBusTopic <parameters>
148
-
149
-
```
142
+
```
150
143
151
144
**Subscription**
152
145
- EntityAvailabilityStatus
153
146
- DeadLetteringOnFilterEvaluationExceptions
154
147
- Location
155
148
- IsReadOnly
156
149
157
-
```powershell
150
+
```powershell
158
151
159
152
# Old
160
153
# The $subscription has EntityAvailabilityStatus, DeadLetteringOnFilterEvaluationExceptions, Location, and IsReadOnly property
@@ -165,11 +158,9 @@ The following cmdlets were affected this release:
165
158
$subscription.IsReadOnly
166
159
167
160
# New
168
-
169
161
# The call remains the same, but the returned values Topic object will not have the EntityAvailabilityStatus, DeadLetteringOnFilterEvaluationExceptions, Location, and IsReadOnly properties
0 commit comments