Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

typo: powerbidedicated/resource-manager/Microsoft.PowerBIdedicated #4728

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