forked from Azure/azure-resource-manager-schemas
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3113 from Azure/autogenerate-batch
Update Generated Schemas
- Loading branch information
Showing
49 changed files
with
70,833 additions
and
498 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,97 @@ | ||
{ | ||
"id": "https://schema.management.azure.com/schemas/2019-04-01/Microsoft.ResourceGraph.json#", | ||
"title": "Microsoft.ResourceGraph", | ||
"description": "Microsoft ResourceGraph Resource Types", | ||
"$schema": "http://json-schema.org/draft-04/schema#", | ||
"resourceDefinitions": { | ||
"queries": { | ||
"description": "Microsoft.ResourceGraph/queries", | ||
"properties": { | ||
"apiVersion": { | ||
"enum": [ | ||
"2019-04-01" | ||
], | ||
"type": "string" | ||
}, | ||
"etag": { | ||
"description": "This will be used to handle Optimistic Concurrency. If not present, it will always overwrite the existing resource without checking conflict.", | ||
"type": "string" | ||
}, | ||
"location": { | ||
"description": "The location of the resource", | ||
"type": "string" | ||
}, | ||
"name": { | ||
"description": "The name of the Graph Query resource.", | ||
"oneOf": [ | ||
{ | ||
"pattern": "^[^<>&:\\?]*$", | ||
"type": "string" | ||
}, | ||
{ | ||
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" | ||
} | ||
] | ||
}, | ||
"properties": { | ||
"description": "Metadata describing a graph query for an Azure resource.", | ||
"oneOf": [ | ||
{ | ||
"$ref": "#/definitions/GraphQueryProperties" | ||
}, | ||
{ | ||
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" | ||
} | ||
] | ||
}, | ||
"tags": { | ||
"description": "Resource tags", | ||
"oneOf": [ | ||
{ | ||
"additionalProperties": { | ||
"type": "string" | ||
}, | ||
"properties": {}, | ||
"type": "object" | ||
}, | ||
{ | ||
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" | ||
} | ||
] | ||
}, | ||
"type": { | ||
"enum": [ | ||
"Microsoft.ResourceGraph/queries" | ||
], | ||
"type": "string" | ||
} | ||
}, | ||
"required": [ | ||
"name", | ||
"properties", | ||
"apiVersion", | ||
"type" | ||
], | ||
"type": "object" | ||
} | ||
}, | ||
"definitions": { | ||
"GraphQueryProperties": { | ||
"description": "Properties that contain a graph query.", | ||
"properties": { | ||
"description": { | ||
"description": "The description of a graph query.", | ||
"type": "string" | ||
}, | ||
"query": { | ||
"description": "KQL query that will be graph.", | ||
"type": "string" | ||
} | ||
}, | ||
"required": [ | ||
"query" | ||
], | ||
"type": "object" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,97 @@ | ||
{ | ||
"id": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.ResourceGraph.json#", | ||
"title": "Microsoft.ResourceGraph", | ||
"description": "Microsoft ResourceGraph Resource Types", | ||
"$schema": "http://json-schema.org/draft-04/schema#", | ||
"resourceDefinitions": { | ||
"queries": { | ||
"description": "Microsoft.ResourceGraph/queries", | ||
"properties": { | ||
"apiVersion": { | ||
"enum": [ | ||
"2021-03-01" | ||
], | ||
"type": "string" | ||
}, | ||
"etag": { | ||
"description": "This will be used to handle Optimistic Concurrency. If not present, it will always overwrite the existing resource without checking conflict.", | ||
"type": "string" | ||
}, | ||
"location": { | ||
"description": "The location of the resource", | ||
"type": "string" | ||
}, | ||
"name": { | ||
"description": "The name of the Graph Query resource.", | ||
"oneOf": [ | ||
{ | ||
"pattern": "^[^<>&:\\?]*$", | ||
"type": "string" | ||
}, | ||
{ | ||
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" | ||
} | ||
] | ||
}, | ||
"properties": { | ||
"description": "Metadata describing a graph query for an Azure resource.", | ||
"oneOf": [ | ||
{ | ||
"$ref": "#/definitions/GraphQueryProperties" | ||
}, | ||
{ | ||
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" | ||
} | ||
] | ||
}, | ||
"tags": { | ||
"description": "Resource tags", | ||
"oneOf": [ | ||
{ | ||
"additionalProperties": { | ||
"type": "string" | ||
}, | ||
"properties": {}, | ||
"type": "object" | ||
}, | ||
{ | ||
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" | ||
} | ||
] | ||
}, | ||
"type": { | ||
"enum": [ | ||
"Microsoft.ResourceGraph/queries" | ||
], | ||
"type": "string" | ||
} | ||
}, | ||
"required": [ | ||
"name", | ||
"properties", | ||
"apiVersion", | ||
"type" | ||
], | ||
"type": "object" | ||
} | ||
}, | ||
"definitions": { | ||
"GraphQueryProperties": { | ||
"description": "Properties that contain a graph query.", | ||
"properties": { | ||
"description": { | ||
"description": "The description of a graph query.", | ||
"type": "string" | ||
}, | ||
"query": { | ||
"description": "KQL query that will be graph.", | ||
"type": "string" | ||
} | ||
}, | ||
"required": [ | ||
"query" | ||
], | ||
"type": "object" | ||
} | ||
} | ||
} |
Oops, something went wrong.