Skip to content

Commit

Permalink
chore: jsonfmt workloadmonitor (#6274)
Browse files Browse the repository at this point in the history
Ran `jsonfmt -w "specification/workloadmonitor/**/*.json"`
  • Loading branch information
nschonni authored and sergey-shandar committed Jun 12, 2019
1 parent e337bc2 commit fc526bb
Show file tree
Hide file tree
Showing 14 changed files with 3,904 additions and 4,085 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,7 @@
"type": "string"
},
{
"$ref": "#/parameters/notificationSettingName"
"$ref": "#/parameters/notificationSettingName"
},
{
"$ref": "#/parameters/api-version"
Expand Down Expand Up @@ -737,7 +737,7 @@
"type": "string"
},
{
"$ref": "#/parameters/notificationSettingName"
"$ref": "#/parameters/notificationSettingName"
},
{
"$ref": "#/parameters/api-version"
Expand Down Expand Up @@ -1869,4 +1869,4 @@
]
}
]
}
}
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"parameters": {
"subscriptionId": "a7f23fdb-e626-4f95-89aa-3a360a90861e",
"$select" : "OSType",
"$filter" : "HealthStateCategory eq 'Identity' and (ComponentTypeName eq 'Microsoft.Windows.Server.10.0.Full.Computer' or ComponentTypeName eq 'Microsoft.Linux.Universal.Computer') and WorkloadType eq 'BaseOS' and (ResourceGroupId eq 'viv_rg')",
"$apply" : "groupby((OperatingSystem,HealthState),aggregate(VmId with countdistinct as VmCount))",
"$orderby" : "Error",
"$select": "OSType",
"$filter": "HealthStateCategory eq 'Identity' and (ComponentTypeName eq 'Microsoft.Windows.Server.10.0.Full.Computer' or ComponentTypeName eq 'Microsoft.Linux.Universal.Computer') and WorkloadType eq 'BaseOS' and (ResourceGroupId eq 'viv_rg')",
"$apply": "groupby((OperatingSystem,HealthState),aggregate(VmId with countdistinct as VmCount))",
"$orderby": "Error",
"api-version": "2018-08-31-preview"
},
"responses": {
Expand All @@ -13,13 +13,10 @@
"value": [
{
"properties": {

"componentTypeGroupCategory": null,

"vmId": null,
"vmName": null,
"vmTags": null,

"children": null,
"workspaceId": null,
"solutionId": null,
Expand Down Expand Up @@ -48,13 +45,10 @@
},
{
"properties": {

"componentTypeGroupCategory": null,

"vmId": null,
"vmName": null,
"vmTags": null,

"children": null,
"workspaceId": null,
"solutionId": null,
Expand Down Expand Up @@ -86,4 +80,4 @@
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@
}
}
}
}
}

Large diffs are not rendered by default.

Loading

0 comments on commit fc526bb

Please sign in to comment.