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
9 changes: 1 addition & 8 deletions Commands/network/application-gateway/identity/_assign.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# [Command] _network application-gateway identity assign_

Assign a managed service identity to an application gateway.
Assign the user or system managed identities.

## Versions

Expand Down Expand Up @@ -40,10 +40,3 @@ Assign a managed service identity to an application gateway.
### [2023-11-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL2FwcGxpY2F0aW9uZ2F0ZXdheXMve30=/2023-11-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/applicationgateways/{} 2023-11-01 identity -->

#### examples

- Assign an identity to the application gateway.
```bash
network application-gateway identity assign -g MyResourceGroup --gateway-name ag1 --identity /subscriptions/*-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.ManagedIdentity/userAssignedIdentities/id1
```
9 changes: 1 addition & 8 deletions Commands/network/application-gateway/identity/_remove.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# [Command] _network application-gateway identity remove_

Remove the managed service identity of an application gateway.
Remove the user or system managed identities.

## Versions

Expand Down Expand Up @@ -40,10 +40,3 @@ Remove the managed service identity of an application gateway.
### [2023-11-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL2FwcGxpY2F0aW9uZ2F0ZXdheXMve30=/2023-11-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/applicationgateways/{} 2023-11-01 identity -->

#### examples

- Remove an identity to the application gateway.
```bash
network application-gateway identity remove -g MyResourceGroup --gateway-name ag1
```
9 changes: 1 addition & 8 deletions Commands/network/application-gateway/identity/_show.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# [Command] _network application-gateway identity show_

Show the managed service identity of an application gateway.
Show the details of managed identities.

## Versions

Expand Down Expand Up @@ -40,10 +40,3 @@ Show the managed service identity of an application gateway.
### [2023-11-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL2FwcGxpY2F0aW9uZ2F0ZXdheXMve30=/2023-11-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/applicationgateways/{} 2023-11-01 identity -->

#### examples

- Show an identity to the application gateway.
```bash
network application-gateway identity show -g MyResourceGroup --gateway-name ag1
```
4 changes: 0 additions & 4 deletions Commands/network/application-gateway/identity/_update.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,3 @@ application-gateway identity update
### [2023-06-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL2FwcGxpY2F0aW9uZ2F0ZXdheXMve30=/2023-06-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/applicationgateways/{} 2023-06-01 identity -->

### [2023-11-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL2FwcGxpY2F0aW9uZ2F0ZXdheXMve30=/2023-11-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/applicationgateways/{} 2023-11-01 identity -->
6 changes: 3 additions & 3 deletions Commands/network/application-gateway/identity/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ Manage the managed service identity of an application gateway.
## Commands

- [assign](/Commands/network/application-gateway/identity/_assign.md)
: Assign a managed service identity to an application gateway.
: Assign the user or system managed identities.

- [remove](/Commands/network/application-gateway/identity/_remove.md)
: Remove the managed service identity of an application gateway.
: Remove the user or system managed identities.

- [show](/Commands/network/application-gateway/identity/_show.md)
: Show the managed service identity of an application gateway.
: Show the details of managed identities.

- [update](/Commands/network/application-gateway/identity/_update.md)
: application-gateway identity update

Large diffs are not rendered by default.

Loading