Skip to content

Commit

Permalink
CodeGen from PR 17107 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 3a346e90635dcaccb1532c364fa02fdcbe905870 into 58891380ba22c3565ca884dee3831445f638b545
  • Loading branch information
SDKAuto committed Dec 15, 2021
1 parent 6492306 commit e02925d
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 54 deletions.
63 changes: 63 additions & 0 deletions schemas/2021-12-01-preview/Microsoft.Security.json
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": {}
}
54 changes: 0 additions & 54 deletions schemas/common/autogeneratedResources.json
Original file line number Diff line number Diff line change
Expand Up @@ -11221,60 +11221,6 @@
{
"$ref": "https://schema.management.azure.com/schemas/2021-04-01-preview/Microsoft.Search.json#/resourceDefinitions/searchServices_sharedPrivateLinkResources"
},
{
"$ref": "https://schema.management.azure.com/schemas/2015-06-01-preview/Microsoft.Security.json#/resourceDefinitions/locations_jitNetworkAccessPolicies"
},
{
"$ref": "https://schema.management.azure.com/schemas/2017-08-01-preview/Microsoft.Security.json#/resourceDefinitions/iotSecuritySolutions"
},
{
"$ref": "https://schema.management.azure.com/schemas/2017-08-01-preview/Microsoft.Security.json#/resourceDefinitions/pricings"
},
{
"$ref": "https://schema.management.azure.com/schemas/2017-08-01-preview/Microsoft.Security.json#/unknown_resourceDefinitions/advancedThreatProtectionSettings"
},
{
"$ref": "https://schema.management.azure.com/schemas/2017-08-01-preview/Microsoft.Security.json#/unknown_resourceDefinitions/deviceSecurityGroups"
},
{
"$ref": "https://schema.management.azure.com/schemas/2019-01-01/Microsoft.Security.json#/unknown_resourceDefinitions/advancedThreatProtectionSettings"
},
{
"$ref": "https://schema.management.azure.com/schemas/2019-01-01-preview/Microsoft.Security.json#/resourceDefinitions/automations"
},
{
"$ref": "https://schema.management.azure.com/schemas/2019-01-01-preview/Microsoft.Security.json#/unknown_resourceDefinitions/assessments"
},
{
"$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Security.json#/resourceDefinitions/iotSecuritySolutions"
},
{
"$ref": "https://schema.management.azure.com/schemas/2019-08-01/Microsoft.Security.json#/unknown_resourceDefinitions/deviceSecurityGroups"
},
{
"$ref": "https://schema.management.azure.com/schemas/2020-01-01/Microsoft.Security.json#/resourceDefinitions/locations_jitNetworkAccessPolicies"
},
{
"$ref": "https://schema.management.azure.com/schemas/2020-01-01/Microsoft.Security.json#/unknown_resourceDefinitions/assessments"
},
{
"$ref": "https://schema.management.azure.com/schemas/2021-06-01/Microsoft.Security.json#/unknown_resourceDefinitions/assessments"
},
{
"$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.Security.json#/resourceDefinitions/customAssessmentAutomations"
},
{
"$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.Security.json#/resourceDefinitions/customEntityStoreAssignments"
},
{
"$ref": "https://schema.management.azure.com/schemas/2021-07-01-preview/Microsoft.Security.json#/resourceDefinitions/securityConnectors"
},
{
"$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Security.json#/resourceDefinitions/assignments"
},
{
"$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Security.json#/resourceDefinitions/standards"
},
{
"$ref": "https://schema.management.azure.com/schemas/2021-01-11/Microsoft.SecurityAndCompliance.json#/resourceDefinitions/privateLinkServicesForEDMUpload"
},
Expand Down

0 comments on commit e02925d

Please sign in to comment.