File tree Expand file tree Collapse file tree 2 files changed +66
-0
lines changed Expand file tree Collapse file tree 2 files changed +66
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "id" : " https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.Security.json#" ,
3+ "$schema" : " http://json-schema.org/draft-04/schema#" ,
4+ "title" : " Microsoft.Security" ,
5+ "description" : " Microsoft Security Resource Types" ,
6+ "resourceDefinitions" : {
7+ "scanners" : {
8+ "type" : " object" ,
9+ "properties" : {
10+ "apiVersion" : {
11+ "type" : " string" ,
12+ "enum" : [
13+ " 2021-12-01-preview"
14+ ]
15+ },
16+ "etag" : {
17+ "type" : " string" ,
18+ "description" : " Entity tag is used for comparing two or more entities from the same requested resource."
19+ },
20+ "kind" : {
21+ "type" : " string" ,
22+ "description" : " Kind of the resource"
23+ },
24+ "location" : {
25+ "type" : " string" ,
26+ "description" : " Location where the resource is stored"
27+ },
28+ "name" : {
29+ "type" : " string" ,
30+ "description" : " Security scanner name"
31+ },
32+ "tags" : {
33+ "oneOf" : [
34+ {
35+ "type" : " object" ,
36+ "additionalProperties" : {
37+ "type" : " string"
38+ },
39+ "properties" : {}
40+ },
41+ {
42+ "$ref" : " https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
43+ }
44+ ],
45+ "description" : " A list of key value pairs that describe the resource."
46+ },
47+ "type" : {
48+ "type" : " string" ,
49+ "enum" : [
50+ " Microsoft.Security/scanners"
51+ ]
52+ }
53+ },
54+ "required" : [
55+ " apiVersion" ,
56+ " name" ,
57+ " type"
58+ ],
59+ "description" : " Microsoft.Security/scanners"
60+ }
61+ },
62+ "definitions" : {}
63+ }
Original file line number Diff line number Diff line change 1127511275 {
1127611276 "$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Security.json#/resourceDefinitions/standards"
1127711277 },
11278+ {
11279+ "$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.Security.json#/resourceDefinitions/scanners"
11280+ },
1127811281 {
1127911282 "$ref": "https://schema.management.azure.com/schemas/2021-01-11/Microsoft.SecurityAndCompliance.json#/resourceDefinitions/privateLinkServicesForEDMUpload"
1128011283 },
You can’t perform that action at this time.
0 commit comments