diff --git a/Commands/storage/account/task-assignment/_create.md b/Commands/storage/account/task-assignment/_create.md index d66bdd8ae..c3ad9438e 100644 --- a/Commands/storage/account/task-assignment/_create.md +++ b/Commands/storage/account/task-assignment/_create.md @@ -18,3 +18,14 @@ Create a new storage task assignment sub-resource with the specified parameters. ```bash storage account task-assignment create -g rg_name -n task_assignment_name --account-name storage_account_name --description 'My Storage task assignment' --enabled false --task-id 'task_id' --report '{prefix:container1}' --execution-context '{trigger:{type:OnSchedule,parameters:{start-from:'2024-08-14T21:52:47Z',end-by:'2024-09-04T21:52:47.203074Z',interval:10,interval-unit:Days}},target:{prefix:[prefix1,prefix2],exclude-prefix:[prefix3]}}' ``` + +### [2025-08-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5zdG9yYWdlL3N0b3JhZ2VhY2NvdW50cy97fS9zdG9yYWdldGFza2Fzc2lnbm1lbnRzL3t9/2025-08-01.xml) **Stable** + + + +#### examples + +- Create Storage TaskAssignment + ```bash + storage account task-assignment create -g rg_name -n task_assignment_name --account-name storage_account_name --description 'My Storage task assignment' --enabled false --task-id 'task_id' --report '{prefix:container1}' --execution-context '{trigger:{type:OnSchedule,parameters:{start-from:'2024-08-14T21:52:47Z',end-by:'2024-09-04T21:52:47.203074Z',interval:10,interval-unit:Days}},target:{prefix:[prefix1,prefix2],exclude-prefix:[prefix3]}}' + ``` diff --git a/Commands/storage/account/task-assignment/_delete.md b/Commands/storage/account/task-assignment/_delete.md index 197f88984..9d1ae392d 100644 --- a/Commands/storage/account/task-assignment/_delete.md +++ b/Commands/storage/account/task-assignment/_delete.md @@ -18,3 +18,14 @@ Delete the storage task assignment sub-resource ```bash storage account task-assignment delete --resource-group res4228 --account-name sto4445 --storage-task-assignment-name myassignment1 ``` + +### [2025-08-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5zdG9yYWdlL3N0b3JhZ2VhY2NvdW50cy97fS9zdG9yYWdldGFza2Fzc2lnbm1lbnRzL3t9/2025-08-01.xml) **Stable** + + + +#### examples + +- Delete Storage TaskAssignment + ```bash + storage account task-assignment delete --resource-group res4228 --account-name sto4445 --storage-task-assignment-name myassignment1 + ``` diff --git a/Commands/storage/account/task-assignment/_list-report.md b/Commands/storage/account/task-assignment/_list-report.md index 26e2a6931..95a1f6892 100644 --- a/Commands/storage/account/task-assignment/_list-report.md +++ b/Commands/storage/account/task-assignment/_list-report.md @@ -18,3 +18,14 @@ List the report summary of a single storage task assignment's instances ```bash storage account task-assignment list-report --resource-group res4228 --account-name sto4445 --storage-task-assignment-name myassignment1 ``` + +### [2025-08-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5zdG9yYWdlL3N0b3JhZ2VhY2NvdW50cy97fS9zdG9yYWdldGFza2Fzc2lnbm1lbnRzL3t9L3JlcG9ydHM=/2025-08-01.xml) **Stable** + + + +#### examples + +- List Storage TaskAssignment InstancesReportSummary + ```bash + storage account task-assignment list-report --resource-group res4228 --account-name sto4445 --storage-task-assignment-name myassignment1 + ``` diff --git a/Commands/storage/account/task-assignment/_list.md b/Commands/storage/account/task-assignment/_list.md index f898a3e85..ce1a17aa7 100644 --- a/Commands/storage/account/task-assignment/_list.md +++ b/Commands/storage/account/task-assignment/_list.md @@ -18,3 +18,14 @@ List all the storage task assignments in an account ```bash storage account task-assignment list --resource-group res4228 --account-name sto4445 ``` + +### [2025-08-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5zdG9yYWdlL3N0b3JhZ2VhY2NvdW50cy97fS9zdG9yYWdldGFza2Fzc2lnbm1lbnRz/2025-08-01.xml) **Stable** + + + +#### examples + +- List Storage TaskAssignments + ```bash + storage account task-assignment list --resource-group res4228 --account-name sto4445 + ``` diff --git a/Commands/storage/account/task-assignment/_show.md b/Commands/storage/account/task-assignment/_show.md index f6d84d6ce..49bee5437 100644 --- a/Commands/storage/account/task-assignment/_show.md +++ b/Commands/storage/account/task-assignment/_show.md @@ -18,3 +18,14 @@ Get the storage task assignment properties ```bash storage account task-assignment show -g rg_name -n task_assignment_name --account-name storage_account_name ``` + +### [2025-08-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5zdG9yYWdlL3N0b3JhZ2VhY2NvdW50cy97fS9zdG9yYWdldGFza2Fzc2lnbm1lbnRzL3t9/2025-08-01.xml) **Stable** + + + +#### examples + +- Get Storage TaskAssignment + ```bash + storage account task-assignment show -g rg_name -n task_assignment_name --account-name storage_account_name + ``` diff --git a/Commands/storage/account/task-assignment/_update.md b/Commands/storage/account/task-assignment/_update.md index 09d65f9aa..11d6daefe 100644 --- a/Commands/storage/account/task-assignment/_update.md +++ b/Commands/storage/account/task-assignment/_update.md @@ -18,3 +18,14 @@ Update a new storage task assignment sub-resource with the specified parameters. ```bash storage account task-assignment update -g rg_name -n task_assignment_name --account-name storage_account_name --description 'My Storage task assignment' --enabled true --task-id 'task_id' --report '{prefix:container1}' --execution-context '{trigger:{type:OnSchedule,parameters:{start-from:'2024-08-15T21:52:47Z',end-by:'2024-09-05T21:52:47.203074Z',interval:10,interval-unit:Days}},target:{prefix:[prefix1,prefix2],exclude-prefix:[prefix3]}}' ``` + +### [2025-08-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5zdG9yYWdlL3N0b3JhZ2VhY2NvdW50cy97fS9zdG9yYWdldGFza2Fzc2lnbm1lbnRzL3t9/2025-08-01.xml) **Stable** + + + +#### examples + +- Update Storage TaskAssignment + ```bash + storage account task-assignment update -g rg_name -n task_assignment_name --account-name storage_account_name --description 'My Storage task assignment' --enabled true --task-id 'task_id' --report '{prefix:container1}' --execution-context '{trigger:{type:OnSchedule,parameters:{start-from:'2024-08-15T21:52:47Z',end-by:'2024-09-05T21:52:47.203074Z',interval:10,interval-unit:Days}},target:{prefix:[prefix1,prefix2],exclude-prefix:[prefix3]}}' + ``` diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5zdG9yYWdlL3N0b3JhZ2VhY2NvdW50cy97fS9zdG9yYWdldGFza2Fzc2lnbm1lbnRz/2025-08-01.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5zdG9yYWdlL3N0b3JhZ2VhY2NvdW50cy97fS9zdG9yYWdldGFza2Fzc2lnbm1lbnRz/2025-08-01.json new file mode 100644 index 000000000..a1d41a873 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5zdG9yYWdlL3N0b3JhZ2VhY2NvdW50cy97fS9zdG9yYWdldGFza2Fzc2lnbm1lbnRz/2025-08-01.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.storage/storageaccounts/{}/storagetaskassignments", "version": "2025-08-01", "swagger": "mgmt-plane/storage/ResourceProviders/Microsoft.Storage/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMve2FjY291bnROYW1lfS9zdG9yYWdlVGFza0Fzc2lnbm1lbnRz/V/MjAyNS0wOC0wMQ=="}], "commandGroups": [{"name": "storage account task-assignment", "commands": [{"name": "list", "version": "2025-08-01", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.storage/storageaccounts/{}/storagetaskassignments", "version": "2025-08-01", "swagger": "mgmt-plane/storage/ResourceProviders/Microsoft.Storage/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMve2FjY291bnROYW1lfS9zdG9yYWdlVGFza0Fzc2lnbm1lbnRz/V/MjAyNS0wOC0wMQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.accountName", "options": ["account-name"], "required": true, "idPart": "name", "help": {"short": "The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only."}, "format": {"pattern": "^[a-z0-9]+$", "maxLength": 24, "minLength": 3}}, {"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"}, {"type": "integer32", "var": "$Query.top", "options": ["top"], "help": {"short": "Optional, specifies the maximum number of storage task assignment Ids to be included in the list response."}}]}], "operations": [{"operationId": "StorageTaskAssignments_List", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/storageTaskAssignments", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "accountName", "arg": "$Path.accountName", "required": true, "format": {"pattern": "^[a-z0-9]+$", "maxLength": 24, "minLength": 3}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"params": [{"type": "integer32", "name": "$top", "arg": "$Query.top"}], "consts": [{"readOnly": true, "const": true, "default": {"value": "2025-08-01"}, "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"}, {"readOnly": true, "type": "array", "name": "value", "item": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.Storage/storageAccounts/{}/storageTaskAssignments/{}"}}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "props": [{"type": "string", "name": "description", "required": true}, {"type": "boolean", "name": "enabled", "required": true}, {"type": "object", "name": "executionContext", "required": true, "props": [{"type": "object", "name": "target", "props": [{"type": "array", "name": "excludePrefix", "item": {"type": "string"}}, {"type": "array", "name": "prefix", "item": {"type": "string"}}]}, {"type": "object", "name": "trigger", "required": true, "props": [{"type": "object", "name": "parameters", "required": true, "props": [{"type": "dateTime", "name": "endBy", "format": {"protocol": "iso"}}, {"type": "integer32", "name": "interval", "format": {"minimum": 1}}, {"type": "string", "name": "intervalUnit", "enum": {"items": [{"value": "Days"}]}}, {"type": "dateTime", "name": "startFrom", "format": {"protocol": "iso"}}, {"type": "dateTime", "name": "startOn", "format": {"protocol": "iso"}}]}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "MockRun"}, {"value": "OnSchedule"}, {"value": "RunOnce"}]}}]}]}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Creating"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "ValidateSubscriptionQuotaBegin"}, {"value": "ValidateSubscriptionQuotaEnd"}]}}, {"type": "object", "name": "report", "required": true, "props": [{"type": "string", "name": "prefix", "required": true}]}, {"type": "object", "name": "runStatus", "props": [{"readOnly": true, "type": "string", "name": "finishTime"}, {"readOnly": true, "type": "string", "name": "objectFailedCount"}, {"readOnly": true, "type": "string", "name": "objectsOperatedOnCount"}, {"readOnly": true, "type": "string", "name": "objectsSucceededCount"}, {"readOnly": true, "type": "string", "name": "objectsTargetedCount"}, {"readOnly": true, "type": "string", "name": "runResult", "enum": {"items": [{"value": "Failed"}, {"value": "Succeeded"}]}}, {"readOnly": true, "type": "string", "name": "runStatusEnum", "enum": {"items": [{"value": "Finished"}, {"value": "InProgress"}]}}, {"readOnly": true, "type": "string", "name": "runStatusError"}, {"readOnly": true, "type": "string", "name": "startTime"}, {"readOnly": true, "type": "ResourceId", "name": "storageAccountId"}, {"readOnly": true, "type": "string", "name": "summaryReportPath"}, {"readOnly": true, "type": "ResourceId", "name": "taskAssignmentId"}, {"readOnly": true, "type": "ResourceId", "name": "taskId"}, {"readOnly": true, "type": "string", "name": "taskVersion"}]}, {"type": "ResourceId", "name": "taskId", "required": true}]}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt", "format": {"protocol": "iso"}}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt", "format": {"protocol": "iso"}}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"readOnly": true, "type": "string", "name": "type"}]}}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@ODataV4Format"}}}}]}}], "outputs": [{"type": "array", "ref": "$Instance.value", "clientFlatten": true, "nextLink": "$Instance.nextLink"}], "confirmation": ""}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5zdG9yYWdlL3N0b3JhZ2VhY2NvdW50cy97fS9zdG9yYWdldGFza2Fzc2lnbm1lbnRz/2025-08-01.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5zdG9yYWdlL3N0b3JhZ2VhY2NvdW50cy97fS9zdG9yYWdldGFza2Fzc2lnbm1lbnRz/2025-08-01.xml new file mode 100644 index 000000000..8aa955704 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5zdG9yYWdlL3N0b3JhZ2VhY2NvdW50cy97fS9zdG9yYWdldGFza2Fzc2lnbm1lbnRz/2025-08-01.xml @@ -0,0 +1,178 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5zdG9yYWdlL3N0b3JhZ2VhY2NvdW50cy97fS9zdG9yYWdldGFza2Fzc2lnbm1lbnRzL3t9/2025-08-01.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5zdG9yYWdlL3N0b3JhZ2VhY2NvdW50cy97fS9zdG9yYWdldGFza2Fzc2lnbm1lbnRzL3t9/2025-08-01.json new file mode 100644 index 000000000..7243081b4 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5zdG9yYWdlL3N0b3JhZ2VhY2NvdW50cy97fS9zdG9yYWdldGFza2Fzc2lnbm1lbnRzL3t9/2025-08-01.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.storage/storageaccounts/{}/storagetaskassignments/{}", "version": "2025-08-01", "swagger": "mgmt-plane/storage/ResourceProviders/Microsoft.Storage/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMve2FjY291bnROYW1lfS9zdG9yYWdlVGFza0Fzc2lnbm1lbnRzL3tzdG9yYWdlVGFza0Fzc2lnbm1lbnROYW1lfQ==/V/MjAyNS0wOC0wMQ=="}], "commandGroups": [{"name": "storage account task-assignment", "commands": [{"name": "show", "version": "2025-08-01", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.storage/storageaccounts/{}/storagetaskassignments/{}", "version": "2025-08-01", "swagger": "mgmt-plane/storage/ResourceProviders/Microsoft.Storage/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMve2FjY291bnROYW1lfS9zdG9yYWdlVGFza0Fzc2lnbm1lbnRzL3tzdG9yYWdlVGFza0Fzc2lnbm1lbnROYW1lfQ==/V/MjAyNS0wOC0wMQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.accountName", "options": ["account-name"], "required": true, "idPart": "name", "help": {"short": "The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only."}, "format": {"pattern": "^[a-z0-9]+$", "maxLength": 24, "minLength": 3}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "string", "var": "$Path.storageTaskAssignmentName", "options": ["n", "name", "storage-task-assignment-name"], "required": true, "idPart": "child_name_1", "help": {"short": "The name of the storage task assignment within the specified resource group. Storage task assignment names must be between 3 and 24 characters in length and use numbers and lower-case letters only."}, "format": {"pattern": "^[a-z][a-z0-9]{2,23}$", "maxLength": 24, "minLength": 3}}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"operationId": "StorageTaskAssignments_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/storageTaskAssignments/{storageTaskAssignmentName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "accountName", "arg": "$Path.accountName", "required": true, "format": {"pattern": "^[a-z0-9]+$", "maxLength": 24, "minLength": 3}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "string", "name": "storageTaskAssignmentName", "arg": "$Path.storageTaskAssignmentName", "required": true, "format": {"pattern": "^[a-z][a-z0-9]{2,23}$", "maxLength": 24, "minLength": 3}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-08-01"}, "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.Storage/storageAccounts/{}/storageTaskAssignments/{}"}}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "props": [{"type": "string", "name": "description", "required": true}, {"type": "boolean", "name": "enabled", "required": true}, {"type": "object", "name": "executionContext", "required": true, "props": [{"type": "object", "name": "target", "props": [{"type": "array", "name": "excludePrefix", "item": {"type": "string"}}, {"type": "array", "name": "prefix", "item": {"type": "string"}}]}, {"type": "object", "name": "trigger", "required": true, "props": [{"type": "object", "name": "parameters", "required": true, "props": [{"type": "dateTime", "name": "endBy", "format": {"protocol": "iso"}}, {"type": "integer32", "name": "interval", "format": {"minimum": 1}}, {"type": "string", "name": "intervalUnit", "enum": {"items": [{"value": "Days"}]}}, {"type": "dateTime", "name": "startFrom", "format": {"protocol": "iso"}}, {"type": "dateTime", "name": "startOn", "format": {"protocol": "iso"}}]}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "MockRun"}, {"value": "OnSchedule"}, {"value": "RunOnce"}]}}]}]}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Creating"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "ValidateSubscriptionQuotaBegin"}, {"value": "ValidateSubscriptionQuotaEnd"}]}}, {"type": "object", "name": "report", "required": true, "props": [{"type": "string", "name": "prefix", "required": true}]}, {"type": "object", "name": "runStatus", "props": [{"readOnly": true, "type": "string", "name": "finishTime"}, {"readOnly": true, "type": "string", "name": "objectFailedCount"}, {"readOnly": true, "type": "string", "name": "objectsOperatedOnCount"}, {"readOnly": true, "type": "string", "name": "objectsSucceededCount"}, {"readOnly": true, "type": "string", "name": "objectsTargetedCount"}, {"readOnly": true, "type": "string", "name": "runResult", "enum": {"items": [{"value": "Failed"}, {"value": "Succeeded"}]}}, {"readOnly": true, "type": "string", "name": "runStatusEnum", "enum": {"items": [{"value": "Finished"}, {"value": "InProgress"}]}}, {"readOnly": true, "type": "string", "name": "runStatusError"}, {"readOnly": true, "type": "string", "name": "startTime"}, {"readOnly": true, "type": "ResourceId", "name": "storageAccountId"}, {"readOnly": true, "type": "string", "name": "summaryReportPath"}, {"readOnly": true, "type": "ResourceId", "name": "taskAssignmentId"}, {"readOnly": true, "type": "ResourceId", "name": "taskId"}, {"readOnly": true, "type": "string", "name": "taskVersion"}]}, {"type": "ResourceId", "name": "taskId", "required": true}]}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt", "format": {"protocol": "iso"}}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt", "format": {"protocol": "iso"}}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@ODataV4Format"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "delete", "version": "2025-08-01", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.storage/storageaccounts/{}/storagetaskassignments/{}", "version": "2025-08-01", "swagger": "mgmt-plane/storage/ResourceProviders/Microsoft.Storage/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMve2FjY291bnROYW1lfS9zdG9yYWdlVGFza0Fzc2lnbm1lbnRzL3tzdG9yYWdlVGFza0Fzc2lnbm1lbnROYW1lfQ==/V/MjAyNS0wOC0wMQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.accountName", "options": ["account-name"], "required": true, "idPart": "name", "help": {"short": "The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only."}, "format": {"pattern": "^[a-z0-9]+$", "maxLength": 24, "minLength": 3}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "string", "var": "$Path.storageTaskAssignmentName", "options": ["n", "name", "storage-task-assignment-name"], "required": true, "idPart": "child_name_1", "help": {"short": "The name of the storage task assignment within the specified resource group. Storage task assignment names must be between 3 and 24 characters in length and use numbers and lower-case letters only."}, "format": {"pattern": "^[a-z][a-z0-9]{2,23}$", "maxLength": 24, "minLength": 3}}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}], "operations": [{"longRunning": {"finalStateVia": "location"}, "operationId": "StorageTaskAssignments_Delete", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/storageTaskAssignments/{storageTaskAssignmentName}", "request": {"method": "delete", "path": {"params": [{"type": "string", "name": "accountName", "arg": "$Path.accountName", "required": true, "format": {"pattern": "^[a-z0-9]+$", "maxLength": 24, "minLength": 3}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "string", "name": "storageTaskAssignmentName", "arg": "$Path.storageTaskAssignmentName", "required": true, "format": {"pattern": "^[a-z][a-z0-9]{2,23}$", "maxLength": 24, "minLength": 3}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-08-01"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}}, "responses": [{"statusCode": [202], "header": {"items": [{"name": "Azure-AsyncOperation"}, {"name": "Location"}, {"name": "Retry-After"}]}}, {"statusCode": [204]}, {"statusCode": [200, 201]}, {"isError": true, "body": {"json": {"schema": {"type": "@ODataV4Format"}}}}]}}], "confirmation": "Are you sure you want to perform this operation?"}, {"name": "create", "version": "2025-08-01", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.storage/storageaccounts/{}/storagetaskassignments/{}", "version": "2025-08-01", "swagger": "mgmt-plane/storage/ResourceProviders/Microsoft.Storage/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMve2FjY291bnROYW1lfS9zdG9yYWdlVGFza0Fzc2lnbm1lbnRzL3tzdG9yYWdlVGFza0Fzc2lnbm1lbnROYW1lfQ==/V/MjAyNS0wOC0wMQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.accountName", "options": ["account-name"], "required": true, "idPart": "name", "help": {"short": "The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only."}, "format": {"pattern": "^[a-z0-9]+$", "maxLength": 24, "minLength": 3}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "string", "var": "$Path.storageTaskAssignmentName", "options": ["n", "name", "storage-task-assignment-name"], "required": true, "idPart": "child_name_1", "help": {"short": "The name of the storage task assignment within the specified resource group. Storage task assignment names must be between 3 and 24 characters in length and use numbers and lower-case letters only."}, "format": {"pattern": "^[a-z][a-z0-9]{2,23}$", "maxLength": 24, "minLength": 3}}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Properties", "args": [{"type": "string", "var": "$parameters.properties.description", "options": ["description"], "group": "Properties", "help": {"short": "Text that describes the purpose of the storage task assignment"}}, {"type": "boolean", "var": "$parameters.properties.enabled", "options": ["enabled"], "group": "Properties", "help": {"short": "Whether the storage task assignment is enabled or not"}}, {"type": "object", "var": "$parameters.properties.executionContext", "options": ["execution-context"], "group": "Properties", "help": {"short": "The storage task assignment execution context"}, "args": [{"type": "object", "var": "$parameters.properties.executionContext.target", "options": ["target"], "help": {"short": "Execution target of the storage task assignment"}, "args": [{"type": "array", "var": "$parameters.properties.executionContext.target.excludePrefix", "options": ["exclude-prefix"], "help": {"short": "List of object prefixes to be excluded from task execution. If there is a conflict between include and exclude prefixes, the exclude prefix will be the determining factor"}, "item": {"type": "string"}}, {"type": "array", "var": "$parameters.properties.executionContext.target.prefix", "options": ["prefix"], "help": {"short": "Required list of object prefixes to be included for task execution"}, "item": {"type": "string"}}]}, {"type": "object", "var": "$parameters.properties.executionContext.trigger", "options": ["trigger"], "required": true, "help": {"short": "Execution trigger of the storage task assignment"}, "args": [{"type": "object", "var": "$parameters.properties.executionContext.trigger.parameters", "options": ["parameters"], "required": true, "help": {"short": "The trigger parameters of the storage task assignment execution"}, "args": [{"type": "dateTime", "var": "$parameters.properties.executionContext.trigger.parameters.endBy", "options": ["end-by"], "help": {"short": "When to end task execution. This is a required field when ExecutionTrigger.properties.type is 'OnSchedule'; this property should not be present when ExecutionTrigger.properties.type is 'RunOnce'"}, "format": {"protocol": "iso"}}, {"type": "integer32", "var": "$parameters.properties.executionContext.trigger.parameters.interval", "options": ["interval"], "help": {"short": "Run interval of task execution. This is a required field when ExecutionTrigger.properties.type is 'OnSchedule'; this property should not be present when ExecutionTrigger.properties.type is 'RunOnce'"}, "format": {"minimum": 1}}, {"type": "string", "var": "$parameters.properties.executionContext.trigger.parameters.intervalUnit", "options": ["interval-unit"], "help": {"short": "Run interval unit of task execution. This is a required field when ExecutionTrigger.properties.type is 'OnSchedule'; this property should not be present when ExecutionTrigger.properties.type is 'RunOnce'"}, "enum": {"items": [{"name": "Days", "value": "Days"}]}}, {"type": "dateTime", "var": "$parameters.properties.executionContext.trigger.parameters.startFrom", "options": ["start-from"], "help": {"short": "When to start task execution. This is a required field when ExecutionTrigger.properties.type is 'OnSchedule'; this property should not be present when ExecutionTrigger.properties.type is 'RunOnce'"}, "format": {"protocol": "iso"}}, {"type": "dateTime", "var": "$parameters.properties.executionContext.trigger.parameters.startOn", "options": ["start-on"], "help": {"short": "When to start task execution. This is an optional field when ExecutionTrigger.properties.type is 'RunOnce'; this property should not be present when ExecutionTrigger.properties.type is 'OnSchedule'"}, "format": {"protocol": "iso"}}]}, {"type": "string", "var": "$parameters.properties.executionContext.trigger.type", "options": ["type"], "required": true, "help": {"short": "The trigger type of the storage task assignment execution"}, "enum": {"items": [{"name": "MockRun", "value": "MockRun"}, {"name": "OnSchedule", "value": "OnSchedule"}, {"name": "RunOnce", "value": "RunOnce"}]}}]}]}, {"type": "object", "var": "$parameters.properties.report", "options": ["report"], "group": "Properties", "help": {"short": "The storage task assignment report"}, "args": [{"type": "string", "var": "$parameters.properties.report.prefix", "options": ["prefix"], "required": true, "help": {"short": "The container prefix for the location of storage task assignment report"}}]}, {"type": "ResourceId", "var": "$parameters.properties.taskId", "options": ["task-id"], "group": "Properties", "help": {"short": "Id of the corresponding storage task"}}]}], "operations": [{"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "StorageTaskAssignments_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/storageTaskAssignments/{storageTaskAssignmentName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "accountName", "arg": "$Path.accountName", "required": true, "format": {"pattern": "^[a-z0-9]+$", "maxLength": 24, "minLength": 3}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "string", "name": "storageTaskAssignmentName", "arg": "$Path.storageTaskAssignmentName", "required": true, "format": {"pattern": "^[a-z][a-z0-9]{2,23}$", "maxLength": 24, "minLength": 3}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-08-01"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"schema": {"type": "object", "name": "parameters", "required": true, "props": [{"type": "object", "name": "properties", "props": [{"type": "string", "name": "description", "arg": "$parameters.properties.description", "required": true}, {"type": "boolean", "name": "enabled", "arg": "$parameters.properties.enabled", "required": true}, {"type": "object", "name": "executionContext", "arg": "$parameters.properties.executionContext", "required": true, "props": [{"type": "object", "name": "target", "arg": "$parameters.properties.executionContext.target", "props": [{"type": "array", "name": "excludePrefix", "arg": "$parameters.properties.executionContext.target.excludePrefix", "item": {"type": "string"}}, {"type": "array", "name": "prefix", "arg": "$parameters.properties.executionContext.target.prefix", "item": {"type": "string"}}]}, {"type": "object", "name": "trigger", "arg": "$parameters.properties.executionContext.trigger", "required": true, "props": [{"type": "object", "name": "parameters", "arg": "$parameters.properties.executionContext.trigger.parameters", "required": true, "props": [{"type": "dateTime", "name": "endBy", "arg": "$parameters.properties.executionContext.trigger.parameters.endBy", "format": {"protocol": "iso"}}, {"type": "integer32", "name": "interval", "arg": "$parameters.properties.executionContext.trigger.parameters.interval", "format": {"minimum": 1}}, {"type": "string", "name": "intervalUnit", "arg": "$parameters.properties.executionContext.trigger.parameters.intervalUnit", "enum": {"items": [{"value": "Days"}]}}, {"type": "dateTime", "name": "startFrom", "arg": "$parameters.properties.executionContext.trigger.parameters.startFrom", "format": {"protocol": "iso"}}, {"type": "dateTime", "name": "startOn", "arg": "$parameters.properties.executionContext.trigger.parameters.startOn", "format": {"protocol": "iso"}}]}, {"type": "string", "name": "type", "arg": "$parameters.properties.executionContext.trigger.type", "required": true, "enum": {"items": [{"value": "MockRun"}, {"value": "OnSchedule"}, {"value": "RunOnce"}]}}]}]}, {"type": "object", "name": "report", "arg": "$parameters.properties.report", "required": true, "props": [{"type": "string", "name": "prefix", "arg": "$parameters.properties.report.prefix", "required": true}]}, {"type": "ResourceId", "name": "taskId", "arg": "$parameters.properties.taskId", "required": true}]}], "clientFlatten": true}}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id", "format": {"template": "/subscriptions/{}/resourceGroups/{}/providers/Microsoft.Storage/storageAccounts/{}/storageTaskAssignments/{}"}}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "props": [{"type": "string", "name": "description", "required": true}, {"type": "boolean", "name": "enabled", "required": true}, {"type": "object", "name": "executionContext", "required": true, "props": [{"type": "object", "name": "target", "props": [{"type": "array", "name": "excludePrefix", "item": {"type": "string"}}, {"type": "array", "name": "prefix", "item": {"type": "string"}}]}, {"type": "object", "name": "trigger", "required": true, "props": [{"type": "object", "name": "parameters", "required": true, "props": [{"type": "dateTime", "name": "endBy", "format": {"protocol": "iso"}}, {"type": "integer32", "name": "interval", "format": {"minimum": 1}}, {"type": "string", "name": "intervalUnit", "enum": {"items": [{"value": "Days"}]}}, {"type": "dateTime", "name": "startFrom", "format": {"protocol": "iso"}}, {"type": "dateTime", "name": "startOn", "format": {"protocol": "iso"}}]}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "MockRun"}, {"value": "OnSchedule"}, {"value": "RunOnce"}]}}]}]}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Creating"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "ValidateSubscriptionQuotaBegin"}, {"value": "ValidateSubscriptionQuotaEnd"}]}}, {"type": "object", "name": "report", "required": true, "props": [{"type": "string", "name": "prefix", "required": true}]}, {"type": "object", "name": "runStatus", "props": [{"readOnly": true, "type": "string", "name": "finishTime"}, {"readOnly": true, "type": "string", "name": "objectFailedCount"}, {"readOnly": true, "type": "string", "name": "objectsOperatedOnCount"}, {"readOnly": true, "type": "string", "name": "objectsSucceededCount"}, {"readOnly": true, "type": "string", "name": "objectsTargetedCount"}, {"readOnly": true, "type": "string", "name": "runResult", "enum": {"items": [{"value": "Failed"}, {"value": "Succeeded"}]}}, {"readOnly": true, "type": "string", "name": "runStatusEnum", "enum": {"items": [{"value": "Finished"}, {"value": "InProgress"}]}}, {"readOnly": true, "type": "string", "name": "runStatusError"}, {"readOnly": true, "type": "string", "name": "startTime"}, {"readOnly": true, "type": "ResourceId", "name": "storageAccountId"}, {"readOnly": true, "type": "string", "name": "summaryReportPath"}, {"readOnly": true, "type": "ResourceId", "name": "taskAssignmentId"}, {"readOnly": true, "type": "ResourceId", "name": "taskId"}, {"readOnly": true, "type": "string", "name": "taskVersion"}]}, {"type": "ResourceId", "name": "taskId", "required": true}]}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt", "format": {"protocol": "iso"}}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt", "format": {"protocol": "iso"}}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"readOnly": true, "type": "string", "name": "type"}]}}}}, {"statusCode": [202], "header": {"items": [{"name": "Azure-AsyncOperation"}, {"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@ODataV4Format"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}, {"name": "update", "version": "2025-08-01", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.storage/storageaccounts/{}/storagetaskassignments/{}", "version": "2025-08-01", "swagger": "mgmt-plane/storage/ResourceProviders/Microsoft.Storage/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMve2FjY291bnROYW1lfS9zdG9yYWdlVGFza0Fzc2lnbm1lbnRzL3tzdG9yYWdlVGFza0Fzc2lnbm1lbnROYW1lfQ==/V/MjAyNS0wOC0wMQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.accountName", "options": ["account-name"], "required": true, "idPart": "name", "help": {"short": "The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only."}, "format": {"pattern": "^[a-z0-9]+$", "maxLength": 24, "minLength": 3}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "string", "var": "$Path.storageTaskAssignmentName", "options": ["n", "name", "storage-task-assignment-name"], "required": true, "idPart": "child_name_1", "help": {"short": "The name of the storage task assignment within the specified resource group. Storage task assignment names must be between 3 and 24 characters in length and use numbers and lower-case letters only."}, "format": {"pattern": "^[a-z][a-z0-9]{2,23}$", "maxLength": 24, "minLength": 3}}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}]}, {"name": "Properties", "args": [{"type": "string", "var": "$parameters.properties.description", "options": ["description"], "group": "Properties", "help": {"short": "Text that describes the purpose of the storage task assignment"}}, {"type": "boolean", "var": "$parameters.properties.enabled", "options": ["enabled"], "group": "Properties", "help": {"short": "Whether the storage task assignment is enabled or not"}}, {"type": "object", "var": "$parameters.properties.executionContext", "options": ["execution-context"], "group": "Properties", "help": {"short": "The storage task assignment execution context"}, "args": [{"nullable": true, "type": "object", "var": "$parameters.properties.executionContext.target", "options": ["target"], "help": {"short": "Execution target of the storage task assignment"}, "args": [{"nullable": true, "type": "array", "var": "$parameters.properties.executionContext.target.excludePrefix", "options": ["exclude-prefix"], "help": {"short": "List of object prefixes to be excluded from task execution. If there is a conflict between include and exclude prefixes, the exclude prefix will be the determining factor"}, "item": {"nullable": true, "type": "string"}}, {"nullable": true, "type": "array", "var": "$parameters.properties.executionContext.target.prefix", "options": ["prefix"], "help": {"short": "Required list of object prefixes to be included for task execution"}, "item": {"nullable": true, "type": "string"}}]}, {"type": "object", "var": "$parameters.properties.executionContext.trigger", "options": ["trigger"], "help": {"short": "Execution trigger of the storage task assignment"}, "args": [{"type": "object", "var": "$parameters.properties.executionContext.trigger.parameters", "options": ["parameters"], "help": {"short": "The trigger parameters of the storage task assignment execution"}, "args": [{"nullable": true, "type": "dateTime", "var": "$parameters.properties.executionContext.trigger.parameters.endBy", "options": ["end-by"], "help": {"short": "When to end task execution. This is a required field when ExecutionTrigger.properties.type is 'OnSchedule'; this property should not be present when ExecutionTrigger.properties.type is 'RunOnce'"}, "format": {"protocol": "iso"}}, {"nullable": true, "type": "integer32", "var": "$parameters.properties.executionContext.trigger.parameters.interval", "options": ["interval"], "help": {"short": "Run interval of task execution. This is a required field when ExecutionTrigger.properties.type is 'OnSchedule'; this property should not be present when ExecutionTrigger.properties.type is 'RunOnce'"}, "format": {"minimum": 1}}, {"nullable": true, "type": "string", "var": "$parameters.properties.executionContext.trigger.parameters.intervalUnit", "options": ["interval-unit"], "help": {"short": "Run interval unit of task execution. This is a required field when ExecutionTrigger.properties.type is 'OnSchedule'; this property should not be present when ExecutionTrigger.properties.type is 'RunOnce'"}, "enum": {"items": [{"name": "Days", "value": "Days"}]}}, {"nullable": true, "type": "dateTime", "var": "$parameters.properties.executionContext.trigger.parameters.startFrom", "options": ["start-from"], "help": {"short": "When to start task execution. This is a required field when ExecutionTrigger.properties.type is 'OnSchedule'; this property should not be present when ExecutionTrigger.properties.type is 'RunOnce'"}, "format": {"protocol": "iso"}}, {"nullable": true, "type": "dateTime", "var": "$parameters.properties.executionContext.trigger.parameters.startOn", "options": ["start-on"], "help": {"short": "When to start task execution. This is an optional field when ExecutionTrigger.properties.type is 'RunOnce'; this property should not be present when ExecutionTrigger.properties.type is 'OnSchedule'"}, "format": {"protocol": "iso"}}]}, {"type": "string", "var": "$parameters.properties.executionContext.trigger.type", "options": ["type"], "help": {"short": "The trigger type of the storage task assignment execution"}, "enum": {"items": [{"name": "MockRun", "value": "MockRun"}, {"name": "OnSchedule", "value": "OnSchedule"}, {"name": "RunOnce", "value": "RunOnce"}]}}]}]}, {"type": "object", "var": "$parameters.properties.report", "options": ["report"], "group": "Properties", "help": {"short": "The storage task assignment report"}, "args": [{"type": "string", "var": "$parameters.properties.report.prefix", "options": ["prefix"], "help": {"short": "The container prefix for the location of storage task assignment report"}}]}, {"type": "ResourceId", "var": "$parameters.properties.taskId", "options": ["task-id"], "group": "Properties", "help": {"short": "Id of the corresponding storage task"}}]}], "operations": [{"operationId": "StorageTaskAssignments_Get", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/storageTaskAssignments/{storageTaskAssignmentName}", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "accountName", "arg": "$Path.accountName", "required": true, "format": {"pattern": "^[a-z0-9]+$", "maxLength": 24, "minLength": 3}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "string", "name": "storageTaskAssignmentName", "arg": "$Path.storageTaskAssignmentName", "required": true, "format": {"pattern": "^[a-z][a-z0-9]{2,23}$", "maxLength": 24, "minLength": 3}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-08-01"}, "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.Storage/storageAccounts/{}/storageTaskAssignments/{}"}}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "props": [{"type": "string", "name": "description", "required": true}, {"type": "boolean", "name": "enabled", "required": true}, {"type": "object", "name": "executionContext", "required": true, "props": [{"type": "object", "name": "target", "props": [{"type": "array", "name": "excludePrefix", "item": {"type": "string"}}, {"type": "array", "name": "prefix", "item": {"type": "string"}}]}, {"type": "object", "name": "trigger", "required": true, "props": [{"type": "object", "name": "parameters", "required": true, "props": [{"type": "dateTime", "name": "endBy", "format": {"protocol": "iso"}}, {"type": "integer32", "name": "interval", "format": {"minimum": 1}}, {"type": "string", "name": "intervalUnit", "enum": {"items": [{"value": "Days"}]}}, {"type": "dateTime", "name": "startFrom", "format": {"protocol": "iso"}}, {"type": "dateTime", "name": "startOn", "format": {"protocol": "iso"}}]}, {"type": "string", "name": "type", "required": true, "enum": {"items": [{"value": "MockRun"}, {"value": "OnSchedule"}, {"value": "RunOnce"}]}}]}]}, {"readOnly": true, "type": "string", "name": "provisioningState", "enum": {"items": [{"value": "Accepted"}, {"value": "Canceled"}, {"value": "Creating"}, {"value": "Deleting"}, {"value": "Failed"}, {"value": "Succeeded"}, {"value": "ValidateSubscriptionQuotaBegin"}, {"value": "ValidateSubscriptionQuotaEnd"}]}}, {"type": "object", "name": "report", "required": true, "props": [{"type": "string", "name": "prefix", "required": true}]}, {"type": "object", "name": "runStatus", "props": [{"readOnly": true, "type": "string", "name": "finishTime"}, {"readOnly": true, "type": "string", "name": "objectFailedCount"}, {"readOnly": true, "type": "string", "name": "objectsOperatedOnCount"}, {"readOnly": true, "type": "string", "name": "objectsSucceededCount"}, {"readOnly": true, "type": "string", "name": "objectsTargetedCount"}, {"readOnly": true, "type": "string", "name": "runResult", "enum": {"items": [{"value": "Failed"}, {"value": "Succeeded"}]}}, {"readOnly": true, "type": "string", "name": "runStatusEnum", "enum": {"items": [{"value": "Finished"}, {"value": "InProgress"}]}}, {"readOnly": true, "type": "string", "name": "runStatusError"}, {"readOnly": true, "type": "string", "name": "startTime"}, {"readOnly": true, "type": "ResourceId", "name": "storageAccountId"}, {"readOnly": true, "type": "string", "name": "summaryReportPath"}, {"readOnly": true, "type": "ResourceId", "name": "taskAssignmentId"}, {"readOnly": true, "type": "ResourceId", "name": "taskId"}, {"readOnly": true, "type": "string", "name": "taskVersion"}]}, {"type": "ResourceId", "name": "taskId", "required": true}]}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt", "format": {"protocol": "iso"}}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt", "format": {"protocol": "iso"}}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"readOnly": true, "type": "string", "name": "type"}], "cls": "StorageTaskAssignment_read"}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@ODataV4Format"}}}}]}}, {"instanceUpdate": {"ref": "$Instance", "json": {"schema": {"type": "object", "name": "parameters", "required": true, "props": [{"type": "object", "name": "properties", "props": [{"type": "string", "name": "description", "arg": "$parameters.properties.description", "required": true}, {"type": "boolean", "name": "enabled", "arg": "$parameters.properties.enabled", "required": true}, {"type": "object", "name": "executionContext", "arg": "$parameters.properties.executionContext", "required": true, "props": [{"type": "object", "name": "target", "arg": "$parameters.properties.executionContext.target", "props": [{"type": "array", "name": "excludePrefix", "arg": "$parameters.properties.executionContext.target.excludePrefix", "item": {"type": "string"}}, {"type": "array", "name": "prefix", "arg": "$parameters.properties.executionContext.target.prefix", "item": {"type": "string"}}]}, {"type": "object", "name": "trigger", "arg": "$parameters.properties.executionContext.trigger", "required": true, "props": [{"type": "object", "name": "parameters", "arg": "$parameters.properties.executionContext.trigger.parameters", "required": true, "props": [{"type": "dateTime", "name": "endBy", "arg": "$parameters.properties.executionContext.trigger.parameters.endBy", "format": {"protocol": "iso"}}, {"type": "integer32", "name": "interval", "arg": "$parameters.properties.executionContext.trigger.parameters.interval", "format": {"minimum": 1}}, {"type": "string", "name": "intervalUnit", "arg": "$parameters.properties.executionContext.trigger.parameters.intervalUnit", "enum": {"items": [{"value": "Days"}]}}, {"type": "dateTime", "name": "startFrom", "arg": "$parameters.properties.executionContext.trigger.parameters.startFrom", "format": {"protocol": "iso"}}, {"type": "dateTime", "name": "startOn", "arg": "$parameters.properties.executionContext.trigger.parameters.startOn", "format": {"protocol": "iso"}}]}, {"type": "string", "name": "type", "arg": "$parameters.properties.executionContext.trigger.type", "required": true, "enum": {"items": [{"value": "MockRun"}, {"value": "OnSchedule"}, {"value": "RunOnce"}]}}]}]}, {"type": "object", "name": "report", "arg": "$parameters.properties.report", "required": true, "props": [{"type": "string", "name": "prefix", "arg": "$parameters.properties.report.prefix", "required": true}]}, {"type": "ResourceId", "name": "taskId", "arg": "$parameters.properties.taskId", "required": true}]}], "clientFlatten": true}}}}, {"longRunning": {"finalStateVia": "azure-async-operation"}, "operationId": "StorageTaskAssignments_Create", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/storageTaskAssignments/{storageTaskAssignmentName}", "request": {"method": "put", "path": {"params": [{"type": "string", "name": "accountName", "arg": "$Path.accountName", "required": true, "format": {"pattern": "^[a-z0-9]+$", "maxLength": 24, "minLength": 3}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "string", "name": "storageTaskAssignmentName", "arg": "$Path.storageTaskAssignmentName", "required": true, "format": {"pattern": "^[a-z][a-z0-9]{2,23}$", "maxLength": 24, "minLength": 3}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"consts": [{"readOnly": true, "const": true, "default": {"value": "2025-08-01"}, "type": "string", "name": "api-version", "required": true, "format": {"minLength": 1}}]}, "body": {"json": {"ref": "$Instance"}}}, "responses": [{"statusCode": [200, 201], "body": {"json": {"var": "$Instance", "schema": {"type": "@StorageTaskAssignment_read"}}}}, {"statusCode": [202], "header": {"items": [{"name": "Azure-AsyncOperation"}, {"name": "Location"}, {"name": "Retry-After"}]}}, {"isError": true, "body": {"json": {"schema": {"type": "@ODataV4Format"}}}}]}}], "outputs": [{"type": "object", "ref": "$Instance", "clientFlatten": true}], "confirmation": ""}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5zdG9yYWdlL3N0b3JhZ2VhY2NvdW50cy97fS9zdG9yYWdldGFza2Fzc2lnbm1lbnRzL3t9/2025-08-01.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5zdG9yYWdlL3N0b3JhZ2VhY2NvdW50cy97fS9zdG9yYWdldGFza2Fzc2lnbm1lbnRzL3t9/2025-08-01.xml new file mode 100644 index 000000000..61479681c --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5zdG9yYWdlL3N0b3JhZ2VhY2NvdW50cy97fS9zdG9yYWdldGFza2Fzc2lnbm1lbnRzL3t9/2025-08-01.xml @@ -0,0 +1,869 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+
+ + + + + + + + + +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+
+ + + + + + + +
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+
+ + + + + + + +
+
+ +
+
+
diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5zdG9yYWdlL3N0b3JhZ2VhY2NvdW50cy97fS9zdG9yYWdldGFza2Fzc2lnbm1lbnRzL3t9L3JlcG9ydHM=/2025-08-01.json b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5zdG9yYWdlL3N0b3JhZ2VhY2NvdW50cy97fS9zdG9yYWdldGFza2Fzc2lnbm1lbnRzL3t9L3JlcG9ydHM=/2025-08-01.json new file mode 100644 index 000000000..4a8b6cee7 --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5zdG9yYWdlL3N0b3JhZ2VhY2NvdW50cy97fS9zdG9yYWdldGFza2Fzc2lnbm1lbnRzL3t9L3JlcG9ydHM=/2025-08-01.json @@ -0,0 +1 @@ +{"plane": "mgmt-plane", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.storage/storageaccounts/{}/storagetaskassignments/{}/reports", "version": "2025-08-01", "swagger": "mgmt-plane/storage/ResourceProviders/Microsoft.Storage/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMve2FjY291bnROYW1lfS9zdG9yYWdlVGFza0Fzc2lnbm1lbnRzL3tzdG9yYWdlVGFza0Fzc2lnbm1lbnROYW1lfS9yZXBvcnRz/V/MjAyNS0wOC0wMQ=="}], "commandGroups": [{"name": "storage account task-assignment", "commands": [{"name": "list-report", "version": "2025-08-01", "resources": [{"id": "/subscriptions/{}/resourcegroups/{}/providers/microsoft.storage/storageaccounts/{}/storagetaskassignments/{}/reports", "version": "2025-08-01", "swagger": "mgmt-plane/storage/ResourceProviders/Microsoft.Storage/Paths/L3N1YnNjcmlwdGlvbnMve3N1YnNjcmlwdGlvbklkfS9yZXNvdXJjZUdyb3Vwcy97cmVzb3VyY2VHcm91cE5hbWV9L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMve2FjY291bnROYW1lfS9zdG9yYWdlVGFza0Fzc2lnbm1lbnRzL3tzdG9yYWdlVGFza0Fzc2lnbm1lbnROYW1lfS9yZXBvcnRz/V/MjAyNS0wOC0wMQ=="}], "argGroups": [{"name": "", "args": [{"type": "string", "var": "$Path.accountName", "options": ["account-name"], "required": true, "idPart": "name", "help": {"short": "The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only."}, "format": {"pattern": "^[a-z0-9]+$", "maxLength": 24, "minLength": 3}}, {"type": "ResourceGroupName", "var": "$Path.resourceGroupName", "options": ["g", "resource-group"], "required": true, "idPart": "resource_group"}, {"type": "string", "var": "$Path.storageTaskAssignmentName", "options": ["n", "name", "storage-task-assignment-name"], "required": true, "group": "", "idPart": "child_name_1", "help": {"short": "The name of the storage task assignment within the specified resource group. Storage task assignment names must be between 3 and 24 characters in length and use numbers and lower-case letters only."}, "format": {"pattern": "^[a-z][a-z0-9]{2,23}$", "maxLength": 24, "minLength": 3}}, {"type": "SubscriptionId", "var": "$Path.subscriptionId", "options": ["subscription"], "required": true, "idPart": "subscription"}, {"type": "string", "var": "$Query.filter", "options": ["filter"], "help": {"short": "Optional. When specified, it can be used to query using reporting properties. See [Constructing Filter Strings](https://learn.microsoft.com/en-us/rest/api/storageservices/querying-tables-and-entities#constructing-filter-strings) for details."}}, {"type": "integer32", "var": "$Query.maxpagesize", "options": ["maxpagesize"], "help": {"short": "Optional, specifies the maximum number of storage task assignment instances to be included in the list response."}}]}], "operations": [{"operationId": "StorageTaskAssignmentInstancesReport_List", "http": {"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/storageTaskAssignments/{storageTaskAssignmentName}/reports", "request": {"method": "get", "path": {"params": [{"type": "string", "name": "accountName", "arg": "$Path.accountName", "required": true, "format": {"pattern": "^[a-z0-9]+$", "maxLength": 24, "minLength": 3}}, {"type": "string", "name": "resourceGroupName", "arg": "$Path.resourceGroupName", "required": true, "format": {"maxLength": 90, "minLength": 1}}, {"type": "string", "name": "storageTaskAssignmentName", "arg": "$Path.storageTaskAssignmentName", "required": true, "format": {"pattern": "^[a-z][a-z0-9]{2,23}$", "maxLength": 24, "minLength": 3}}, {"type": "uuid", "name": "subscriptionId", "arg": "$Path.subscriptionId", "required": true}]}, "query": {"params": [{"type": "string", "name": "$filter", "arg": "$Query.filter"}, {"type": "integer32", "name": "$maxpagesize", "arg": "$Query.maxpagesize"}], "consts": [{"readOnly": true, "const": true, "default": {"value": "2025-08-01"}, "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"}, {"readOnly": true, "type": "array", "name": "value", "item": {"type": "object", "props": [{"readOnly": true, "type": "ResourceId", "name": "id"}, {"readOnly": true, "type": "string", "name": "name"}, {"type": "object", "name": "properties", "props": [{"readOnly": true, "type": "string", "name": "finishTime"}, {"readOnly": true, "type": "string", "name": "objectFailedCount"}, {"readOnly": true, "type": "string", "name": "objectsOperatedOnCount"}, {"readOnly": true, "type": "string", "name": "objectsSucceededCount"}, {"readOnly": true, "type": "string", "name": "objectsTargetedCount"}, {"readOnly": true, "type": "string", "name": "runResult", "enum": {"items": [{"value": "Failed"}, {"value": "Succeeded"}]}}, {"readOnly": true, "type": "string", "name": "runStatusEnum", "enum": {"items": [{"value": "Finished"}, {"value": "InProgress"}]}}, {"readOnly": true, "type": "string", "name": "runStatusError"}, {"readOnly": true, "type": "string", "name": "startTime"}, {"readOnly": true, "type": "ResourceId", "name": "storageAccountId"}, {"readOnly": true, "type": "string", "name": "summaryReportPath"}, {"readOnly": true, "type": "ResourceId", "name": "taskAssignmentId"}, {"readOnly": true, "type": "ResourceId", "name": "taskId"}, {"readOnly": true, "type": "string", "name": "taskVersion"}]}, {"readOnly": true, "type": "object", "name": "systemData", "props": [{"type": "dateTime", "name": "createdAt", "format": {"protocol": "iso"}}, {"type": "string", "name": "createdBy"}, {"type": "string", "name": "createdByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}, {"type": "dateTime", "name": "lastModifiedAt", "format": {"protocol": "iso"}}, {"type": "string", "name": "lastModifiedBy"}, {"type": "string", "name": "lastModifiedByType", "enum": {"items": [{"value": "Application"}, {"value": "Key"}, {"value": "ManagedIdentity"}, {"value": "User"}]}}]}, {"readOnly": true, "type": "string", "name": "type"}]}}]}}}}, {"isError": true, "body": {"json": {"schema": {"type": "@ODataV4Format"}}}}]}}], "outputs": [{"type": "array", "ref": "$Instance.value", "clientFlatten": true, "nextLink": "$Instance.nextLink"}], "confirmation": ""}]}]} \ No newline at end of file diff --git a/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5zdG9yYWdlL3N0b3JhZ2VhY2NvdW50cy97fS9zdG9yYWdldGFza2Fzc2lnbm1lbnRzL3t9L3JlcG9ydHM=/2025-08-01.xml b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5zdG9yYWdlL3N0b3JhZ2VhY2NvdW50cy97fS9zdG9yYWdldGFza2Fzc2lnbm1lbnRzL3t9L3JlcG9ydHM=/2025-08-01.xml new file mode 100644 index 000000000..eb29c795a --- /dev/null +++ b/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5zdG9yYWdlL3N0b3JhZ2VhY2NvdW50cy97fS9zdG9yYWdldGFza2Fzc2lnbm1lbnRzL3t9L3JlcG9ydHM=/2025-08-01.xml @@ -0,0 +1,129 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +