Skip to content
Closed
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
63 changes: 63 additions & 0 deletions schemas/2021-12-01-preview/Microsoft.Security.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
{
"id": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.Security.json#",
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Microsoft.Security",
"description": "Microsoft Security Resource Types",
"resourceDefinitions": {
"scanners": {
"type": "object",
"properties": {
"apiVersion": {
"type": "string",
"enum": [
"2021-12-01-preview"
]
},
"etag": {
"type": "string",
"description": "Entity tag is used for comparing two or more entities from the same requested resource."
},
"kind": {
"type": "string",
"description": "Kind of the resource"
},
"location": {
"type": "string",
"description": "Location where the resource is stored"
},
"name": {
"type": "string",
"description": "Security scanner name"
},
"tags": {
"oneOf": [
{
"type": "object",
"additionalProperties": {
"type": "string"
},
"properties": {}
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "A list of key value pairs that describe the resource."
},
"type": {
"type": "string",
"enum": [
"Microsoft.Security/scanners"
]
}
},
"required": [
"apiVersion",
"name",
"type"
],
"description": "Microsoft.Security/scanners"
}
},
"definitions": {}
}
3 changes: 3 additions & 0 deletions schemas/common/autogeneratedResources.json
Original file line number Diff line number Diff line change
Expand Up @@ -11398,6 +11398,9 @@
{
"$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Security.json#/resourceDefinitions/standards"
},
{
"$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.Security.json#/resourceDefinitions/scanners"
},
{
"$ref": "https://schema.management.azure.com/schemas/2021-01-11/Microsoft.SecurityAndCompliance.json#/resourceDefinitions/privateLinkServicesForEDMUpload"
},
Expand Down