Skip to content

Commit d211137

Browse files
author
SDKAuto
committed
CodeGen from PR 17426 in Azure/azure-rest-api-specs
Merge c08015f4b4c11fada1de2427c209d360dc45a683 into 7c2ebcc849d82fc5fa1740e3216a6ba3cc8858ce
1 parent 60b772a commit d211137

File tree

3 files changed

+40
-67
lines changed

3 files changed

+40
-67
lines changed

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

Lines changed: 40 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,9 @@
161161
},
162162
{
163163
"$ref": "#/definitions/DefenderForServersAwsOffering"
164+
},
165+
{
166+
"$ref": "#/definitions/InformationProtectionAwsOffering"
164167
}
165168
],
166169
"properties": {},
@@ -391,7 +394,7 @@
391394
"offeringType": {
392395
"type": "string",
393396
"enum": [
394-
"DefenderForServersAWS"
397+
"DefenderForServersAws"
395398
]
396399
}
397400
},
@@ -456,6 +459,42 @@
456459
},
457460
"description": "The Defender for servers connection configuration"
458461
},
462+
"InformationProtectionAwsOffering": {
463+
"type": "object",
464+
"properties": {
465+
"informationProtection": {
466+
"oneOf": [
467+
{
468+
"$ref": "#/definitions/InformationProtectionAwsOfferingInformationProtection"
469+
},
470+
{
471+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
472+
}
473+
],
474+
"description": "The native cloud connection configuration"
475+
},
476+
"offeringType": {
477+
"type": "string",
478+
"enum": [
479+
"InformationProtectionAws"
480+
]
481+
}
482+
},
483+
"required": [
484+
"offeringType"
485+
],
486+
"description": "The information protection for AWS offering configurations"
487+
},
488+
"InformationProtectionAwsOfferingInformationProtection": {
489+
"type": "object",
490+
"properties": {
491+
"cloudRoleArn": {
492+
"type": "string",
493+
"description": "The cloud role ARN in AWS for this feature"
494+
}
495+
},
496+
"description": "The native cloud connection configuration"
497+
},
459498
"SecurityConnectorProperties": {
460499
"type": "object",
461500
"properties": {

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

Lines changed: 0 additions & 63 deletions
This file was deleted.

schemas/common/autogeneratedResources.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11803,9 +11803,6 @@
1180311803
{
1180411804
"$ref": "https://schema.management.azure.com/schemas/2021-08-01-preview/Microsoft.Security.json#/resourceDefinitions/standards"
1180511805
},
11806-
{
11807-
"$ref": "https://schema.management.azure.com/schemas/2021-12-01-preview/Microsoft.Security.json#/resourceDefinitions/scanners"
11808-
},
1180911806
{
1181011807
"$ref": "https://schema.management.azure.com/schemas/2021-01-11/Microsoft.SecurityAndCompliance.json#/resourceDefinitions/privateLinkServicesForEDMUpload"
1181111808
},

0 commit comments

Comments
 (0)