Skip to content

Commit fd88b81

Browse files
committed
Fix lint errors
1 parent 42c68f6 commit fd88b81

File tree

3 files changed

+14
-10
lines changed

3 files changed

+14
-10
lines changed

specification/network/resource-manager/Microsoft.Network/stable/2020-05-01/networkVirtualAppliance.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@
404404
"default": {
405405
"description": "Error response describing why the operation failed.",
406406
"schema": {
407-
"$ref": "./network.json#/definitions/Error"
407+
"$ref": "./network.json#/definitions/CloudError"
408408
}
409409
}
410410
},
@@ -463,7 +463,7 @@
463463
"default": {
464464
"description": "Error response describing why the operation failed.",
465465
"schema": {
466-
"$ref": "./network.json#/definitions/Error"
466+
"$ref": "./network.json#/definitions/CloudError"
467467
}
468468
}
469469
},
@@ -533,7 +533,7 @@
533533
"default": {
534534
"description": "Error response describing why the operation failed.",
535535
"schema": {
536-
"$ref": "./network.json#/definitions/Error"
536+
"$ref": "./network.json#/definitions/CloudError"
537537
}
538538
}
539539
},
@@ -587,7 +587,7 @@
587587
"default": {
588588
"description": "Error response describing why the operation failed.",
589589
"schema": {
590-
"$ref": "./network.json#/definitions/Error"
590+
"$ref": "./network.json#/definitions/CloudError"
591591
}
592592
}
593593
},
@@ -951,6 +951,7 @@
951951
},
952952
"instanceCount": {
953953
"type": "integer",
954+
"format": "int32",
954955
"readOnly": true,
955956
"description": "Instance Count."
956957
}

specification/network/resource-manager/Microsoft.Network/stable/2020-05-01/networkWatcher.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3416,16 +3416,19 @@
34163416
"roundTripTimeMin": {
34173417
"description": "Minimum roundtrip time in milliseconds.",
34183418
"readOnly": true,
3419+
"format": "int32",
34193420
"type": "integer"
34203421
},
34213422
"roundTripTimeAvg": {
34223423
"description": "Average roundtrip time in milliseconds.",
34233424
"readOnly": true,
3425+
"format": "int32",
34243426
"type": "integer"
34253427
},
34263428
"roundTripTimeMax": {
34273429
"description": "Maximum roundtrip time in milliseconds.",
34283430
"readOnly": true,
3431+
"format": "int32",
34293432
"type": "integer"
34303433
}
34313434
}

specification/network/resource-manager/Microsoft.Network/stable/2020-05-01/virtualWan.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3827,7 +3827,7 @@
38273827
"default": {
38283828
"description": "Error.",
38293829
"schema": {
3830-
"$ref": "./network.json#/definitions/Error"
3830+
"$ref": "./network.json#/definitions/CloudError"
38313831
}
38323832
}
38333833
}
@@ -3894,7 +3894,7 @@
38943894
"default": {
38953895
"description": "Error.",
38963896
"schema": {
3897-
"$ref": "./network.json#/definitions/Error"
3897+
"$ref": "./network.json#/definitions/CloudError"
38983898
}
38993899
}
39003900
},
@@ -3953,7 +3953,7 @@
39533953
"default": {
39543954
"description": "Error.",
39553955
"schema": {
3956-
"$ref": "./network.json#/definitions/Error"
3956+
"$ref": "./network.json#/definitions/CloudError"
39573957
}
39583958
}
39593959
},
@@ -4061,7 +4061,7 @@
40614061
"default": {
40624062
"description": "Error.",
40634063
"schema": {
4064-
"$ref": "./network.json#/definitions/Error"
4064+
"$ref": "./network.json#/definitions/CloudError"
40654065
}
40664066
}
40674067
}
@@ -4128,7 +4128,7 @@
41284128
"default": {
41294129
"description": "Error.",
41304130
"schema": {
4131-
"$ref": "./network.json#/definitions/Error"
4131+
"$ref": "./network.json#/definitions/CloudError"
41324132
}
41334133
}
41344134
},
@@ -4187,7 +4187,7 @@
41874187
"default": {
41884188
"description": "Error.",
41894189
"schema": {
4190-
"$ref": "./network.json#/definitions/Error"
4190+
"$ref": "./network.json#/definitions/CloudError"
41914191
}
41924192
}
41934193
},

0 commit comments

Comments
 (0)