Skip to content

Commit

Permalink
Api Management fixes for Additional Properties in s360 report (#12891)
Browse files Browse the repository at this point in the history
* missing count property

* missing count property example

* product description fix

* inner error

* updated dns changes

* revert innererror change
  • Loading branch information
solankisamir authored Feb 21, 2021
1 parent f0a0a9f commit fd0cd02
Show file tree
Hide file tree
Showing 15 changed files with 72 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,7 @@
"ApiManagementService"
],
"operationId": "ApiManagementService_ApplyNetworkConfigurationUpdates",
"description": "Updates the Microsoft.ApiManagement resource running in the Virtual network to pick the updated network settings.",
"description": "Updates the Microsoft.ApiManagement resource running in the Virtual network to pick the updated DNS changes.",
"x-ms-examples": {
"ApiManagementApplyNetworkConfigurationUpdates": {
"$ref": "./examples/ApiManagementApplyNetworkConfigurationUpdates.json"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@
"description": "Page values.",
"readOnly": true
},
"count": {
"type": "integer",
"format": "int64",
"description": "Total record count number across all pages."
},
"nextLink": {
"type": "string",
"description": "Next page link if any.",
Expand Down Expand Up @@ -1989,6 +1994,11 @@
},
"description": "Page values."
},
"count": {
"type": "integer",
"format": "int64",
"description": "Total record count number across all pages."
},
"nextLink": {
"type": "string",
"description": "Next page link if any."
Expand Down Expand Up @@ -2141,6 +2151,11 @@
},
"description": "Page values."
},
"count": {
"type": "integer",
"format": "int64",
"description": "Total record count number across all pages."
},
"nextLink": {
"type": "string",
"description": "Next page link if any."
Expand Down Expand Up @@ -2686,6 +2701,11 @@
"description": "Issue Attachment values.",
"readOnly": true
},
"count": {
"type": "integer",
"format": "int64",
"description": "Total record count number across all pages."
},
"nextLink": {
"type": "string",
"description": "Next page link if any.",
Expand Down Expand Up @@ -2741,6 +2761,11 @@
"description": "Issue values.",
"readOnly": true
},
"count": {
"type": "integer",
"format": "int64",
"description": "Total record count number across all pages."
},
"nextLink": {
"type": "string",
"description": "Next page link if any.",
Expand All @@ -2759,6 +2784,11 @@
"description": "Issue Comment values.",
"readOnly": true
},
"count": {
"type": "integer",
"format": "int64",
"description": "Total record count number across all pages."
},
"nextLink": {
"type": "string",
"description": "Next page link if any.",
Expand Down Expand Up @@ -3135,6 +3165,11 @@
},
"description": "Page values."
},
"count": {
"type": "integer",
"format": "int64",
"description": "Total record count number across all pages."
},
"nextLink": {
"type": "string",
"description": "Next page link if any."
Expand Down Expand Up @@ -3217,6 +3252,11 @@
},
"description": "Page values."
},
"count": {
"type": "integer",
"format": "int64",
"description": "Total record count number across all pages."
},
"nextLink": {
"type": "string",
"description": "Next page link if any."
Expand Down Expand Up @@ -3958,7 +3998,7 @@
"description": {
"type": "string",
"description": "Product description. May include HTML formatting tags.",
"minLength": 1,
"minLength": 0,
"maxLength": 1000
},
"terms": {
Expand Down Expand Up @@ -4305,6 +4345,11 @@
},
"description": "Page values."
},
"count": {
"type": "integer",
"format": "int64",
"description": "Total record count number across all pages."
},
"nextLink": {
"type": "string",
"description": "Next page link if any."
Expand Down Expand Up @@ -4364,6 +4409,11 @@
},
"description": "Page values."
},
"count": {
"type": "integer",
"format": "int64",
"description": "Total record count number across all pages."
},
"nextLink": {
"type": "string",
"description": "Next page link if any."
Expand Down Expand Up @@ -5829,6 +5879,11 @@
"description": "Page values.",
"readOnly": true
},
"count": {
"type": "integer",
"format": "int64",
"description": "Total record count number across all pages."
},
"nextLink": {
"type": "string",
"description": "Next page link if any.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@
}
}
}
]
],
"count": 1
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
}
}
],
"count": 1,
"nextLink": ""
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
}
}
],
"count": 1,
"nextLink": ""
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
}
}
],
"count": 1,
"nextLink": ""
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@
}
}
}
]
],
"count": 1
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
}
}
],
"count": 1,
"nextLink": ""
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
}
}
],
"count": 2,
"nextLink": ""
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
}
}
],
"count": 1,
"nextLink": ""
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
}
}
],
"count": 3,
"nextLink": ""
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
}
}
],
"count": 1,
"nextLink": ""
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@
}
}
],
"count": 7,
"nextLink": ""
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
}
}
],
"count": 1,
"nextLink": ""
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
}
}
],
"count": 1,
"nextLink": ""
}
}
Expand Down

0 comments on commit fd0cd02

Please sign in to comment.