Skip to content

Commit

Permalink
Add type object to policy fragment definition (#20585)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mielek authored Sep 16, 2022
1 parent 71167bc commit 9cccce8
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4292,6 +4292,7 @@
"description": "Descriptions of APIM policies."
},
"PolicyFragmentCollection": {
"type": "object",
"properties": {
"value": {
"type": "array",
Expand All @@ -4313,6 +4314,7 @@
"description": "The response of the get policy fragments operation."
},
"PolicyFragmentContract": {
"type": "object",
"properties": {
"properties": {
"x-ms-client-flatten": true,
Expand All @@ -4328,6 +4330,7 @@
"description": "Policy fragment contract details."
},
"PolicyFragmentContractProperties": {
"type": "object",
"properties": {
"value": {
"type": "string",
Expand Down

0 comments on commit 9cccce8

Please sign in to comment.