Skip to content

Commit 2a89cd4

Browse files
kangsun-ctrlgrizzlytheodoreArcturusZhang
authored
PIR and SIG architecture (#17853)
* save * save * add some missing x-ms-identifiers * add more x-ms-identifiers * add more x-ms-identifiers Co-authored-by: Theodore Chang <[email protected]> Co-authored-by: ArcturusZhang <[email protected]>
1 parent 06f4469 commit 2a89cd4

File tree

10 files changed

+59
-0
lines changed

10 files changed

+59
-0
lines changed

specification/compute/resource-manager/Microsoft.Compute/stable/2020-09-30/gallery.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2705,6 +2705,10 @@
27052705
"items": {
27062706
"$ref": "#/definitions/ApiErrorBase"
27072707
},
2708+
"x-ms-identifiers": [
2709+
"message",
2710+
"target"
2711+
],
27082712
"description": "The Api error details"
27092713
},
27102714
"innererror": {

specification/compute/resource-manager/Microsoft.Compute/stable/2020-09-30/sharedGallery.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -707,6 +707,10 @@
707707
"items": {
708708
"$ref": "#/definitions/ApiErrorBase"
709709
},
710+
"x-ms-identifiers": [
711+
"message",
712+
"target"
713+
],
710714
"description": "The Api error details"
711715
},
712716
"innererror": {

specification/compute/resource-manager/Microsoft.Compute/stable/2021-04-01/compute.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14439,6 +14439,10 @@
1443914439
"items": {
1444014440
"$ref": "#/definitions/ApiErrorBase"
1444114441
},
14442+
"x-ms-identifiers": [
14443+
"message",
14444+
"target"
14445+
],
1444214446
"description": "The Api error details"
1444314447
},
1444414448
"innererror": {

specification/compute/resource-manager/Microsoft.Compute/stable/2021-04-01/disk.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3531,6 +3531,10 @@
35313531
"items": {
35323532
"$ref": "#/definitions/ApiErrorBase"
35333533
},
3534+
"x-ms-identifiers": [
3535+
"message",
3536+
"target"
3537+
],
35343538
"description": "The Api error details"
35353539
},
35363540
"innererror": {

specification/compute/resource-manager/Microsoft.Compute/stable/2021-04-01/runCommands.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1350,6 +1350,10 @@
13501350
"items": {
13511351
"$ref": "#/definitions/ApiErrorBase"
13521352
},
1353+
"x-ms-identifiers": [
1354+
"message",
1355+
"target"
1356+
],
13531357
"description": "The Api error details"
13541358
},
13551359
"innererror": {

specification/compute/resource-manager/Microsoft.Compute/stable/2021-07-01/compute.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14562,6 +14562,10 @@
1456214562
"items": {
1456314563
"$ref": "#/definitions/ApiErrorBase"
1456414564
},
14565+
"x-ms-identifiers": [
14566+
"message",
14567+
"target"
14568+
],
1456514569
"description": "The Api error details"
1456614570
},
1456714571
"innererror": {

specification/compute/resource-manager/Microsoft.Compute/stable/2021-07-01/gallery.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2736,6 +2736,10 @@
27362736
"items": {
27372737
"$ref": "#/definitions/ApiErrorBase"
27382738
},
2739+
"x-ms-identifiers": [
2740+
"message",
2741+
"target"
2742+
],
27392743
"description": "The Api error details"
27402744
},
27412745
"innererror": {

specification/compute/resource-manager/Microsoft.Compute/stable/2021-07-01/runCommands.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1350,6 +1350,10 @@
13501350
"items": {
13511351
"$ref": "#/definitions/ApiErrorBase"
13521352
},
1353+
"x-ms-identifiers": [
1354+
"message",
1355+
"target"
1356+
],
13531357
"description": "The Api error details"
13541358
},
13551359
"innererror": {

specification/compute/resource-manager/Microsoft.Compute/stable/2021-10-01/gallery.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2271,6 +2271,18 @@
22712271
"name"
22722272
],
22732273
"description": "A list of gallery image features."
2274+
},
2275+
"architecture": {
2276+
"type": "string",
2277+
"description": "The architecture of the image. Applicable to OS disks only.",
2278+
"enum": [
2279+
"x64",
2280+
"Arm64"
2281+
],
2282+
"x-ms-enum": {
2283+
"name": "Architecture",
2284+
"modelAsString": true
2285+
}
22742286
}
22752287
},
22762288
"required": [

specification/compute/resource-manager/Microsoft.Compute/stable/2021-11-01/compute.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10130,6 +10130,18 @@
1013010130
"modelAsString": true
1013110131
}
1013210132
},
10133+
"ArchitectureType": {
10134+
"type": "string",
10135+
"description": "Specifies the Architecture Type",
10136+
"enum": [
10137+
"x64",
10138+
"Arm64"
10139+
],
10140+
"x-ms-enum": {
10141+
"name": "ArchitectureTypes",
10142+
"modelAsString": true
10143+
}
10144+
},
1013310145
"InstanceViewStatus": {
1013410146
"properties": {
1013510147
"code": {
@@ -11886,6 +11898,9 @@
1188611898
"x-ms-identifiers": [
1188711899
"name"
1188811900
]
11901+
},
11902+
"architecture": {
11903+
"$ref": "#/definitions/ArchitectureType"
1188911904
}
1189011905
},
1189111906
"description": "Describes the properties of a Virtual Machine Image."

0 commit comments

Comments
 (0)