Skip to content

Commit 0037704

Browse files
Updates
1 parent 2d46765 commit 0037704

File tree

169 files changed

+11989
-162
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

169 files changed

+11989
-162
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# [Command] _eventhubs eventhub authorization-rule create_
2+
3+
Create an AuthorizationRule for the specified Event Hub. Creation/update of the AuthorizationRule will take a few seconds to take effect.
4+
5+
## Versions
6+
7+
### [2018-01-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5ldmVudGh1Yi9uYW1lc3BhY2VzL3t9L2V2ZW50aHVicy97fS9hdXRob3JpemF0aW9ucnVsZXMve30=/2018-01-01-preview.xml) **Stable**
8+
9+
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.eventhub/namespaces/{}/eventhubs/{}/authorizationrules/{} 2018-01-01-preview -->
10+
11+
#### examples
12+
13+
- Creates Authorizationrule for the given Eventhub
14+
```bash
15+
eventhub authorization-rule create --resource-group myresourcegroup --namespace-name mynamespace --eventhub-name myeventhub --name myauthorule --rights Listen
16+
```
17+
18+
### [2022-01-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5ldmVudGh1Yi9uYW1lc3BhY2VzL3t9L2V2ZW50aHVicy97fS9hdXRob3JpemF0aW9ucnVsZXMve30=/2022-01-01-preview.xml) **Stable**
19+
20+
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.eventhub/namespaces/{}/eventhubs/{}/authorizationrules/{} 2022-01-01-preview -->
21+
22+
#### examples
23+
24+
- Creates Authorizationrule for the given Eventhub
25+
```bash
26+
eventhub authorization-rule create --resource-group myresourcegroup --namespace-name mynamespace --eventhub-name myeventhub --name myauthorule --rights Listen
27+
```
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# [Command] _eventhubs eventhub authorization-rule delete_
2+
3+
Delete an Event Hub AuthorizationRule.
4+
5+
## Versions
6+
7+
### [2018-01-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5ldmVudGh1Yi9uYW1lc3BhY2VzL3t9L2V2ZW50aHVicy97fS9hdXRob3JpemF0aW9ucnVsZXMve30=/2018-01-01-preview.xml) **Stable**
8+
9+
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.eventhub/namespaces/{}/eventhubs/{}/authorizationrules/{} 2018-01-01-preview -->
10+
11+
#### examples
12+
13+
- Deletes the Authorizationrule of Eventhub.
14+
```bash
15+
eventhubs eventhub authorization-rule delete --resource-group myresourcegroup --namespace-name mynamespace --eventhub-name myeventhub --name myauthorule
16+
```
17+
18+
### [2022-01-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5ldmVudGh1Yi9uYW1lc3BhY2VzL3t9L2V2ZW50aHVicy97fS9hdXRob3JpemF0aW9ucnVsZXMve30=/2022-01-01-preview.xml) **Stable**
19+
20+
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.eventhub/namespaces/{}/eventhubs/{}/authorizationrules/{} 2022-01-01-preview -->
21+
22+
#### examples
23+
24+
- Deletes the Authorizationrule of Eventhub.
25+
```bash
26+
eventhubs eventhub authorization-rule delete --resource-group myresourcegroup --namespace-name mynamespace --eventhub-name myeventhub --name myauthorule
27+
```
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# [Command] _eventhubs eventhub authorization-rule list_
2+
3+
List the authorization rules for an Event Hub.
4+
5+
## Versions
6+
7+
### [2018-01-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5ldmVudGh1Yi9uYW1lc3BhY2VzL3t9L2V2ZW50aHVicy97fS9hdXRob3JpemF0aW9ucnVsZXM=/2018-01-01-preview.xml) **Stable**
8+
9+
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.eventhub/namespaces/{}/eventhubs/{}/authorizationrules 2018-01-01-preview -->
10+
11+
#### examples
12+
13+
- shows the list of Authorization-rules by Eventhub
14+
```bash
15+
eventhubs eventhub authorization-rule list --resource-group myresourcegroup --namespace-name mynamespace --eventhub-name myeventhub
16+
```
17+
18+
### [2022-01-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5ldmVudGh1Yi9uYW1lc3BhY2VzL3t9L2V2ZW50aHVicy97fS9hdXRob3JpemF0aW9ucnVsZXM=/2022-01-01-preview.xml) **Stable**
19+
20+
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.eventhub/namespaces/{}/eventhubs/{}/authorizationrules 2022-01-01-preview -->
21+
22+
#### examples
23+
24+
- shows the list of Authorization-rules by Eventhub
25+
```bash
26+
eventhubs eventhub authorization-rule list --resource-group myresourcegroup --namespace-name mynamespace --eventhub-name myeventhub
27+
```
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# [Command] _eventhubs eventhub authorization-rule show_
2+
3+
Get an AuthorizationRule for an Event Hub by rule name.
4+
5+
## Versions
6+
7+
### [2018-01-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5ldmVudGh1Yi9uYW1lc3BhY2VzL3t9L2V2ZW50aHVicy97fS9hdXRob3JpemF0aW9ucnVsZXMve30=/2018-01-01-preview.xml) **Stable**
8+
9+
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.eventhub/namespaces/{}/eventhubs/{}/authorizationrules/{} 2018-01-01-preview -->
10+
11+
#### examples
12+
13+
- shows the details of Authorizationrule
14+
```bash
15+
eventhubs eventhub authorization-rule show --resource-group myresourcegroup --namespace-name mynamespace --eventhub-name myeventhub --name myauthorule
16+
```
17+
18+
### [2022-01-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5ldmVudGh1Yi9uYW1lc3BhY2VzL3t9L2V2ZW50aHVicy97fS9hdXRob3JpemF0aW9ucnVsZXMve30=/2022-01-01-preview.xml) **Stable**
19+
20+
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.eventhub/namespaces/{}/eventhubs/{}/authorizationrules/{} 2022-01-01-preview -->
21+
22+
#### examples
23+
24+
- shows the details of Authorizationrule
25+
```bash
26+
eventhubs eventhub authorization-rule show --resource-group myresourcegroup --namespace-name mynamespace --eventhub-name myeventhub --name myauthorule
27+
```
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# [Command] _eventhubs eventhub authorization-rule update_
2+
3+
Update an AuthorizationRule for the specified Event Hub. Creation/update of the AuthorizationRule will take a few seconds to take effect.
4+
5+
## Versions
6+
7+
### [2018-01-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5ldmVudGh1Yi9uYW1lc3BhY2VzL3t9L2V2ZW50aHVicy97fS9hdXRob3JpemF0aW9ucnVsZXMve30=/2018-01-01-preview.xml) **Stable**
8+
9+
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.eventhub/namespaces/{}/eventhubs/{}/authorizationrules/{} 2018-01-01-preview -->
10+
11+
#### examples
12+
13+
- Update Eventhubs Authorization-Rule
14+
```bash
15+
eventhubs eventhub authorization-rule update --resource-group myresourcegroup --namespace-name mynamespace --eventhub-name myeventhub --name myauthorule --rights Send
16+
```
17+
18+
### [2022-01-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5ldmVudGh1Yi9uYW1lc3BhY2VzL3t9L2V2ZW50aHVicy97fS9hdXRob3JpemF0aW9ucnVsZXMve30=/2022-01-01-preview.xml) **Stable**
19+
20+
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.eventhub/namespaces/{}/eventhubs/{}/authorizationrules/{} 2022-01-01-preview -->
21+
22+
#### examples
23+
24+
- Update Eventhubs Authorization-Rule
25+
```bash
26+
eventhubs eventhub authorization-rule update --resource-group myresourcegroup --namespace-name mynamespace --eventhub-name myeventhub --name myauthorule --rights Send
27+
```
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# [Command] _eventhubs eventhub authorization-rule keys list_
2+
3+
Gets the ACS and SAS connection strings for the Event Hub.
4+
5+
## Versions
6+
7+
### [2018-01-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5ldmVudGh1Yi9uYW1lc3BhY2VzL3t9L2V2ZW50aHVicy97fS9hdXRob3JpemF0aW9ucnVsZXMve30vbGlzdGtleXM=/2018-01-01-preview.xml) **Stable**
8+
9+
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.eventhub/namespaces/{}/eventhubs/{}/authorizationrules/{}/listkeys 2018-01-01-preview -->
10+
11+
#### examples
12+
13+
- Shows the connection strings of Authorizationrule for the eventhub.
14+
```bash
15+
eventhubs eventhub authorization-rule keys list --resource-group myresourcegroup --namespace-name mynamespace --eventhub-name myeventhub --name myauthorule
16+
```
17+
18+
### [2022-01-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5ldmVudGh1Yi9uYW1lc3BhY2VzL3t9L2V2ZW50aHVicy97fS9hdXRob3JpemF0aW9ucnVsZXMve30vbGlzdGtleXM=/2022-01-01-preview.xml) **Stable**
19+
20+
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.eventhub/namespaces/{}/eventhubs/{}/authorizationrules/{}/listkeys 2022-01-01-preview -->
21+
22+
#### examples
23+
24+
- Shows the connection strings of Authorizationrule for the eventhub.
25+
```bash
26+
eventhubs eventhub authorization-rule keys list --resource-group myresourcegroup --namespace-name mynamespace --eventhub-name myeventhub --name myauthorule
27+
```
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# [Command] _eventhubs eventhub authorization-rule keys renew_
2+
3+
Regenerates the ACS and SAS connection strings for the Event Hub.
4+
5+
## Versions
6+
7+
### [2018-01-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5ldmVudGh1Yi9uYW1lc3BhY2VzL3t9L2V2ZW50aHVicy97fS9hdXRob3JpemF0aW9ucnVsZXMve30vcmVnZW5lcmF0ZWtleXM=/2018-01-01-preview.xml) **Stable**
8+
9+
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.eventhub/namespaces/{}/eventhubs/{}/authorizationrules/{}/regeneratekeys 2018-01-01-preview -->
10+
11+
#### examples
12+
13+
- Regenerate the connection strings of Authorizationrule for the namespace
14+
```bash
15+
eventhubs eventhub authorization-rule keys renew --resource-group myresourcegroup --namespace-name mynamespace --eventhub-name myeventhub --name myauthorule --key PrimaryKey
16+
```
17+
18+
### [2022-01-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5ldmVudGh1Yi9uYW1lc3BhY2VzL3t9L2V2ZW50aHVicy97fS9hdXRob3JpemF0aW9ucnVsZXMve30vcmVnZW5lcmF0ZWtleXM=/2022-01-01-preview.xml) **Stable**
19+
20+
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.eventhub/namespaces/{}/eventhubs/{}/authorizationrules/{}/regeneratekeys 2022-01-01-preview -->
21+
22+
#### examples
23+
24+
- Regenerate the connection strings of Authorizationrule for the namespace
25+
```bash
26+
eventhubs eventhub authorization-rule keys renew --resource-group myresourcegroup --namespace-name mynamespace --eventhub-name myeventhub --name myauthorule --key PrimaryKey
27+
```
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# [Group] _eventhubs eventhub authorization-rule keys_
2+
3+
authorization-rule keys
4+
5+
## Commands
6+
7+
- [list](/Commands/eventhubs/eventhub/authorization-rule/keys/_list.md)
8+
: Gets the ACS and SAS connection strings for the Event Hub.
9+
10+
- [renew](/Commands/eventhubs/eventhub/authorization-rule/keys/_renew.md)
11+
: Regenerates the ACS and SAS connection strings for the Event Hub.
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# [Group] _eventhubs eventhub authorization-rule_
2+
3+
eventhub authorization rule
4+
5+
## Subgroups
6+
7+
- [keys](/Commands/eventhubs/eventhub/authorization-rule/keys/readme.md)
8+
: authorization-rule keys
9+
10+
## Commands
11+
12+
- [create](/Commands/eventhubs/eventhub/authorization-rule/_create.md)
13+
: Create an AuthorizationRule for the specified Event Hub. Creation/update of the AuthorizationRule will take a few seconds to take effect.
14+
15+
- [delete](/Commands/eventhubs/eventhub/authorization-rule/_delete.md)
16+
: Delete an Event Hub AuthorizationRule.
17+
18+
- [list](/Commands/eventhubs/eventhub/authorization-rule/_list.md)
19+
: List the authorization rules for an Event Hub.
20+
21+
- [show](/Commands/eventhubs/eventhub/authorization-rule/_show.md)
22+
: Get an AuthorizationRule for an Event Hub by rule name.
23+
24+
- [update](/Commands/eventhubs/eventhub/authorization-rule/_update.md)
25+
: Update an AuthorizationRule for the specified Event Hub. Creation/update of the AuthorizationRule will take a few seconds to take effect.

Commands/eventhubs/eventhub/readme.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
# [Group] _eventhubs eventhub_
22

3-
Manage Azure EventHubs eventhub and authorization-rule.
3+
eventhub
44

55
## Subgroups
66

7+
- [authorization-rule](/Commands/eventhubs/eventhub/authorization-rule/readme.md)
8+
: eventhub authorization rule
9+
710
- [consumer-group](/Commands/eventhubs/eventhub/consumer-group/readme.md)
811
: eventhubs eventhub consumer-group
912

0 commit comments

Comments
 (0)