Skip to content

Commit 41a3bbf

Browse files
author
SDKAuto
committed
CodeGen from PR 17107 in Azure/azure-rest-api-specs
Merge 3a346e90635dcaccb1532c364fa02fdcbe905870 into d600759c3516b61a7c353bc8682bccbab85a6f65
1 parent 6492306 commit 41a3bbf

File tree

2 files changed

+66
-0
lines changed

2 files changed

+66
-0
lines changed
Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
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+
}

schemas/common/autogeneratedResources.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11275,6 +11275,9 @@
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
},

0 commit comments

Comments
 (0)