Skip to content

Commit

Permalink
Merge pull request #1485 from xinyi-joffre/feature/onboard-quantum
Browse files Browse the repository at this point in the history
Add quantum to older deployment schemas
  • Loading branch information
anthony-c-martin authored Jan 31, 2021
2 parents 2a02aa7 + 377f0f6 commit 017eca6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions schemas/2014-04-01-preview/deploymentTemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2101,6 +2101,7 @@
{ "$ref": "https://schema.management.azure.com/schemas/2019-10-17-preview/Microsoft.Insights.json#/resourceDefinitions/privateLinkScopes_scopedResources" },
{ "$ref": "https://schema.management.azure.com/schemas/2019-11-01-preview/Microsoft.Insights.json#/resourceDefinitions/dataCollectionRules" },
{ "$ref": "https://schema.management.azure.com/schemas/2020-05-01-preview/Microsoft.Insights.json#/resourceDefinitions/scheduledQueryRules" },
{ "$ref": "https://schema.management.azure.com/schemas/2019-11-04-preview/Microsoft.Quantum.json#/resourceDefinitions/workspaces" },
{ "$ref": "#/definitions/resourceGeneric" }
]
}
Expand Down
3 changes: 2 additions & 1 deletion schemas/2015-01-01/deploymentTemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2236,7 +2236,8 @@
{ "$ref": "https://schema.management.azure.com/schemas/2019-10-17-preview/Microsoft.Insights.json#/resourceDefinitions/privateLinkScopes_privateEndpointConnections" },
{ "$ref": "https://schema.management.azure.com/schemas/2019-10-17-preview/Microsoft.Insights.json#/resourceDefinitions/privateLinkScopes_scopedResources" },
{ "$ref": "https://schema.management.azure.com/schemas/2019-11-01-preview/Microsoft.Insights.json#/resourceDefinitions/dataCollectionRules" },
{ "$ref": "https://schema.management.azure.com/schemas/2020-05-01-preview/Microsoft.Insights.json#/resourceDefinitions/scheduledQueryRules" }
{ "$ref": "https://schema.management.azure.com/schemas/2020-05-01-preview/Microsoft.Insights.json#/resourceDefinitions/scheduledQueryRules" },
{ "$ref": "https://schema.management.azure.com/schemas/2019-11-04-preview/Microsoft.Quantum.json#/resourceDefinitions/workspaces" }
]
}
]
Expand Down

0 comments on commit 017eca6

Please sign in to comment.