Skip to content

Commit 1ddca5c

Browse files
author
jtaubensee
committed
updating the Service Bus PowerShell documentation
1 parent 6fd5233 commit 1ddca5c

34 files changed

+277
-290
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ schema: 2.0.0
77
# Get-AzureRmServiceBusNamespace
88

99
## SYNOPSIS
10-
Gets a description for the specified ServiceBus namespace within the ResourceGroup
10+
Gets a description for the specified Service Bus namespace within the resource group.
1111

1212
## SYNTAX
1313

@@ -16,7 +16,7 @@ Get-AzureRmServiceBusNamespace [[-ResourceGroup] <String>] [[-NamespaceName] <St
1616
```
1717

1818
## DESCRIPTION
19-
The ** Get-AzureRmServiceBusNamespace ** cmdlet gets a description for the specified ServiceBus namespace within the ResourceGroup
19+
The **Get-AzureRmServiceBusNamespace** cmdlet gets a description for the specified Service Bus namespace within the resource group.
2020

2121
## EXAMPLES
2222

@@ -25,12 +25,12 @@ The ** Get-AzureRmServiceBusNamespace ** cmdlet gets a description for the speci
2525
PS C:\> Get-AzureRmServiceBusNamespace -ResourceGroup Default-ServiceBus-WestUS -NamespaceName SB-Example1
2626
```
2727

28-
Returns the Description of the specified ServiceBus Namespace
28+
Returns a description of the specified Service Bus namespace.
2929

3030
## PARAMETERS
3131

3232
### -NamespaceName
33-
Namespace Name.
33+
Namespace name.
3434

3535
```yaml
3636
Type: String
@@ -45,7 +45,7 @@ Accept wildcard characters: False
4545
```
4646
4747
### -ResourceGroup
48-
The name of the resource group
48+
The name of the resource group.
4949
5050
```yaml
5151
Type: String

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ schema: 2.0.0
77
# Get-AzureRmServiceBusNamespaceAuthorizationRule
88

99
## SYNOPSIS
10-
Gets the Description of a specified AuthorizationRule for a given namespace.
10+
Gets a description of the specified authorization rule for a given namespace.
1111

1212
## SYNTAX
1313

@@ -17,7 +17,7 @@ Get-AzureRmServiceBusNamespaceAuthorizationRule [-ResourceGroup] <String> [-Name
1717
```
1818

1919
## DESCRIPTION
20-
The ** Get-AzureRmServiceBusNamespaceAuthorizationRule ** cmdlet gets the description of specified authorizationrule of the given namespace.
20+
The **Get-AzureRmServiceBusNamespaceAuthorizationRule** cmdlet gets the description of the specified authorization rule in the given namespace.
2121

2222
## EXAMPLES
2323

@@ -26,12 +26,12 @@ The ** Get-AzureRmServiceBusNamespaceAuthorizationRule ** cmdlet gets the descri
2626
PS C:\> Get-AzureRmServiceBusNamespaceAuthorizationRule -ResourceGroup Default-ServiceBus-WestUS -NamespaceName SB-Example1 -AuthorizationRuleName AuthoRule1
2727
```
2828

29-
Returns the specified AuthorizationRule description for a given namespace.
29+
Returns the specified authorization rule description for a specified namespace.
3030

3131
## PARAMETERS
3232

3333
### -AuthorizationRuleName
34-
ServiceBus Namespace AuthorizationRule Name.
34+
The Service Bus namespace authorization rule name.
3535

3636
```yaml
3737
Type: String
@@ -46,7 +46,7 @@ Accept wildcard characters: False
4646
```
4747
4848
### -NamespaceName
49-
ServiceBus Namespace Name.
49+
The Service Bus namespace name.
5050
5151
```yaml
5252
Type: String
@@ -61,7 +61,7 @@ Accept wildcard characters: False
6161
```
6262
6363
### -ResourceGroup
64-
The name of the resource group
64+
The name of the resource group.
6565
6666
```yaml
6767
Type: String

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Get-AzureRmServiceBusNamespaceKey [-ResourceGroup] <String> [-NamespaceName] <St
1717
```
1818

1919
## DESCRIPTION
20-
The ** Get-AzureRmServiceBusNamespaceKey ** cmdlet returns the primary and secondary connection strings for the given namespace.
20+
The **Get-AzureRmServiceBusNamespaceKey** cmdlet returns the primary and secondary connection strings for the given namespace.
2121

2222
## EXAMPLES
2323

@@ -26,12 +26,12 @@ The ** Get-AzureRmServiceBusNamespaceKey ** cmdlet returns the primary and secon
2626
PS C:\> Get-AzureRmServiceBusNamespaceKey -ResourceGroup Default-ServiceBus-WestUS -NamespaceName SB-Example1 -AuthorizationRuleName AuthoRule1
2727
```
2828

29-
Primary and Secondary Connection string to the given namespace
29+
Primary and secondary connection string to the specified namespace.
3030

3131
## PARAMETERS
3232

3333
### -AuthorizationRuleName
34-
ServiceBus Namespace AuthorizationRule Name.
34+
Service Bus namespace authorization rule name.
3535

3636
```yaml
3737
Type: String
@@ -46,7 +46,7 @@ Accept wildcard characters: False
4646
```
4747
4848
### -NamespaceName
49-
ServiceBus Namespace Name.
49+
Service Bus namespace name.
5050
5151
```yaml
5252
Type: String
@@ -61,7 +61,7 @@ Accept wildcard characters: False
6161
```
6262
6363
### -ResourceGroup
64-
The name of the resource group
64+
The name of the resource group.
6565
6666
```yaml
6767
Type: String

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ schema: 2.0.0
77
# Get-AzureRmServiceBusQueue
88

99
## SYNOPSIS
10-
Returns a description for the specified queue.
10+
Returns a description for the specified Service Bus queue.
1111

1212
## SYNTAX
1313

@@ -17,7 +17,7 @@ Get-AzureRmServiceBusQueue [-ResourceGroup] <String> [-NamespaceName] <String> [
1717
```
1818

1919
## DESCRIPTION
20-
The ** Get-AzureRmServiceBusQueue ** cmdlet returns description pf the specified ServiceBus Queue
20+
The **Get-AzureRmServiceBusQueue** cmdlet returns a description of the specified Service Bus queue.
2121

2222
## EXAMPLES
2323

@@ -26,12 +26,12 @@ The ** Get-AzureRmServiceBusQueue ** cmdlet returns description pf the specified
2626
PS C:\> Get-AzureRmServiceBusQueue -ResourceGroup Default-ServiceBus-WestUS -NamespaceName SB-Example1 -QueueName SB-Queue_example1
2727
```
2828

29-
Returns the
29+
Returns the description of the queue.
3030

3131
## PARAMETERS
3232

3333
### -NamespaceName
34-
Namespace Name.
34+
The Service Bus namespace name.
3535

3636
```yaml
3737
Type: String
@@ -46,7 +46,7 @@ Accept wildcard characters: False
4646
```
4747
4848
### -QueueName
49-
Queue Name.
49+
The queue name.
5050
5151
```yaml
5252
Type: String
@@ -61,7 +61,7 @@ Accept wildcard characters: False
6161
```
6262
6363
### -ResourceGroup
64-
The name of the resource group
64+
The name of the resource group.
6565
6666
```yaml
6767
Type: String

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ schema: 2.0.0
77
# Get-AzureRmServiceBusQueueAuthorizationRule
88

99
## SYNOPSIS
10-
Gets the Description of a specified AuthorizationRule for a given ServiceBus Queue.
10+
Gets the description of a specified authorization rule for a given Service Bus queue.
1111

1212
## SYNTAX
1313

@@ -17,7 +17,7 @@ Get-AzureRmServiceBusQueueAuthorizationRule [-ResourceGroup] <String> [-Namespac
1717
```
1818

1919
## DESCRIPTION
20-
The ** Get-AzureRmServiceBusQueueAuthorizationRule ** cmdlet gets the description of specified authorizationrule of the given servicebus queue.
20+
The **Get-AzureRmServiceBusQueueAuthorizationRule** cmdlet gets the description of a specified authorization rule on the given Service Bus queue.
2121

2222
## EXAMPLES
2323

@@ -26,12 +26,12 @@ The ** Get-AzureRmServiceBusQueueAuthorizationRule ** cmdlet gets the descriptio
2626
PS C:\> Get-AzureRmServiceBusQueueAuthorizationRule -ResourceGroup Default-ServiceBus-WestUS -NamespaceName SB-Example1 -QueueName SB-Queue_exampl1 -AuthorizationRuleName SBAuthoRule1
2727
```
2828

29-
Returns the specified AuthorizationRule description for a given ServiceBus Queue.
29+
Returns the specified authorization rule description for a given Service Bus queue.
3030

3131
## PARAMETERS
3232

3333
### -AuthorizationRuleName
34-
EventHub AuthorizationRule Name.
34+
The authorization rule name.
3535

3636
```yaml
3737
Type: String
@@ -46,7 +46,7 @@ Accept wildcard characters: False
4646
```
4747
4848
### -NamespaceName
49-
Namespace Name.
49+
The Service Bus namespace name.
5050
5151
```yaml
5252
Type: String
@@ -61,7 +61,7 @@ Accept wildcard characters: False
6161
```
6262
6363
### -QueueName
64-
Queue Name.
64+
The queue name.
6565
6666
```yaml
6767
Type: String
@@ -76,7 +76,7 @@ Accept wildcard characters: False
7676
```
7777
7878
### -ResourceGroup
79-
The name of the resource group
79+
The name of the resource group.
8080
8181
```yaml
8282
Type: String

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ schema: 2.0.0
77
# Get-AzureRmServiceBusQueueKey
88

99
## SYNOPSIS
10-
Gets the primary and secondary connection strings for the given ServiceBus Queue.
10+
Gets the primary and secondary connection strings for the given Service Bus queue.
1111

1212
## SYNTAX
1313

@@ -17,7 +17,7 @@ Get-AzureRmServiceBusQueueKey [-ResourceGroup] <String> [-NamespaceName] <String
1717
```
1818

1919
## DESCRIPTION
20-
The ** Get-AzureRmServiceBusQueueKey ** cmdlet returns the primary and secondary connection strings for the given servicebus queue.
20+
The **Get-AzureRmServiceBusQueueKey** cmdlet returns the primary and secondary connection strings for the given Service Bus queue.
2121

2222
## EXAMPLES
2323

@@ -26,12 +26,12 @@ The ** Get-AzureRmServiceBusQueueKey ** cmdlet returns the primary and secondary
2626
PS C:\> Get-AzureRmServiceBusQueueKey -ResourceGroup Default-ServiceBus-WestUS -NamespaceName SB-Example1 -QueueName SB-Queue_exampl1 -AuthorizationRuleName SBAuthoRule1
2727
```
2828

29-
primary and secondary connection strings are returned for the given ServiceBus Queue.
29+
The primary and secondary connection strings are returned for the given Service Bus queue.
3030

3131
## PARAMETERS
3232

3333
### -AuthorizationRuleName
34-
ServiceBus Queue AuthorizationRule Name.
34+
The queue authorization rule name.
3535

3636
```yaml
3737
Type: String
@@ -46,7 +46,7 @@ Accept wildcard characters: False
4646
```
4747
4848
### -NamespaceName
49-
ServiceBus Namespace Name.
49+
The Service Bus namespace name.
5050
5151
```yaml
5252
Type: String
@@ -61,7 +61,7 @@ Accept wildcard characters: False
6161
```
6262
6363
### -QueueName
64-
ServiceBus Queue Name.
64+
The Service Bus queue name.
6565
6666
```yaml
6767
Type: String
@@ -76,7 +76,7 @@ Accept wildcard characters: False
7676
```
7777
7878
### -ResourceGroup
79-
The name of the resource group
79+
The name of the resource group.
8080
8181
```yaml
8282
Type: String

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Get-AzureRmServiceBusSubscription [-ResourceGroup] <String> [-NamespaceName] <St
1717
```
1818

1919
## DESCRIPTION
20-
The ** Get-AzureRmServiceBusSubscription ** cmdlet returns a subscription description for the specified topic.
20+
The **Get-AzureRmServiceBusSubscription** cmdlet returns a subscription description for the specified Service Bus topic.
2121

2222
## EXAMPLES
2323

@@ -26,12 +26,12 @@ The ** Get-AzureRmServiceBusSubscription ** cmdlet returns a subscription descri
2626
PS C:\> Get-AzureRmServiceBusSubscription -ResourceGroup Default-ServiceBus-WestUS -NamespaceName SB-Example1 -TopicName SB-Topic_exampl1 -SubscriptionName SB-TopicSubscription-Example1
2727
```
2828

29-
Returns a subscription description for the specified servicebus Topic.
29+
Returns a subscription description for the specified Service Bus Topic.
3030

3131
## PARAMETERS
3232

3333
### -NamespaceName
34-
Namespace Name.
34+
The Service Bus namespace name.
3535

3636
```yaml
3737
Type: String
@@ -46,7 +46,7 @@ Accept wildcard characters: False
4646
```
4747
4848
### -ResourceGroup
49-
The name of the resource group
49+
The name of the resource group.
5050
5151
```yaml
5252
Type: String
@@ -61,7 +61,7 @@ Accept wildcard characters: False
6161
```
6262
6363
### -SubscriptionName
64-
Subscription Name.
64+
The subscription name.
6565
6666
```yaml
6767
Type: String
@@ -76,7 +76,7 @@ Accept wildcard characters: False
7676
```
7777
7878
### -TopicName
79-
Topic Name.
79+
The topic name.
8080
8181
```yaml
8282
Type: String

0 commit comments

Comments
 (0)