diff --git a/specification/compute/resource-manager/Microsoft.Compute/stable/2022-01-03/common.json b/specification/compute/resource-manager/Microsoft.Compute/stable/2022-01-03/common.json index 30916c5c2ed8..1ae469d46bb2 100644 --- a/specification/compute/resource-manager/Microsoft.Compute/stable/2022-01-03/common.json +++ b/specification/compute/resource-manager/Microsoft.Compute/stable/2022-01-03/common.json @@ -159,6 +159,30 @@ } }, "x-ms-azure-resource": true + }, + "ExtendedLocationType": { + "type": "string", + "description": "The type of extendedLocation.", + "enum": [ + "EdgeZone" + ], + "x-ms-enum": { + "name": "ExtendedLocationTypes", + "modelAsString": true + } + }, + "ExtendedLocation": { + "description": "The complex type of the extended location.", + "properties": { + "name": { + "type": "string", + "description": "The name of the extended location." + }, + "type": { + "$ref": "#/definitions/ExtendedLocationType", + "description": "The type of the extended location." + } + } } }, "parameters": { diff --git a/specification/compute/resource-manager/readme.md b/specification/compute/resource-manager/readme.md index f424053f1a89..d250d0183d5e 100644 --- a/specification/compute/resource-manager/readme.md +++ b/specification/compute/resource-manager/readme.md @@ -245,6 +245,7 @@ input-file: - Microsoft.Compute/stable/2021-11-01/runCommands.json - Microsoft.Compute/stable/2021-07-01/skus.json - Microsoft.Compute/stable/2021-08-01/disk.json +- Microsoft.Compute/stable/2022-01-03/common.json - Microsoft.Compute/stable/2022-01-03/GalleryRP/galleryRPCommon.json - Microsoft.Compute/stable/2022-01-03/GalleryRP/gallery.json - Microsoft.Compute/stable/2022-01-03/GalleryRP/sharedGallery.json