Skip to content

Commit

Permalink
Fix Microsoft.policyInsights/policyMetadata query parameter (Azure#7805)
Browse files Browse the repository at this point in the history
* Fix Microsoft.policyInsights/policyMetadata query parameter

* Fix slim metadata properties
  • Loading branch information
eladperets authored and AnuTalluri committed Dec 11, 2019
1 parent 45d5197 commit bccb86f
Showing 1 changed file with 3 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@
"parameters": [
{
"$ref": "#/parameters/apiVersionParameter"
},
{
"$ref": "#/parameters/topParameter"
}
],
"responses": {
Expand Down Expand Up @@ -149,16 +152,6 @@
"type": "string",
"readOnly": true
},
"description": {
"description": "The description of the policy metadata.",
"type": "string",
"readOnly": true
},
"requirements": {
"description": "The requirements of the policy metadata.",
"type": "string",
"readOnly": true
},
"additionalContentUrl": {
"description": "Url for getting additional content about the resource metadata.",
"type": "string",
Expand Down

0 comments on commit bccb86f

Please sign in to comment.