Skip to content
Merged
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
16 changes: 16 additions & 0 deletions Commands/providerhub/authorized-application/_create.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _providerhub authorized-application create_

Create the authorized application.

## Versions

### [2025-03-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5wcm92aWRlcmh1Yi9wcm92aWRlcnJlZ2lzdHJhdGlvbnMve30vYXV0aG9yaXplZGFwcGxpY2F0aW9ucy97fQ==/2025-03-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/providers/microsoft.providerhub/providerregistrations/{}/authorizedapplications/{} 2025-03-01-preview -->

#### examples

- authorized-application create
```bash
providerhub authorized-application create -n "8b51e6a7-7814-42bd-aa17-3fb1837b3b7a" --data-authorizations "[{{role:ServiceOwner}}]" --provider-namespace "{providerNamespace}"
```
16 changes: 16 additions & 0 deletions Commands/providerhub/authorized-application/_delete.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _providerhub authorized-application delete_

Delete an authorized application.

## Versions

### [2025-03-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5wcm92aWRlcmh1Yi9wcm92aWRlcnJlZ2lzdHJhdGlvbnMve30vYXV0aG9yaXplZGFwcGxpY2F0aW9ucy97fQ==/2025-03-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/providers/microsoft.providerhub/providerregistrations/{}/authorizedapplications/{} 2025-03-01-preview -->

#### examples

- authorized-application delete
```bash
providerhub authorized-application delete -y -n "8b51e6a7-7814-42bd-aa17-3fb1837b3b7a" --provider-namespace "{providerNamespace}"
```
16 changes: 16 additions & 0 deletions Commands/providerhub/authorized-application/_list.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _providerhub authorized-application list_

List the list of the authorized applications in the provider namespace.

## Versions

### [2025-03-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5wcm92aWRlcmh1Yi9wcm92aWRlcnJlZ2lzdHJhdGlvbnMve30vYXV0aG9yaXplZGFwcGxpY2F0aW9ucw==/2025-03-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/providers/microsoft.providerhub/providerregistrations/{}/authorizedapplications 2025-03-01-preview -->

#### examples

- authorized-application list
```bash
providerhub authorized-application list --provider-namespace "{providerNamespace}"
```
16 changes: 16 additions & 0 deletions Commands/providerhub/authorized-application/_show.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _providerhub authorized-application show_

Get the authorized application details.

## Versions

### [2025-03-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5wcm92aWRlcmh1Yi9wcm92aWRlcnJlZ2lzdHJhdGlvbnMve30vYXV0aG9yaXplZGFwcGxpY2F0aW9ucy97fQ==/2025-03-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/providers/microsoft.providerhub/providerregistrations/{}/authorizedapplications/{} 2025-03-01-preview -->

#### examples

- authorized-application show
```bash
providerhub authorized-application show -n "8b51e6a7-7814-42bd-aa17-3fb1837b3b7a" --provider-namespace "{providerNamespace}"
```
16 changes: 16 additions & 0 deletions Commands/providerhub/authorized-application/_update.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _providerhub authorized-application update_

Update the authorized application.

## Versions

### [2025-03-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5wcm92aWRlcmh1Yi9wcm92aWRlcnJlZ2lzdHJhdGlvbnMve30vYXV0aG9yaXplZGFwcGxpY2F0aW9ucy97fQ==/2025-03-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/providers/microsoft.providerhub/providerregistrations/{}/authorizedapplications/{} 2025-03-01-preview -->

#### examples

- authorized-application update
```bash
providerhub authorized-application update -n "8b51e6a7-7814-42bd-aa17-3fb1837b3b7a" --data-authorizations "[{{role:ServiceOwner}}]" --provider-namespace "{providerNamespace}"
```
20 changes: 20 additions & 0 deletions Commands/providerhub/authorized-application/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# [Group] _providerhub authorized-application_

Manage authorized application with providerhub.

## Commands

- [create](/Commands/providerhub/authorized-application/_create.md)
: Create the authorized application.

- [delete](/Commands/providerhub/authorized-application/_delete.md)
: Delete an authorized application.

- [list](/Commands/providerhub/authorized-application/_list.md)
: List the list of the authorized applications in the provider namespace.

- [show](/Commands/providerhub/authorized-application/_show.md)
: Get the authorized application details.

- [update](/Commands/providerhub/authorized-application/_update.md)
: Update the authorized application.
16 changes: 16 additions & 0 deletions Commands/providerhub/custom-rollout/_create.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _providerhub custom-rollout create_

Create the rollout details.

## Versions

### [2025-03-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5wcm92aWRlcmh1Yi9wcm92aWRlcnJlZ2lzdHJhdGlvbnMve30vY3VzdG9tcm9sbG91dHMve30=/2025-03-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/providers/microsoft.providerhub/providerregistrations/{}/customrollouts/{} 2025-03-01-preview -->

#### examples

- custom-rollout create
```bash
providerhub custom-rollout create --provider-namespace "{providerNamespace}" --rollout-name "{customRolloutName}" --canary region="EastUS2EUAP" region="centraluseuap"
```
16 changes: 16 additions & 0 deletions Commands/providerhub/custom-rollout/_delete.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _providerhub custom-rollout delete_

Delete the custom rollout resource. Custom rollout must be in terminal state.

## Versions

### [2025-03-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5wcm92aWRlcmh1Yi9wcm92aWRlcnJlZ2lzdHJhdGlvbnMve30vY3VzdG9tcm9sbG91dHMve30=/2025-03-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/providers/microsoft.providerhub/providerregistrations/{}/customrollouts/{} 2025-03-01-preview -->

#### examples

- custom-rollout delete
```bash
providerhub custom-rollout delete --provider-namespace "{providerNamespace}" --rollout-name "{customRolloutName}"
```
16 changes: 16 additions & 0 deletions Commands/providerhub/custom-rollout/_list.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _providerhub custom-rollout list_

List the list of the custom rollouts for the given provider.

## Versions

### [2025-03-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5wcm92aWRlcmh1Yi9wcm92aWRlcnJlZ2lzdHJhdGlvbnMve30vY3VzdG9tcm9sbG91dHM=/2025-03-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/providers/microsoft.providerhub/providerregistrations/{}/customrollouts 2025-03-01-preview -->

#### examples

- custom-rollout list
```bash
providerhub custom-rollout list --provider-namespace "{providerNamespace}"
```
16 changes: 16 additions & 0 deletions Commands/providerhub/custom-rollout/_show.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _providerhub custom-rollout show_

Get the custom rollout details.

## Versions

### [2025-03-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5wcm92aWRlcmh1Yi9wcm92aWRlcnJlZ2lzdHJhdGlvbnMve30vY3VzdG9tcm9sbG91dHMve30=/2025-03-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/providers/microsoft.providerhub/providerregistrations/{}/customrollouts/{} 2025-03-01-preview -->

#### examples

- custom-rollout show
```bash
providerhub custom-rollout show --provider-namespace "{providerNamespace}" --rollout-name "{customRolloutName}"
```
16 changes: 16 additions & 0 deletions Commands/providerhub/custom-rollout/_stop.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _providerhub custom-rollout stop_

Stops or cancels the custom rollout, if in progress.

## Versions

### [2025-03-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5wcm92aWRlcmh1Yi9wcm92aWRlcnJlZ2lzdHJhdGlvbnMve30vY3VzdG9tcm9sbG91dHMve30vc3RvcA==/2025-03-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/providers/microsoft.providerhub/providerregistrations/{}/customrollouts/{}/stop 2025-03-01-preview -->

#### examples

- custom-rollout stop
```bash
providerhub custom-rollout stop --provider-namespace "{providerNamespace}" --rollout-name "{customRolloutName}"
```
16 changes: 16 additions & 0 deletions Commands/providerhub/custom-rollout/_update.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _providerhub custom-rollout update_

Update the rollout details.

## Versions

### [2025-03-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5wcm92aWRlcmh1Yi9wcm92aWRlcnJlZ2lzdHJhdGlvbnMve30vY3VzdG9tcm9sbG91dHMve30=/2025-03-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/providers/microsoft.providerhub/providerregistrations/{}/customrollouts/{} 2025-03-01-preview -->

#### examples

- custom-rollout update
```bash
providerhub custom-rollout update --provider-namespace "{providerNamespace}" --rollout-name "{customRolloutName}" --canary region="EastUS2EUAP" region="centraluseuap"
```
23 changes: 23 additions & 0 deletions Commands/providerhub/custom-rollout/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# [Group] _providerhub custom-rollout_

Manage custom rollout with providerhub.

## Commands

- [create](/Commands/providerhub/custom-rollout/_create.md)
: Create the rollout details.

- [delete](/Commands/providerhub/custom-rollout/_delete.md)
: Delete the custom rollout resource. Custom rollout must be in terminal state.

- [list](/Commands/providerhub/custom-rollout/_list.md)
: List the list of the custom rollouts for the given provider.

- [show](/Commands/providerhub/custom-rollout/_show.md)
: Get the custom rollout details.

- [stop](/Commands/providerhub/custom-rollout/_stop.md)
: Stops or cancels the custom rollout, if in progress.

- [update](/Commands/providerhub/custom-rollout/_update.md)
: Update the rollout details.
16 changes: 16 additions & 0 deletions Commands/providerhub/default-rollout/_create.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _providerhub default-rollout create_

Create the rollout details.

## Versions

### [2025-03-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5wcm92aWRlcmh1Yi9wcm92aWRlcnJlZ2lzdHJhdGlvbnMve30vZGVmYXVsdHJvbGxvdXRzL3t9/2025-03-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/providers/microsoft.providerhub/providerregistrations/{}/defaultrollouts/{} 2025-03-01-preview -->

#### examples

- default-rollout create
```bash
providerhub default-rollout create --provider-namespace "{providerNamespace}" --rollout-name "{defaultRolloutName}"
```
16 changes: 16 additions & 0 deletions Commands/providerhub/default-rollout/_delete.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _providerhub default-rollout delete_

Delete the rollout resource. Rollout must be in terminal state.

## Versions

### [2025-03-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5wcm92aWRlcmh1Yi9wcm92aWRlcnJlZ2lzdHJhdGlvbnMve30vZGVmYXVsdHJvbGxvdXRzL3t9/2025-03-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/providers/microsoft.providerhub/providerregistrations/{}/defaultrollouts/{} 2025-03-01-preview -->

#### examples

- default-rollout delete
```bash
providerhub default-rollout delete -y --provider-namespace "{providerNamespace}" --rollout-name "{defaultRolloutName}"
```
16 changes: 16 additions & 0 deletions Commands/providerhub/default-rollout/_list.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _providerhub default-rollout list_

List the list of the rollouts for the given provider.

## Versions

### [2025-03-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5wcm92aWRlcmh1Yi9wcm92aWRlcnJlZ2lzdHJhdGlvbnMve30vZGVmYXVsdHJvbGxvdXRz/2025-03-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/providers/microsoft.providerhub/providerregistrations/{}/defaultrollouts 2025-03-01-preview -->

#### examples

- default-rollout list
```bash
providerhub default-rollout list --provider-namespace "{providerNamespace}"
```
16 changes: 16 additions & 0 deletions Commands/providerhub/default-rollout/_show.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _providerhub default-rollout show_

Get the default rollout details.

## Versions

### [2025-03-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5wcm92aWRlcmh1Yi9wcm92aWRlcnJlZ2lzdHJhdGlvbnMve30vZGVmYXVsdHJvbGxvdXRzL3t9/2025-03-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/providers/microsoft.providerhub/providerregistrations/{}/defaultrollouts/{} 2025-03-01-preview -->

#### examples

- default-rollout show
```bash
providerhub default-rollout show --provider-namespace "{providerNamespace}" --rollout-name "{defaultRolloutName}"
```
16 changes: 16 additions & 0 deletions Commands/providerhub/default-rollout/_stop.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _providerhub default-rollout stop_

Stops or cancels the rollout, if in progress.

## Versions

### [2025-03-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5wcm92aWRlcmh1Yi9wcm92aWRlcnJlZ2lzdHJhdGlvbnMve30vZGVmYXVsdHJvbGxvdXRzL3t9L3N0b3A=/2025-03-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/providers/microsoft.providerhub/providerregistrations/{}/defaultrollouts/{}/stop 2025-03-01-preview -->

#### examples

- default-rollout stop
```bash
providerhub default-rollout stop --provider-namespace "{providerNamespace}" --rollout-name "{defaultRolloutName}"
```
16 changes: 16 additions & 0 deletions Commands/providerhub/default-rollout/_update.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _providerhub default-rollout update_

Update the rollout details.

## Versions

### [2025-03-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5wcm92aWRlcmh1Yi9wcm92aWRlcnJlZ2lzdHJhdGlvbnMve30vZGVmYXVsdHJvbGxvdXRzL3t9/2025-03-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/providers/microsoft.providerhub/providerregistrations/{}/defaultrollouts/{} 2025-03-01-preview -->

#### examples

- default-rollout update
```bash
providerhub default-rollout update --provider-namespace "{providerNamespace}" --rollout-name "{defaultRolloutName}"
```
23 changes: 23 additions & 0 deletions Commands/providerhub/default-rollout/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# [Group] _providerhub default-rollout_

Manage default rollout with providerhub.

## Commands

- [create](/Commands/providerhub/default-rollout/_create.md)
: Create the rollout details.

- [delete](/Commands/providerhub/default-rollout/_delete.md)
: Delete the rollout resource. Rollout must be in terminal state.

- [list](/Commands/providerhub/default-rollout/_list.md)
: List the list of the rollouts for the given provider.

- [show](/Commands/providerhub/default-rollout/_show.md)
: Get the default rollout details.

- [stop](/Commands/providerhub/default-rollout/_stop.md)
: Stops or cancels the rollout, if in progress.

- [update](/Commands/providerhub/default-rollout/_update.md)
: Update the rollout details.
16 changes: 16 additions & 0 deletions Commands/providerhub/manifest/_checkin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _providerhub manifest checkin_

Checkin the manifest.

## Versions

### [2025-03-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5wcm92aWRlcmh1Yi9wcm92aWRlcnJlZ2lzdHJhdGlvbnMve30vY2hlY2tpbm1hbmlmZXN0/2025-03-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/providers/microsoft.providerhub/providerregistrations/{}/checkinmanifest 2025-03-01-preview -->

#### examples

- manifest checkin
```bash
providerhub manifest checkin --provider-namespace "{providerNamespace}" --environment "Canary"
```
Loading