Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions Commands/eventhubs/cluster/_available-region.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,14 @@ List the quantity of available pre-provisioned Event Hubs Clusters, indexed by A
### [2026-01-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5ldmVudGh1Yi9hdmFpbGFibGVjbHVzdGVycmVnaW9ucw==/2026-01-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/providers/microsoft.eventhub/availableclusterregions 2026-01-01 -->

### [2026-07-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5ldmVudGh1Yi9hdmFpbGFibGVjbHVzdGVycmVnaW9ucw==/2026-07-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/providers/microsoft.eventhub/availableclusterregions 2026-07-01-preview -->

#### examples

- ListAvailableClusters
```bash
eventhubs cluster available-region
```
11 changes: 11 additions & 0 deletions Commands/eventhubs/cluster/_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,14 @@ Create an instance of an Event Hubs Cluster.
### [2026-01-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5ldmVudGh1Yi9jbHVzdGVycy97fQ==/2026-01-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.eventhub/clusters/{} 2026-01-01 -->

### [2026-07-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5ldmVudGh1Yi9jbHVzdGVycy97fQ==/2026-07-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.eventhub/clusters/{} 2026-07-01-preview -->

#### examples

- ClusterPut
```bash
eventhubs cluster create --resource-group myResourceGroup --cluster-name testCluster --location South Central US --sku Dedicated --capacity 1 --tags "{tag1:value1,tag2:value2}"
```
11 changes: 11 additions & 0 deletions Commands/eventhubs/cluster/_delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,14 @@ Delete an existing Event Hubs Cluster. This operation is idempotent.
### [2026-01-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5ldmVudGh1Yi9jbHVzdGVycy97fQ==/2026-01-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.eventhub/clusters/{} 2026-01-01 -->

### [2026-07-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5ldmVudGh1Yi9jbHVzdGVycy97fQ==/2026-07-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.eventhub/clusters/{} 2026-07-01-preview -->

#### examples

- ClusterDelete
```bash
eventhubs cluster delete --resource-group myResourceGroup --cluster-name testCluster
```
17 changes: 17 additions & 0 deletions Commands/eventhubs/cluster/_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,20 @@ List the available Event Hubs Clusters within an ARM resource group

<!-- mgmt-plane /subscriptions/{}/providers/microsoft.eventhub/clusters 2026-01-01 -->
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.eventhub/clusters 2026-01-01 -->

### [2026-07-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5ldmVudGh1Yi9jbHVzdGVycw==/2026-07-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/providers/microsoft.eventhub/clusters 2026-07-01-preview -->
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.eventhub/clusters 2026-07-01-preview -->

#### examples

- ClustersListBySubscription
```bash
eventhubs cluster list
```

- ClustersListByResourceGroup
```bash
eventhubs cluster list --resource-group myResourceGroup
```
11 changes: 11 additions & 0 deletions Commands/eventhubs/cluster/_show.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,14 @@ Get the resource description of the specified Event Hubs Cluster.
### [2026-01-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5ldmVudGh1Yi9jbHVzdGVycy97fQ==/2026-01-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.eventhub/clusters/{} 2026-01-01 -->

### [2026-07-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5ldmVudGh1Yi9jbHVzdGVycy97fQ==/2026-07-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.eventhub/clusters/{} 2026-07-01-preview -->

#### examples

- ClusterGet
```bash
eventhubs cluster show --resource-group myResourceGroup --cluster-name testCluster
```
11 changes: 11 additions & 0 deletions Commands/eventhubs/cluster/_update.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,14 @@ Update an instance of an Event Hubs Cluster.
### [2026-01-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5ldmVudGh1Yi9jbHVzdGVycy97fQ==/2026-01-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.eventhub/clusters/{} 2026-01-01 -->

### [2026-07-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5ldmVudGh1Yi9jbHVzdGVycy97fQ==/2026-07-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.eventhub/clusters/{} 2026-07-01-preview -->

#### examples

- ClusterPut
```bash
eventhubs cluster update --resource-group myResourceGroup --cluster-name testCluster
```
11 changes: 11 additions & 0 deletions Commands/eventhubs/cluster/namespace/_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,14 @@ List all Event Hubs Namespace IDs in an Event Hubs Dedicated Cluster.
### [2026-01-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5ldmVudGh1Yi9jbHVzdGVycy97fS9uYW1lc3BhY2Vz/2026-01-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.eventhub/clusters/{}/namespaces 2026-01-01 -->

### [2026-07-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5ldmVudGh1Yi9jbHVzdGVycy97fS9uYW1lc3BhY2Vz/2026-07-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.eventhub/clusters/{}/namespaces 2026-07-01-preview -->

#### examples

- ListNamespacesInCluster
```bash
eventhubs cluster namespace list --resource-group myResourceGroup --cluster-name testCluster
```
16 changes: 16 additions & 0 deletions Commands/eventhubs/cluster/quota-configuration/_show.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _eventhubs cluster quota-configuration show_

Get all Event Hubs Cluster settings - a collection of key/value pairs which represent the quotas and settings imposed on the cluster.

## Versions

### [2026-07-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5ldmVudGh1Yi9jbHVzdGVycy97fS9xdW90YWNvbmZpZ3VyYXRpb24vZGVmYXVsdA==/2026-07-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.eventhub/clusters/{}/quotaconfiguration/default 2026-07-01-preview -->

#### examples

- ClustersQuotasConfigurationGet
```bash
eventhubs cluster quota-configuration show --resource-group myResourceGroup --cluster-name testCluster
```
16 changes: 16 additions & 0 deletions Commands/eventhubs/cluster/quota-configuration/_update.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _eventhubs cluster quota-configuration update_

Update all specified Event Hubs Cluster settings with those contained in the request body. Leaves the settings not specified in the request body unmodified.

## Versions

### [2026-07-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5ldmVudGh1Yi9jbHVzdGVycy97fS9xdW90YWNvbmZpZ3VyYXRpb24vZGVmYXVsdA==/2026-07-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.eventhub/clusters/{}/quotaconfiguration/default 2026-07-01-preview -->

#### examples

- ClustersQuotasConfigurationPatch
```bash
eventhubs cluster quota-configuration update --resource-group ArunMonocle --cluster-name testCluster --settings "{eventhub-per-namespace-quota:20,namespaces-per-cluster-quota:200}"
```
11 changes: 11 additions & 0 deletions Commands/eventhubs/cluster/quota-configuration/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# [Group] _eventhubs cluster quota-configuration_

Manage quota and settings configuration of an Event Hubs Dedicated Cluster.

## Commands

- [show](/Commands/eventhubs/cluster/quota-configuration/_show.md)
: Get all Event Hubs Cluster settings - a collection of key/value pairs which represent the quotas and settings imposed on the cluster.

- [update](/Commands/eventhubs/cluster/quota-configuration/_update.md)
: Update all specified Event Hubs Cluster settings with those contained in the request body. Leaves the settings not specified in the request body unmodified.
6 changes: 6 additions & 0 deletions Commands/eventhubs/cluster/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ Manage Azure EventHubs Clusters.
- [namespace](/Commands/eventhubs/cluster/namespace/readme.md)
: List of Namespaces within given Cluster.

- [quota-configuration](/Commands/eventhubs/cluster/quota-configuration/readme.md)
: Manage quota and settings configuration of an Event Hubs Dedicated Cluster.

- [upgrade-preference](/Commands/eventhubs/cluster/upgrade-preference/readme.md)
: Manage upgrade preferences of an Event Hubs Dedicated Cluster.

## Commands

- [available-region](/Commands/eventhubs/cluster/_available-region.md)
Expand Down
16 changes: 16 additions & 0 deletions Commands/eventhubs/cluster/upgrade-preference/_create.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _eventhubs cluster upgrade-preference create_

Create the upgrade preferences for an Event Hubs Dedicated cluster.

## Versions

### [2026-07-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5ldmVudGh1Yi9jbHVzdGVycy97fS91cGdyYWRlcHJlZmVyZW5jZXMvZGVmYXVsdA==/2026-07-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.eventhub/clusters/{}/upgradepreferences/default 2026-07-01-preview -->

#### examples

- Create or update cluster upgrade preferences
```bash
eventhubs cluster upgrade-preference create --resource-group contoso-rg --cluster-name contoso-cluster --exception-windows "[{action:Allow,date:2026-08-22,duration-minutes:480,start-time-of-day:PT4H}]" --maintenance-windows "[{day-of-week:Saturday,duration-minutes:480,start-time-of-day:PT2H},{day-of-week:Sunday,duration-minutes:480,start-time-of-day:PT2H}]"
```
16 changes: 16 additions & 0 deletions Commands/eventhubs/cluster/upgrade-preference/_show.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _eventhubs cluster upgrade-preference show_

Get the upgrade preferences for an Event Hubs Dedicated cluster.

## Versions

### [2026-07-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5ldmVudGh1Yi9jbHVzdGVycy97fS91cGdyYWRlcHJlZmVyZW5jZXMvZGVmYXVsdA==/2026-07-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.eventhub/clusters/{}/upgradepreferences/default 2026-07-01-preview -->

#### examples

- Get cluster upgrade preferences
```bash
eventhubs cluster upgrade-preference show --resource-group contoso-rg --cluster-name contoso-cluster
```
16 changes: 16 additions & 0 deletions Commands/eventhubs/cluster/upgrade-preference/_update.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _eventhubs cluster upgrade-preference update_

Update the upgrade preferences for an Event Hubs Dedicated cluster.

## Versions

### [2026-07-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5ldmVudGh1Yi9jbHVzdGVycy97fS91cGdyYWRlcHJlZmVyZW5jZXMvZGVmYXVsdA==/2026-07-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.eventhub/clusters/{}/upgradepreferences/default 2026-07-01-preview -->

#### examples

- Create or update cluster upgrade preferences
```bash
eventhubs cluster upgrade-preference update --resource-group contoso-rg --cluster-name contoso-cluster
```
16 changes: 16 additions & 0 deletions Commands/eventhubs/cluster/upgrade-preference/_upgrade-now.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _eventhubs cluster upgrade-preference upgrade-now_

Starts an immediate eight-hour upgrade override when an upgrade is pending.

## Versions

### [2026-07-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5ldmVudGh1Yi9jbHVzdGVycy97fS91cGdyYWRlcHJlZmVyZW5jZXMvZGVmYXVsdC91cGdyYWRlbm93/2026-07-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.eventhub/clusters/{}/upgradepreferences/default/upgradenow 2026-07-01-preview -->

#### examples

- Start an upgrade immediately
```bash
eventhubs cluster upgrade-preference upgrade-now --resource-group contoso-rg --cluster-name contoso-cluster
```
17 changes: 17 additions & 0 deletions Commands/eventhubs/cluster/upgrade-preference/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# [Group] _eventhubs cluster upgrade-preference_

Manage upgrade preferences of an Event Hubs Dedicated Cluster.

## Commands

- [create](/Commands/eventhubs/cluster/upgrade-preference/_create.md)
: Create the upgrade preferences for an Event Hubs Dedicated cluster.

- [show](/Commands/eventhubs/cluster/upgrade-preference/_show.md)
: Get the upgrade preferences for an Event Hubs Dedicated cluster.

- [update](/Commands/eventhubs/cluster/upgrade-preference/_update.md)
: Update the upgrade preferences for an Event Hubs Dedicated cluster.

- [upgrade-now](/Commands/eventhubs/cluster/upgrade-preference/_upgrade-now.md)
: Starts an immediate eight-hour upgrade override when an upgrade is pending.
12 changes: 12 additions & 0 deletions Commands/eventhubs/eventhub/_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,15 @@ Create a new Event Hub as a nested resource within a Namespace.
### [2026-01-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5ldmVudGh1Yi9uYW1lc3BhY2VzL3t9L2V2ZW50aHVicy97fQ==/2026-01-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.eventhub/namespaces/{}/eventhubs/{} 2026-01-01 -->

### [2026-07-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5ldmVudGh1Yi9uYW1lc3BhY2VzL3t9L2V2ZW50aHVicy97fQ==/2026-07-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.eventhub/namespaces/{}/eventhubs/{} 2026-07-01-preview -->

#### examples

- EHEventHubCreate
```bash
eventhubs eventhub create --resource-group Default-NotificationHubs-AustraliaEast --namespace-name sdk-Namespace-5357 --event-hub-name sdk-EventHub-6547 --destination-name EventHubArchive.AzureBlockBlob --identity "{type:UserAssigned,user-assigned-identity:/subscriptions/SampleSubscription/resourceGroups/ResurceGroupSample/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ud2}" --archive-name-format {Namespace}/{EventHub}/{PartitionId}/{Year}/{Month}/{Day}/{Hour}/{Minute}/{Second} --blob-container container --storage-account /subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-Storage-SouthCentralUS/providers/Microsoft.ClassicStorage/storageAccounts/arjunteststorage --enable-capture True --encoding Avro --capture-interval 120 --capture-size-limit 10485763 --partition-count 4 --status Active --user-metadata key
```

11 changes: 11 additions & 0 deletions Commands/eventhubs/eventhub/_delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,14 @@ Delete an Event Hub from the specified Namespace and resource group.
### [2026-01-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5ldmVudGh1Yi9uYW1lc3BhY2VzL3t9L2V2ZW50aHVicy97fQ==/2026-01-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.eventhub/namespaces/{}/eventhubs/{} 2026-01-01 -->

### [2026-07-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5ldmVudGh1Yi9uYW1lc3BhY2VzL3t9L2V2ZW50aHVicy97fQ==/2026-07-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.eventhub/namespaces/{}/eventhubs/{} 2026-07-01-preview -->

#### examples

- EventHubDelete
```bash
eventhubs eventhub delete --resource-group ArunMonocle --namespace-name sdk-Namespace-5357 --event-hub-name sdk-EventHub-6547
```
11 changes: 11 additions & 0 deletions Commands/eventhubs/eventhub/_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,14 @@ List all the Event Hubs in a Namespace.
### [2026-01-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5ldmVudGh1Yi9uYW1lc3BhY2VzL3t9L2V2ZW50aHVicw==/2026-01-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.eventhub/namespaces/{}/eventhubs 2026-01-01 -->

### [2026-07-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5ldmVudGh1Yi9uYW1lc3BhY2VzL3t9L2V2ZW50aHVicw==/2026-07-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.eventhub/namespaces/{}/eventhubs 2026-07-01-preview -->

#### examples

- EventHubsListAll
```bash
eventhubs eventhub list --resource-group Default-NotificationHubs-AustraliaEast --namespace-name sdk-Namespace-5357
```
11 changes: 11 additions & 0 deletions Commands/eventhubs/eventhub/_show.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,14 @@ Get an Event Hubs description for the specified Event Hub.
### [2026-01-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5ldmVudGh1Yi9uYW1lc3BhY2VzL3t9L2V2ZW50aHVicy97fQ==/2026-01-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.eventhub/namespaces/{}/eventhubs/{} 2026-01-01 -->

### [2026-07-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5ldmVudGh1Yi9uYW1lc3BhY2VzL3t9L2V2ZW50aHVicy97fQ==/2026-07-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.eventhub/namespaces/{}/eventhubs/{} 2026-07-01-preview -->

#### examples

- EventHubGet
```bash
eventhubs eventhub show --resource-group Default-NotificationHubs-AustraliaEast --namespace-name sdk-Namespace-716 --event-hub-name sdk-EventHub-10
```
12 changes: 12 additions & 0 deletions Commands/eventhubs/eventhub/_update.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,15 @@ Update a new Event Hub as a nested resource within a Namespace.
### [2026-01-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5ldmVudGh1Yi9uYW1lc3BhY2VzL3t9L2V2ZW50aHVicy97fQ==/2026-01-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.eventhub/namespaces/{}/eventhubs/{} 2026-01-01 -->

### [2026-07-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5ldmVudGh1Yi9uYW1lc3BhY2VzL3t9L2V2ZW50aHVicy97fQ==/2026-07-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.eventhub/namespaces/{}/eventhubs/{} 2026-07-01-preview -->

#### examples

- EHEventHubCreate
```bash
eventhubs eventhub update --resource-group Default-NotificationHubs-AustraliaEast --namespace-name sdk-Namespace-5357 --event-hub-name sdk-EventHub-6547
```

11 changes: 11 additions & 0 deletions Commands/eventhubs/eventhub/authorization-rule/_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,14 @@ Create an AuthorizationRule for the specified Event Hub. Creation/update of the
### [2026-01-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5ldmVudGh1Yi9uYW1lc3BhY2VzL3t9L2V2ZW50aHVicy97fS9hdXRob3JpemF0aW9ucnVsZXMve30=/2026-01-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.eventhub/namespaces/{}/eventhubs/{}/authorizationrules/{} 2026-01-01 -->

### [2026-07-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5ldmVudGh1Yi9uYW1lc3BhY2VzL3t9L2V2ZW50aHVicy97fS9hdXRob3JpemF0aW9ucnVsZXMve30=/2026-07-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.eventhub/namespaces/{}/eventhubs/{}/authorizationrules/{} 2026-07-01-preview -->

#### examples

- EventHubAuthorizationRuleCreate
```bash
eventhubs eventhub authorization-rule create --resource-group ArunMonocle --namespace-name sdk-Namespace-960 --eventhub-name sdk-EventHub-532 --authorization-rule-name sdk-Authrules-2513 --rights "[Listen,Send]"
```
11 changes: 11 additions & 0 deletions Commands/eventhubs/eventhub/authorization-rule/_delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,14 @@ Delete an Event Hub AuthorizationRule.
### [2026-01-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5ldmVudGh1Yi9uYW1lc3BhY2VzL3t9L2V2ZW50aHVicy97fS9hdXRob3JpemF0aW9ucnVsZXMve30=/2026-01-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.eventhub/namespaces/{}/eventhubs/{}/authorizationrules/{} 2026-01-01 -->

### [2026-07-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5ldmVudGh1Yi9uYW1lc3BhY2VzL3t9L2V2ZW50aHVicy97fS9hdXRob3JpemF0aW9ucnVsZXMve30=/2026-07-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.eventhub/namespaces/{}/eventhubs/{}/authorizationrules/{} 2026-07-01-preview -->

#### examples

- EventHubAuthorizationRuleDelete
```bash
eventhubs eventhub authorization-rule delete --resource-group ArunMonocle --namespace-name sdk-Namespace-960 --eventhub-name sdk-EventHub-532 --authorization-rule-name sdk-Authrules-2513
```
Loading
Loading