Skip to content

Commit

Permalink
Update codeowners, add read only field, add profileName to SecurityPo…
Browse files Browse the repository at this point in the history
…licyProperties
  • Loading branch information
aijemoj committed Nov 29, 2021
1 parent 43e84f3 commit 3d0db56
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4564,6 +4564,7 @@
"description": "Resource ID."
},
"isActive": {
"readOnly": true,
"type": "boolean",
"description": "Whether the resource is active or inactive"
}
Expand Down

0 comments on commit 3d0db56

Please sign in to comment.