Skip to content

Commit 49af362

Browse files
authored
add xms-ids for quantum (Azure#17995)
1 parent 11126e9 commit 49af362

File tree

1 file changed

+8
-2
lines changed
  • specification/quantum/resource-manager/Microsoft.Quantum/preview/2019-11-04-preview

1 file changed

+8
-2
lines changed

specification/quantum/resource-manager/Microsoft.Quantum/preview/2019-11-04-preview/quantum.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,10 @@
511511
"description": "List of Providers selected for this Workspace",
512512
"items": {
513513
"$ref": "#/definitions/Provider"
514-
}
514+
},
515+
"x-ms-identifiers": [
516+
"providerId"
517+
]
515518
},
516519
"usable": {
517520
"type": "string",
@@ -897,7 +900,10 @@
897900
"type": "array",
898901
"items": {
899902
"$ref": "#/definitions/operation"
900-
}
903+
},
904+
"x-ms-identifiers": [
905+
"name"
906+
]
901907
}
902908
},
903909
"required": [

0 commit comments

Comments
 (0)