Skip to content

Commit

Permalink
add 2023-03-01 api version (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanhe-msft authored Aug 29, 2023
1 parent 0b7d3ca commit 6002e96
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[toolchain]
channel = "1.63.0"
channel = "1.71.1"
components = [ "rustfmt", "clippy" ]
5 changes: 5 additions & 0 deletions services/autorust/codegen/examples/avs_routes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ fn main() -> Result<()> {
output_folder: "../../../avs/src/fct/mock_api/src/v2022_05_01",
});

configs.push(MainConfig {
input_file: "../../../azure-rest-api-specs-pr/specification/vmware/resource-manager/Microsoft.AVS/stable/2023-03-01/vmware.json",
output_folder: "../../../avs/src/fct/mock_api/src/v2023_03_01",
});

for config in configs {
run(
&CrateConfig {
Expand Down

0 comments on commit 6002e96

Please sign in to comment.