Skip to content

plan using into_future for services #520

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 14 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion services/autorust/codegen/examples/gen_mgmt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use std::{collections::HashSet, fs, path::PathBuf};

const OUTPUT_FOLDER: &str = "../mgmt";

const ONLY_SERVICES: &[&str] = &[];
const ONLY_SERVICES: &[&str] = &["vmware"];

const SKIP_SERVICES: &[&str] = &[
"datamigration",
Expand Down
1 change: 1 addition & 0 deletions services/mgmt/vmware/Cargo.toml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 15 additions & 10 deletions services/mgmt/vmware/examples/private_cloud_list.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion services/mgmt/vmware/src/lib.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

178 changes: 143 additions & 35 deletions services/mgmt/vmware/src/package_2021_12_01/operations.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.