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
18 changes: 18 additions & 0 deletions schemas/2021-08-01-preview/Microsoft.Security.json
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,24 @@
"displayName": {
"type": "string",
"description": "display name of the standard, equivalent to the standardId"
},
"supportedClouds": {
"oneOf": [
{
"type": "array",
"items": {
"type": "string",
"enum": [
"AWS",
"GCP"
]
}
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "List of all standard supported clouds."
}
},
"description": "Describes properties of a standard."
Expand Down
63 changes: 0 additions & 63 deletions schemas/2021-12-01-preview/Microsoft.Security.json

This file was deleted.

3 changes: 0 additions & 3 deletions schemas/common/autogeneratedResources.json
Original file line number Diff line number Diff line change
Expand Up @@ -11791,9 +11791,6 @@
{
"$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