Skip to content

Commit a2a3da0

Browse files
support restricted access skus (#13002)
1 parent 202d83c commit a2a3da0

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"name": "Standard",
2626
"id": "Standard",
2727
"description": "Provider CPU and FPGA QIO based solver.",
28+
"restrictedAccessUri": "https://endpoint",
2829
"targets": [
2930
"p1"
3031
],

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -658,6 +658,10 @@
658658
"type": "string",
659659
"description": "Description about this sku."
660660
},
661+
"restrictedAccessUri": {
662+
"type": "string",
663+
"description": "Uri to subscribe to the restricted access sku."
664+
},
661665
"targets": {
662666
"type": "array",
663667
"description": "The list of targets available for this sku.",

0 commit comments

Comments
 (0)