Skip to content

Commit 2868c12

Browse files
sethmanheimshahabhijeet
authored andcommitted
Adding new content for Service Bus PS cmdlets (Azure#3355)
1 parent 9b28fbe commit 2868c12

36 files changed

+5133
-36
lines changed
Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!--
1+
<!--
22
Please leave this section at the top of the change log.
33
44
Changes for the current release should go under the section titled "Current Release", and should adhere to the following format:
@@ -20,72 +20,72 @@
2020
## Current Release
2121

2222
## Version 0.0.1
23-
* Adds commandlets for the Azure ServiceBus
23+
* Adds cmdlets for Azure Service Bus
2424
- New-AzureRmServiceBusNamespace
25-
- Adds a New ServiceBus NameSpace in the existing Resource Group.
25+
- Adds a new Service Bus namespace in the existing resource group.
2626
- Get-AzureRmServiceBusNamespace
27-
- Gets NameSpace/list of NameSpaces of existing Resource Group.
27+
- Gets a namespace or list of namespaces in the existing resource group.
2828
- Set-AzureRmServiceBusNamespace
29-
- Updates properties of existing Servicebus NameSpace.
29+
- Updates properties of an existing Service Bus namespace.
3030
- Remove-AzureRmServiceBusNamespace
31-
- Deletes the existing ServiceBus NameSpace.
31+
- Deletes an existing Service Bus namespace.
3232
- New-AzureRmServiceBusNamespaceAuthorizationRule
33-
- Adds a new AuthorizationRule to the existing ServiceBus NameSpace.
33+
- Adds a new authorization rule to an existing Service Bus namespace.
3434
- Get-AzureRmServiceBusNamespaceAuthorizationRule
35-
- Gets AuthorizationRule / List of AuthorizationRules for the existing ServiceBus NameSpace.
35+
- Gets an authorization rule or list of authorization rules for the existing Service Bus namespace.
3636
- Set-AzureRmServiceBusNamespaceAuthorizationRule
37-
- Updates properties of existing AuthorizationRule of Servicebus NameSpace.
37+
- Updates properties of an existing authorization rule in a Service Bus namespace.
3838
- New-AzureRmServiceBusNamespaceKey
39-
- Generates a new Primary/Secondary Key for AuthorizationRule of existing ServiceBus NameSpace.
39+
- Generates a new primary or secondary key for an authorization rule in an existing Service Bus namespace.
4040
- Get-AzureRmServiceBusNamespaceKey
41-
- Gets Primary/Secondary Key for AuthorizationRule of existing ServiceBus NameSpace.
41+
- Gets the primary or secondary key for an authorization rule in an existing Service Bus namespace.
4242
- Remove-AzureRmServiceBusNamespaceAuthorizationRule
43-
- Deletes the existing AuthorizationRule of ServiceBus NameSpace.
43+
- Deletes an existing authorization rule in a Service Bus namespace.
4444
- New-AzureRmServiceBusQueue
45-
- Adds a new Queue to the existing ServiceBus NameSpace.
45+
- Adds a new queue to an existing Service Bus namespace.
4646
- Get-AzureRmServiceBusQueue
47-
- Gets existing Queue/ List of Queues of the existing ServiceBus NameSpace.
47+
- Gets an existing queue or list of queues in an existing Service Bus namespace.
4848
- Set-AzureRmServiceBusQueue
49-
- Updates properties of existing Queue of ServiceBus NameSpace.
49+
- Updates properties of an existing queue in a Service Bus namespace.
5050
- Remove-AzureRmServiceBusQueue
51-
- Deletes existing Queue of ServiceBus NameSpace.
51+
- Deletes an existing queue in a Service Bus namespace.
5252
- New-AzureRmServiceBusQueueAuthorizationRule
53-
- Adds a new AuthorizationRule to the existing Queue of ServiceBus NameSpace.
53+
- Adds a new authorization rule to an existing queue in a Service Bus namespace.
5454
- Get-AzureRmServiceBusQueueAuthorizationRule
55-
- Gets the AuthorizationRule / List of AuthorizationRules of the Queue
55+
- Gets the authorization rule or list of authorization rules in a queue.
5656
- Set-AzureRmServiceBusQueueAuthorizationRule
57-
- Updates the AuthorizationRule of the Queue.
57+
- Updates an authorization rule in a queue.
5858
- New-AzureRmServiceBusQueueKey
59-
- Generates a new Primary/Secondary Key for AuthorizationRule of existing ServiceBus Queue.
59+
- Generates a new primary or secondary key for an authorization rule in an existing Service Bus queue.
6060
- Get-AzureRmServiceBusQueueKey
61-
- Gets Primary/Secondary Key for AuthorizationRule of existing ServiceBus Queue.
61+
- Gets the primary or secondary key for an authorization rule in an existing Service Bus queue.
6262
- Remove-AzureRmServiceBusQueueAuthorizationRule
63-
- Deletes the existing AuthorizationRule of ServiceBus Queue.
63+
- Deletes an existing authorization rule in a Service Bus queue.
6464
- New-AzureRmServiceBusTopic
65-
- Adds a new Topic to the existing ServiceBus NameSpace.
65+
- Adds a new topic to an existing Service Bus namespace.
6666
- Get-AzureRmServiceBusTopic
67-
- Gets existing Topic/ List of Topics of the existing ServiceBus NameSpace.
67+
- Gets an existing topic or list of topics in an existing Service Bus namespace.
6868
- Set-AzureRmServiceBusTopic
69-
- Updates properties of existing Topic of ServiceBus NameSpace.
69+
- Updates the properties of an existing topic in a Service Bus namespace.
7070
- Remove-AzureRmServiceBusTopic
71-
- Deletes existing Topic of ServiceBus NameSpace.
71+
- Deletes an existing topic in a Service Bus namespace.
7272
- New-AzureRmServiceBusTopicAuthorizationRule
73-
- Adds a new AuthorizationRule to the existing Topic of ServiceBus NameSpace.
73+
- Adds a new authorization rule to an existing topic in a Service Bus namespace.
7474
- Get-AzureRmServiceBusTopicAuthorizationRule
75-
- Gets the AuthorizationRule / List of AuthorizationRules of the Topic.
75+
- Gets an authorization rule or list of authorization rules in the topic.
7676
- Set-AzureRmServiceBusTopicAuthorizationRule
77-
- Updates the AuthorizationRule of the Topic.
77+
- Updates an authorization rule in a topic.
7878
- New-AzureRmServiceBusTopicKey
79-
- Generates a new Primary/Secondary Key for AuthorizationRule of existing ServiceBus Topic.
79+
- Generates a new primary or secondary key for an authorization rule in an existing Service Bus topic.
8080
- Get-AzureRmServiceBusTopicKey
81-
- Gets Primary/Secondary Key for AuthorizationRule of existing ServiceBus Topic.
81+
- Gets the primary or secondary key for an authorization rule in an existing Service Bus topic.
8282
- Remove-AzureRmServiceBusTopicAuthorizationRule
83-
- Deletes the existing AuthorizationRule of ServiceBus Topic.
83+
- Deletes an existing authorization rule in a Service Bus topic.
8484
- New-AzureRmServiceBusSubscription
85-
- Adds a new Subscription to the existing ServiceBus Topic.
85+
- Adds a new subscription to an existing Service Bus topic.
8686
- Get-AzureRmServiceBusSubscription
87-
- Gets existing Subscription/ List of Subscriptions of the existing ServiceBus Topic.
87+
- Gets an existing subscription or list of subscriptions in an existing Service Bus topic.
8888
- Set-AzureRmServiceBusSubscription
89-
- Updates properties of existing Subscription of ServiceBus Topic.
89+
- Updates the properties of an existing subscription in a Service Bus topic.
9090
- Remove-AzureRmServiceBusSubscription
91-
- Deletes existing Subscription of ServiceBus Topic.
91+
- Deletes an existing subscription in a Service Bus topic.
Lines changed: 115 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,115 @@
1+
---
2+
Module Name: AzureRM.ServiceBus
3+
Module Guid: cc69c625-e961-43f4-8b50-0061eba6e4b6
4+
Download Help Link: None_Azure
5+
Help Version: 4.0.0.0
6+
Locale: en-US
7+
---
8+
9+
# AzureRM.ServiceBus Module
10+
## Description
11+
This topic displays help topics for the Azure Service Bus cmdlets.
12+
13+
## AzureRM.ServiceBus Cmdlets
14+
### [Get-AzureRmServiceBusNamespace](Get-AzureRmServiceBusNamespace.md)
15+
Gets a namespace or list of namespaces in the existing resource group.
16+
17+
### [Get-AzureRmServiceBusNamespaceAuthorizationRule](Get-AzureRmServiceBusNamespaceAuthorizationRule.md)
18+
Gets an authorization rule or list of authorization rules for the existing Service Bus namespace.
19+
20+
### [Get-AzureRmServiceBusNamespaceKey](Get-AzureRmServiceBusNamespaceKey.md)
21+
Gets the primary or secondary key for an authorization rule in an existing Service Bus namespace.
22+
23+
### [Get-AzureRmServiceBusQueue](Get-AzureRmServiceBusQueue.md)
24+
Gets an existing queue or list of queues in an existing Service Bus namespace.
25+
26+
### [Get-AzureRmServiceBusQueueAuthorizationRule](Get-AzureRmServiceBusQueueAuthorizationRule.md)
27+
Gets the authorization rule or list of authorization rules in a queue.
28+
29+
### [Get-AzureRmServiceBusQueueKey](Get-AzureRmServiceBusQueueKey.md)
30+
Gets the primary or secondary key for an authorization rule in an existing Service Bus queue.
31+
32+
### [Get-AzureRmServiceBusSubscription](Get-AzureRmServiceBusSubscription.md)
33+
Gets an existing subscription or list of subscriptions in an existing Service Bus topic.
34+
35+
### [Get-AzureRmServiceBusTopic](Get-AzureRmServiceBusTopic.md)
36+
Gets an existing topic or list of topics in an existing Service Bus namespace.
37+
38+
### [Get-AzureRmServiceBusTopicAuthorizationRule](Get-AzureRmServiceBusTopicAuthorizationRule.md)
39+
Gets an authorization rule or list of authorization rules in the topic.
40+
41+
### [Get-AzureRmServiceBusTopicKey](Get-AzureRmServiceBusTopicKey.md)
42+
Gets the primary or secondary key for an authorization rule in an existing Service Bus topic.
43+
44+
### [New-AzureRmServiceBusNamespace](New-AzureRmServiceBusNamespace.md)
45+
Adds a new Service Bus namespace in the existing resource group.
46+
47+
### [New-AzureRmServiceBusNamespaceAuthorizationRule](New-AzureRmServiceBusNamespaceAuthorizationRule.md)
48+
Adds a new authorization rule to an existing Service Bus namespace.
49+
50+
### [New-AzureRmServiceBusNamespaceKey](New-AzureRmServiceBusNamespaceKey.md)
51+
Generates a new primary or secondary key for an authorization rule in an existing Service Bus namespace.
52+
53+
### [New-AzureRmServiceBusQueue](New-AzureRmServiceBusQueue.md)
54+
Adds a new queue to an existing Service Bus namespace.
55+
56+
### [New-AzureRmServiceBusQueueAuthorizationRule](New-AzureRmServiceBusQueueAuthorizationRule.md)
57+
Adds a new authorization rule to an existing queue in a Service Bus namespace.
58+
59+
### [New-AzureRmServiceBusQueueKey](New-AzureRmServiceBusQueueKey.md)
60+
Generates a new primary or secondary key for an authorization rule in an existing Service Bus queue.
61+
62+
### [New-AzureRmServiceBusSubscription](New-AzureRmServiceBusSubscription.md)
63+
Adds a new subscription to an existing Service Bus topic.
64+
65+
### [New-AzureRmServiceBusTopic](New-AzureRmServiceBusTopic.md)
66+
Adds a new topic to an existing Service Bus namespace.
67+
68+
### [New-AzureRmServiceBusTopicAuthorizationRule](New-AzureRmServiceBusTopicAuthorizationRule.md)
69+
Adds a new authorization rule to an existing topic in a Service Bus namespace.
70+
71+
### [New-AzureRmServiceBusTopicKey](New-AzureRmServiceBusTopicKey.md)
72+
Generates a new primary or secondary key for an authorization rule in an existing Service Bus topic.
73+
74+
### [Remove-AzureRmServiceBusNamespace](Remove-AzureRmServiceBusNamespace.md)
75+
Deletes an existing Service Bus namespace.
76+
77+
### [Remove-AzureRmServiceBusNamespaceAuthorizationRule](Remove-AzureRmServiceBusNamespaceAuthorizationRule.md)
78+
Deletes an existing authorization rule in a Service Bus namespace.
79+
80+
### [Remove-AzureRmServiceBusQueue](Remove-AzureRmServiceBusQueue.md)
81+
Deletes an existing queue in a Service Bus namespace.
82+
83+
### [Remove-AzureRmServiceBusQueueAuthorizationRule](Remove-AzureRmServiceBusQueueAuthorizationRule.md)
84+
Deletes an existing authorization rule in a Service Bus queue.
85+
86+
### [Remove-AzureRmServiceBusSubscription](Remove-AzureRmServiceBusSubscription.md)
87+
Deletes an existing subscription in a Service Bus topic.
88+
89+
### [Remove-AzureRmServiceBusTopic](Remove-AzureRmServiceBusTopic.md)
90+
Deletes an existing topic in a Service Bus namespace.
91+
92+
### [Remove-AzureRmServiceBusTopicAuthorizationRule](Remove-AzureRmServiceBusTopicAuthorizationRule.md)
93+
Deletes an existing authorization rule in a Service Bus topic.
94+
95+
### [Set-AzureRmServiceBusNamespace](Set-AzureRmServiceBusNamespace.md)
96+
Updates properties of an existing Service Bus namespace.
97+
98+
### [Set-AzureRmServiceBusNamespaceAuthorizationRule](Set-AzureRmServiceBusNamespaceAuthorizationRule.md)
99+
Updates properties of an existing authorization rule in a Service Bus namespace.
100+
101+
### [Set-AzureRmServiceBusQueue](Set-AzureRmServiceBusQueue.md)
102+
Updates properties of an existing queue in a Service Bus namespace.
103+
104+
### [Set-AzureRmServiceBusQueueAuthorizationRule](Set-AzureRmServiceBusQueueAuthorizationRule.md)
105+
Updates an authorization rule in a queue.
106+
107+
### [Set-AzureRmServiceBusSubscription](Set-AzureRmServiceBusSubscription.md)
108+
Updates the properties of an existing subscription in a Service Bus topic.
109+
110+
### [Set-AzureRmServiceBusTopic](Set-AzureRmServiceBusTopic.md)
111+
Updates the properties of an existing topic in a Service Bus namespace.
112+
113+
### [Set-AzureRmServiceBusTopicAuthorizationRule](Set-AzureRmServiceBusTopicAuthorizationRule.md)
114+
Updates an authorization rule in a topic.
115+
Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
---
2+
external help file: Microsoft.Azure.Commands.ServiceBus.dll-Help.xml
3+
online version:
4+
schema: 2.0.0
5+
---
6+
7+
# Get-AzureRmServiceBusNamespace
8+
9+
## SYNOPSIS
10+
{{Fill in the Synopsis}}
11+
12+
## SYNTAX
13+
14+
```
15+
Get-AzureRmServiceBusNamespace [[-ResourceGroup] <String>] [[-NamespaceName] <String>] [<CommonParameters>]
16+
```
17+
18+
## DESCRIPTION
19+
{{Fill in the Description}}
20+
21+
## EXAMPLES
22+
23+
### Example 1
24+
```
25+
PS C:\> {{ Add example code here }}
26+
```
27+
28+
{{ Add example description here }}
29+
30+
## PARAMETERS
31+
32+
### -NamespaceName
33+
Namespace Name.
34+
35+
```yaml
36+
Type: String
37+
Parameter Sets: (All)
38+
Aliases:
39+
40+
Required: False
41+
Position: 1
42+
Default value: None
43+
Accept pipeline input: True (ByPropertyName)
44+
Accept wildcard characters: False
45+
```
46+
47+
### -ResourceGroup
48+
The name of the resource group
49+
50+
```yaml
51+
Type: String
52+
Parameter Sets: (All)
53+
Aliases:
54+
55+
Required: False
56+
Position: 0
57+
Default value: None
58+
Accept pipeline input: True (ByPropertyName)
59+
Accept wildcard characters: False
60+
```
61+
62+
### CommonParameters
63+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
64+
65+
## INPUTS
66+
67+
### System.String
68+
69+
## OUTPUTS
70+
71+
### System.Collections.Generic.List`1[[Microsoft.Azure.Commands.ServiceBus.Models.NamespaceAttributes, Microsoft.Azure.Commands.ServiceBus, Version=0.0.1.0, Culture=neutral, PublicKeyToken=null]]
72+
73+
## NOTES
74+
75+
## RELATED LINKS
76+

0 commit comments

Comments
 (0)