Skip to content

Commit

Permalink
fix CI failures, and run prettier on added examples
Browse files Browse the repository at this point in the history
  • Loading branch information
grizzlytheodore committed Jan 3, 2022
1 parent aeb2274 commit 5772d2d
Show file tree
Hide file tree
Showing 185 changed files with 301 additions and 303 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3888,13 +3888,6 @@
"operationId": "VirtualMachines_ListAll",
"description": "Lists all of the virtual machines in the specified subscription. Use the nextLink property in the response to get the next page of virtual machines.",
"parameters": [
{
"name": "$filter",
"in": "query",
"required": false,
"type": "string",
"description": "The system query option to filter VMs returned in the response. Allowed value is 'virtualMachineScaleSet/id' eq /subscriptions/{subId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmssName}'"
},
{
"$ref": "#/parameters/ApiVersionParameter"
},
Expand All @@ -3907,6 +3900,13 @@
"required": false,
"type": "string",
"description": "statusOnly=true enables fetching run time status of all Virtual Machines in the subscription."
},
{
"name": "$filter",
"in": "query",
"required": false,
"type": "string",
"description": "The system query option to filter VMs returned in the response. Allowed value is 'virtualMachineScaleSet/id' eq /subscriptions/{subId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmssName}'"
}
],
"responses": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
"200": {},
"204": {}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
"200": {},
"204": {}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
"body": {}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -141,4 +141,4 @@
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
"200": {},
"204": {}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
"200": {},
"204": {}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
},
"204": {}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
},
"204": {}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,4 @@
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
}
}
}
}
}
Loading

0 comments on commit 5772d2d

Please sign in to comment.