diff --git a/Commands/large-instance/_list.md b/Commands/large-instance/_list.md new file mode 100644 index 000000000..7c5db1d0b --- /dev/null +++ b/Commands/large-instance/_list.md @@ -0,0 +1,22 @@ +# [Command] _large-instance list_ + +Gets a list of Azure Large Instances in the specified subscription. The operations returns various properties of each Azure Large Instance. + +## Versions + +### [2023-07-20-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5henVyZWxhcmdlaW5zdGFuY2UvYXp1cmVsYXJnZWluc3RhbmNlcw==/2023-07-20-preview.xml) **Stable** + + + + +#### 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 + ``` diff --git a/Commands/large-instance/_restart.md b/Commands/large-instance/_restart.md new file mode 100644 index 000000000..b29442c82 --- /dev/null +++ b/Commands/large-instance/_restart.md @@ -0,0 +1,16 @@ +# [Command] _large-instance restart_ + +The operation to restart an Azure Large Instance (only for compute instances) + +## Versions + +### [2023-07-20-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5henVyZWxhcmdlaW5zdGFuY2UvYXp1cmVsYXJnZWluc3RhbmNlcy97fS9yZXN0YXJ0/2023-07-20-preview.xml) **Stable** + + + +#### examples + +- To restart an Azure Large Instance + ```bash + large-instance restart --subscription $SUBSCRIPTION_ID --resource-group $RESOURCE_GROUP --instance-name $INSTANCE_NAME + ``` diff --git a/Commands/large-instance/_show.md b/Commands/large-instance/_show.md new file mode 100644 index 000000000..14abf49d1 --- /dev/null +++ b/Commands/large-instance/_show.md @@ -0,0 +1,16 @@ +# [Command] _large-instance show_ + +Get an Azure Large Instance for the specified subscription, resource group, and instance name. + +## Versions + +### [2023-07-20-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5henVyZWxhcmdlaW5zdGFuY2UvYXp1cmVsYXJnZWluc3RhbmNlcy97fQ==/2023-07-20-preview.xml) **Stable** + + + +#### examples + +- To show details about an Azure Large Instance + ```bash + large-instance show --subscription $SUBSCRIPTION_ID --instance-name $INSTANCE_NAME --resource-group $RESOURCE_GROUP + ``` diff --git a/Commands/large-instance/_shutdown.md b/Commands/large-instance/_shutdown.md new file mode 100644 index 000000000..5f6b2b5bf --- /dev/null +++ b/Commands/large-instance/_shutdown.md @@ -0,0 +1,16 @@ +# [Command] _large-instance shutdown_ + +The operation to shutdown an Azure Large Instance (only for compute instances) + +## Versions + +### [2023-07-20-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5henVyZWxhcmdlaW5zdGFuY2UvYXp1cmVsYXJnZWluc3RhbmNlcy97fS9zaHV0ZG93bg==/2023-07-20-preview.xml) **Stable** + + + +#### examples + +- To shutdown an Azure Large Instance + ```bash + large-instance shutdown --subscription $SUBSCRIPTION_ID --resource-group $RESOURCE_GROUP --instance-name $INSTANCE_NAME + ``` diff --git a/Commands/large-instance/_start.md b/Commands/large-instance/_start.md new file mode 100644 index 000000000..74fc63bfc --- /dev/null +++ b/Commands/large-instance/_start.md @@ -0,0 +1,16 @@ +# [Command] _large-instance start_ + +The operation to start an Azure Large Instance (only for compute instances) + +## Versions + +### [2023-07-20-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5henVyZWxhcmdlaW5zdGFuY2UvYXp1cmVsYXJnZWluc3RhbmNlcy97fS9zdGFydA==/2023-07-20-preview.xml) **Stable** + + + +#### examples + +- To start an Azure Large Instance + ```bash + large-instance start --subscription $SUBSCRIPTION_ID --resource-group $RESOURCE_GROUP --instance-name $INSTANCE_NAME + ``` diff --git a/Commands/large-instance/_update.md b/Commands/large-instance/_update.md new file mode 100644 index 000000000..75c59dbe0 --- /dev/null +++ b/Commands/large-instance/_update.md @@ -0,0 +1,16 @@ +# [Command] _large-instance update_ + +Update the Tags field of an Azure Large Instance for the specified subscription, resource group, and instance name. + +## Versions + +### [2023-07-20-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5henVyZWxhcmdlaW5zdGFuY2UvYXp1cmVsYXJnZWluc3RhbmNlcy97fQ==/2023-07-20-preview.xml) **Stable** + + + +#### examples + +- To add an Azure Large Instance tag + ```bash + large-instance update --subscription $SUBSCRIPTION_ID --instance-name=$INSTANCE_NAME --resource-group=$RESOURCE_GROUP --tags newKey=value + ``` diff --git a/Commands/large-instance/readme.md b/Commands/large-instance/readme.md new file mode 100644 index 000000000..a507c70c1 --- /dev/null +++ b/Commands/large-instance/readme.md @@ -0,0 +1,23 @@ +# [Group] _large-instance_ + +Handle Operations for Compute Azure Large Instances. + +## Commands + +- [list](/Commands/large-instance/_list.md) +: Gets a list of Azure Large Instances in the specified subscription. The operations returns various properties of each Azure Large Instance. + +- [restart](/Commands/large-instance/_restart.md) +: 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. + +- [shutdown](/Commands/large-instance/_shutdown.md) +: The operation to shutdown an Azure Large Instance (only for compute instances) + +- [start](/Commands/large-instance/_start.md) +: 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. diff --git a/Commands/large-storage-instance/_list.md b/Commands/large-storage-instance/_list.md new file mode 100644 index 000000000..cd7a68b48 --- /dev/null +++ b/Commands/large-storage-instance/_list.md @@ -0,0 +1,17 @@ +# [Command] _large-storage-instance list_ + +List a list of Azure Large Storage Instances in the specified subscription. The operations returns various properties of each Azure Large Storage instance. + +## Versions + +### [2023-07-20-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5henVyZWxhcmdlaW5zdGFuY2UvYXp1cmVsYXJnZXN0b3JhZ2VpbnN0YW5jZXM=/2023-07-20-preview.xml) **Stable** + + + + +#### 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 + ``` diff --git a/Commands/large-storage-instance/_show.md b/Commands/large-storage-instance/_show.md new file mode 100644 index 000000000..442a8e1af --- /dev/null +++ b/Commands/large-storage-instance/_show.md @@ -0,0 +1,16 @@ +# [Command] _large-storage-instance show_ + +Get an Azure Large Storage instance for the specified subscription, resource group, and instance name. + +## Versions + +### [2023-07-20-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5henVyZWxhcmdlaW5zdGFuY2UvYXp1cmVsYXJnZXN0b3JhZ2VpbnN0YW5jZXMve30=/2023-07-20-preview.xml) **Stable** + + + +#### 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 + ``` diff --git a/Commands/large-storage-instance/_update.md b/Commands/large-storage-instance/_update.md new file mode 100644 index 000000000..bf8b23950 --- /dev/null +++ b/Commands/large-storage-instance/_update.md @@ -0,0 +1,16 @@ +# [Command] _large-storage-instance update_ + +Update the Tags field of a Azure Large Storage Instance for the specified subscription, resource group, and instance name. + +## Versions + +### [2023-07-20-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5henVyZWxhcmdlaW5zdGFuY2UvYXp1cmVsYXJnZXN0b3JhZ2VpbnN0YW5jZXMve30=/2023-07-20-preview.xml) **Stable** + + + +#### 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 + ``` diff --git a/Commands/large-storage-instance/readme.md b/Commands/large-storage-instance/readme.md new file mode 100644 index 000000000..c3a26391a --- /dev/null +++ b/Commands/large-storage-instance/readme.md @@ -0,0 +1,14 @@ +# [Group] _large-storage-instance_ + +Handle Operations for Storage Azure Large Instances. + +## Commands + +- [list](/Commands/large-storage-instance/_list.md) +: 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. + +- [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. diff --git a/Commands/readme.md b/Commands/readme.md index 435e52166..3a764a611 100644 --- a/Commands/readme.md +++ b/Commands/readme.md @@ -152,6 +152,12 @@ - [k8s-runtime](/Commands/k8s-runtime/readme.md) : Manage Arc Kubernetes Runtime resources +- [large-instance](/Commands/large-instance/readme.md) +: Handle Operations for Compute Azure Large Instances. + +- [large-storage-instance](/Commands/large-storage-instance/readme.md) +: Handle Operations for Storage Azure Large Instances. + - [load](/Commands/load/readme.md) : Manage Azure Load Testing resources. diff --git a/Commands/tree.json b/Commands/tree.json index 6036dfef8..90fb15d4d 100644 --- a/Commands/tree.json +++ b/Commands/tree.json @@ -47880,6 +47880,303 @@ "k8s-runtime" ] }, + "large-instance": { + "commands": { + "list": { + "help": { + "short": "Gets a list of Azure Large Instances in the specified subscription. The operations returns various properties of each Azure Large Instance." + }, + "names": [ + "large-instance", + "list" + ], + "versions": [ + { + "examples": [ + { + "commands": [ + "large-instance list --subscription $SUBSCRIPTION_ID" + ], + "name": "To list Azure Large Instances in a subscription" + }, + { + "commands": [ + "large-instance list --subscription $SUBSCRIPTION_ID --resource-group $RESOURCE_GROUP" + ], + "name": "To list Azure Large Instances in a specific subscription and resource group" + } + ], + "name": "2023-07-20-preview", + "resources": [ + { + "id": "/subscriptions/{}/providers/microsoft.azurelargeinstance/azurelargeinstances", + "plane": "mgmt-plane", + "version": "2023-07-20-preview" + }, + { + "id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.azurelargeinstance/azurelargeinstances", + "plane": "mgmt-plane", + "version": "2023-07-20-preview" + } + ] + } + ] + }, + "restart": { + "help": { + "short": "The operation to restart an Azure Large Instance (only for compute instances)" + }, + "names": [ + "large-instance", + "restart" + ], + "versions": [ + { + "examples": [ + { + "commands": [ + "large-instance restart --subscription $SUBSCRIPTION_ID --resource-group $RESOURCE_GROUP --instance-name $INSTANCE_NAME" + ], + "name": "To restart an Azure Large Instance" + } + ], + "name": "2023-07-20-preview", + "resources": [ + { + "id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.azurelargeinstance/azurelargeinstances/{}/restart", + "plane": "mgmt-plane", + "version": "2023-07-20-preview" + } + ] + } + ] + }, + "show": { + "help": { + "short": "Get an Azure Large Instance for the specified subscription, resource group, and instance name." + }, + "names": [ + "large-instance", + "show" + ], + "versions": [ + { + "examples": [ + { + "commands": [ + "large-instance show --subscription $SUBSCRIPTION_ID --instance-name $INSTANCE_NAME --resource-group $RESOURCE_GROUP" + ], + "name": "To show details about an Azure Large Instance" + } + ], + "name": "2023-07-20-preview", + "resources": [ + { + "id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.azurelargeinstance/azurelargeinstances/{}", + "plane": "mgmt-plane", + "version": "2023-07-20-preview" + } + ] + } + ] + }, + "shutdown": { + "help": { + "short": "The operation to shutdown an Azure Large Instance (only for compute instances)" + }, + "names": [ + "large-instance", + "shutdown" + ], + "versions": [ + { + "examples": [ + { + "commands": [ + "large-instance shutdown --subscription $SUBSCRIPTION_ID --resource-group $RESOURCE_GROUP --instance-name $INSTANCE_NAME" + ], + "name": "To shutdown an Azure Large Instance" + } + ], + "name": "2023-07-20-preview", + "resources": [ + { + "id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.azurelargeinstance/azurelargeinstances/{}/shutdown", + "plane": "mgmt-plane", + "version": "2023-07-20-preview" + } + ] + } + ] + }, + "start": { + "help": { + "short": "The operation to start an Azure Large Instance (only for compute instances)" + }, + "names": [ + "large-instance", + "start" + ], + "versions": [ + { + "examples": [ + { + "commands": [ + "large-instance start --subscription $SUBSCRIPTION_ID --resource-group $RESOURCE_GROUP --instance-name $INSTANCE_NAME" + ], + "name": "To start an Azure Large Instance" + } + ], + "name": "2023-07-20-preview", + "resources": [ + { + "id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.azurelargeinstance/azurelargeinstances/{}/start", + "plane": "mgmt-plane", + "version": "2023-07-20-preview" + } + ] + } + ] + }, + "update": { + "help": { + "short": "Update the Tags field of an Azure Large Instance for the specified subscription, resource group, and instance name." + }, + "names": [ + "large-instance", + "update" + ], + "versions": [ + { + "examples": [ + { + "commands": [ + "large-instance update --subscription $SUBSCRIPTION_ID --instance-name=$INSTANCE_NAME --resource-group=$RESOURCE_GROUP --tags newKey=value" + ], + "name": "To add an Azure Large Instance tag" + } + ], + "name": "2023-07-20-preview", + "resources": [ + { + "id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.azurelargeinstance/azurelargeinstances/{}", + "plane": "mgmt-plane", + "version": "2023-07-20-preview" + } + ] + } + ] + } + }, + "help": { + "short": "Handle Operations for Compute Azure Large Instances." + }, + "names": [ + "large-instance" + ] + }, + "large-storage-instance": { + "commands": { + "list": { + "help": { + "short": "List a list of Azure Large Storage Instances in the specified subscription. The operations returns various properties of each Azure Large Storage instance." + }, + "names": [ + "large-storage-instance", + "list" + ], + "versions": [ + { + "examples": [ + { + "commands": [ + "large-storage-instance list --subscription $SUBSCRIPTIONID --resource-group $RESOURCE_GROUP" + ], + "name": "To list Azure Large Storage Instances in a specific subscription and resource group" + } + ], + "name": "2023-07-20-preview", + "resources": [ + { + "id": "/subscriptions/{}/providers/microsoft.azurelargeinstance/azurelargestorageinstances", + "plane": "mgmt-plane", + "version": "2023-07-20-preview" + }, + { + "id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.azurelargeinstance/azurelargestorageinstances", + "plane": "mgmt-plane", + "version": "2023-07-20-preview" + } + ] + } + ] + }, + "show": { + "help": { + "short": "Get an Azure Large Storage instance for the specified subscription, resource group, and instance name." + }, + "names": [ + "large-storage-instance", + "show" + ], + "versions": [ + { + "examples": [ + { + "commands": [ + "large-storage-instance show --subscription $SUBSCRIPTION_ID --instance-name $INSTANCE_NAME --resource-group $RESOURCE_GROUP" + ], + "name": "To show details about a specific Azure Large Storage Instance" + } + ], + "name": "2023-07-20-preview", + "resources": [ + { + "id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.azurelargeinstance/azurelargestorageinstances/{}", + "plane": "mgmt-plane", + "version": "2023-07-20-preview" + } + ] + } + ] + }, + "update": { + "help": { + "short": "Update the Tags field of a Azure Large Storage Instance for the specified subscription, resource group, and instance name." + }, + "names": [ + "large-storage-instance", + "update" + ], + "versions": [ + { + "examples": [ + { + "commands": [ + "large-storage-instance update --subscription $SUBSCRIPTION_ID --instance-name $INSTANCE_NAME --resource-group $RESOURCE_GROUP --tags newKey=value" + ], + "name": "To add an Azure Large Storage Instance tag" + } + ], + "name": "2023-07-20-preview", + "resources": [ + { + "id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.azurelargeinstance/azurelargestorageinstances/{}", + "plane": "mgmt-plane", + "version": "2023-07-20-preview" + } + ] + } + ] + } + }, + "help": { + "short": "Handle Operations for Storage Azure Large Instances." + }, + "names": [ + "large-storage-instance" + ] + }, "load": { "commands": { "create": { diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5henVyZWxhcmdlaW5zdGFuY2UvYXp1cmVsYXJnZWluc3RhbmNlcw==/2023-07-20-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5henVyZWxhcmdlaW5zdGFuY2UvYXp1cmVsYXJnZWluc3RhbmNlcw==/2023-07-20-preview.json new file mode 100644 index 000000000..ad9848879 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5henVyZWxhcmdlaW5zdGFuY2UvYXp1cmVsYXJnZWluc3RhbmNlcw==/2023-07-20-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/providers/microsoft.azurelargeinstance/azurelargeinstances", "version": "2023-07-20-preview", "swagger": "mgmt-plane/azurelargeinstance/ResourceProviders/Microsoft.AzureLargeInstance/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9wcm92aWRlcnMvTWljcm9zb2Z0LkF6dXJlTGFyZ2VJbnN0YW5jZS9henVyZUxhcmdlSW5zdGFuY2Vz/V/MjAyMy0wNy0yMC1wcmV2aWV3"}, {"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.azurelargeinstance/azurelargeinstances", "version": "2023-07-20-preview", "swagger": "mgmt-plane/azurelargeinstance/ResourceProviders/Microsoft.AzureLargeInstance/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuQXp1cmVMYXJnZUluc3RhbmNlL2F6dXJlTGFyZ2VJbnN0YW5jZXM=/V/MjAyMy0wNy0yMC1wcmV2aWV3"}], "commandGroups": [{"name": "large-instance", "commands": [{"name": "list", "version": "2023-07-20-preview", "resources": [{"id": "/subscriptions/{}/providers/microsoft.azurelargeinstance/azurelargeinstances", "version": "2023-07-20-preview", "swagger": "mgmt-plane/azurelargeinstance/ResourceProviders/Microsoft.AzureLargeInstance/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9wcm92aWRlcnMvTWljcm9zb2Z0LkF6dXJlTGFyZ2VJbnN0YW5jZS9henVyZUxhcmdlSW5zdGFuY2Vz/V/MjAyMy0wNy0yMC1wcmV2aWV3"}, {"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.azurelargeinstance/azurelargeinstances", "version": "2023-07-20-preview", "swagger": "mgmt-plane/azurelargeinstance/ResourceProviders/Microsoft.AzureLargeInstance/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuQXp1cmVMYXJnZUluc3RhbmNlL2F6dXJlTGFyZ2VJbnN0YW5jZXM=/V/MjAyMy0wNy0yMC1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "conditions": [{"var": "$Condition_AzureLargeInstance_ListByResourceGroup", "operator": {"type": "and", "operators": [{"type": "hasValue", "arg": "$Path.resourceGroupName"}, {"type": "hasValue", "arg": "$Path.subscriptionId"}]}}, {"var": "$Condition_AzureLargeInstance_ListBySubscription", "operator": {"type": "and", "operators": [{"type": "hasValue", "arg": "$Path.subscriptionId"}, {"type": "not", "operator": {"type": "hasValue", "arg": "$Path.resourceGroupName"}}]}}], "operations": [{"when": ["$Condition_AzureLargeInstance_ListByResourceGroup"], "operationId": "AzureLargeInstance_ListByResourceGroup", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureLargeInstance/azureLargeInstances", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2023-07-20-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "string", "name": "nextLink"}, {"type": "array", "name": "value", "required": true, "item": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.AzureLargeInstance/azureLargeInstances/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "props": [{"readOnly": true, "type": "string", "name": "azureLargeInstanceId"}, {"type": "object", "name": "hardwareProfile", "props": [{"readOnly": true, "type": "string", "name": "azureLargeInstanceSize", "enum": {"items": [{"value": "S112"}, {"value": "S144"}, {"value": "S144m"}, {"value": "S192"}, {"value": "S192m"}, {"value": "S192xm"}, {"value": "S224"}, {"value": "S224m"}, {"value": "S224om"}, {"value": "S224oo"}, {"value": "S224oom"}, {"value": "S224ooo"}, {"value": "S224se"}, {"value": "S384"}, {"value": "S384m"}, {"value": "S384xm"}, {"value": "S384xxm"}, {"value": "S448"}, {"value": "S448m"}, {"value": "S448om"}, {"value": "S448oo"}, {"value": "S448oom"}, {"value": "S448ooo"}, {"value": "S448se"}, {"value": "S576m"}, {"value": "S576xm"}, {"value": "S672"}, {"value": "S672m"}, {"value": "S672om"}, {"value": "S672oo"}, {"value": "S672oom"}, {"value": "S672ooo"}, {"value": "S72"}, {"value": "S72m"}, {"value": "S768"}, {"value": "S768m"}, {"value": "S768xm"}, {"value": "S896"}, {"value": "S896m"}, {"value": "S896om"}, {"value": "S896oo"}, {"value": "S896oom"}, {"value": "S896ooo"}, {"value": "S96"}, {"value": "S960m"}]}}, {"readOnly": true, "type": "string", "name": "hardwareType", "enum": {"items": [{"value": "Cisco_UCS"}, {"value": "HPE"}, {"value": "SDFLEX"}]}}]}, {"readOnly": true, "type": "string", "name": "hwRevision"}, {"type": "object", "name": "networkProfile", "props": [{"readOnly": true, "type": "string", "name": "circuitId"}, {"type": "array", "name": "networkInterfaces", "item": {"type": "object", "props": [{"type": "string", "name": "ipAddress"}]}}]}, {"type": "object", "name": "osProfile", "props": [{"type": "string", "name": "computerName"}, {"readOnly": true, "type": "string", "name": "osType"}, {"type": "string", "name": "sshPublicKey"}, {"readOnly": true, "type": "string", "name": "version"}]}, {"type": "string", "name": "partnerNodeId"}, {"readOnly": true, "type": "string", "name": "powerState", "enum": {"items": [{"value": "restarting"}, {"value": "started"}, {"value": "starting"}, {"value": "stopped"}, {"value": "stopping"}, {"value": "unknown"}]}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Creating"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Migrating"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"readOnly": true, "type": "string", "name": "proximityPlacementGroup"}, {"type": "object", "name": "storageProfile", "props": [{"readOnly": true, "type": "string", "name": "nfsIpAddress"}, {"type": "array", "name": "osDisks", "item": {"type": "object", "props": [{"type": "integer32", "name": "diskSizeGB"}, {"readOnly": true, "type": "integer32", "name": "lun"}, {"type": "string", "name": "name"}]}}]}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}, {"when": ["$Condition_AzureLargeInstance_ListBySubscription"], "operationId": "AzureLargeInstance_ListBySubscription", "http": {"path": "/subscriptions/{subscriptionId}/providers/Microsoft.AzureLargeInstance/azureLargeInstances", "request": {"method": "get", "path": {"params": [{"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2023-07-20-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "string", "name": "nextLink"}, {"type": "array", "name": "value", "required": true, "item": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.AzureLargeInstance/azureLargeInstances/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "props": [{"readOnly": true, "type": "string", "name": "azureLargeInstanceId"}, {"type": "object", "name": "hardwareProfile", "props": [{"readOnly": true, "type": "string", "name": "azureLargeInstanceSize", "enum": {"items": [{"value": "S112"}, {"value": "S144"}, {"value": "S144m"}, {"value": "S192"}, {"value": "S192m"}, {"value": "S192xm"}, {"value": "S224"}, {"value": "S224m"}, {"value": "S224om"}, {"value": "S224oo"}, {"value": "S224oom"}, {"value": "S224ooo"}, {"value": "S224se"}, {"value": "S384"}, {"value": "S384m"}, {"value": "S384xm"}, {"value": "S384xxm"}, {"value": "S448"}, {"value": "S448m"}, {"value": "S448om"}, {"value": "S448oo"}, {"value": "S448oom"}, {"value": "S448ooo"}, {"value": "S448se"}, {"value": "S576m"}, {"value": "S576xm"}, {"value": "S672"}, {"value": "S672m"}, {"value": "S672om"}, {"value": "S672oo"}, {"value": "S672oom"}, {"value": "S672ooo"}, {"value": "S72"}, {"value": "S72m"}, {"value": "S768"}, {"value": "S768m"}, {"value": "S768xm"}, {"value": "S896"}, {"value": "S896m"}, {"value": "S896om"}, {"value": "S896oo"}, {"value": "S896oom"}, {"value": "S896ooo"}, {"value": "S96"}, {"value": "S960m"}]}}, {"readOnly": true, "type": "string", "name": "hardwareType", "enum": {"items": [{"value": "Cisco_UCS"}, {"value": "HPE"}, {"value": "SDFLEX"}]}}]}, {"readOnly": true, "type": "string", "name": "hwRevision"}, {"type": "object", "name": "networkProfile", "props": [{"readOnly": true, "type": "string", "name": "circuitId"}, {"type": "array", "name": "networkInterfaces", "item": {"type": "object", "props": [{"type": "string", "name": "ipAddress"}]}}]}, {"type": "object", "name": "osProfile", "props": [{"type": "string", "name": "computerName"}, {"readOnly": true, "type": "string", "name": "osType"}, {"type": "string", "name": "sshPublicKey"}, {"readOnly": true, "type": "string", "name": "version"}]}, {"type": "string", "name": "partnerNodeId"}, {"readOnly": true, "type": "string", "name": "powerState", "enum": {"items": [{"value": "restarting"}, {"value": "started"}, {"value": "starting"}, {"value": "stopped"}, {"value": "stopping"}, {"value": "unknown"}]}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Creating"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Migrating"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"readOnly": true, "type": "string", "name": "proximityPlacementGroup"}, {"type": "object", "name": "storageProfile", "props": [{"readOnly": true, "type": "string", "name": "nfsIpAddress"}, {"type": "array", "name": "osDisks", "item": {"type": "object", "props": [{"type": "integer32", "name": "diskSizeGB"}, {"readOnly": true, "type": "integer32", "name": "lun"}, {"type": "string", "name": "name"}]}}]}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "array", "ref": "$Instance.value", "clientFlatten": true, "nextLink": "$Instance.nextLink"}], "confirmation": ""}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5henVyZWxhcmdlaW5zdGFuY2UvYXp1cmVsYXJnZWluc3RhbmNlcw==/2023-07-20-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5henVyZWxhcmdlaW5zdGFuY2UvYXp1cmVsYXJnZWluc3RhbmNlcw==/2023-07-20-preview.xml new file mode 100644 index 000000000..a34ec0884 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5henVyZWxhcmdlaW5zdGFuY2UvYXp1cmVsYXJnZWluc3RhbmNlcw==/2023-07-20-preview.xml @@ -0,0 +1,389 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5henVyZWxhcmdlaW5zdGFuY2UvYXp1cmVsYXJnZXN0b3JhZ2VpbnN0YW5jZXM=/2023-07-20-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5henVyZWxhcmdlaW5zdGFuY2UvYXp1cmVsYXJnZXN0b3JhZ2VpbnN0YW5jZXM=/2023-07-20-preview.json new file mode 100644 index 000000000..f8b441bde --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5henVyZWxhcmdlaW5zdGFuY2UvYXp1cmVsYXJnZXN0b3JhZ2VpbnN0YW5jZXM=/2023-07-20-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/providers/microsoft.azurelargeinstance/azurelargestorageinstances", "version": "2023-07-20-preview", "swagger": "mgmt-plane/azurelargeinstance/ResourceProviders/Microsoft.AzureLargeInstance/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9wcm92aWRlcnMvTWljcm9zb2Z0LkF6dXJlTGFyZ2VJbnN0YW5jZS9henVyZUxhcmdlU3RvcmFnZUluc3RhbmNlcw==/V/MjAyMy0wNy0yMC1wcmV2aWV3"}, {"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.azurelargeinstance/azurelargestorageinstances", "version": "2023-07-20-preview", "swagger": "mgmt-plane/azurelargeinstance/ResourceProviders/Microsoft.AzureLargeInstance/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuQXp1cmVMYXJnZUluc3RhbmNlL2F6dXJlTGFyZ2VTdG9yYWdlSW5zdGFuY2Vz/V/MjAyMy0wNy0yMC1wcmV2aWV3"}], "commandGroups": [{"name": "large-storage-instance", "commands": [{"name": "list", "version": "2023-07-20-preview", "resources": [{"id": "/subscriptions/{}/providers/microsoft.azurelargeinstance/azurelargestorageinstances", "version": "2023-07-20-preview", "swagger": "mgmt-plane/azurelargeinstance/ResourceProviders/Microsoft.AzureLargeInstance/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9wcm92aWRlcnMvTWljcm9zb2Z0LkF6dXJlTGFyZ2VJbnN0YW5jZS9henVyZUxhcmdlU3RvcmFnZUluc3RhbmNlcw==/V/MjAyMy0wNy0yMC1wcmV2aWV3"}, {"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.azurelargeinstance/azurelargestorageinstances", "version": "2023-07-20-preview", "swagger": "mgmt-plane/azurelargeinstance/ResourceProviders/Microsoft.AzureLargeInstance/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuQXp1cmVMYXJnZUluc3RhbmNlL2F6dXJlTGFyZ2VTdG9yYWdlSW5zdGFuY2Vz/V/MjAyMy0wNy0yMC1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "conditions": [{"var": "$Condition_AzureLargeStorageInstance_ListByResourceGroup", "operator": {"type": "and", "operators": [{"type": "hasValue", "arg": "$Path.resourceGroupName"}, {"type": "hasValue", "arg": "$Path.subscriptionId"}]}}, {"var": "$Condition_AzureLargeStorageInstance_ListBySubscription", "operator": {"type": "and", "operators": [{"type": "hasValue", "arg": "$Path.subscriptionId"}, {"type": "not", "operator": {"type": "hasValue", "arg": "$Path.resourceGroupName"}}]}}], "operations": [{"when": ["$Condition_AzureLargeStorageInstance_ListByResourceGroup"], "operationId": "AzureLargeStorageInstance_ListByResourceGroup", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureLargeInstance/azureLargeStorageInstances", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2023-07-20-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "string", "name": "nextLink"}, {"type": "array", "name": "value", "required": true, "item": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.AzureLargeInstance/azureLargeStorageInstances/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "props": [{"type": "string", "name": "azureLargeStorageInstanceUniqueIdentifier"}, {"type": "object", "name": "storageProperties", "props": [{"type": "string", "name": "generation"}, {"type": "string", "name": "hardwareType", "enum": {"items": [{"value": "Cisco_UCS"}, {"value": "HPE"}, {"value": "SDFLEX"}]}}, {"type": "string", "name": "offeringType"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Creating"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Migrating"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "object", "name": "storageBillingProperties", "props": [{"type": "string", "name": "billingMode"}, {"type": "string", "name": "sku"}]}, {"type": "string", "name": "storageType"}, {"type": "string", "name": "workloadType"}]}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}, {"when": ["$Condition_AzureLargeStorageInstance_ListBySubscription"], "operationId": "AzureLargeStorageInstance_ListBySubscription", "http": {"path": "/subscriptions/{subscriptionId}/providers/Microsoft.AzureLargeInstance/azureLargeStorageInstances", "request": {"method": "get", "path": {"params": [{"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2023-07-20-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "string", "name": "nextLink"}, {"type": "array", "name": "value", "required": true, "item": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.AzureLargeInstance/azureLargeStorageInstances/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "props": [{"type": "string", "name": "azureLargeStorageInstanceUniqueIdentifier"}, {"type": "object", "name": "storageProperties", "props": [{"type": "string", "name": "generation"}, {"type": "string", "name": "hardwareType", "enum": {"items": [{"value": "Cisco_UCS"}, {"value": "HPE"}, {"value": "SDFLEX"}]}}, {"type": "string", "name": "offeringType"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Creating"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Migrating"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "object", "name": "storageBillingProperties", "props": [{"type": "string", "name": "billingMode"}, {"type": "string", "name": "sku"}]}, {"type": "string", "name": "storageType"}, {"type": "string", "name": "workloadType"}]}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "array", "ref": "$Instance.value", "clientFlatten": true, "nextLink": "$Instance.nextLink"}], "confirmation": ""}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5henVyZWxhcmdlaW5zdGFuY2UvYXp1cmVsYXJnZXN0b3JhZ2VpbnN0YW5jZXM=/2023-07-20-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5henVyZWxhcmdlaW5zdGFuY2UvYXp1cmVsYXJnZXN0b3JhZ2VpbnN0YW5jZXM=/2023-07-20-preview.xml new file mode 100644 index 000000000..7ed2cebe6 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5henVyZWxhcmdlaW5zdGFuY2UvYXp1cmVsYXJnZXN0b3JhZ2VpbnN0YW5jZXM=/2023-07-20-preview.xml @@ -0,0 +1,233 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5henVyZWxhcmdlaW5zdGFuY2UvYXp1cmVsYXJnZWluc3RhbmNlcw==/2023-07-20-preview.md b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5henVyZWxhcmdlaW5zdGFuY2UvYXp1cmVsYXJnZWluc3RhbmNlcw==/2023-07-20-preview.md new file mode 100644 index 000000000..33e861f93 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5henVyZWxhcmdlaW5zdGFuY2UvYXp1cmVsYXJnZWluc3RhbmNlcw==/2023-07-20-preview.md @@ -0,0 +1 @@ +Reference [/subscriptions/{}/providers/microsoft.azurelargeinstance/azurelargeinstances 2023-07-20-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5henVyZWxhcmdlaW5zdGFuY2UvYXp1cmVsYXJnZWluc3RhbmNlcw==/2023-07-20-preview.xml) diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5henVyZWxhcmdlaW5zdGFuY2UvYXp1cmVsYXJnZWluc3RhbmNlcy97fQ==/2023-07-20-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5henVyZWxhcmdlaW5zdGFuY2UvYXp1cmVsYXJnZWluc3RhbmNlcy97fQ==/2023-07-20-preview.json new file mode 100644 index 000000000..3f5822631 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5henVyZWxhcmdlaW5zdGFuY2UvYXp1cmVsYXJnZWluc3RhbmNlcy97fQ==/2023-07-20-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.azurelargeinstance/azurelargeinstances/{}", "version": "2023-07-20-preview", "swagger": "mgmt-plane/azurelargeinstance/ResourceProviders/Microsoft.AzureLargeInstance/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuQXp1cmVMYXJnZUluc3RhbmNlL2F6dXJlTGFyZ2VJbnN0YW5jZXMve2F6dXJlTGFyZ2VJbnN0YW5jZU5hbWV9/V/MjAyMy0wNy0yMC1wcmV2aWV3"}], "commandGroups": [{"name": "large-instance", "commands": [{"name": "show", "version": "2023-07-20-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.azurelargeinstance/azurelargeinstances/{}", "version": "2023-07-20-preview", "swagger": "mgmt-plane/azurelargeinstance/ResourceProviders/Microsoft.AzureLargeInstance/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuQXp1cmVMYXJnZUluc3RhbmNlL2F6dXJlTGFyZ2VJbnN0YW5jZXMve2F6dXJlTGFyZ2VJbnN0YW5jZU5hbWV9/V/MjAyMy0wNy0yMC1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.azureLargeInstanceName", "options": ["n", "name", "azure-large-instance-name"], "required": true, "idPart": "name", "help": {"short": "Name of the AzureLargeInstance."}, "format": {"pattern": ".*"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"operationId": "AzureLargeInstance_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureLargeInstance/azureLargeInstances/{azureLargeInstanceName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "azureLargeInstanceName", "arg": "$Path.azureLargeInstanceName", "required": true, "format": {"pattern": ".*"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2023-07-20-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.AzureLargeInstance/azureLargeInstances/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "props": [{"readOnly": true, "type": "string", "name": "azureLargeInstanceId"}, {"type": "object", "name": "hardwareProfile", "props": [{"readOnly": true, "type": "string", "name": "azureLargeInstanceSize", "enum": {"items": [{"value": "S112"}, {"value": "S144"}, {"value": "S144m"}, {"value": "S192"}, {"value": "S192m"}, {"value": "S192xm"}, {"value": "S224"}, {"value": "S224m"}, {"value": "S224om"}, {"value": "S224oo"}, {"value": "S224oom"}, {"value": "S224ooo"}, {"value": "S224se"}, {"value": "S384"}, {"value": "S384m"}, {"value": "S384xm"}, {"value": "S384xxm"}, {"value": "S448"}, {"value": "S448m"}, {"value": "S448om"}, {"value": "S448oo"}, {"value": "S448oom"}, {"value": "S448ooo"}, {"value": "S448se"}, {"value": "S576m"}, {"value": "S576xm"}, {"value": "S672"}, {"value": "S672m"}, {"value": "S672om"}, {"value": "S672oo"}, {"value": "S672oom"}, {"value": "S672ooo"}, {"value": "S72"}, {"value": "S72m"}, {"value": "S768"}, {"value": "S768m"}, {"value": "S768xm"}, {"value": "S896"}, {"value": "S896m"}, {"value": "S896om"}, {"value": "S896oo"}, {"value": "S896oom"}, {"value": "S896ooo"}, {"value": "S96"}, {"value": "S960m"}]}}, {"readOnly": true, "type": "string", "name": "hardwareType", "enum": {"items": [{"value": "Cisco_UCS"}, {"value": "HPE"}, {"value": "SDFLEX"}]}}]}, {"readOnly": true, "type": "string", "name": "hwRevision"}, {"type": "object", "name": "networkProfile", "props": [{"readOnly": true, "type": "string", "name": "circuitId"}, {"type": "array", "name": "networkInterfaces", "item": {"type": "object", "props": [{"type": "string", "name": "ipAddress"}]}}]}, {"type": "object", "name": "osProfile", "props": [{"type": "string", "name": "computerName"}, {"readOnly": true, "type": "string", "name": "osType"}, {"type": "string", "name": "sshPublicKey"}, {"readOnly": true, "type": "string", "name": "version"}]}, {"type": "string", "name": "partnerNodeId"}, {"readOnly": true, "type": "string", "name": "powerState", "enum": {"items": [{"value": "restarting"}, {"value": "started"}, {"value": "starting"}, {"value": "stopped"}, {"value": "stopping"}, {"value": "unknown"}]}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Creating"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Migrating"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"readOnly": true, "type": "string", "name": "proximityPlacementGroup"}, {"type": "object", "name": "storageProfile", "props": [{"readOnly": true, "type": "string", "name": "nfsIpAddress"}, {"type": "array", "name": "osDisks", "item": {"type": "object", "props": [{"type": "integer32", "name": "diskSizeGB"}, {"readOnly": true, "type": "integer32", "name": "lun"}, {"type": "string", "name": "name"}]}}]}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "update", "version": "2023-07-20-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.azurelargeinstance/azurelargeinstances/{}", "version": "2023-07-20-preview", "swagger": "mgmt-plane/azurelargeinstance/ResourceProviders/Microsoft.AzureLargeInstance/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuQXp1cmVMYXJnZUluc3RhbmNlL2F6dXJlTGFyZ2VJbnN0YW5jZXMve2F6dXJlTGFyZ2VJbnN0YW5jZU5hbWV9/V/MjAyMy0wNy0yMC1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.azureLargeInstanceName", "options": ["n", "name", "azure-large-instance-name"], "required": true, "idPart": "name", "help": {"short": "Name of the AzureLargeInstance."}, "format": {"pattern": ".*"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "TagsParameter", "args": [{"type": "object", "var": "$tagsParameter.tags", "options": ["tags"], "group": "TagsParameter", "help": {"short": "Resource tags."}, "additionalProps": {"item": {"type": "string"}}}]}], "operations": [{"operationId": "AzureLargeInstance_Update", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureLargeInstance/azureLargeInstances/{azureLargeInstanceName}", "request": {"method": "patch", "path": {"params": [{"type": "string", "name": "azureLargeInstanceName", "arg": "$Path.azureLargeInstanceName", "required": true, "format": {"pattern": ".*"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2023-07-20-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "tagsParameter", "required": true, "props": [{"type": "object", "name": "tags", "arg": "$tagsParameter.tags", "additionalProps": {"item": {"type": "string"}}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.AzureLargeInstance/azureLargeInstances/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "props": [{"readOnly": true, "type": "string", "name": "azureLargeInstanceId"}, {"type": "object", "name": "hardwareProfile", "props": [{"readOnly": true, "type": "string", "name": "azureLargeInstanceSize", "enum": {"items": [{"value": "S112"}, {"value": "S144"}, {"value": "S144m"}, {"value": "S192"}, {"value": "S192m"}, {"value": "S192xm"}, {"value": "S224"}, {"value": "S224m"}, {"value": "S224om"}, {"value": "S224oo"}, {"value": "S224oom"}, {"value": "S224ooo"}, {"value": "S224se"}, {"value": "S384"}, {"value": "S384m"}, {"value": "S384xm"}, {"value": "S384xxm"}, {"value": "S448"}, {"value": "S448m"}, {"value": "S448om"}, {"value": "S448oo"}, {"value": "S448oom"}, {"value": "S448ooo"}, {"value": "S448se"}, {"value": "S576m"}, {"value": "S576xm"}, {"value": "S672"}, {"value": "S672m"}, {"value": "S672om"}, {"value": "S672oo"}, {"value": "S672oom"}, {"value": "S672ooo"}, {"value": "S72"}, {"value": "S72m"}, {"value": "S768"}, {"value": "S768m"}, {"value": "S768xm"}, {"value": "S896"}, {"value": "S896m"}, {"value": "S896om"}, {"value": "S896oo"}, {"value": "S896oom"}, {"value": "S896ooo"}, {"value": "S96"}, {"value": "S960m"}]}}, {"readOnly": true, "type": "string", "name": "hardwareType", "enum": {"items": [{"value": "Cisco_UCS"}, {"value": "HPE"}, {"value": "SDFLEX"}]}}]}, {"readOnly": true, "type": "string", "name": "hwRevision"}, {"type": "object", "name": "networkProfile", "props": [{"readOnly": true, "type": "string", "name": "circuitId"}, {"type": "array", "name": "networkInterfaces", "item": {"type": "object", "props": [{"type": "string", "name": "ipAddress"}]}}]}, {"type": "object", "name": "osProfile", "props": [{"type": "string", "name": "computerName"}, {"readOnly": true, "type": "string", "name": "osType"}, {"type": "string", "name": "sshPublicKey"}, {"readOnly": true, "type": "string", "name": "version"}]}, {"type": "string", "name": "partnerNodeId"}, {"readOnly": true, "type": "string", "name": "powerState", "enum": {"items": [{"value": "restarting"}, {"value": "started"}, {"value": "starting"}, {"value": "stopped"}, {"value": "stopping"}, {"value": "unknown"}]}}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Creating"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Migrating"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"readOnly": true, "type": "string", "name": "proximityPlacementGroup"}, {"type": "object", "name": "storageProfile", "props": [{"readOnly": true, "type": "string", "name": "nfsIpAddress"}, {"type": "array", "name": "osDisks", "item": {"type": "object", "props": [{"type": "integer32", "name": "diskSizeGB"}, {"readOnly": true, "type": "integer32", "name": "lun"}, {"type": "string", "name": "name"}]}}]}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5henVyZWxhcmdlaW5zdGFuY2UvYXp1cmVsYXJnZWluc3RhbmNlcy97fQ==/2023-07-20-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5henVyZWxhcmdlaW5zdGFuY2UvYXp1cmVsYXJnZWluc3RhbmNlcy97fQ==/2023-07-20-preview.xml new file mode 100644 index 000000000..e9c53a17c --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5henVyZWxhcmdlaW5zdGFuY2UvYXp1cmVsYXJnZWluc3RhbmNlcy97fQ==/2023-07-20-preview.xml @@ -0,0 +1,407 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5henVyZWxhcmdlaW5zdGFuY2UvYXp1cmVsYXJnZWluc3RhbmNlcy97fS9yZXN0YXJ0/2023-07-20-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5henVyZWxhcmdlaW5zdGFuY2UvYXp1cmVsYXJnZWluc3RhbmNlcy97fS9yZXN0YXJ0/2023-07-20-preview.json new file mode 100644 index 000000000..be7c6f032 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5henVyZWxhcmdlaW5zdGFuY2UvYXp1cmVsYXJnZWluc3RhbmNlcy97fS9yZXN0YXJ0/2023-07-20-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.azurelargeinstance/azurelargeinstances/{}/restart", "version": "2023-07-20-preview", "swagger": "mgmt-plane/azurelargeinstance/ResourceProviders/Microsoft.AzureLargeInstance/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuQXp1cmVMYXJnZUluc3RhbmNlL2F6dXJlTGFyZ2VJbnN0YW5jZXMve2F6dXJlTGFyZ2VJbnN0YW5jZU5hbWV9L3Jlc3RhcnQ=/V/MjAyMy0wNy0yMC1wcmV2aWV3"}], "commandGroups": [{"name": "large-instance", "commands": [{"name": "restart", "version": "2023-07-20-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.azurelargeinstance/azurelargeinstances/{}/restart", "version": "2023-07-20-preview", "swagger": "mgmt-plane/azurelargeinstance/ResourceProviders/Microsoft.AzureLargeInstance/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuQXp1cmVMYXJnZUluc3RhbmNlL2F6dXJlTGFyZ2VJbnN0YW5jZXMve2F6dXJlTGFyZ2VJbnN0YW5jZU5hbWV9L3Jlc3RhcnQ=/V/MjAyMy0wNy0yMC1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.azureLargeInstanceName", "options": ["azure-large-instance-name"], "required": true, "idPart": "name", "help": {"short": "Name of the AzureLargeInstance."}, "format": {"pattern": ".*"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "ForceParameter", "args": [{"type": "string", "var": "$forceParameter.forceState", "options": ["force-state"], "group": "ForceParameter", "help": {"short": "Whether to force restart by shutting all processes."}, "enum": {"items": [{"name": "active", "value": "active"}, {"name": "inactive", "value": "inactive"}]}}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "AzureLargeInstance_Restart", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureLargeInstance/azureLargeInstances/{azureLargeInstanceName}/restart", "request": {"method": "post", "path": {"params": [{"type": "string", "name": "azureLargeInstanceName", "arg": "$Path.azureLargeInstanceName", "required": true, "format": {"pattern": ".*"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2023-07-20-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "forceParameter", "props": [{"type": "string", "name": "forceState", "arg": "$forceParameter.forceState", "enum": {"items": [{"value": "active"}, {"value": "inactive"}]}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "dateTime", "name": "endTime"}, {"type": "object", "name": "error", "props": [{"readOnly": true, "type": "array", "name": "additionalInfo", "item": {"type": "object", "props": [{"readOnly": true, "type": "object", "name": "info"}, {"readOnly": true, "type": "string", "name": "type"}]}}, {"readOnly": true, "type": "string", "name": "code"}, {"readOnly": true, "type": "array<@ErrorDetail_read>", "name": "details", "item": {"type": "@ErrorDetail_read"}, "identifiers": ["target", "message"]}, {"readOnly": true, "type": "string", "name": "message"}, {"readOnly": true, "type": "string", "name": "target"}], "cls": "ErrorDetail_read"}, {"type": "ResourceId", "name": "id"}, {"type": "string", "name": "name"}, {"type": "array<@OperationStatusResult_read>", "name": "operations", "item": {"type": "@OperationStatusResult_read"}}, {"type": "float", "name": "percentComplete", "format": {"maximum": 100.0, "minimum": 0.0}}, {"readOnly": true, "type": "ResourceId", "name": "resourceId"}, {"type": "dateTime", "name": "startTime"}, {"type": "string", "name": "status", "required": true}], "cls": "OperationStatusResult_read"}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5henVyZWxhcmdlaW5zdGFuY2UvYXp1cmVsYXJnZWluc3RhbmNlcy97fS9yZXN0YXJ0/2023-07-20-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5henVyZWxhcmdlaW5zdGFuY2UvYXp1cmVsYXJnZWluc3RhbmNlcy97fS9yZXN0YXJ0/2023-07-20-preview.xml new file mode 100644 index 000000000..f33f4a109 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5henVyZWxhcmdlaW5zdGFuY2UvYXp1cmVsYXJnZWluc3RhbmNlcy97fS9yZXN0YXJ0/2023-07-20-preview.xml @@ -0,0 +1,108 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + +
+
+ +
+
+
diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5henVyZWxhcmdlaW5zdGFuY2UvYXp1cmVsYXJnZWluc3RhbmNlcy97fS9zaHV0ZG93bg==/2023-07-20-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5henVyZWxhcmdlaW5zdGFuY2UvYXp1cmVsYXJnZWluc3RhbmNlcy97fS9zaHV0ZG93bg==/2023-07-20-preview.json new file mode 100644 index 000000000..6682c0271 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5henVyZWxhcmdlaW5zdGFuY2UvYXp1cmVsYXJnZWluc3RhbmNlcy97fS9zaHV0ZG93bg==/2023-07-20-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.azurelargeinstance/azurelargeinstances/{}/shutdown", "version": "2023-07-20-preview", "swagger": "mgmt-plane/azurelargeinstance/ResourceProviders/Microsoft.AzureLargeInstance/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuQXp1cmVMYXJnZUluc3RhbmNlL2F6dXJlTGFyZ2VJbnN0YW5jZXMve2F6dXJlTGFyZ2VJbnN0YW5jZU5hbWV9L3NodXRkb3du/V/MjAyMy0wNy0yMC1wcmV2aWV3"}], "commandGroups": [{"name": "large-instance", "commands": [{"name": "shutdown", "version": "2023-07-20-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.azurelargeinstance/azurelargeinstances/{}/shutdown", "version": "2023-07-20-preview", "swagger": "mgmt-plane/azurelargeinstance/ResourceProviders/Microsoft.AzureLargeInstance/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuQXp1cmVMYXJnZUluc3RhbmNlL2F6dXJlTGFyZ2VJbnN0YW5jZXMve2F6dXJlTGFyZ2VJbnN0YW5jZU5hbWV9L3NodXRkb3du/V/MjAyMy0wNy0yMC1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.azureLargeInstanceName", "options": ["azure-large-instance-name"], "required": true, "idPart": "name", "help": {"short": "Name of the AzureLargeInstance."}, "format": {"pattern": ".*"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "AzureLargeInstance_Shutdown", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureLargeInstance/azureLargeInstances/{azureLargeInstanceName}/shutdown", "request": {"method": "post", "path": {"params": [{"type": "string", "name": "azureLargeInstanceName", "arg": "$Path.azureLargeInstanceName", "required": true, "format": {"pattern": ".*"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2023-07-20-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "dateTime", "name": "endTime"}, {"type": "object", "name": "error", "props": [{"readOnly": true, "type": "array", "name": "additionalInfo", "item": {"type": "object", "props": [{"readOnly": true, "type": "object", "name": "info"}, {"readOnly": true, "type": "string", "name": "type"}]}}, {"readOnly": true, "type": "string", "name": "code"}, {"readOnly": true, "type": "array<@ErrorDetail_read>", "name": "details", "item": {"type": "@ErrorDetail_read"}, "identifiers": ["target", "message"]}, {"readOnly": true, "type": "string", "name": "message"}, {"readOnly": true, "type": "string", "name": "target"}], "cls": "ErrorDetail_read"}, {"type": "ResourceId", "name": "id"}, {"type": "string", "name": "name"}, {"type": "array<@OperationStatusResult_read>", "name": "operations", "item": {"type": "@OperationStatusResult_read"}}, {"type": "float", "name": "percentComplete", "format": {"maximum": 100.0, "minimum": 0.0}}, {"readOnly": true, "type": "ResourceId", "name": "resourceId"}, {"type": "dateTime", "name": "startTime"}, {"type": "string", "name": "status", "required": true}], "cls": "OperationStatusResult_read"}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5henVyZWxhcmdlaW5zdGFuY2UvYXp1cmVsYXJnZWluc3RhbmNlcy97fS9zaHV0ZG93bg==/2023-07-20-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5henVyZWxhcmdlaW5zdGFuY2UvYXp1cmVsYXJnZWluc3RhbmNlcy97fS9zaHV0ZG93bg==/2023-07-20-preview.xml new file mode 100644 index 000000000..c7e09d5ce --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5henVyZWxhcmdlaW5zdGFuY2UvYXp1cmVsYXJnZWluc3RhbmNlcy97fS9zaHV0ZG93bg==/2023-07-20-preview.xml @@ -0,0 +1,87 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + +
+
+ +
+
+
diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5henVyZWxhcmdlaW5zdGFuY2UvYXp1cmVsYXJnZWluc3RhbmNlcy97fS9zdGFydA==/2023-07-20-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5henVyZWxhcmdlaW5zdGFuY2UvYXp1cmVsYXJnZWluc3RhbmNlcy97fS9zdGFydA==/2023-07-20-preview.json new file mode 100644 index 000000000..53a8ade83 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5henVyZWxhcmdlaW5zdGFuY2UvYXp1cmVsYXJnZWluc3RhbmNlcy97fS9zdGFydA==/2023-07-20-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.azurelargeinstance/azurelargeinstances/{}/start", "version": "2023-07-20-preview", "swagger": "mgmt-plane/azurelargeinstance/ResourceProviders/Microsoft.AzureLargeInstance/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuQXp1cmVMYXJnZUluc3RhbmNlL2F6dXJlTGFyZ2VJbnN0YW5jZXMve2F6dXJlTGFyZ2VJbnN0YW5jZU5hbWV9L3N0YXJ0/V/MjAyMy0wNy0yMC1wcmV2aWV3"}], "commandGroups": [{"name": "large-instance", "commands": [{"name": "start", "version": "2023-07-20-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.azurelargeinstance/azurelargeinstances/{}/start", "version": "2023-07-20-preview", "swagger": "mgmt-plane/azurelargeinstance/ResourceProviders/Microsoft.AzureLargeInstance/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuQXp1cmVMYXJnZUluc3RhbmNlL2F6dXJlTGFyZ2VJbnN0YW5jZXMve2F6dXJlTGFyZ2VJbnN0YW5jZU5hbWV9L3N0YXJ0/V/MjAyMy0wNy0yMC1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.azureLargeInstanceName", "options": ["azure-large-instance-name"], "required": true, "idPart": "name", "help": {"short": "Name of the AzureLargeInstance."}, "format": {"pattern": ".*"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "AzureLargeInstance_Start", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureLargeInstance/azureLargeInstances/{azureLargeInstanceName}/start", "request": {"method": "post", "path": {"params": [{"type": "string", "name": "azureLargeInstanceName", "arg": "$Path.azureLargeInstanceName", "required": true, "format": {"pattern": ".*"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2023-07-20-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"type": "dateTime", "name": "endTime"}, {"type": "object", "name": "error", "props": [{"readOnly": true, "type": "array", "name": "additionalInfo", "item": {"type": "object", "props": [{"readOnly": true, "type": "object", "name": "info"}, {"readOnly": true, "type": "string", "name": "type"}]}}, {"readOnly": true, "type": "string", "name": "code"}, {"readOnly": true, "type": "array<@ErrorDetail_read>", "name": "details", "item": {"type": "@ErrorDetail_read"}, "identifiers": ["target", "message"]}, {"readOnly": true, "type": "string", "name": "message"}, {"readOnly": true, "type": "string", "name": "target"}], "cls": "ErrorDetail_read"}, {"type": "ResourceId", "name": "id"}, {"type": "string", "name": "name"}, {"type": "array<@OperationStatusResult_read>", "name": "operations", "item": {"type": "@OperationStatusResult_read"}}, {"type": "float", "name": "percentComplete", "format": {"maximum": 100.0, "minimum": 0.0}}, {"readOnly": true, "type": "ResourceId", "name": "resourceId"}, {"type": "dateTime", "name": "startTime"}, {"type": "string", "name": "status", "required": true}], "cls": "OperationStatusResult_read"}}}}, {"statusCode": [202], "header": {"items": [{"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5henVyZWxhcmdlaW5zdGFuY2UvYXp1cmVsYXJnZWluc3RhbmNlcy97fS9zdGFydA==/2023-07-20-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5henVyZWxhcmdlaW5zdGFuY2UvYXp1cmVsYXJnZWluc3RhbmNlcy97fS9zdGFydA==/2023-07-20-preview.xml new file mode 100644 index 000000000..ec7b4e018 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5henVyZWxhcmdlaW5zdGFuY2UvYXp1cmVsYXJnZWluc3RhbmNlcy97fS9zdGFydA==/2023-07-20-preview.xml @@ -0,0 +1,87 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + + +
+
+ +
+
+
diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5henVyZWxhcmdlaW5zdGFuY2UvYXp1cmVsYXJnZXN0b3JhZ2VpbnN0YW5jZXM=/2023-07-20-preview.md b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5henVyZWxhcmdlaW5zdGFuY2UvYXp1cmVsYXJnZXN0b3JhZ2VpbnN0YW5jZXM=/2023-07-20-preview.md new file mode 100644 index 000000000..016a9b12e --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5henVyZWxhcmdlaW5zdGFuY2UvYXp1cmVsYXJnZXN0b3JhZ2VpbnN0YW5jZXM=/2023-07-20-preview.md @@ -0,0 +1 @@ +Reference [/subscriptions/{}/providers/microsoft.azurelargeinstance/azurelargestorageinstances 2023-07-20-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5henVyZWxhcmdlaW5zdGFuY2UvYXp1cmVsYXJnZXN0b3JhZ2VpbnN0YW5jZXM=/2023-07-20-preview.xml) diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5henVyZWxhcmdlaW5zdGFuY2UvYXp1cmVsYXJnZXN0b3JhZ2VpbnN0YW5jZXMve30=/2023-07-20-preview.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5henVyZWxhcmdlaW5zdGFuY2UvYXp1cmVsYXJnZXN0b3JhZ2VpbnN0YW5jZXMve30=/2023-07-20-preview.json new file mode 100644 index 000000000..1999cd3b4 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5henVyZWxhcmdlaW5zdGFuY2UvYXp1cmVsYXJnZXN0b3JhZ2VpbnN0YW5jZXMve30=/2023-07-20-preview.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.azurelargeinstance/azurelargestorageinstances/{}", "version": "2023-07-20-preview", "swagger": "mgmt-plane/azurelargeinstance/ResourceProviders/Microsoft.AzureLargeInstance/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuQXp1cmVMYXJnZUluc3RhbmNlL2F6dXJlTGFyZ2VTdG9yYWdlSW5zdGFuY2VzL3thenVyZUxhcmdlU3RvcmFnZUluc3RhbmNlTmFtZX0=/V/MjAyMy0wNy0yMC1wcmV2aWV3"}], "commandGroups": [{"name": "large-storage-instance", "commands": [{"name": "show", "version": "2023-07-20-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.azurelargeinstance/azurelargestorageinstances/{}", "version": "2023-07-20-preview", "swagger": "mgmt-plane/azurelargeinstance/ResourceProviders/Microsoft.AzureLargeInstance/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuQXp1cmVMYXJnZUluc3RhbmNlL2F6dXJlTGFyZ2VTdG9yYWdlSW5zdGFuY2VzL3thenVyZUxhcmdlU3RvcmFnZUluc3RhbmNlTmFtZX0=/V/MjAyMy0wNy0yMC1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.azureLargeStorageInstanceName", "options": ["n", "name", "azure-large-storage-instance-name"], "required": true, "idPart": "name", "help": {"short": "Name of the AzureLargeStorageInstance."}, "format": {"pattern": ".*"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"operationId": "AzureLargeStorageInstance_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureLargeInstance/azureLargeStorageInstances/{azureLargeStorageInstanceName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "azureLargeStorageInstanceName", "arg": "$Path.azureLargeStorageInstanceName", "required": true, "format": {"pattern": ".*"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2023-07-20-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.AzureLargeInstance/azureLargeStorageInstances/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "props": [{"type": "string", "name": "azureLargeStorageInstanceUniqueIdentifier"}, {"type": "object", "name": "storageProperties", "props": [{"type": "string", "name": "generation"}, {"type": "string", "name": "hardwareType", "enum": {"items": [{"value": "Cisco_UCS"}, {"value": "HPE"}, {"value": "SDFLEX"}]}}, {"type": "string", "name": "offeringType"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Creating"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Migrating"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "object", "name": "storageBillingProperties", "props": [{"type": "string", "name": "billingMode"}, {"type": "string", "name": "sku"}]}, {"type": "string", "name": "storageType"}, {"type": "string", "name": "workloadType"}]}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "update", "version": "2023-07-20-preview", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.azurelargeinstance/azurelargestorageinstances/{}", "version": "2023-07-20-preview", "swagger": "mgmt-plane/azurelargeinstance/ResourceProviders/Microsoft.AzureLargeInstance/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuQXp1cmVMYXJnZUluc3RhbmNlL2F6dXJlTGFyZ2VTdG9yYWdlSW5zdGFuY2VzL3thenVyZUxhcmdlU3RvcmFnZUluc3RhbmNlTmFtZX0=/V/MjAyMy0wNy0yMC1wcmV2aWV3"}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.azureLargeStorageInstanceName", "options": ["n", "name", "azure-large-storage-instance-name"], "required": true, "idPart": "name", "help": {"short": "Name of the AzureLargeStorageInstance."}, "format": {"pattern": ".*"}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "TagsParameter", "args": [{"type": "object", "var": "$tagsParameter.tags", "options": ["tags"], "group": "TagsParameter", "help": {"short": "Resource tags."}, "additionalProps": {"item": {"type": "string"}}}]}], "operations": [{"operationId": "AzureLargeStorageInstance_Update", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureLargeInstance/azureLargeStorageInstances/{azureLargeStorageInstanceName}", "request": {"method": "patch", "path": {"params": [{"type": "string", "name": "azureLargeStorageInstanceName", "arg": "$Path.azureLargeStorageInstanceName", "required": true, "format": {"pattern": ".*"}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2023-07-20-preview"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "tagsParameter", "required": true, "props": [{"type": "object", "name": "tags", "arg": "$tagsParameter.tags", "additionalProps": {"item": {"type": "string"}}}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.AzureLargeInstance/azureLargeStorageInstances/{}"}}, {"type": "ResourceLocation", "name": "location", "required": true}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "props": [{"type": "string", "name": "azureLargeStorageInstanceUniqueIdentifier"}, {"type": "object", "name": "storageProperties", "props": [{"type": "string", "name": "generation"}, {"type": "string", "name": "hardwareType", "enum": {"items": [{"value": "Cisco_UCS"}, {"value": "HPE"}, {"value": "SDFLEX"}]}}, {"type": "string", "name": "offeringType"}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Creating"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Migrating"}, {"value": "Succeeded"}, {"value": "Updating"}]}}, {"type": "object", "name": "storageBillingProperties", "props": [{"type": "string", "name": "billingMode"}, {"type": "string", "name": "sku"}]}, {"type": "string", "name": "storageType"}, {"type": "string", "name": "workloadType"}]}], "clientFlatten": true}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt"}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt"}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"type": "object", "name": "tags", "additionalProps": {"item": {"type": "string"}}}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@MgmtErrorFormat"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5henVyZWxhcmdlaW5zdGFuY2UvYXp1cmVsYXJnZXN0b3JhZ2VpbnN0YW5jZXMve30=/2023-07-20-preview.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5henVyZWxhcmdlaW5zdGFuY2UvYXp1cmVsYXJnZXN0b3JhZ2VpbnN0YW5jZXMve30=/2023-07-20-preview.xml new file mode 100644 index 000000000..d745dca78 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5henVyZWxhcmdlaW5zdGFuY2UvYXp1cmVsYXJnZXN0b3JhZ2VpbnN0YW5jZXMve30=/2023-07-20-preview.xml @@ -0,0 +1,251 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +