Skip to content

Commit

Permalink
update common.json
Browse files Browse the repository at this point in the history
  • Loading branch information
grizzlytheodore committed Feb 24, 2022
1 parent 1934815 commit 08fa2b4
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
1 change: 1 addition & 0 deletions specification/compute/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 08fa2b4

Please sign in to comment.