Skip to content

Commit

Permalink
fix(composer): update the API
Browse files Browse the repository at this point in the history
#### composer:v1beta1

The following keys were changed:
- schemas.NodeConfig.properties.tags.description

#### composer:v1

The following keys were changed:
- schemas.NodeConfig.properties.tags.description
  • Loading branch information
yoshi-automation authored and sofisl committed Feb 2, 2023
1 parent 658ac0d commit 2e95e28
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions discovery/composer-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@
}
}
},
"revision": "20221215",
"revision": "20230124",
"rootUrl": "https://composer.googleapis.com/",
"schemas": {
"AllowedIpRange": {
Expand Down Expand Up @@ -981,7 +981,7 @@
"type": "string"
},
"tags": {
"description": "Optional. The list of instance tags applied to all node VMs. Tags are used to identify valid sources or targets for network firewalls. Each tag within the list must comply with [RFC1035](https://www.ietf.org/rfc/rfc1035.txt). Cannot be updated. This field is supported for Cloud Composer environments in versions composer-1.*.*-airflow-*.*.*.",
"description": "Optional. The list of instance tags applied to all node VMs. Tags are used to identify valid sources or targets for network firewalls. Each tag within the list must comply with [RFC1035](https://www.ietf.org/rfc/rfc1035.txt). Cannot be updated.",
"items": {
"type": "string"
},
Expand Down
4 changes: 2 additions & 2 deletions discovery/composer-v1beta1.json
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@
}
}
},
"revision": "20221215",
"revision": "20230124",
"rootUrl": "https://composer.googleapis.com/",
"schemas": {
"AllowedIpRange": {
Expand Down Expand Up @@ -1125,7 +1125,7 @@
"type": "string"
},
"tags": {
"description": "Optional. The list of instance tags applied to all node VMs. Tags are used to identify valid sources or targets for network firewalls. Each tag within the list must comply with [RFC1035](https://www.ietf.org/rfc/rfc1035.txt). Cannot be updated. This field is supported for Cloud Composer environments in versions composer-1.*.*-airflow-*.*.*.",
"description": "Optional. The list of instance tags applied to all node VMs. Tags are used to identify valid sources or targets for network firewalls. Each tag within the list must comply with [RFC1035](https://www.ietf.org/rfc/rfc1035.txt). Cannot be updated.",
"items": {
"type": "string"
},
Expand Down
2 changes: 1 addition & 1 deletion src/apis/composer/v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ export namespace composer_v1 {
*/
subnetwork?: string | null;
/**
* Optional. The list of instance tags applied to all node VMs. Tags are used to identify valid sources or targets for network firewalls. Each tag within the list must comply with [RFC1035](https://www.ietf.org/rfc/rfc1035.txt). Cannot be updated. This field is supported for Cloud Composer environments in versions composer-1.*.*-airflow-*.*.*.
* Optional. The list of instance tags applied to all node VMs. Tags are used to identify valid sources or targets for network firewalls. Each tag within the list must comply with [RFC1035](https://www.ietf.org/rfc/rfc1035.txt). Cannot be updated.
*/
tags?: string[] | null;
}
Expand Down
2 changes: 1 addition & 1 deletion src/apis/composer/v1beta1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@ export namespace composer_v1beta1 {
*/
subnetwork?: string | null;
/**
* Optional. The list of instance tags applied to all node VMs. Tags are used to identify valid sources or targets for network firewalls. Each tag within the list must comply with [RFC1035](https://www.ietf.org/rfc/rfc1035.txt). Cannot be updated. This field is supported for Cloud Composer environments in versions composer-1.*.*-airflow-*.*.*.
* Optional. The list of instance tags applied to all node VMs. Tags are used to identify valid sources or targets for network firewalls. Each tag within the list must comply with [RFC1035](https://www.ietf.org/rfc/rfc1035.txt). Cannot be updated.
*/
tags?: string[] | null;
}
Expand Down

0 comments on commit 2e95e28

Please sign in to comment.