Skip to content

Commit 6fd5233

Browse files
author
REDMOND\v-ajnava
committed
Command Help files
1 parent f1cbf62 commit 6fd5233

34 files changed

+714
-177
lines changed

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

Lines changed: 18 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-
{{Fill in the Synopsis}}
10+
Gets a description for the specified ServiceBus namespace within the ResourceGroup
1111

1212
## SYNTAX
1313

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

1818
## DESCRIPTION
19-
{{Fill in the Description}}
19+
The ** Get-AzureRmServiceBusNamespace ** cmdlet gets a description for the specified ServiceBus namespace within the ResourceGroup
2020

2121
## EXAMPLES
2222

2323
### Example 1
2424
```
25-
PS C:\> {{ Add example code here }}
25+
PS C:\> Get-AzureRmServiceBusNamespace -ResourceGroup Default-ServiceBus-WestUS -NamespaceName SB-Example1
2626
```
2727

28-
{{ Add example description here }}
28+
Returns the Description of the specified ServiceBus Namespace
2929

3030
## PARAMETERS
3131

@@ -64,12 +64,25 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
6464
6565
## INPUTS
6666
67-
### System.String
67+
-ResourceGroup System.String
68+
-NamespaceName System.String
6869
6970
## OUTPUTS
7071
7172
### System.Collections.Generic.List`1[[Microsoft.Azure.Commands.ServiceBus.Models.NamespaceAttributes, Microsoft.Azure.Commands.ServiceBus, Version=0.0.1.0, Culture=neutral, PublicKeyToken=null]]
7273

74+
Name : SB-Example1
75+
Id : /subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-WestUS/providers/Microsoft.ServiceBus/namespaces/SB-Example1
76+
Location : West US
77+
Sku : Name : Standard , Capacity : 1 , Tier : Standard
78+
ProvisioningState : Succeeded
79+
Status : Active
80+
CreatedAt : 1/20/2017 1:40:01 AM
81+
UpdatedAt : 1/20/2017 1:40:24 AM
82+
ServiceBusEndpoint : https://SB-Example1.servicebus.windows.net:443/
83+
Enabled : True
84+
85+
7386
## NOTES
7487

7588
## RELATED LINKS

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

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

99
## SYNOPSIS
10-
{{Fill in the Synopsis}}
10+
Gets the Description of a specified AuthorizationRule for a given namespace.
1111

1212
## SYNTAX
1313

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

1919
## DESCRIPTION
20-
{{Fill in the Description}}
20+
The ** Get-AzureRmServiceBusNamespaceAuthorizationRule ** cmdlet gets the description of specified authorizationrule of the given namespace.
2121

2222
## EXAMPLES
2323

2424
### Example 1
2525
```
26-
PS C:\> {{ Add example code here }}
26+
PS C:\> Get-AzureRmServiceBusNamespaceAuthorizationRule -ResourceGroup Default-ServiceBus-WestUS -NamespaceName SB-Example1 -AuthorizationRuleName AuthoRule1
2727
```
2828

29-
{{ Add example description here }}
29+
Returns the specified AuthorizationRule description for a given namespace.
3030

3131
## PARAMETERS
3232

@@ -80,12 +80,22 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
8080
8181
## INPUTS
8282
83-
### System.String
83+
-ResourceGroup : System.String
84+
-NamespaceName : System.String
85+
-AuthorizationRuleName : System.String
8486
8587
## OUTPUTS
8688
8789
### System.Collections.Generic.List`1[[Microsoft.Azure.Commands.ServiceBus.Models.SharedAccessAuthorizationRuleAttributes, Microsoft.Azure.Commands.ServiceBus, Version=0.0.1.0, Culture=neutral, PublicKeyToken=null]]
8890

91+
Id : /subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-WestUS/providers/Microsoft.ServiceBus/namespaces/SB-Example1/AuthorizationRules/AuthoRule1
92+
Type : Microsoft.ServiceBus/AuthorizationRules
93+
Name : AuthoRule1
94+
Location :
95+
Tags :
96+
Rights : {Listen, Send}
97+
98+
8999
## NOTES
90100

91101
## RELATED LINKS

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

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

99
## SYNOPSIS
10-
{{Fill in the Synopsis}}
10+
Gets the primary and secondary connection strings for the namespace.
1111

1212
## SYNTAX
1313

@@ -17,16 +17,16 @@ Get-AzureRmServiceBusNamespaceKey [-ResourceGroup] <String> [-NamespaceName] <St
1717
```
1818

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

2222
## EXAMPLES
2323

2424
### Example 1
2525
```
26-
PS C:\> {{ Add example code here }}
26+
PS C:\> Get-AzureRmServiceBusNamespaceKey -ResourceGroup Default-ServiceBus-WestUS -NamespaceName SB-Example1 -AuthorizationRuleName AuthoRule1
2727
```
2828

29-
{{ Add example description here }}
29+
Primary and Secondary Connection string to the given namespace
3030

3131
## PARAMETERS
3232

@@ -80,12 +80,20 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
8080
8181
## INPUTS
8282
83-
### System.String
83+
-ResourceGroup : System.String
84+
-NamespaceName : System.String
85+
-AuthorizationRuleName : System.String
8486
8587
## OUTPUTS
8688
8789
### Microsoft.Azure.Management.ServiceBus.Models.ResourceListKeys
8890
91+
PrimaryConnectionString : Endpoint=sb://sb-example1.servicebus.windows.net/;SharedAccessKeyName=AuthoRule1;SharedAccessKey=qg0UZch987+8/R0AiDZ5rJvxA9ZqVZfgAFBNevoxhY8=
92+
SecondaryConnectionString : Endpoint=sb://sb-example1.servicebus.windows.net/;SharedAccessKeyName=AuthoRule1;SharedAccessKey=0Ovukkl5pzyffid7IVFPXEoXmRUXaf3hNq9dzVS89/4=
93+
PrimaryKey : qg0UZch987+8/R0AiDZ5rJvxA9ZqVZfgAFBNevoxhY8=
94+
SecondaryKey : 0Ovukkl5pzyffid7IVFPXEoXmRUXaf3hNq9dzVS89/4=
95+
KeyName : AuthoRule1
96+
8997
## NOTES
9098
9199
## RELATED LINKS

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

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

99
## SYNOPSIS
10-
{{Fill in the Synopsis}}
10+
Returns a description for the specified queue.
1111

1212
## SYNTAX
1313

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

1919
## DESCRIPTION
20-
{{Fill in the Description}}
20+
The ** Get-AzureRmServiceBusQueue ** cmdlet returns description pf the specified ServiceBus Queue
2121

2222
## EXAMPLES
2323

2424
### Example 1
2525
```
26-
PS C:\> {{ Add example code here }}
26+
PS C:\> Get-AzureRmServiceBusQueue -ResourceGroup Default-ServiceBus-WestUS -NamespaceName SB-Example1 -QueueName SB-Queue_example1
2727
```
2828

29-
{{ Add example description here }}
29+
Returns the
3030

3131
## PARAMETERS
3232

@@ -80,11 +80,40 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
8080
8181
## INPUTS
8282
83-
### System.String
83+
-ResourceGroup : System.String
84+
-NamespaceName : System.String
85+
-QueueName : System.String
8486
8587
## OUTPUTS
8688
8789
### Microsoft.Azure.Commands.ServiceBus.Models.QueueAttributes
90+
LockDuration :
91+
AccessedAt : 1/1/0001 12:00:00 AM
92+
AutoDeleteOnIdle : 10675199.02:48:05.4775807
93+
EntityAvailabilityStatus :
94+
CreatedAt : 1/20/2017 2:51:35 AM
95+
DefaultMessageTimeToLive : 10675199.02:48:05.4775807
96+
DuplicateDetectionHistoryTimeWindow :
97+
EnableBatchedOperations : True
98+
DeadLetteringOnMessageExpiration : False
99+
EnableExpress : False
100+
EnablePartitioning : True
101+
IsAnonymousAccessible : False
102+
MaxDeliveryCount :
103+
MaxSizeInMegabytes : 16384
104+
MessageCount :
105+
CountDetails : Microsoft.Azure.Management.ServiceBus.Models.MessageCountDetails
106+
RequiresDuplicateDetection : False
107+
RequiresSession : False
108+
SizeInBytes :
109+
Status : Active
110+
SupportOrdering : False
111+
UpdatedAt : 1/20/2017 2:51:37 AM
112+
Id : /subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-WestUS/providers/Microsoft.ServiceBus/namespaces/SB-Example1/queues/S
113+
B-Queue_example1
114+
Name : SB-Queue_example1
115+
Type : Microsoft.ServiceBus/Queues
116+
Location : West US
88117
89118
## NOTES
90119

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

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

99
## SYNOPSIS
10-
{{Fill in the Synopsis}}
10+
Gets the Description of a specified AuthorizationRule for a given ServiceBus Queue.
1111

1212
## SYNTAX
1313

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

1919
## DESCRIPTION
20-
{{Fill in the Description}}
20+
The ** Get-AzureRmServiceBusQueueAuthorizationRule ** cmdlet gets the description of specified authorizationrule of the given servicebus queue.
2121

2222
## EXAMPLES
2323

2424
### Example 1
2525
```
26-
PS C:\> {{ Add example code here }}
26+
PS C:\> Get-AzureRmServiceBusQueueAuthorizationRule -ResourceGroup Default-ServiceBus-WestUS -NamespaceName SB-Example1 -QueueName SB-Queue_exampl1 -AuthorizationRuleName SBAuthoRule1
2727
```
2828

29-
{{ Add example description here }}
29+
Returns the specified AuthorizationRule description for a given ServiceBus Queue.
3030

3131
## PARAMETERS
3232

@@ -95,12 +95,24 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
9595
9696
## INPUTS
9797
98-
### System.String
98+
-ResourceGroup : System.String
99+
-NamespaceName : System.String
100+
-QueueName : System.String
101+
-AuthorizationRuleName : System.String
99102
100103
## OUTPUTS
101104
102105
### System.Collections.Generic.List`1[[Microsoft.Azure.Commands.ServiceBus.Models.SharedAccessAuthorizationRuleAttributes, Microsoft.Azure.Commands.ServiceBus, Version=0.0.1.0, Culture=neutral, PublicKeyToken=null]]
103106

107+
Id : /subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-WestUS/providers/Microsoft.ServiceBus/namespaces/SB-Example1/queues/SB-Queue_exampl1/authorizati
108+
onRules/SBAuthoRule1
109+
Type : Microsoft.ServiceBus/AuthorizationRules
110+
Name : SBAuthoRule1
111+
Location : West US
112+
Tags :
113+
Rights : {Listen, Send}
114+
115+
104116
## NOTES
105117

106118
## RELATED LINKS

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

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

99
## SYNOPSIS
10-
{{Fill in the Synopsis}}
10+
Gets the primary and secondary connection strings for the given ServiceBus Queue.
1111

1212
## SYNTAX
1313

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

1919
## DESCRIPTION
20-
{{Fill in the Description}}
20+
The ** Get-AzureRmServiceBusQueueKey ** cmdlet returns the primary and secondary connection strings for the given servicebus queue.
2121

2222
## EXAMPLES
2323

2424
### Example 1
2525
```
26-
PS C:\> {{ Add example code here }}
26+
PS C:\> Get-AzureRmServiceBusQueueKey -ResourceGroup Default-ServiceBus-WestUS -NamespaceName SB-Example1 -QueueName SB-Queue_exampl1 -AuthorizationRuleName SBAuthoRule1
2727
```
2828

29-
{{ Add example description here }}
29+
primary and secondary connection strings are returned for the given ServiceBus Queue.
3030

3131
## PARAMETERS
3232

@@ -95,12 +95,23 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
9595
9696
## INPUTS
9797
98-
### System.String
98+
-ResourceGroup : System.String
99+
-NamespaceName : System.String
100+
-QueueName : System.String
101+
-AuthorizationRuleName : System.String
99102
100103
## OUTPUTS
101104
102105
### Microsoft.Azure.Commands.ServiceBus.Models.ListKeysAttributes
103106
107+
PrimaryConnectionString : Endpoint=sb://sb-example1.servicebus.windows.net/;SharedAccessKeyName=SBAuthoRule1;SharedAccessKey=g6DJcu86tcYnKiLUZ2rSsxZUK0AfDmzfIr/VVpaYH2c=;EntityPath=SB-Queue_e
108+
xampl1
109+
SecondaryConnectionString : Endpoint=sb://sb-example1.servicebus.windows.net/;SharedAccessKeyName=SBAuthoRule1;SharedAccessKey=7JoY2k/4yc99TFlh0j5JrRMaWNhk5bJUmK0f2gcCWYw=;EntityPath=SB-Queue_e
110+
xampl1
111+
PrimaryKey : g6DJcu86tcYnKiLUZ2rSsxZUK0AfDmzfIr/VVpaYH2c=
112+
SecondaryKey : 7JoY2k/4yc99TFlh0j5JrRMaWNhk5bJUmK0f2gcCWYw=
113+
KeyName : SBAuthoRule1
114+
104115
## NOTES
105116
106117
## RELATED LINKS

0 commit comments

Comments
 (0)