From 3d0db5664895d5b29260f2e96aefb5001acca96c Mon Sep 17 00:00:00 2001 From: Jorin Mejia Date: Mon, 29 Nov 2021 15:24:48 -0800 Subject: [PATCH] Update codeowners, add read only field, add profileName to SecurityPolicyProperties --- CODEOWNERS | 2 +- .../Microsoft.Cdn/stable/2021-06-01/afdx.json | 10 +++++----- .../Microsoft.Cdn/stable/2021-06-01/cdn.json | 1 + 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 49921558fe0c..c8e7436e056d 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -11,7 +11,7 @@ /specification/batch/ @paterasMSFT @dpwatrous /specification/batchai/ @alexanderyukhanov /specification/billing/ @wilcobmsft @asarkar84 -/specification/cdn/ @jorinmejia @yunhemsft @jessicl-ms @csmengwan @injyzarif @prakharsharma10 +/specification/cdn/ @jorinmejia @yunhemsft @jessicl-ms @sinadell @rrhaulms @t-bzhan /specification/cognitiveservices/ @felixwa @yangyuan /specification/compute/ @bilaakpan-ms @sandido @dkulkarni-ms @haagha @madewithsmiles @MS-syh2qs @grizzlytheodore @hyonholee @mabhard @danielli90 @smotwani @ppatwa @vikramd-ms @savyasachisamal @yunusm @ZhidongPeng @nkuchta @maheshnemichand @najams @changov /specification/consumption/ @kjeur @panda-wang diff --git a/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/afdx.json b/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/afdx.json index 4778e42afae1..98efaee2e19a 100644 --- a/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/afdx.json +++ b/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/afdx.json @@ -4311,6 +4311,11 @@ } ], "properties": { + "profileName" : { + "description": "The name of the profile which holds the security policy.", + "type": "string", + "readOnly": true + }, "parameters": { "description": "object which contains security policy parameters", "$ref": "#/definitions/SecurityPolicyParameters" @@ -4325,11 +4330,6 @@ ], "type": "object", "properties": { - "profileName" : { - "description": "The name of the profile which holds the security policy.", - "type": "string", - "readOnly": true - }, "type": { "description": "The type of the Security policy to create.", "enum": [ diff --git a/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/cdn.json b/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/cdn.json index 3fa157383e71..babc220a0c60 100644 --- a/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/cdn.json +++ b/specification/cdn/resource-manager/Microsoft.Cdn/stable/2021-06-01/cdn.json @@ -4564,6 +4564,7 @@ "description": "Resource ID." }, "isActive": { + "readOnly": true, "type": "boolean", "description": "Whether the resource is active or inactive" }