Adding xms ids to azsadmin (#17724)
* Adding xms-ids for AzsAdmin - rebased * reverting stale changes * Adding additional xms * prettier fix
This commit is contained in:
Родитель
b3a0b985e6
Коммит
becbf3cfcc
|
@ -38,7 +38,10 @@
|
|||
"description": "OK",
|
||||
"schema": {
|
||||
"$ref": "#/definitions/ActivationResourcesPage"
|
||||
}
|
||||
},
|
||||
"x-ms-identifiers": [
|
||||
"id"
|
||||
]
|
||||
},
|
||||
"default": {
|
||||
"description": "Default Response.",
|
||||
|
@ -298,6 +301,7 @@
|
|||
"items": {
|
||||
"$ref": "#/definitions/ErrorDefinition"
|
||||
},
|
||||
"x-ms-identifiers": [],
|
||||
"readOnly": true
|
||||
}
|
||||
}
|
||||
|
|
|
@ -143,6 +143,9 @@
|
|||
"items": {
|
||||
"$ref": "#/definitions/Operation"
|
||||
},
|
||||
"x-ms-identifiers": [
|
||||
"name"
|
||||
],
|
||||
"readOnly": true
|
||||
},
|
||||
"nextLink": {
|
||||
|
@ -286,7 +289,10 @@
|
|||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/definitions/ProductLink"
|
||||
}
|
||||
},
|
||||
"x-ms-identifiers": [
|
||||
"uri"
|
||||
]
|
||||
},
|
||||
"Compatibility": {
|
||||
"description": "Product compatibility",
|
||||
|
@ -460,6 +466,9 @@
|
|||
"items": {
|
||||
"$ref": "#/definitions/DataDiskImage"
|
||||
},
|
||||
"x-ms-identifiers": [
|
||||
"sourceBlobSasUri"
|
||||
],
|
||||
"readOnly": true
|
||||
}
|
||||
}
|
||||
|
|
|
@ -276,7 +276,10 @@
|
|||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/definitions/RoleOperationStatus"
|
||||
}
|
||||
},
|
||||
"x-ms-identifiers": [
|
||||
"roleName"
|
||||
]
|
||||
},
|
||||
"RoleOperationStatus": {
|
||||
"description": "Backup status for a role.",
|
||||
|
|
|
@ -135,6 +135,9 @@
|
|||
"items": {
|
||||
"$ref": "#/definitions/Operation"
|
||||
},
|
||||
"x-ms-identifiers": [
|
||||
"name"
|
||||
],
|
||||
"readOnly": true
|
||||
},
|
||||
"nextLink": {
|
||||
|
|
|
@ -88,17 +88,17 @@
|
|||
}
|
||||
],
|
||||
"responses": {
|
||||
"default": {
|
||||
"description": "Default Response.",
|
||||
"schema": {
|
||||
"$ref": "#/definitions/ExtendedErrorInfo"
|
||||
}
|
||||
},
|
||||
"200": {
|
||||
"description": "OK",
|
||||
"schema": {
|
||||
"$ref": "#/definitions/UsageAggregatePage"
|
||||
}
|
||||
},
|
||||
"default": {
|
||||
"description": "Default Response.",
|
||||
"schema": {
|
||||
"$ref": "#/definitions/ExtendedErrorInfo"
|
||||
}
|
||||
}
|
||||
},
|
||||
"x-ms-pageable": {
|
||||
|
@ -127,14 +127,14 @@
|
|||
}
|
||||
],
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "OK"
|
||||
},
|
||||
"default": {
|
||||
"description": "Default Response.",
|
||||
"schema": {
|
||||
"$ref": "#/definitions/ExtendedErrorInfo"
|
||||
}
|
||||
},
|
||||
"200": {
|
||||
"description": "OK"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -300,7 +300,10 @@
|
|||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/definitions/Operation"
|
||||
}
|
||||
},
|
||||
"x-ms-identifiers": [
|
||||
"name"
|
||||
]
|
||||
},
|
||||
"nextLink": {
|
||||
"description": "URI to the next page of operations.",
|
||||
|
@ -338,6 +341,7 @@
|
|||
"items": {
|
||||
"$ref": "#/definitions/ErrorDefinition"
|
||||
},
|
||||
"x-ms-identifiers": [],
|
||||
"readOnly": true
|
||||
}
|
||||
}
|
||||
|
|
|
@ -168,7 +168,10 @@
|
|||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/definitions/Operation"
|
||||
}
|
||||
},
|
||||
"x-ms-identifiers": [
|
||||
"name"
|
||||
]
|
||||
},
|
||||
"nextLink": {
|
||||
"description": "URI to the next page of operations.",
|
||||
|
|
|
@ -208,14 +208,14 @@
|
|||
}
|
||||
],
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "OK"
|
||||
},
|
||||
"default": {
|
||||
"description": "Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.).",
|
||||
"schema": {
|
||||
"$ref": "Compute.json#/definitions/CrpErrorResponse"
|
||||
}
|
||||
},
|
||||
"200": {
|
||||
"description": "OK"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -251,7 +251,10 @@
|
|||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/definitions/DataDisk"
|
||||
}
|
||||
},
|
||||
"x-ms-identifiers": [
|
||||
"lun"
|
||||
]
|
||||
},
|
||||
"details": {
|
||||
"description": "Information about the image.",
|
||||
|
|
|
@ -93,7 +93,10 @@
|
|||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/definitions/NodeView"
|
||||
}
|
||||
},
|
||||
"x-ms-identifiers": [
|
||||
"nodeName"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -127,7 +130,10 @@
|
|||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/definitions/VirtualMachineView"
|
||||
}
|
||||
},
|
||||
"x-ms-identifiers": [
|
||||
"vmId"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -43,17 +43,17 @@
|
|||
}
|
||||
],
|
||||
"responses": {
|
||||
"default": {
|
||||
"description": "Error response describing why the operation failed.",
|
||||
"schema": {
|
||||
"$ref": "#/definitions/ErrorResponse"
|
||||
}
|
||||
},
|
||||
"200": {
|
||||
"description": "OK -- The list of disk migration jobs has been returned.",
|
||||
"schema": {
|
||||
"$ref": "DiskMigrationJobs.json#/definitions/DiskMigrationJobList"
|
||||
}
|
||||
},
|
||||
"default": {
|
||||
"description": "Error response describing why the operation failed.",
|
||||
"schema": {
|
||||
"$ref": "#/definitions/ErrorResponse"
|
||||
}
|
||||
}
|
||||
},
|
||||
"x-ms-pageable": {
|
||||
|
@ -88,17 +88,17 @@
|
|||
}
|
||||
],
|
||||
"responses": {
|
||||
"default": {
|
||||
"description": "Error response describing why the operation failed.",
|
||||
"schema": {
|
||||
"$ref": "#/definitions/ErrorResponse"
|
||||
}
|
||||
},
|
||||
"200": {
|
||||
"description": "OK -- The disk migration job has been returned.",
|
||||
"schema": {
|
||||
"$ref": "DiskMigrationJobs.json#/definitions/DiskMigrationJob"
|
||||
}
|
||||
},
|
||||
"default": {
|
||||
"description": "Error response describing why the operation failed.",
|
||||
"schema": {
|
||||
"$ref": "#/definitions/ErrorResponse"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -140,17 +140,17 @@
|
|||
}
|
||||
],
|
||||
"responses": {
|
||||
"default": {
|
||||
"description": "Error response describing why the operation failed.",
|
||||
"schema": {
|
||||
"$ref": "#/definitions/ErrorResponse"
|
||||
}
|
||||
},
|
||||
"200": {
|
||||
"description": "OK -- Disk migration job is created successfully.",
|
||||
"schema": {
|
||||
"$ref": "DiskMigrationJobs.json#/definitions/DiskMigrationJob"
|
||||
}
|
||||
},
|
||||
"default": {
|
||||
"description": "Error response describing why the operation failed.",
|
||||
"schema": {
|
||||
"$ref": "#/definitions/ErrorResponse"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -182,17 +182,17 @@
|
|||
}
|
||||
],
|
||||
"responses": {
|
||||
"default": {
|
||||
"description": "Error response describing why the operation failed.",
|
||||
"schema": {
|
||||
"$ref": "#/definitions/ErrorResponse"
|
||||
}
|
||||
},
|
||||
"200": {
|
||||
"description": "OK -- Disk migration job cancellation is called.",
|
||||
"schema": {
|
||||
"$ref": "DiskMigrationJobs.json#/definitions/DiskMigrationJob"
|
||||
}
|
||||
},
|
||||
"default": {
|
||||
"description": "Error response describing why the operation failed.",
|
||||
"schema": {
|
||||
"$ref": "#/definitions/ErrorResponse"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -319,7 +319,10 @@
|
|||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "DiskMigrationJobs.json#/definitions/MigrationSubTask"
|
||||
}
|
||||
},
|
||||
"x-ms-identifiers": [
|
||||
"migrationSubTaskId"
|
||||
]
|
||||
},
|
||||
"MigrationSubTask": {
|
||||
"description": "Disk migration child task.",
|
||||
|
|
|
@ -106,7 +106,10 @@
|
|||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/definitions/Operation"
|
||||
}
|
||||
},
|
||||
"x-ms-identifiers": [
|
||||
"name"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -24,12 +24,12 @@ These are the global settings for the ContainerRegistry API.
|
|||
title: ContainerRegistryAdminClient
|
||||
description: ContainerRegistry Admin Client
|
||||
openapi-type: arm
|
||||
tag: package-2019-11-01
|
||||
tag: package-2019-11-01-preview
|
||||
```
|
||||
|
||||
### Tag: package-2019-11-01
|
||||
### Tag: package-2019-11-01-preview
|
||||
|
||||
These settings apply only when `--tag=package-2019-11-01` is specified on the command line.
|
||||
These settings apply only when `--tag=package-2019-11-01-preview` is specified on the command line.
|
||||
|
||||
``` yaml $(tag) == 'package-2019-11-01-preview'
|
||||
input-file:
|
||||
|
@ -86,4 +86,3 @@ uncomment the `exclude-file` section below and add the file paths.
|
|||
#exclude-file:
|
||||
# - $(this-folder)/Microsoft.Example/stable/2010-01-01/somefile.json
|
||||
```
|
||||
|
||||
|
|
|
@ -109,7 +109,10 @@
|
|||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/definitions/Operation"
|
||||
}
|
||||
},
|
||||
"x-ms-identifiers": [
|
||||
"name"
|
||||
]
|
||||
},
|
||||
"nextLink": {
|
||||
"description": "URI to the next page.",
|
||||
|
|
|
@ -104,6 +104,7 @@
|
|||
"items": {
|
||||
"$ref": "#/definitions/ErrorDefinition"
|
||||
},
|
||||
"x-ms-identifiers": [],
|
||||
"readOnly": true
|
||||
}
|
||||
}
|
||||
|
@ -164,7 +165,10 @@
|
|||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/definitions/Operation"
|
||||
}
|
||||
},
|
||||
"x-ms-identifiers": [
|
||||
"name"
|
||||
]
|
||||
},
|
||||
"nextLink": {
|
||||
"description": "URI to the next page of operations.",
|
||||
|
|
|
@ -251,7 +251,8 @@
|
|||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/definitions/ErrorInfo"
|
||||
}
|
||||
},
|
||||
"x-ms-identifiers": []
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -269,7 +269,10 @@
|
|||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/definitions/ProductLink"
|
||||
}
|
||||
},
|
||||
"x-ms-identifiers": [
|
||||
"uri"
|
||||
]
|
||||
},
|
||||
"ProductPackageParameters": {
|
||||
"description": "Parameters for creating a new product package.",
|
||||
|
|
|
@ -123,7 +123,10 @@
|
|||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/definitions/Operation"
|
||||
}
|
||||
},
|
||||
"x-ms-identifiers": [
|
||||
"name"
|
||||
]
|
||||
},
|
||||
"nextLink": {
|
||||
"description": "URI to next page.",
|
||||
|
|
|
@ -192,6 +192,7 @@
|
|||
"items": {
|
||||
"$ref": "#/definitions/ErrorDefinition"
|
||||
},
|
||||
"x-ms-identifiers": [],
|
||||
"readOnly": true
|
||||
}
|
||||
}
|
||||
|
|
|
@ -407,7 +407,8 @@
|
|||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/definitions/ScaleOutScaleUnitParameters"
|
||||
}
|
||||
},
|
||||
"x-ms-identifiers": []
|
||||
},
|
||||
"awaitStorageConvergence": {
|
||||
"description": "Flag indicates if the operation should wait for storage to converge before returning.",
|
||||
|
@ -463,7 +464,10 @@
|
|||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/definitions/DeploymentJsonPhysicalNodeParameters"
|
||||
}
|
||||
},
|
||||
"x-ms-identifiers": [
|
||||
"bmcIpAddress"
|
||||
]
|
||||
},
|
||||
"torSwitchBgpAsn": {
|
||||
"description": "The ASN for the cluster's rack TOR.",
|
||||
|
@ -525,6 +529,7 @@
|
|||
"items": {
|
||||
"$ref": "#/definitions/ErrorDefinition"
|
||||
},
|
||||
"x-ms-identifiers": [],
|
||||
"readOnly": true
|
||||
}
|
||||
}
|
||||
|
|
|
@ -477,7 +477,11 @@
|
|||
"items": {
|
||||
"type": "object",
|
||||
"$ref": "#/definitions/GpuModel"
|
||||
}
|
||||
},
|
||||
"x-ms-identifiers": [
|
||||
"name",
|
||||
"type"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -132,7 +132,10 @@
|
|||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/definitions/Operation"
|
||||
}
|
||||
},
|
||||
"x-ms-identifiers": [
|
||||
"name"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -162,11 +162,11 @@
|
|||
}
|
||||
],
|
||||
"responses": {
|
||||
"204": {
|
||||
"description": "NO CONTENT."
|
||||
},
|
||||
"200": {
|
||||
"description": "OK"
|
||||
},
|
||||
"204": {
|
||||
"description": "NO CONTENT."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -307,6 +307,7 @@
|
|||
"items": {
|
||||
"$ref": "#/definitions/Filter"
|
||||
},
|
||||
"x-ms-identifiers": [],
|
||||
"readOnly": true
|
||||
},
|
||||
"iconFileUris": {
|
||||
|
@ -342,6 +343,10 @@
|
|||
"items": {
|
||||
"$ref": "#/definitions/Artifact"
|
||||
},
|
||||
"x-ms-identifiers": [
|
||||
"name",
|
||||
"type"
|
||||
],
|
||||
"readOnly": true
|
||||
},
|
||||
"metadata": {
|
||||
|
@ -363,6 +368,7 @@
|
|||
"items": {
|
||||
"$ref": "#/definitions/ImageGroup"
|
||||
},
|
||||
"x-ms-identifiers": [],
|
||||
"readOnly": true
|
||||
},
|
||||
"products": {
|
||||
|
@ -371,6 +377,9 @@
|
|||
"items": {
|
||||
"$ref": "#/definitions/Product"
|
||||
},
|
||||
"x-ms-identifiers": [
|
||||
"displayName"
|
||||
],
|
||||
"readOnly": true
|
||||
},
|
||||
"resourceGroupName": {
|
||||
|
@ -628,6 +637,9 @@
|
|||
"items": {
|
||||
"$ref": "#/definitions/Plan"
|
||||
},
|
||||
"x-ms-identifiers": [
|
||||
"planId"
|
||||
],
|
||||
"readOnly": true
|
||||
}
|
||||
}
|
||||
|
|
|
@ -215,7 +215,8 @@
|
|||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "InfrastructureInsights.json#/definitions/Dictionary"
|
||||
}
|
||||
},
|
||||
"x-ms-identifiers": []
|
||||
},
|
||||
"faultId": {
|
||||
"description": "Gets or sets the fault ID of the alert.",
|
||||
|
@ -245,7 +246,8 @@
|
|||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "InfrastructureInsights.json#/definitions/Dictionary"
|
||||
}
|
||||
},
|
||||
"x-ms-identifiers": []
|
||||
},
|
||||
"resourceRegistrationId": {
|
||||
"description": "Gets or sets the registration ID of the resource associated with the alert. If the alert is not associated with a resource, the resource registration ID is null.",
|
||||
|
|
|
@ -221,7 +221,10 @@
|
|||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/definitions/Metrics"
|
||||
}
|
||||
},
|
||||
"x-ms-identifiers": [
|
||||
"name"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -267,7 +270,10 @@
|
|||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/definitions/Operation"
|
||||
}
|
||||
},
|
||||
"x-ms-identifiers": [
|
||||
"name"
|
||||
]
|
||||
},
|
||||
"nextLink": {
|
||||
"description": "URI to the next page of operations.",
|
||||
|
|
|
@ -127,7 +127,10 @@
|
|||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "InfrastructureInsights.json#/definitions/UsageMetrics"
|
||||
}
|
||||
},
|
||||
"x-ms-identifiers": [
|
||||
"name"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -162,7 +162,10 @@
|
|||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "InfrastructureInsights.json#/definitions/UsageMetrics"
|
||||
}
|
||||
},
|
||||
"x-ms-identifiers": [
|
||||
"name"
|
||||
]
|
||||
}
|
||||
},
|
||||
"allOf": [
|
||||
|
|
|
@ -90,7 +90,10 @@
|
|||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/definitions/Operation"
|
||||
}
|
||||
},
|
||||
"x-ms-identifiers": [
|
||||
"name"
|
||||
]
|
||||
},
|
||||
"nextLink": {
|
||||
"description": "URI to the next page of operations.",
|
||||
|
|
|
@ -277,6 +277,9 @@
|
|||
"items": {
|
||||
"$ref": "#/definitions/Location"
|
||||
},
|
||||
"x-ms-identifiers": [
|
||||
"name"
|
||||
],
|
||||
"readOnly": true
|
||||
},
|
||||
"nextLink": {
|
||||
|
@ -295,6 +298,9 @@
|
|||
"items": {
|
||||
"$ref": "#/definitions/Operation"
|
||||
},
|
||||
"x-ms-identifiers": [
|
||||
"name"
|
||||
],
|
||||
"readOnly": true
|
||||
},
|
||||
"nextLink": {
|
||||
|
@ -313,6 +319,9 @@
|
|||
"items": {
|
||||
"$ref": "#/definitions/OperationResult"
|
||||
},
|
||||
"x-ms-identifiers": [
|
||||
"name"
|
||||
],
|
||||
"readOnly": true
|
||||
},
|
||||
"nextLink": {
|
||||
|
|
|
@ -133,14 +133,16 @@
|
|||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/definitions/VirtualNetworkConfigurationStatus"
|
||||
}
|
||||
},
|
||||
"x-ms-identifiers": []
|
||||
},
|
||||
"hostErrors": {
|
||||
"description": "List of NIC errors associated with the resource.",
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/definitions/VirtualNetworkConfigurationStatus"
|
||||
}
|
||||
},
|
||||
"x-ms-identifiers": []
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -24,7 +24,7 @@ These are the global settings for the Network API.
|
|||
title: NetworkAdminClient
|
||||
description: Network Admin Client
|
||||
openapi-type: arm
|
||||
tag: package-2015-06-15
|
||||
tag: package-package-2022-02-01
|
||||
```
|
||||
|
||||
``` yaml
|
||||
|
|
|
@ -135,6 +135,9 @@
|
|||
"items": {
|
||||
"$ref": "#/definitions/Acquisition"
|
||||
},
|
||||
"x-ms-identifiers": [
|
||||
"acquisitionid"
|
||||
],
|
||||
"readOnly": true
|
||||
}
|
||||
}
|
||||
|
|
|
@ -298,7 +298,10 @@
|
|||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/definitions/Operation"
|
||||
}
|
||||
},
|
||||
"x-ms-identifiers": [
|
||||
"name"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -320,7 +320,8 @@
|
|||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/definitions/ExtendedErrorInfo"
|
||||
}
|
||||
},
|
||||
"x-ms-identifiers": []
|
||||
},
|
||||
"nextLink": {
|
||||
"description": "URI to next page.",
|
||||
|
|
|
@ -37,17 +37,17 @@
|
|||
}
|
||||
],
|
||||
"responses": {
|
||||
"default": {
|
||||
"description": "Unexpected Error",
|
||||
"schema": {
|
||||
"$ref": "Subscriptions.json#/definitions/Error"
|
||||
}
|
||||
},
|
||||
"200": {
|
||||
"description": "OK",
|
||||
"schema": {
|
||||
"$ref": "#/definitions/ManifestList"
|
||||
}
|
||||
},
|
||||
"default": {
|
||||
"description": "Unexpected Error",
|
||||
"schema": {
|
||||
"$ref": "Subscriptions.json#/definitions/Error"
|
||||
}
|
||||
}
|
||||
},
|
||||
"x-ms-pageable": {
|
||||
|
@ -79,17 +79,17 @@
|
|||
}
|
||||
],
|
||||
"responses": {
|
||||
"default": {
|
||||
"description": "Unexpected Error",
|
||||
"schema": {
|
||||
"$ref": "Subscriptions.json#/definitions/Error"
|
||||
}
|
||||
},
|
||||
"200": {
|
||||
"description": "OK",
|
||||
"schema": {
|
||||
"$ref": "#/definitions/Manifest"
|
||||
}
|
||||
},
|
||||
"default": {
|
||||
"description": "Unexpected Error",
|
||||
"schema": {
|
||||
"$ref": "Subscriptions.json#/definitions/Error"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -186,7 +186,10 @@
|
|||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/definitions/Manifest"
|
||||
}
|
||||
},
|
||||
"x-ms-identifiers": [
|
||||
"name"
|
||||
]
|
||||
},
|
||||
"nextLink": {
|
||||
"description": "URI to next page.",
|
||||
|
@ -264,7 +267,10 @@
|
|||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/definitions/ExtensionDefinition"
|
||||
}
|
||||
},
|
||||
"x-ms-identifiers": [
|
||||
"name"
|
||||
]
|
||||
},
|
||||
"nextLink": {
|
||||
"description": "URI to next page.",
|
||||
|
@ -321,7 +327,10 @@
|
|||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/definitions/ResourceAccess"
|
||||
}
|
||||
},
|
||||
"x-ms-identifiers": [
|
||||
"name"
|
||||
]
|
||||
},
|
||||
"nextLink": {
|
||||
"description": "URI to next page.",
|
||||
|
@ -351,7 +360,10 @@
|
|||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/definitions/ResourceType"
|
||||
}
|
||||
},
|
||||
"x-ms-identifiers": [
|
||||
"name"
|
||||
]
|
||||
},
|
||||
"nextLink": {
|
||||
"description": "URI to next page.",
|
||||
|
@ -509,7 +521,8 @@
|
|||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/definitions/AuthorizationActionMapping"
|
||||
}
|
||||
},
|
||||
"x-ms-identifiers": []
|
||||
},
|
||||
"nextLink": {
|
||||
"description": "URI to next page.",
|
||||
|
@ -538,7 +551,11 @@
|
|||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/definitions/LinkedAccessCheck"
|
||||
}
|
||||
},
|
||||
"x-ms-identifiers": [
|
||||
"actionName",
|
||||
"linkedType"
|
||||
]
|
||||
},
|
||||
"nextLink": {
|
||||
"description": "URI to next page.",
|
||||
|
@ -579,7 +596,8 @@
|
|||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/definitions/LinkedNotificationRule"
|
||||
}
|
||||
},
|
||||
"x-ms-identifiers": []
|
||||
},
|
||||
"nextLink": {
|
||||
"description": "URI to next page.",
|
||||
|
@ -607,7 +625,8 @@
|
|||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/definitions/LinkedOperationRule"
|
||||
}
|
||||
},
|
||||
"x-ms-identifiers": []
|
||||
},
|
||||
"nextLink": {
|
||||
"description": "URI to next page.",
|
||||
|
@ -709,7 +728,11 @@
|
|||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/definitions/ApiProfile"
|
||||
}
|
||||
},
|
||||
"x-ms-identifiers": [
|
||||
"apiVersion",
|
||||
"profileVersion"
|
||||
]
|
||||
},
|
||||
"nextLink": {
|
||||
"description": "URI to next page.",
|
||||
|
@ -738,7 +761,10 @@
|
|||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/definitions/ResourceProviderEndpoint"
|
||||
}
|
||||
},
|
||||
"x-ms-identifiers": [
|
||||
"endpointUri"
|
||||
]
|
||||
},
|
||||
"nextLink": {
|
||||
"description": "URI to next page.",
|
||||
|
@ -815,7 +841,10 @@
|
|||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/definitions/AzureResourceHydrationAccount"
|
||||
}
|
||||
},
|
||||
"x-ms-identifiers": [
|
||||
"accountName"
|
||||
]
|
||||
},
|
||||
"nextLink": {
|
||||
"description": "URI to next page.",
|
||||
|
@ -853,7 +882,8 @@
|
|||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/definitions/FanoutLinkedNotificationRule"
|
||||
}
|
||||
},
|
||||
"x-ms-identifiers": []
|
||||
},
|
||||
"nextLink": {
|
||||
"description": "URI to next page.",
|
||||
|
|
|
@ -37,17 +37,17 @@
|
|||
}
|
||||
],
|
||||
"responses": {
|
||||
"default": {
|
||||
"description": "Unexpected Error",
|
||||
"schema": {
|
||||
"$ref": "Subscriptions.json#/definitions/Error"
|
||||
}
|
||||
},
|
||||
"200": {
|
||||
"description": "OK",
|
||||
"schema": {
|
||||
"$ref": "#/definitions/OfferList"
|
||||
}
|
||||
},
|
||||
"default": {
|
||||
"description": "Unexpected Error",
|
||||
"schema": {
|
||||
"$ref": "Subscriptions.json#/definitions/Error"
|
||||
}
|
||||
}
|
||||
},
|
||||
"x-ms-pageable": {
|
||||
|
@ -79,17 +79,17 @@
|
|||
}
|
||||
],
|
||||
"responses": {
|
||||
"default": {
|
||||
"description": "Unexpected Error",
|
||||
"schema": {
|
||||
"$ref": "Subscriptions.json#/definitions/Error"
|
||||
}
|
||||
},
|
||||
"200": {
|
||||
"description": "OK",
|
||||
"schema": {
|
||||
"$ref": "#/definitions/OfferList"
|
||||
}
|
||||
},
|
||||
"default": {
|
||||
"description": "Unexpected Error",
|
||||
"schema": {
|
||||
"$ref": "Subscriptions.json#/definitions/Error"
|
||||
}
|
||||
}
|
||||
},
|
||||
"x-ms-pageable": {
|
||||
|
@ -124,17 +124,17 @@
|
|||
}
|
||||
],
|
||||
"responses": {
|
||||
"default": {
|
||||
"description": "Unexpected Error",
|
||||
"schema": {
|
||||
"$ref": "Subscriptions.json#/definitions/Error"
|
||||
}
|
||||
},
|
||||
"200": {
|
||||
"description": "OK",
|
||||
"schema": {
|
||||
"$ref": "#/definitions/Offer"
|
||||
}
|
||||
},
|
||||
"default": {
|
||||
"description": "Unexpected Error",
|
||||
"schema": {
|
||||
"$ref": "Subscriptions.json#/definitions/Error"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -167,10 +167,10 @@
|
|||
}
|
||||
],
|
||||
"responses": {
|
||||
"default": {
|
||||
"description": "Unexpected Error",
|
||||
"200": {
|
||||
"description": "OK",
|
||||
"schema": {
|
||||
"$ref": "Subscriptions.json#/definitions/Error"
|
||||
"$ref": "#/definitions/Offer"
|
||||
}
|
||||
},
|
||||
"201": {
|
||||
|
@ -179,10 +179,10 @@
|
|||
"$ref": "#/definitions/Offer"
|
||||
}
|
||||
},
|
||||
"200": {
|
||||
"description": "OK",
|
||||
"default": {
|
||||
"description": "Unexpected Error",
|
||||
"schema": {
|
||||
"$ref": "#/definitions/Offer"
|
||||
"$ref": "Subscriptions.json#/definitions/Error"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -213,17 +213,17 @@
|
|||
}
|
||||
],
|
||||
"responses": {
|
||||
"default": {
|
||||
"description": "Unexpected Error",
|
||||
"schema": {
|
||||
"$ref": "Subscriptions.json#/definitions/Error"
|
||||
}
|
||||
},
|
||||
"200": {
|
||||
"description": "OK"
|
||||
},
|
||||
"204": {
|
||||
"description": "No Content"
|
||||
},
|
||||
"default": {
|
||||
"description": "Unexpected Error",
|
||||
"schema": {
|
||||
"$ref": "Subscriptions.json#/definitions/Error"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -255,17 +255,17 @@
|
|||
}
|
||||
],
|
||||
"responses": {
|
||||
"default": {
|
||||
"description": "Unexpected Error",
|
||||
"schema": {
|
||||
"$ref": "Subscriptions.json#/definitions/Error"
|
||||
}
|
||||
},
|
||||
"200": {
|
||||
"description": "OK",
|
||||
"schema": {
|
||||
"$ref": "Subscriptions.json#/definitions/MetricList"
|
||||
}
|
||||
},
|
||||
"default": {
|
||||
"description": "Unexpected Error",
|
||||
"schema": {
|
||||
"$ref": "Subscriptions.json#/definitions/Error"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -297,17 +297,17 @@
|
|||
}
|
||||
],
|
||||
"responses": {
|
||||
"default": {
|
||||
"description": "Unexpected Error",
|
||||
"schema": {
|
||||
"$ref": "Subscriptions.json#/definitions/Error"
|
||||
}
|
||||
},
|
||||
"200": {
|
||||
"description": "OK",
|
||||
"schema": {
|
||||
"$ref": "Subscriptions.json#/definitions/MetricDefinitionList"
|
||||
}
|
||||
},
|
||||
"default": {
|
||||
"description": "Unexpected Error",
|
||||
"schema": {
|
||||
"$ref": "Subscriptions.json#/definitions/Error"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -342,17 +342,17 @@
|
|||
}
|
||||
],
|
||||
"responses": {
|
||||
"default": {
|
||||
"description": "Unexpected Error",
|
||||
"schema": {
|
||||
"$ref": "Subscriptions.json#/definitions/Error"
|
||||
}
|
||||
},
|
||||
"200": {
|
||||
"description": "OK",
|
||||
"schema": {
|
||||
"$ref": "#/definitions/Offer"
|
||||
}
|
||||
},
|
||||
"default": {
|
||||
"description": "Unexpected Error",
|
||||
"schema": {
|
||||
"$ref": "Subscriptions.json#/definitions/Error"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -387,17 +387,17 @@
|
|||
}
|
||||
],
|
||||
"responses": {
|
||||
"default": {
|
||||
"description": "Unexpected Error",
|
||||
"schema": {
|
||||
"$ref": "Subscriptions.json#/definitions/Error"
|
||||
}
|
||||
},
|
||||
"200": {
|
||||
"description": "OK",
|
||||
"schema": {
|
||||
"$ref": "#/definitions/Offer"
|
||||
}
|
||||
},
|
||||
"default": {
|
||||
"description": "Unexpected Error",
|
||||
"schema": {
|
||||
"$ref": "Subscriptions.json#/definitions/Error"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -466,7 +466,10 @@
|
|||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/definitions/AddonPlanDefinition"
|
||||
}
|
||||
},
|
||||
"x-ms-identifiers": [
|
||||
"planId"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -34,17 +34,17 @@
|
|||
}
|
||||
],
|
||||
"responses": {
|
||||
"default": {
|
||||
"description": "Unexpected Error",
|
||||
"schema": {
|
||||
"$ref": "Subscriptions.json#/definitions/Error"
|
||||
}
|
||||
},
|
||||
"200": {
|
||||
"description": "OK",
|
||||
"schema": {
|
||||
"$ref": "#/definitions/OperationList"
|
||||
}
|
||||
},
|
||||
"default": {
|
||||
"description": "Unexpected Error",
|
||||
"schema": {
|
||||
"$ref": "Subscriptions.json#/definitions/Error"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -70,14 +70,14 @@
|
|||
}
|
||||
],
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "OK"
|
||||
},
|
||||
"default": {
|
||||
"description": "Unexpected Error",
|
||||
"schema": {
|
||||
"$ref": "Subscriptions.json#/definitions/Error"
|
||||
}
|
||||
},
|
||||
"200": {
|
||||
"description": "OK"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -103,17 +103,17 @@
|
|||
}
|
||||
],
|
||||
"responses": {
|
||||
"default": {
|
||||
"description": "Unexpected Error",
|
||||
"schema": {
|
||||
"$ref": "Subscriptions.json#/definitions/Error"
|
||||
}
|
||||
},
|
||||
"200": {
|
||||
"description": "OK",
|
||||
"schema": {
|
||||
"$ref": "#/definitions/SubscriptionList"
|
||||
}
|
||||
},
|
||||
"default": {
|
||||
"description": "Unexpected Error",
|
||||
"schema": {
|
||||
"$ref": "Subscriptions.json#/definitions/Error"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -139,17 +139,17 @@
|
|||
}
|
||||
],
|
||||
"responses": {
|
||||
"default": {
|
||||
"description": "Unexpected Error",
|
||||
"schema": {
|
||||
"$ref": "Subscriptions.json#/definitions/Error"
|
||||
}
|
||||
},
|
||||
"200": {
|
||||
"description": "OK",
|
||||
"schema": {
|
||||
"$ref": "#/definitions/IdentityHealthCheckReportDefinition"
|
||||
}
|
||||
},
|
||||
"default": {
|
||||
"description": "Unexpected Error",
|
||||
"schema": {
|
||||
"$ref": "Subscriptions.json#/definitions/Error"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -181,17 +181,17 @@
|
|||
}
|
||||
],
|
||||
"responses": {
|
||||
"202": {
|
||||
"description": "Accepted -- Move subscriptions request accepted; operation will complete asynchronously."
|
||||
},
|
||||
"204": {
|
||||
"description": "No Content -- The subscriptions were successfully moved to the target delegated provider offer."
|
||||
},
|
||||
"default": {
|
||||
"description": "Unexpected Error",
|
||||
"schema": {
|
||||
"$ref": "Subscriptions.json#/definitions/Error"
|
||||
}
|
||||
},
|
||||
"204": {
|
||||
"description": "No Content -- The subscriptions were successfully moved to the target delegated provider offer."
|
||||
},
|
||||
"202": {
|
||||
"description": "Accepted -- Move subscriptions request accepted; operation will complete asynchronously."
|
||||
}
|
||||
},
|
||||
"x-ms-long-running-operation": true
|
||||
|
@ -224,17 +224,17 @@
|
|||
}
|
||||
],
|
||||
"responses": {
|
||||
"202": {
|
||||
"description": "Accepted -- Validate move subscriptions request accepted; operation will complete asynchronously."
|
||||
},
|
||||
"204": {
|
||||
"description": "No Content -- The subscriptions can be moved to the target delegated provider offer."
|
||||
},
|
||||
"default": {
|
||||
"description": "Unexpected Error",
|
||||
"schema": {
|
||||
"$ref": "Subscriptions.json#/definitions/Error"
|
||||
}
|
||||
},
|
||||
"204": {
|
||||
"description": "No Content -- The subscriptions can be moved to the target delegated provider offer."
|
||||
},
|
||||
"202": {
|
||||
"description": "Accepted -- Validate move subscriptions request accepted; operation will complete asynchronously."
|
||||
}
|
||||
},
|
||||
"x-ms-long-running-operation": true
|
||||
|
@ -264,17 +264,17 @@
|
|||
}
|
||||
],
|
||||
"responses": {
|
||||
"default": {
|
||||
"description": "Unexpected Error",
|
||||
"schema": {
|
||||
"$ref": "Subscriptions.json#/definitions/Error"
|
||||
}
|
||||
},
|
||||
"200": {
|
||||
"description": "OK",
|
||||
"schema": {
|
||||
"$ref": "#/definitions/SubscriptionList"
|
||||
}
|
||||
},
|
||||
"default": {
|
||||
"description": "Unexpected Error",
|
||||
"schema": {
|
||||
"$ref": "Subscriptions.json#/definitions/Error"
|
||||
}
|
||||
}
|
||||
},
|
||||
"x-ms-pageable": {
|
||||
|
@ -307,17 +307,17 @@
|
|||
}
|
||||
],
|
||||
"responses": {
|
||||
"default": {
|
||||
"description": "Unexpected Error",
|
||||
"schema": {
|
||||
"$ref": "Subscriptions.json#/definitions/Error"
|
||||
}
|
||||
},
|
||||
"200": {
|
||||
"description": "OK",
|
||||
"schema": {
|
||||
"$ref": "#/definitions/CheckNameAvailabilityResponse"
|
||||
}
|
||||
},
|
||||
"default": {
|
||||
"description": "Unexpected Error",
|
||||
"schema": {
|
||||
"$ref": "Subscriptions.json#/definitions/Error"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -346,17 +346,17 @@
|
|||
}
|
||||
],
|
||||
"responses": {
|
||||
"default": {
|
||||
"description": "Unexpected Error",
|
||||
"schema": {
|
||||
"$ref": "Subscriptions.json#/definitions/Error"
|
||||
}
|
||||
},
|
||||
"200": {
|
||||
"description": "OK",
|
||||
"schema": {
|
||||
"$ref": "#/definitions/SubscriptionDefinition"
|
||||
}
|
||||
},
|
||||
"default": {
|
||||
"description": "Unexpected Error",
|
||||
"schema": {
|
||||
"$ref": "Subscriptions.json#/definitions/Error"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -386,10 +386,10 @@
|
|||
}
|
||||
],
|
||||
"responses": {
|
||||
"default": {
|
||||
"description": "Unexpected Error",
|
||||
"200": {
|
||||
"description": "OK",
|
||||
"schema": {
|
||||
"$ref": "Subscriptions.json#/definitions/Error"
|
||||
"$ref": "#/definitions/SubscriptionDefinition"
|
||||
}
|
||||
},
|
||||
"201": {
|
||||
|
@ -398,10 +398,10 @@
|
|||
"$ref": "#/definitions/SubscriptionDefinition"
|
||||
}
|
||||
},
|
||||
"200": {
|
||||
"description": "OK",
|
||||
"default": {
|
||||
"description": "Unexpected Error",
|
||||
"schema": {
|
||||
"$ref": "#/definitions/SubscriptionDefinition"
|
||||
"$ref": "Subscriptions.json#/definitions/Error"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -429,17 +429,17 @@
|
|||
}
|
||||
],
|
||||
"responses": {
|
||||
"default": {
|
||||
"description": "Unexpected Error",
|
||||
"schema": {
|
||||
"$ref": "Subscriptions.json#/definitions/Error"
|
||||
}
|
||||
},
|
||||
"200": {
|
||||
"description": "OK"
|
||||
},
|
||||
"204": {
|
||||
"description": "No Content"
|
||||
},
|
||||
"default": {
|
||||
"description": "Unexpected Error",
|
||||
"schema": {
|
||||
"$ref": "Subscriptions.json#/definitions/Error"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -510,6 +510,7 @@
|
|||
"items": {
|
||||
"$ref": "#/definitions/ErrorDefinition"
|
||||
},
|
||||
"x-ms-identifiers": [],
|
||||
"readOnly": true
|
||||
}
|
||||
}
|
||||
|
@ -574,7 +575,10 @@
|
|||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/definitions/Operation"
|
||||
}
|
||||
},
|
||||
"x-ms-identifiers": [
|
||||
"name"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -642,7 +646,10 @@
|
|||
"description": "Directory tenant health report.",
|
||||
"items": {
|
||||
"$ref": "#/definitions/DirectoryTenantHealthReport"
|
||||
}
|
||||
},
|
||||
"x-ms-identifiers": [
|
||||
"tenantId"
|
||||
]
|
||||
},
|
||||
"nextLink": {
|
||||
"description": "URI to the next page.",
|
||||
|
@ -680,7 +687,8 @@
|
|||
"description": "A report of the health status of an identity applications.",
|
||||
"items": {
|
||||
"$ref": "#/definitions/ApplicationHealthReport"
|
||||
}
|
||||
},
|
||||
"x-ms-identifiers": []
|
||||
},
|
||||
"nextLink": {
|
||||
"description": "URI to the next page.",
|
||||
|
@ -726,7 +734,10 @@
|
|||
"description": "A report of the health status of an AppRoleAssignment.",
|
||||
"items": {
|
||||
"$ref": "#/definitions/AppRoleAssignmentHealthReport"
|
||||
}
|
||||
},
|
||||
"x-ms-identifiers": [
|
||||
"appRoleAssignment/resource"
|
||||
]
|
||||
},
|
||||
"nextLink": {
|
||||
"description": "URI to the next page.",
|
||||
|
@ -774,7 +785,10 @@
|
|||
"description": "A report of the health status of an OAuth2PermissionGrant.",
|
||||
"items": {
|
||||
"$ref": "#/definitions/OAuth2PermissionGrantHealthReport"
|
||||
}
|
||||
},
|
||||
"x-ms-identifiers": [
|
||||
"oAuth2PermissionGrant/resource"
|
||||
]
|
||||
},
|
||||
"nextLink": {
|
||||
"description": "URI to the next page.",
|
||||
|
@ -822,7 +836,10 @@
|
|||
"description": "A report of the health status of a tag on an identity application service principal.",
|
||||
"items": {
|
||||
"$ref": "#/definitions/ServicePrincipalTagHealthReport"
|
||||
}
|
||||
},
|
||||
"x-ms-identifiers": [
|
||||
"servicePrincipalTag"
|
||||
]
|
||||
},
|
||||
"nextLink": {
|
||||
"description": "URI to the next page.",
|
||||
|
@ -1118,7 +1135,8 @@
|
|||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/definitions/MetricValue"
|
||||
}
|
||||
},
|
||||
"x-ms-identifiers": []
|
||||
},
|
||||
"MetricDefinition": {
|
||||
"description": "Metric Definition",
|
||||
|
@ -1251,7 +1269,8 @@
|
|||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/definitions/MetricAvailability"
|
||||
}
|
||||
},
|
||||
"x-ms-identifiers": []
|
||||
},
|
||||
"MetricList": {
|
||||
"description": "List of metrics.",
|
||||
|
@ -1261,7 +1280,8 @@
|
|||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/definitions/Metric"
|
||||
}
|
||||
},
|
||||
"x-ms-identifiers": []
|
||||
},
|
||||
"nextLink": {
|
||||
"type": "string",
|
||||
|
@ -1277,7 +1297,10 @@
|
|||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/definitions/MetricDefinition"
|
||||
}
|
||||
},
|
||||
"x-ms-identifiers": [
|
||||
"name"
|
||||
]
|
||||
},
|
||||
"nextLink": {
|
||||
"type": "string",
|
||||
|
|
|
@ -123,7 +123,10 @@
|
|||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/definitions/Operation"
|
||||
}
|
||||
},
|
||||
"x-ms-identifiers": [
|
||||
"name"
|
||||
]
|
||||
},
|
||||
"nextLink": {
|
||||
"description": "URI to the next page of operations.",
|
||||
|
|
|
@ -310,7 +310,10 @@
|
|||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/definitions/Step"
|
||||
}
|
||||
},
|
||||
"x-ms-identifiers": [
|
||||
"name"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Загрузка…
Ссылка в новой задаче