Skip to content

Commit

Permalink
Merge pull request #510 from 8Gitbrix/feature-add-ali-models-2024-04-10
Browse files Browse the repository at this point in the history
Adding ali models for first public GA api (api version 2024-04-10)
  • Loading branch information
kairu-ms committed Jul 3, 2024
2 parents b091912 + b07adbb commit fffb3e8
Show file tree
Hide file tree
Showing 28 changed files with 1,871 additions and 12 deletions.
17 changes: 17 additions & 0 deletions Commands/large-instance/_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,20 @@ Gets a list of Azure Large Instances in the specified subscription. The operatio
```bash
large-instance list --subscription $SUBSCRIPTION_ID --resource-group $RESOURCE_GROUP
```

### [2024-04-10](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5henVyZWxhcmdlaW5zdGFuY2UvYXp1cmVsYXJnZWluc3RhbmNlcw==/2024-04-10.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/providers/microsoft.azurelargeinstance/azurelargeinstances 2024-04-10 -->
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.azurelargeinstance/azurelargeinstances 2024-04-10 -->

#### examples

- To list Azure Large Instances in a subscription
```bash
large-instance list --subscription $SUBSCRIPTION_ID
```

- To list Azure Large Instances in a specific subscription and resource group
```bash
large-instance list --subscription $SUBSCRIPTION_ID --resource-group $RESOURCE_GROUP
```
11 changes: 11 additions & 0 deletions Commands/large-instance/_restart.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,14 @@ The operation to restart an Azure Large Instance (only for compute instances)
```bash
large-instance restart --subscription $SUBSCRIPTION_ID --resource-group $RESOURCE_GROUP --instance-name $INSTANCE_NAME
```

### [2024-04-10](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5henVyZWxhcmdlaW5zdGFuY2UvYXp1cmVsYXJnZWluc3RhbmNlcy97fS9yZXN0YXJ0/2024-04-10.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.azurelargeinstance/azurelargeinstances/{}/restart 2024-04-10 -->

#### examples

- To restart an Azure Large Instance
```bash
large-instance restart --subscription $SUBSCRIPTION_ID --resource-group $RESOURCE_GROUP --instance-name $INSTANCE_NAME
```
14 changes: 13 additions & 1 deletion Commands/large-instance/_show.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# [Command] _large-instance show_

Get an Azure Large Instance for the specified subscription, resource group, and instance name.
Get an Azure Large Instance for the specified subscription, resource group,
and instance name.

## Versions

Expand All @@ -14,3 +15,14 @@ Get an Azure Large Instance for the specified subscription, resource group, and
```bash
large-instance show --subscription $SUBSCRIPTION_ID --instance-name $INSTANCE_NAME --resource-group $RESOURCE_GROUP
```

### [2024-04-10](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5henVyZWxhcmdlaW5zdGFuY2UvYXp1cmVsYXJnZWluc3RhbmNlcy97fQ==/2024-04-10.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.azurelargeinstance/azurelargeinstances/{} 2024-04-10 -->

#### examples

- To show details about an Azure Large Instance
```bash
large-instance show --subscription $SUBSCRIPTION_ID --instance-name $INSTANCE_NAME --resource-group $RESOURCE_GROUP
```
11 changes: 11 additions & 0 deletions Commands/large-instance/_shutdown.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,14 @@ The operation to shutdown an Azure Large Instance (only for compute instances)
```bash
large-instance shutdown --subscription $SUBSCRIPTION_ID --resource-group $RESOURCE_GROUP --instance-name $INSTANCE_NAME
```

### [2024-04-10](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5henVyZWxhcmdlaW5zdGFuY2UvYXp1cmVsYXJnZWluc3RhbmNlcy97fS9zaHV0ZG93bg==/2024-04-10.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.azurelargeinstance/azurelargeinstances/{}/shutdown 2024-04-10 -->

#### examples

- To shutdown an Azure Large Instance
```bash
large-instance shutdown --subscription $SUBSCRIPTION_ID --resource-group $RESOURCE_GROUP --instance-name $INSTANCE_NAME
```
11 changes: 11 additions & 0 deletions Commands/large-instance/_start.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,14 @@ The operation to start an Azure Large Instance (only for compute instances)
```bash
large-instance start --subscription $SUBSCRIPTION_ID --resource-group $RESOURCE_GROUP --instance-name $INSTANCE_NAME
```

### [2024-04-10](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5henVyZWxhcmdlaW5zdGFuY2UvYXp1cmVsYXJnZWluc3RhbmNlcy97fS9zdGFydA==/2024-04-10.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.azurelargeinstance/azurelargeinstances/{}/start 2024-04-10 -->

#### examples

- To start an Azure Large Instance
```bash
large-instance start --subscription $SUBSCRIPTION_ID --resource-group $RESOURCE_GROUP --instance-name $INSTANCE_NAME
```
14 changes: 13 additions & 1 deletion Commands/large-instance/_update.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# [Command] _large-instance update_

Update the Tags field of an Azure Large Instance for the specified subscription, resource group, and instance name.
Update the Tags field of an Azure Large Instance for the specified
subscription, resource group, and instance name.

## Versions

Expand All @@ -14,3 +15,14 @@ Update the Tags field of an Azure Large Instance for the specified subscription,
```bash
large-instance update --subscription $SUBSCRIPTION_ID --instance-name=$INSTANCE_NAME --resource-group=$RESOURCE_GROUP --tags newKey=value
```

### [2024-04-10](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5henVyZWxhcmdlaW5zdGFuY2UvYXp1cmVsYXJnZWluc3RhbmNlcy97fQ==/2024-04-10.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.azurelargeinstance/azurelargeinstances/{} 2024-04-10 -->

#### examples

- To add an Azure Large Instance tag
```bash
large-instance update --subscription $SUBSCRIPTION_ID --instance-name=$INSTANCE_NAME --resource-group=$RESOURCE_GROUP --tags
```
6 changes: 4 additions & 2 deletions Commands/large-instance/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ Handle Operations for Compute Azure Large Instances.
: The operation to restart an Azure Large Instance (only for compute instances)

- [show](/Commands/large-instance/_show.md)
: Get an Azure Large Instance for the specified subscription, resource group, and instance name.
: Get an Azure Large Instance for the specified subscription, resource group,
and instance name.

- [shutdown](/Commands/large-instance/_shutdown.md)
: The operation to shutdown an Azure Large Instance (only for compute instances)
Expand All @@ -20,4 +21,5 @@ Handle Operations for Compute Azure Large Instances.
: The operation to start an Azure Large Instance (only for compute instances)

- [update](/Commands/large-instance/_update.md)
: Update the Tags field of an Azure Large Instance for the specified subscription, resource group, and instance name.
: Update the Tags field of an Azure Large Instance for the specified
subscription, resource group, and instance name.
12 changes: 12 additions & 0 deletions Commands/large-storage-instance/_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,15 @@ List a list of Azure Large Storage Instances in the specified subscription. The
```bash
large-storage-instance list --subscription $SUBSCRIPTIONID --resource-group $RESOURCE_GROUP
```

### [2024-04-10](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5henVyZWxhcmdlaW5zdGFuY2UvYXp1cmVsYXJnZXN0b3JhZ2VpbnN0YW5jZXM=/2024-04-10.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/providers/microsoft.azurelargeinstance/azurelargestorageinstances 2024-04-10 -->
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.azurelargeinstance/azurelargestorageinstances 2024-04-10 -->

#### examples

- To list Azure Large Storage Instances in a specific subscription and resource group
```bash
large-storage-instance list --subscription $SUBSCRIPTIONID --resource-group $RESOURCE_GROUP
```
14 changes: 13 additions & 1 deletion Commands/large-storage-instance/_show.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# [Command] _large-storage-instance show_

Get an Azure Large Storage instance for the specified subscription, resource group, and instance name.
Get an Azure Large Storage instance for the specified subscription, resource
group, and instance name.

## Versions

Expand All @@ -14,3 +15,14 @@ Get an Azure Large Storage instance for the specified subscription, resource gro
```bash
large-storage-instance show --subscription $SUBSCRIPTION_ID --instance-name $INSTANCE_NAME --resource-group $RESOURCE_GROUP
```

### [2024-04-10](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5henVyZWxhcmdlaW5zdGFuY2UvYXp1cmVsYXJnZXN0b3JhZ2VpbnN0YW5jZXMve30=/2024-04-10.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.azurelargeinstance/azurelargestorageinstances/{} 2024-04-10 -->

#### examples

- To show details about a specific Azure Large Storage Instance
```bash
large-storage-instance show --subscription $SUBSCRIPTION_ID --instance-name $INSTANCE_NAME --resource-group $RESOURCE_GROUP
```
14 changes: 13 additions & 1 deletion Commands/large-storage-instance/_update.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# [Command] _large-storage-instance update_

Update the Tags field of a Azure Large Storage Instance for the specified subscription, resource group, and instance name.
Update the Tags field of a Azure Large Storage Instance for the specified
subscription, resource group, and instance name.

## Versions

Expand All @@ -14,3 +15,14 @@ Update the Tags field of a Azure Large Storage Instance for the specified subscr
```bash
large-storage-instance update --subscription $SUBSCRIPTION_ID --instance-name $INSTANCE_NAME --resource-group $RESOURCE_GROUP --tags newKey=value
```

### [2024-04-10](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5henVyZWxhcmdlaW5zdGFuY2UvYXp1cmVsYXJnZXN0b3JhZ2VpbnN0YW5jZXMve30=/2024-04-10.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.azurelargeinstance/azurelargestorageinstances/{} 2024-04-10 -->

#### examples

- To add an Azure Large Storage Instance tag
```bash
large-storage-instance update --subscription $SUBSCRIPTION_ID --instance-name $INSTANCE_NAME --resource-group $RESOURCE_GROUP --tags newKey=value
```
6 changes: 4 additions & 2 deletions Commands/large-storage-instance/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ Handle Operations for Storage Azure Large Instances.
: List a list of Azure Large Storage Instances in the specified subscription. The operations returns various properties of each Azure Large Storage instance.

- [show](/Commands/large-storage-instance/_show.md)
: Get an Azure Large Storage instance for the specified subscription, resource group, and instance name.
: Get an Azure Large Storage instance for the specified subscription, resource
group, and instance name.

- [update](/Commands/large-storage-instance/_update.md)
: Update the Tags field of a Azure Large Storage Instance for the specified subscription, resource group, and instance name.
: Update the Tags field of a Azure Large Storage Instance for the specified
subscription, resource group, and instance name.
Loading

0 comments on commit fffb3e8

Please sign in to comment.