Bump version to 1.0.9; update JSON schemas; add new APIs

This commit is contained in:
Sebastian Thiel
2019-07-05 11:32:35 +08:00
parent 99e97ceece
commit e42ebc0c2b
2442 changed files with 190984 additions and 71186 deletions

View File

@@ -784,7 +784,8 @@ fn main() {
vec![
(Some(r##"parent"##),
None,
Some(r##"The parent must be of the form "projects/{projectId}/locations/{locationId}"."##),
Some(r##"The parent must be of the form
"projects/{projectId}/locations/{locationId}"."##),
Some(true),
Some(false)),
@@ -1013,7 +1014,7 @@ fn main() {
let mut app = App::new("composer1")
.author("Sebastian Thiel <byronimo@gmail.com>")
.version("1.0.8+20190323")
.version("1.0.9+20190613")
.about("Manages Apache Airflow environments on Google Cloud Platform.")
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_composer1_cli")
.arg(Arg::with_name("url")