Skip to content
Merged
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 @@ -459,7 +459,7 @@
"in": "body",
"required": true,
"schema":
{
{
"$ref": "#/definitions/CheckCapacityNameAvailabilityParameters"
},
"description": "The name of the capacity."
Expand All @@ -481,7 +481,7 @@
}
}
}
},
},
"definitions": {
"OperationListResult": {
"description": "Result listing capacities. It contains a list of operations and a URL link to get the next set of results.",
Expand Down Expand Up @@ -669,7 +669,7 @@
"modelAsString": true
},
"readOnly": true,
"description": "The current deployment state of PowerBI Dedicatedresource. The provisioningState is to indicate states for resource provisioning."
"description": "The current deployment state of PowerBI Dedicated resource. The provisioningState is to indicate states for resource provisioning."
}
},
"allOf": [
Expand Down Expand Up @@ -786,17 +786,17 @@
"type": {
"type": "string",
"default": "Microsoft.PowerBIDedicated/capacities",
"description": "The resource type of powerbi dedicated."
"description": "The resource type of PowerBI dedicated."
}
}
},
"CheckCapacityNameAvailabilityResult": {
"description": "The checking result of capacity name availibility.",
"description": "The checking result of capacity name availability.",
"type": "object",
"properties": {
"nameAvailable": {
"type": "boolean",
"description": "Indicator of availablity of the capacity name."
"description": "Indicator of availability of the capacity name."
},
"reason": {
"type": "string",
Expand Down