Skip to content

Commit

Permalink
Added missing fields for action group resource in older version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ritwik Rajendra committed Jan 29, 2021
1 parent 368cf47 commit 43bde07
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,16 @@
"readOnly": true,
"description": "Azure resource type"
},
"kind": {
"type": "string",
"readOnly": true,
"description": "Azure resource kind"
},
"identity": {
"type": "string",
"readOnly": true,
"description": "Azure resource identity"
},
"location": {
"type": "string",
"description": "Resource location",
Expand Down

0 comments on commit 43bde07

Please sign in to comment.