Skip to content

Commit 7d88537

Browse files
author
Ajit Maruti Navasare (MINDTREE LIMITED)
committed
Resolved review comments for .md files
1 parent 321de74 commit 7d88537

10 files changed

+6
-15
lines changed

src/ResourceManager/ServiceBus/ChangeLog.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ The following cmdlets were affected this release:
7979

8080
The following properties are removed in this release:
8181

82-
** NamespceAttributes **
82+
**NamespceAttributes**
8383
- Status
8484
- Enabled
8585

@@ -91,13 +91,13 @@ The following cmdlets were affected this release:
9191
$namespace.Enabled
9292
# New
9393
94-
# The call remains the same, but the returned values NameSpace object will not have the ResourceGroupName property
94+
# The call remains the same, but the returned values NameSpace object will not have the Enabled and Status properties
9595
$namespace = Get-AzureRmServiceBusNamespace <parameters>
9696
9797
```
9898
9999
100-
** Queue **
100+
**Queue**
101101
- EntityAvailabilityStatus
102102
- EnableBatchedOperations
103103
- IsAnonymousAccessible
@@ -120,7 +120,7 @@ The following cmdlets were affected this release:
120120
121121
```
122122
123-
** Topic **
123+
**Topic**
124124
- Location
125125
- IsExpress
126126
- IsAnonymousAccessible
@@ -143,12 +143,12 @@ The following cmdlets were affected this release:
143143
144144
# New
145145
146-
# The call remains the same, but the returned values Topic object will not have the EntityAvailabilityStatus, EnableBatchedOperations, IsAnonymousAccessible and SupportOrdering properties
146+
# The call remains the same, but the returned values Topic object will not have the EntityAvailabilityStatus, EnableSubscriptionPartitioning, IsAnonymousAccessible, IsExpress, FilteringMessagesBeforePublishing and Location properties
147147
$topic = Get-AzureRmServiceBusTopic <parameters>
148148
149149
```
150150
151-
** Subscription **
151+
**Subscription**
152152
- EntityAvailabilityStatus
153153
- DeadLetteringOnFilterEvaluationExceptions
154154
- Location

src/ResourceManager/ServiceBus/Commands.ServiceBus/help/Get-AzureRmServiceBusQueue.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ Id : /subscriptions/854d368f-1828-428f-8f3c-f2a
116116
B-Queue_example1
117117
Name : SB-Queue_example1
118118
Type : Microsoft.ServiceBus/Queues
119-
Location : West US
120119
121120
## NOTES
122121

src/ResourceManager/ServiceBus/Commands.ServiceBus/help/Get-AzureRmServiceBusSubscription.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
115115
116116
### Microsoft.Azure.Commands.ServiceBus.Models.SubscriptionAttributes
117117
Name : SB-TopicSubscription-Example1
118-
Location : West US
119118
AccessedAt : 1/20/2017 3:18:54 AM
120119
AutoDeleteOnIdle : 10675199.02:48:05.4775807
121120
CountDetails : Microsoft.Azure.Management.ServiceBus.Models.MessageCountDetails

src/ResourceManager/ServiceBus/Commands.ServiceBus/help/Get-AzureRmServiceBusTopic.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
9595
9696
### Microsoft.Azure.Commands.ServiceBus.Models.TopicAttributes
9797
Name : SB-Topic_exampl1
98-
Location : West US
9998
Id : /subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-WestUS/providers/Microsoft.ServiceBus/namespaces/SB-Example1/topics/S
10099
B-Topic_exampl1
101100
Type : Microsoft.ServiceBus/Topic

src/ResourceManager/ServiceBus/Commands.ServiceBus/help/New-AzureRmServiceBusQueue.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,6 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
332332
333333
### Microsoft.Azure.Commands.ServiceBus.Models.QueueAttributes
334334
Name : SB-Queue_exampl1
335-
Location : West US
336335
LockDuration :
337336
AccessedAt :
338337
AutoDeleteOnIdle : 10675199.02:48:05.4775807

src/ResourceManager/ServiceBus/Commands.ServiceBus/help/New-AzureRmServiceBusSubscription.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,6 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
240240
241241
### Microsoft.Azure.Commands.ServiceBus.Models.SubscriptionAttributes
242242
Name : SB-TopicSubscription-Example1
243-
Location : West US
244243
AccessedAt : 1/20/2017 3:18:54 AM
245244
AutoDeleteOnIdle : 10675199.02:48:05.4775807
246245
CountDetails : Microsoft.Azure.Management.ServiceBus.Models.MessageCountDetails

src/ResourceManager/ServiceBus/Commands.ServiceBus/help/New-AzureRmServiceBusTopic.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,6 @@ System.Nullable\`1\[\[System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral
288288
289289
### Microsoft.Azure.Commands.ServiceBus.Models.TopicAttributes
290290
Name : SB-Topic_exampl1
291-
Location : West US
292291
Id : /subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-WestUS/providers/Microsoft.ServiceBus/namespaces/SB-Example1/topics/S
293292
B-Topic_exampl1
294293
Type : Microsoft.ServiceBus/Topic

src/ResourceManager/ServiceBus/Commands.ServiceBus/help/Set-AzureRmServiceBusQueue.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,6 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
147147
148148
### Microsoft.Azure.Commands.ServiceBus.Models.QueueAttributes
149149
Name : SB-Queue_exampl1
150-
Location : West US
151150
LockDuration :
152151
AccessedAt : 1/1/0001 12:00:00 AM
153152
AutoDeleteOnIdle : 10675199.02:48:05.4775807

src/ResourceManager/ServiceBus/Commands.ServiceBus/help/Set-AzureRmServiceBusSubscription.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,6 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
147147
148148
### Microsoft.Azure.Commands.ServiceBus.Models.SubscriptionAttributes
149149
Name : SB-TopicSubscription-Example1
150-
Location : West US
151150
AccessedAt : 1/1/0001 12:00:00 AM
152151
AutoDeleteOnIdle : 10675199.02:48:05.4775807
153152
CountDetails :

src/ResourceManager/ServiceBus/Commands.ServiceBus/help/Set-AzureRmServiceBusTopic.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
146146
147147
### Microsoft.Azure.Commands.ServiceBus.Models.TopicAttributes
148148
Name : SB-Topic_exampl1
149-
Location : West US
150149
Id : /subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-WestUS/providers/Microsoft.ServiceBus/namespaces/SB-Example1/topics/SB-
151150
Topic_exampl1
152151
Type : Microsoft.ServiceBus/Topic

0 commit comments

Comments
 (0)