diff --git a/specification/vi/resource-manager/Microsoft.VideoIndexer/preview/2021-11-10-preview/examples/ViClassicAccounts.json b/specification/vi/resource-manager/Microsoft.VideoIndexer/preview/2021-11-10-preview/examples/ViClassicAccounts.json index f42f12dacde1..82909a8e27b5 100644 --- a/specification/vi/resource-manager/Microsoft.VideoIndexer/preview/2021-11-10-preview/examples/ViClassicAccounts.json +++ b/specification/vi/resource-manager/Microsoft.VideoIndexer/preview/2021-11-10-preview/examples/ViClassicAccounts.json @@ -9,6 +9,7 @@ "body": { "name": "contosto-videoanalyzer", "location": "NorthEurope", + "id": "462af7c5-d1f6-4b91-86e3-8bc5e8a61574", "properties": { "mediaServices": { "aadApplicationId": "912f96dc-1ed3-4d7d-aa67-0adef4bb68ad", diff --git a/specification/vi/resource-manager/Microsoft.VideoIndexer/preview/2021-11-10-preview/examples/ViListUserClassicAccounts.json b/specification/vi/resource-manager/Microsoft.VideoIndexer/preview/2021-11-10-preview/examples/ViListUserClassicAccounts.json index d88e64b987bb..08f62ccd4a12 100644 --- a/specification/vi/resource-manager/Microsoft.VideoIndexer/preview/2021-11-10-preview/examples/ViListUserClassicAccounts.json +++ b/specification/vi/resource-manager/Microsoft.VideoIndexer/preview/2021-11-10-preview/examples/ViListUserClassicAccounts.json @@ -9,7 +9,8 @@ "value": [ { "name": "contoso-videoanalyzer", - "location": "NorthEurope" + "location": "NorthEurope", + "id": "462af7c5-d1f6-4b91-86e3-8bc5e8a61574" } ], "nextLink": "link" diff --git a/specification/vi/resource-manager/Microsoft.VideoIndexer/preview/2021-11-10-preview/vi.json b/specification/vi/resource-manager/Microsoft.VideoIndexer/preview/2021-11-10-preview/vi.json index e660adac73b4..cc39710cdec1 100644 --- a/specification/vi/resource-manager/Microsoft.VideoIndexer/preview/2021-11-10-preview/vi.json +++ b/specification/vi/resource-manager/Microsoft.VideoIndexer/preview/2021-11-10-preview/vi.json @@ -999,6 +999,12 @@ "type": "string", "readOnly": true, "example": "westus" + }, + "id": { + "description": "The account's id", + "type": "string", + "readOnly": true, + "example": "462af7c5-d1f6-4b91-86e3-8bc5e8a61574" } } }, @@ -1017,6 +1023,12 @@ "type": "string", "example": "westus" }, + "id": { + "description": "The account's id", + "type": "string", + "readOnly": true, + "example": "462af7c5-d1f6-4b91-86e3-8bc5e8a61574" + }, "properties": { "description": "List of classic account properties", "type": "object",