mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
Upgrade to latest API versions + code regen
This commit is contained in:
@@ -1130,7 +1130,7 @@ fn main() {
|
||||
vec![
|
||||
(Some(r##"parent"##),
|
||||
None,
|
||||
Some(r##"Required. The parent resource ID in format `partners/[PARTNER_ID]` that
|
||||
Some(r##"Required. The parent resource ID in the format `partners/[PARTNER_ID]` that
|
||||
identifies the reseller."##),
|
||||
Some(true),
|
||||
Some(false)),
|
||||
@@ -1435,7 +1435,7 @@ fn main() {
|
||||
|
||||
let mut app = App::new("androiddeviceprovisioning1")
|
||||
.author("Sebastian Thiel <byronimo@gmail.com>")
|
||||
.version("1.0.6+20170923")
|
||||
.version("1.0.6+20171202")
|
||||
.about("Automates reseller integration into zero-touch enrollment by assigning devices to customers and creating device reports.")
|
||||
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_androiddeviceprovisioning1_cli")
|
||||
.arg(Arg::with_name("folder")
|
||||
|
||||
Reference in New Issue
Block a user