Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Revert changes for 2017 version
  • Loading branch information
laurent-mic committed Oct 10, 2021
commit 21461e032fbcf75dd1f5f22f72861f6f58b6376a

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -204,9 +204,6 @@
"x-ms-examples": {
"Update capacity parameters": {
"$ref": "./examples/updateCapacity.json"
},
"Update capacity to Generation 2": {
"$ref": "./examples/updateToGen2.json"
}
},
"tags": [
Expand Down Expand Up @@ -848,16 +845,9 @@
"description": "A collection of Dedicated capacity administrators"
},
"mode": {
"description": "Specifies the generation of the Power BI Embedded capacity. If no value is specified, the default value 'Gen2' is used. [Learn More](https://docs.microsoft.com/power-bi/developer/embedded/power-bi-embedded-generation-2)",
"description": "The capacity mode.",
"type": "string",
"enum": [
"Gen1",
"Gen2"
],
"x-ms-enum": {
"name": "Mode",
"modelAsString": true
}
"readOnly": true
}
}
},
Expand Down