forked from Azure/azure-resource-manager-schemas
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CodeGen from PR 17107 in Azure/azure-rest-api-specs
Merge 3a346e90635dcaccb1532c364fa02fdcbe905870 into 58891380ba22c3565ca884dee3831445f638b545
- Loading branch information
SDKAuto
committed
Dec 15, 2021
1 parent
6492306
commit e02925d
Showing
2 changed files
with
63 additions
and
54 deletions.
There are no files selected for viewing
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,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": {} | ||
} |
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