Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -107,14 +107,14 @@
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/infraRoles/{infraRole}/Restart": {
"post": {
"x-ms-examples": {
"Restarts the requestd infrastructure role.": {
"Restarts the requested infrastructure role.": {
"$ref": "./examples/InfraRole/Restart.json"
}
},
"tags": [
"InfraRole"
],
"description": "Restarts the requestd infrastructure role.",
"description": "Restarts the requested infrastructure role.",
"operationId": "InfraRoles_Restart",
"parameters": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
}
},
"isPublic": {
"description": "The visiblity status of the IP pool. If is true the associated pools are public IP address pools.",
"description": "The visibility status of the IP pool. If is true the associated pools are public IP address pools.",
"type": "boolean"
},
"metadata": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/slbMuxInstances/{slbMuxInstance}": {
"get": {
"x-ms-examples": {
"Returns the requested sftware load balancer MUX Instance": {
"Returns the requested software load balancer MUX Instance": {
"$ref": "./examples/SlbMuxInstance/Get.json"
}
},
Expand Down