Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix Microsoft.Portal API version
  • Loading branch information
anthony-c-martin committed Jul 15, 2019
commit 316e52be306c028ceac35d3e78267cd082c973ef
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"id": "https://schema.management.azure.com/schemas/2015-11-01-preview/Microsoft.Portal.json#",
"id": "https://schema.management.azure.com/schemas/2015-08-01-preview/Microsoft.Portal.json#",
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Microsoft.Portal",
"description": "Microsoft Portal Resource Types",
Expand All @@ -22,7 +22,7 @@
"apiVersion": {
"type": "string",
"enum": [
"2015-11-01-preview"
"2015-08-01-preview"
]
},
"properties": {
Expand Down
20 changes: 10 additions & 10 deletions schemas/2019-04-01/autogeneratedResources.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,37 +11,37 @@
{
"oneOf": [
{
"$ref": "https://schema.management.azure.com/schemas/2015-04-08/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts"
"$ref": "https://schema.management.azure.com/schemas/2015-04-08/Microsoft.DocumentDB.json#/resourceDefinitions/cassandraKeyspaces"
},
{
"$ref": "https://schema.management.azure.com/schemas/2015-04-08/Microsoft.DocumentDB.json#/resourceDefinitions/sqlDatabases"
"$ref": "https://schema.management.azure.com/schemas/2015-04-08/Microsoft.DocumentDB.json#/resourceDefinitions/cassandraTables"
},
{
"$ref": "https://schema.management.azure.com/schemas/2015-04-08/Microsoft.DocumentDB.json#/resourceDefinitions/sqlContainers"
"$ref": "https://schema.management.azure.com/schemas/2015-04-08/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts"
},
{
"$ref": "https://schema.management.azure.com/schemas/2015-04-08/Microsoft.DocumentDB.json#/resourceDefinitions/mongoDBDatabases"
"$ref": "https://schema.management.azure.com/schemas/2015-04-08/Microsoft.DocumentDB.json#/resourceDefinitions/gremlinDatabases"
},
{
"$ref": "https://schema.management.azure.com/schemas/2015-04-08/Microsoft.DocumentDB.json#/resourceDefinitions/mongoDBCollections"
"$ref": "https://schema.management.azure.com/schemas/2015-04-08/Microsoft.DocumentDB.json#/resourceDefinitions/gremlinGraphs"
},
{
"$ref": "https://schema.management.azure.com/schemas/2015-04-08/Microsoft.DocumentDB.json#/resourceDefinitions/gremlinDatabases"
"$ref": "https://schema.management.azure.com/schemas/2015-04-08/Microsoft.DocumentDB.json#/resourceDefinitions/mongoDBCollections"
},
{
"$ref": "https://schema.management.azure.com/schemas/2015-04-08/Microsoft.DocumentDB.json#/resourceDefinitions/gremlinGraphs"
"$ref": "https://schema.management.azure.com/schemas/2015-04-08/Microsoft.DocumentDB.json#/resourceDefinitions/mongoDBDatabases"
},
{
"$ref": "https://schema.management.azure.com/schemas/2015-04-08/Microsoft.DocumentDB.json#/resourceDefinitions/cassandraKeyspaces"
"$ref": "https://schema.management.azure.com/schemas/2015-04-08/Microsoft.DocumentDB.json#/resourceDefinitions/sqlContainers"
},
{
"$ref": "https://schema.management.azure.com/schemas/2015-04-08/Microsoft.DocumentDB.json#/resourceDefinitions/cassandraTables"
"$ref": "https://schema.management.azure.com/schemas/2015-04-08/Microsoft.DocumentDB.json#/resourceDefinitions/sqlDatabases"
},
{
"$ref": "https://schema.management.azure.com/schemas/2015-04-08/Microsoft.DocumentDB.json#/resourceDefinitions/tables"
},
{
"$ref": "https://schema.management.azure.com/schemas/2015-11-01-preview/Microsoft.Portal.json#/resourceDefinitions/dashboards"
"$ref": "https://schema.management.azure.com/schemas/2015-08-01-preview/Microsoft.Portal.json#/resourceDefinitions/dashboards"
},
{
"$ref": "https://schema.management.azure.com/schemas/2017-03-01-preview/Microsoft.SqlVirtualMachine.json#/resourceDefinitions/sqlVirtualMachineGroups"
Expand Down