Skip to content
Merged
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
"swagger": "2.0",
"info": {
"title": "MonitorManagementClient",
"x-ms-code-generation-settings": {
"name": "MonitorManagementClient"
},
"version": "2017-12-01-preview"
},
"host": "management.azure.com",
Expand Down Expand Up @@ -99,7 +96,7 @@
],
"x-ms-enum": {
"name": "NamespaceClassification",
"modelAsString": false
"modelAsString": true
}
},
"MetricNamespace": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@
"BitsPerSecond"
],
"x-ms-enum": {
"name": "Unit",
"modelAsString": false
"name": "MetricUnit",
"modelAsString": true
}
},
"AggregationType": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
"swagger": "2.0",
"info": {
"title": "MonitorManagementClient",
"x-ms-code-generation-settings": {
"name": "MonitorManagementClient"
},
"version": "2018-01-01"
},
"host": "management.azure.com",
Expand Down Expand Up @@ -144,8 +141,8 @@
"BitsPerSecond"
],
"x-ms-enum": {
"name": "Unit",
"modelAsString": false
"name": "MetricUnit",
"modelAsString": true
}
},
"MetricValue": {
Expand Down