Skip to content

Commit 49bd702

Browse files
SapirElmakayesFredericHeem
authored andcommitted
Adding InformationProtectionAws offering (Azure#16990)
* Adding InformationProtectionAws offering * Rename * Semantic validation fix Co-authored-by: Sapir Elmakayes <saelmaka@microsoft.com>
1 parent 2e8eb98 commit 49bd702

File tree

1 file changed

+25
-2
lines changed

1 file changed

+25
-2
lines changed

specification/security/resource-manager/Microsoft.Security/preview/2021-07-01-preview/securityConnectors.json

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,8 @@
412412
"enum": [
413413
"CspmMonitorAws",
414414
"DefenderForContainersAws",
415-
"DefenderForServersAws"
415+
"DefenderForServersAws",
416+
"InformationProtectionAws"
416417
],
417418
"x-ms-enum": {
418419
"name": "OfferingType",
@@ -503,7 +504,7 @@
503504
"defenderForServersAwsOffering": {
504505
"type": "object",
505506
"description": "The Defender for Servers AWS offering configurations",
506-
"x-ms-discriminator-value": "DefenderForServersAWS",
507+
"x-ms-discriminator-value": "DefenderForServersAws",
507508
"allOf": [
508509
{
509510
"$ref": "#/definitions/cloudOffering"
@@ -549,6 +550,28 @@
549550
}
550551
}
551552
}
553+
},
554+
"informationProtectionAwsOffering": {
555+
"type": "object",
556+
"description": "The information protection for AWS offering configurations",
557+
"x-ms-discriminator-value": "InformationProtectionAws",
558+
"allOf": [
559+
{
560+
"$ref": "#/definitions/cloudOffering"
561+
}
562+
],
563+
"properties": {
564+
"informationProtection": {
565+
"type": "object",
566+
"description": "The native cloud connection configuration",
567+
"properties": {
568+
"cloudRoleArn": {
569+
"type": "string",
570+
"description": "The cloud role ARN in AWS for this feature"
571+
}
572+
}
573+
}
574+
}
552575
}
553576
},
554577
"parameters": {

0 commit comments

Comments
 (0)