Skip to content

Commit

Permalink
PIR and SIG architecture (Azure#17853)
Browse files Browse the repository at this point in the history
* save

* save

* add some missing x-ms-identifiers

* add more x-ms-identifiers

* add more x-ms-identifiers

Co-authored-by: Theodore Chang <thchan@microsoft.com>
Co-authored-by: ArcturusZhang <dapzhang@microsoft.com>
  • Loading branch information
3 people authored Feb 25, 2022
1 parent 06f4469 commit 2a89cd4
Show file tree
Hide file tree
Showing 10 changed files with 59 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2705,6 +2705,10 @@
"items": {
"$ref": "#/definitions/ApiErrorBase"
},
"x-ms-identifiers": [
"message",
"target"
],
"description": "The Api error details"
},
"innererror": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -707,6 +707,10 @@
"items": {
"$ref": "#/definitions/ApiErrorBase"
},
"x-ms-identifiers": [
"message",
"target"
],
"description": "The Api error details"
},
"innererror": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14439,6 +14439,10 @@
"items": {
"$ref": "#/definitions/ApiErrorBase"
},
"x-ms-identifiers": [
"message",
"target"
],
"description": "The Api error details"
},
"innererror": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3531,6 +3531,10 @@
"items": {
"$ref": "#/definitions/ApiErrorBase"
},
"x-ms-identifiers": [
"message",
"target"
],
"description": "The Api error details"
},
"innererror": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1350,6 +1350,10 @@
"items": {
"$ref": "#/definitions/ApiErrorBase"
},
"x-ms-identifiers": [
"message",
"target"
],
"description": "The Api error details"
},
"innererror": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14562,6 +14562,10 @@
"items": {
"$ref": "#/definitions/ApiErrorBase"
},
"x-ms-identifiers": [
"message",
"target"
],
"description": "The Api error details"
},
"innererror": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2736,6 +2736,10 @@
"items": {
"$ref": "#/definitions/ApiErrorBase"
},
"x-ms-identifiers": [
"message",
"target"
],
"description": "The Api error details"
},
"innererror": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1350,6 +1350,10 @@
"items": {
"$ref": "#/definitions/ApiErrorBase"
},
"x-ms-identifiers": [
"message",
"target"
],
"description": "The Api error details"
},
"innererror": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2271,6 +2271,18 @@
"name"
],
"description": "A list of gallery image features."
},
"architecture": {
"type": "string",
"description": "The architecture of the image. Applicable to OS disks only.",
"enum": [
"x64",
"Arm64"
],
"x-ms-enum": {
"name": "Architecture",
"modelAsString": true
}
}
},
"required": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10130,6 +10130,18 @@
"modelAsString": true
}
},
"ArchitectureType": {
"type": "string",
"description": "Specifies the Architecture Type",
"enum": [
"x64",
"Arm64"
],
"x-ms-enum": {
"name": "ArchitectureTypes",
"modelAsString": true
}
},
"InstanceViewStatus": {
"properties": {
"code": {
Expand Down Expand Up @@ -11886,6 +11898,9 @@
"x-ms-identifiers": [
"name"
]
},
"architecture": {
"$ref": "#/definitions/ArchitectureType"
}
},
"description": "Describes the properties of a Virtual Machine Image."
Expand Down

0 comments on commit 2a89cd4

Please sign in to comment.