Skip to content

Commit 7f6de64

Browse files
author
maddieclayton
authored
Fix formatting issues with changelog
1 parent 7d88537 commit 7f6de64

File tree

1 file changed

+9
-18
lines changed

1 file changed

+9
-18
lines changed

src/ResourceManager/ServiceBus/ChangeLog.md

Lines changed: 9 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -89,13 +89,11 @@ The following cmdlets were affected this release:
8989
$namespace = Get-AzureRmServiceBusNamespace <parameters>
9090
$namespace.Status
9191
$namespace.Enabled
92+
9293
# New
93-
9494
# The call remains the same, but the returned values NameSpace object will not have the Enabled and Status properties
9595
$namespace = Get-AzureRmServiceBusNamespace <parameters>
96-
97-
```
98-
96+
```
9997

10098
**Queue**
10199
- EntityAvailabilityStatus
@@ -114,11 +112,9 @@ The following cmdlets were affected this release:
114112
$queue.SupportOrdering
115113
116114
# New
117-
118115
# The call remains the same, but the returned values Queue object will not have the EntityAvailabilityStatus, EnableBatchedOperations, IsAnonymousAccessible and SupportOrdering properties
119116
$queue = Get-AzureRmServiceBusQueue <parameters>
120-
121-
```
117+
```
122118

123119
**Topic**
124120
- Location
@@ -128,11 +124,10 @@ The following cmdlets were affected this release:
128124
- EnableSubscriptionPartitioning
129125
- EntityAvailabilityStatus
130126

131-
132-
```powershell
127+
```powershell
133128
134129
# 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
136131
$topic = Get-AzureRmServiceBusTopic <parameters>
137132
$topic.EntityAvailabilityStatus
138133
$topic.EnableSubscriptionPartitioning
@@ -142,19 +137,17 @@ The following cmdlets were affected this release:
142137
$topic.Location
143138
144139
# New
145-
146140
# The call remains the same, but the returned values Topic object will not have the EntityAvailabilityStatus, EnableSubscriptionPartitioning, IsAnonymousAccessible, IsExpress, FilteringMessagesBeforePublishing and Location properties
147141
$topic = Get-AzureRmServiceBusTopic <parameters>
148-
149-
```
142+
```
150143

151144
**Subscription**
152145
- EntityAvailabilityStatus
153146
- DeadLetteringOnFilterEvaluationExceptions
154147
- Location
155148
- IsReadOnly
156149

157-
```powershell
150+
```powershell
158151
159152
# Old
160153
# The $subscription has EntityAvailabilityStatus, DeadLetteringOnFilterEvaluationExceptions, Location, and IsReadOnly property
@@ -165,11 +158,9 @@ The following cmdlets were affected this release:
165158
$subscription.IsReadOnly
166159
167160
# New
168-
169161
# The call remains the same, but the returned values Topic object will not have the EntityAvailabilityStatus, DeadLetteringOnFilterEvaluationExceptions, Location, and IsReadOnly properties
170162
$subscription = Get-AzureRmServiceBussubscription <parameters>
171-
172-
```
163+
```
173164

174165
## Version 0.4.7
175166

@@ -322,4 +313,4 @@ The following cmdlets were affected this release:
322313
- Updates properties of existing Subscription of ServiceBus Topic.
323314

324315
- Remove-AzureRmServiceBusSubscription
325-
- Deletes existing Subscription of ServiceBus Topic.
316+
- Deletes existing Subscription of ServiceBus Topic.

0 commit comments

Comments
 (0)