Skip to content

Commit fd0cd02

Browse files
authored
Api Management fixes for Additional Properties in s360 report (#12891)
* missing count property * missing count property example * product description fix * inner error * updated dns changes * revert innererror change
1 parent f0a0a9f commit fd0cd02

15 files changed

+72
-4
lines changed

specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2020-06-01-preview/apimdeployment.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,7 @@
641641
"ApiManagementService"
642642
],
643643
"operationId": "ApiManagementService_ApplyNetworkConfigurationUpdates",
644-
"description": "Updates the Microsoft.ApiManagement resource running in the Virtual network to pick the updated network settings.",
644+
"description": "Updates the Microsoft.ApiManagement resource running in the Virtual network to pick the updated DNS changes.",
645645
"x-ms-examples": {
646646
"ApiManagementApplyNetworkConfigurationUpdates": {
647647
"$ref": "./examples/ApiManagementApplyNetworkConfigurationUpdates.json"

specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2020-06-01-preview/definitions.json

Lines changed: 56 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@
4545
"description": "Page values.",
4646
"readOnly": true
4747
},
48+
"count": {
49+
"type": "integer",
50+
"format": "int64",
51+
"description": "Total record count number across all pages."
52+
},
4853
"nextLink": {
4954
"type": "string",
5055
"description": "Next page link if any.",
@@ -1989,6 +1994,11 @@
19891994
},
19901995
"description": "Page values."
19911996
},
1997+
"count": {
1998+
"type": "integer",
1999+
"format": "int64",
2000+
"description": "Total record count number across all pages."
2001+
},
19922002
"nextLink": {
19932003
"type": "string",
19942004
"description": "Next page link if any."
@@ -2141,6 +2151,11 @@
21412151
},
21422152
"description": "Page values."
21432153
},
2154+
"count": {
2155+
"type": "integer",
2156+
"format": "int64",
2157+
"description": "Total record count number across all pages."
2158+
},
21442159
"nextLink": {
21452160
"type": "string",
21462161
"description": "Next page link if any."
@@ -2686,6 +2701,11 @@
26862701
"description": "Issue Attachment values.",
26872702
"readOnly": true
26882703
},
2704+
"count": {
2705+
"type": "integer",
2706+
"format": "int64",
2707+
"description": "Total record count number across all pages."
2708+
},
26892709
"nextLink": {
26902710
"type": "string",
26912711
"description": "Next page link if any.",
@@ -2741,6 +2761,11 @@
27412761
"description": "Issue values.",
27422762
"readOnly": true
27432763
},
2764+
"count": {
2765+
"type": "integer",
2766+
"format": "int64",
2767+
"description": "Total record count number across all pages."
2768+
},
27442769
"nextLink": {
27452770
"type": "string",
27462771
"description": "Next page link if any.",
@@ -2759,6 +2784,11 @@
27592784
"description": "Issue Comment values.",
27602785
"readOnly": true
27612786
},
2787+
"count": {
2788+
"type": "integer",
2789+
"format": "int64",
2790+
"description": "Total record count number across all pages."
2791+
},
27622792
"nextLink": {
27632793
"type": "string",
27642794
"description": "Next page link if any.",
@@ -3135,6 +3165,11 @@
31353165
},
31363166
"description": "Page values."
31373167
},
3168+
"count": {
3169+
"type": "integer",
3170+
"format": "int64",
3171+
"description": "Total record count number across all pages."
3172+
},
31383173
"nextLink": {
31393174
"type": "string",
31403175
"description": "Next page link if any."
@@ -3217,6 +3252,11 @@
32173252
},
32183253
"description": "Page values."
32193254
},
3255+
"count": {
3256+
"type": "integer",
3257+
"format": "int64",
3258+
"description": "Total record count number across all pages."
3259+
},
32203260
"nextLink": {
32213261
"type": "string",
32223262
"description": "Next page link if any."
@@ -3958,7 +3998,7 @@
39583998
"description": {
39593999
"type": "string",
39604000
"description": "Product description. May include HTML formatting tags.",
3961-
"minLength": 1,
4001+
"minLength": 0,
39624002
"maxLength": 1000
39634003
},
39644004
"terms": {
@@ -4305,6 +4345,11 @@
43054345
},
43064346
"description": "Page values."
43074347
},
4348+
"count": {
4349+
"type": "integer",
4350+
"format": "int64",
4351+
"description": "Total record count number across all pages."
4352+
},
43084353
"nextLink": {
43094354
"type": "string",
43104355
"description": "Next page link if any."
@@ -4364,6 +4409,11 @@
43644409
},
43654410
"description": "Page values."
43664411
},
4412+
"count": {
4413+
"type": "integer",
4414+
"format": "int64",
4415+
"description": "Total record count number across all pages."
4416+
},
43674417
"nextLink": {
43684418
"type": "string",
43694419
"description": "Next page link if any."
@@ -5829,6 +5879,11 @@
58295879
"description": "Page values.",
58305880
"readOnly": true
58315881
},
5882+
"count": {
5883+
"type": "integer",
5884+
"format": "int64",
5885+
"description": "Total record count number across all pages."
5886+
},
58325887
"nextLink": {
58335888
"type": "string",
58345889
"description": "Next page link if any.",

specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2020-06-01-preview/examples/ApiManagementListApiDiagnostics.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@
5353
}
5454
}
5555
}
56-
]
56+
],
57+
"count": 1
5758
}
5859
}
5960
}

specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2020-06-01-preview/examples/ApiManagementListApiIssueAttachments.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
}
2323
}
2424
],
25+
"count": 1,
2526
"nextLink": ""
2627
}
2728
}

specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2020-06-01-preview/examples/ApiManagementListApiIssueComments.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
}
2323
}
2424
],
25+
"count": 1,
2526
"nextLink": ""
2627
}
2728
}

specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2020-06-01-preview/examples/ApiManagementListApiIssues.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
}
2525
}
2626
],
27+
"count": 1,
2728
"nextLink": ""
2829
}
2930
}

specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2020-06-01-preview/examples/ApiManagementListDiagnostics.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@
6666
}
6767
}
6868
}
69-
]
69+
],
70+
"count": 1
7071
}
7172
}
7273
}

specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2020-06-01-preview/examples/ApiManagementListGatewayApis.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
}
2828
}
2929
],
30+
"count": 1,
3031
"nextLink": ""
3132
}
3233
}

specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2020-06-01-preview/examples/ApiManagementListGateways.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
}
3333
}
3434
],
35+
"count": 2,
3536
"nextLink": ""
3637
}
3738
}

specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2020-06-01-preview/examples/ApiManagementListIssues.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
}
2424
}
2525
],
26+
"count": 1,
2627
"nextLink": ""
2728
}
2829
}

0 commit comments

Comments
 (0)