Skip to content

Commit

Permalink
feat(datafusion)!: update the API
Browse files Browse the repository at this point in the history
BREAKING CHANGE: This release has breaking changes.

#### datafusion:v1

The following keys were deleted:
- schemas.Instance.properties.enableRbac.description
- schemas.Instance.properties.enableRbac.type
  • Loading branch information
yoshi-automation authored and bcoe committed Mar 26, 2021
1 parent 08a2594 commit be0f3dc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
6 changes: 1 addition & 5 deletions discovery/datafusion-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@
}
}
},
"revision": "20210322",
"revision": "20210311",
"rootUrl": "https://datafusion.googleapis.com/",
"schemas": {
"Accelerator": {
Expand Down Expand Up @@ -823,10 +823,6 @@
"description": "Display name for an instance.",
"type": "string"
},
"enableRbac": {
"description": "Option to enable granular role-based access control.",
"type": "boolean"
},
"enableStackdriverLogging": {
"description": "Option to enable Stackdriver Logging.",
"type": "boolean"
Expand Down
7 changes: 0 additions & 7 deletions src/apis/datafusion/v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -242,10 +242,6 @@ export namespace datafusion_v1 {
* Display name for an instance.
*/
displayName?: string | null;
/**
* Option to enable granular role-based access control.
*/
enableRbac?: boolean | null;
/**
* Option to enable Stackdriver Logging.
*/
Expand Down Expand Up @@ -943,7 +939,6 @@ export namespace datafusion_v1 {
* // "dataprocServiceAccount": "my_dataprocServiceAccount",
* // "description": "my_description",
* // "displayName": "my_displayName",
* // "enableRbac": false,
* // "enableStackdriverLogging": false,
* // "enableStackdriverMonitoring": false,
* // "gcsBucket": "my_gcsBucket",
Expand Down Expand Up @@ -1239,7 +1234,6 @@ export namespace datafusion_v1 {
* // "dataprocServiceAccount": "my_dataprocServiceAccount",
* // "description": "my_description",
* // "displayName": "my_displayName",
* // "enableRbac": false,
* // "enableStackdriverLogging": false,
* // "enableStackdriverMonitoring": false,
* // "gcsBucket": "my_gcsBucket",
Expand Down Expand Up @@ -1670,7 +1664,6 @@ export namespace datafusion_v1 {
* // "dataprocServiceAccount": "my_dataprocServiceAccount",
* // "description": "my_description",
* // "displayName": "my_displayName",
* // "enableRbac": false,
* // "enableStackdriverLogging": false,
* // "enableStackdriverMonitoring": false,
* // "gcsBucket": "my_gcsBucket",
Expand Down

0 comments on commit be0f3dc

Please sign in to comment.