Skip to content

Commit b168271

Browse files
authored
Merge pull request #2210 from Azure/autogenerate_tmp-f988213
Update Generated Schemas
2 parents f988213 + 5b20568 commit b168271

File tree

4 files changed

+3128
-1
lines changed

4 files changed

+3128
-1
lines changed

schemas/2021-07-01-preview/Microsoft.Security.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,8 @@
245245
{
246246
"type": "string",
247247
"enum": [
248-
"AWS"
248+
"AWS",
249+
"GCP"
249250
]
250251
},
251252
{

schemas/2021-08-01-preview/Microsoft.Security.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,24 @@
271271
"displayName": {
272272
"type": "string",
273273
"description": "display name of the standard, equivalent to the standardId"
274+
},
275+
"supportedClouds": {
276+
"oneOf": [
277+
{
278+
"type": "array",
279+
"items": {
280+
"type": "string",
281+
"enum": [
282+
"AWS",
283+
"GCP"
284+
]
285+
}
286+
},
287+
{
288+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
289+
}
290+
],
291+
"description": "List of all standard supported clouds."
274292
}
275293
},
276294
"description": "Describes properties of a standard."

0 commit comments

Comments
 (0)