-
Notifications
You must be signed in to change notification settings - Fork 222
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #606 from yaotongms/main
[arcgateway] release preview version 2024-07-31
- Loading branch information
Showing
19 changed files
with
1,517 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# [Command] _arcgateway create_ | ||
|
||
Create an Arc gateway resource. | ||
|
||
## Versions | ||
|
||
### [2024-07-31-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5oeWJyaWRjb21wdXRlL2dhdGV3YXlzL3t9/2024-07-31-preview.xml) **Stable** | ||
|
||
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.hybridcompute/gateways/{} 2024-07-31-preview --> | ||
|
||
#### examples | ||
|
||
- Sample command for gateway create | ||
```bash | ||
arcgateway create --name MyArcgateway --resource-group myResourceGroup --location eastus2euap --subscription mySubscription | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# [Command] _arcgateway delete_ | ||
|
||
Delete an Arc gateway resource. | ||
|
||
## Versions | ||
|
||
### [2024-07-31-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5oeWJyaWRjb21wdXRlL2dhdGV3YXlzL3t9/2024-07-31-preview.xml) **Stable** | ||
|
||
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.hybridcompute/gateways/{} 2024-07-31-preview --> | ||
|
||
#### examples | ||
|
||
- Sample command or gateway delete | ||
```bash | ||
arcgateway delete --name MyArcgateway --resource-group myResourceGroup --subscription mySubscription | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# [Command] _arcgateway list_ | ||
|
||
List all Arc gateway resources associated with a specific subscription. | ||
|
||
## Versions | ||
|
||
### [2024-07-31-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5oeWJyaWRjb21wdXRlL2dhdGV3YXlz/2024-07-31-preview.xml) **Stable** | ||
|
||
<!-- mgmt-plane /subscriptions/{}/providers/microsoft.hybridcompute/gateways 2024-07-31-preview --> | ||
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.hybridcompute/gateways 2024-07-31-preview --> | ||
|
||
#### examples | ||
|
||
- Sample command or gateway list | ||
```bash | ||
arcgateway list --subscription mySubscription | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# [Command] _arcgateway show_ | ||
|
||
Show the details of a specific Arc gateway resource. | ||
|
||
## Versions | ||
|
||
### [2024-07-31-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5oeWJyaWRjb21wdXRlL2dhdGV3YXlzL3t9/2024-07-31-preview.xml) **Stable** | ||
|
||
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.hybridcompute/gateways/{} 2024-07-31-preview --> | ||
|
||
#### examples | ||
|
||
- Sample command for gateway show | ||
```bash | ||
arcgateway show --name myArcgateway --resource-group myResourceGroup --subscription mySubscription | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# [Command] _arcgateway update_ | ||
|
||
Update the details (resource group or subscription) of an Arc gateway resource. | ||
|
||
## Versions | ||
|
||
### [2024-07-31-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5oeWJyaWRjb21wdXRlL2dhdGV3YXlzL3t9/2024-07-31-preview.xml) **Stable** | ||
|
||
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.hybridcompute/gateways/{} 2024-07-31-preview --> | ||
|
||
#### examples | ||
|
||
- Sample command for gateway update | ||
```bash | ||
arcgateway update --name MyArcgateway --resource-group myResourceGroup --subscription mySubscription | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# [Group] _arcgateway_ | ||
|
||
Manage gateway connection on Arc machine | ||
|
||
## Subgroups | ||
|
||
- [settings](/Commands/arcgateway/settings/readme.md) | ||
: Manage Settings for Azure Arc-Enabled Server. | ||
|
||
## Commands | ||
|
||
- [create](/Commands/arcgateway/_create.md) | ||
: Create an Arc gateway resource. | ||
|
||
- [delete](/Commands/arcgateway/_delete.md) | ||
: Delete an Arc gateway resource. | ||
|
||
- [list](/Commands/arcgateway/_list.md) | ||
: List all Arc gateway resources associated with a specific subscription. | ||
|
||
- [show](/Commands/arcgateway/_show.md) | ||
: Show the details of a specific Arc gateway resource. | ||
|
||
- [update](/Commands/arcgateway/_update.md) | ||
: Update the details (resource group or subscription) of an Arc gateway resource. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# [Command] _arcgateway settings create_ | ||
|
||
Create the base Settings of the target resource. | ||
|
||
## Versions | ||
|
||
### [2024-07-31-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL3t9L3t9L3t9L3Byb3ZpZGVycy9taWNyb3NvZnQuaHlicmlkY29tcHV0ZS9zZXR0aW5ncy97fQ==/2024-07-31-preview.xml) **Stable** | ||
|
||
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/{}/{}/{}/providers/microsoft.hybridcompute/settings/{} 2024-07-31-preview --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# [Command] _arcgateway settings show_ | ||
|
||
Get the base Settings for the target resource. | ||
|
||
## Versions | ||
|
||
### [2024-07-31-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL3t9L3t9L3t9L3Byb3ZpZGVycy9taWNyb3NvZnQuaHlicmlkY29tcHV0ZS9zZXR0aW5ncy97fQ==/2024-07-31-preview.xml) **Stable** | ||
|
||
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/{}/{}/{}/providers/microsoft.hybridcompute/settings/{} 2024-07-31-preview --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# [Command] _arcgateway settings update_ | ||
|
||
Update the base Settings of the target resource. | ||
|
||
## Versions | ||
|
||
### [2024-07-31-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL3t9L3t9L3t9L3Byb3ZpZGVycy9taWNyb3NvZnQuaHlicmlkY29tcHV0ZS9zZXR0aW5ncy97fQ==/2024-07-31-preview.xml) **Stable** | ||
|
||
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/{}/{}/{}/providers/microsoft.hybridcompute/settings/{} 2024-07-31-preview --> | ||
|
||
#### examples | ||
|
||
- Sample command for setting update | ||
```bash | ||
az arcgateway settings update --resource-group myResourceGroup --subscription mySubscription --base-provider Microsoft.HybridCompute --base-resource-type machines --base-resource-name workloadServer --gateway-resource-id myResourceId | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# [Group] _arcgateway settings_ | ||
|
||
Manage Settings for Azure Arc-Enabled Server. | ||
|
||
## Commands | ||
|
||
- [create](/Commands/arcgateway/settings/_create.md) | ||
: Create the base Settings of the target resource. | ||
|
||
- [show](/Commands/arcgateway/settings/_show.md) | ||
: Get the base Settings for the target resource. | ||
|
||
- [update](/Commands/arcgateway/settings/_update.md) | ||
: Update the base Settings of the target resource. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.