Skip to content

Commit 6685f31

Browse files
authored
generate crates via recent specs (#1268)
1 parent b13b3b5 commit 6685f31

File tree

293 files changed

+195931
-64018
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

293 files changed

+195931
-64018
lines changed

.github/workflows/check-all-services.yml

Lines changed: 32 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ members = [
4040
"mgmt/consumption",
4141
"mgmt/containerinstance",
4242
"mgmt/containerregistry",
43+
"mgmt/containerstorage",
4344
"mgmt/cosmosdb",
4445
"mgmt/costmanagement",
4546
"mgmt/cpim",
@@ -93,6 +94,7 @@ members = [
9394
"mgmt/hdinsight",
9495
"mgmt/healthbot",
9596
"mgmt/healthcareapis",
97+
"mgmt/help",
9698
"mgmt/hybridaks",
9799
"mgmt/hybridcompute",
98100
"mgmt/hybridconnectivity",

services/mgmt/advisor/Cargo.toml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/mgmt/advisor/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ https://github.com/Azure/azure-rest-api-specs/blob/main/specification/advisor/re
66

77
To get started with these generated service crates, see the [examples](https://github.com/Azure/azure-sdk-for-rust/blob/main/services/README.md#examples).
88

9-
The default tag is `package-2022-10`.
9+
The default tag is `package-2023-01`.
1010

1111
The following [tags](https://github.com/Azure/azure-sdk-for-rust/blob/main/services/tags.md) are available:
1212

13+
- `package-2023-01` has 18 operations from 1 API versions: `2023-01-01`. Use crate feature `package-2023-01` to enable. The operations will be in the `package_2023_01` module.
1314
- `package-2022-10` has 18 operations from 1 API versions: `2022-10-01`. Use crate feature `package-2022-10` to enable. The operations will be in the `package_2022_10` module.
1415
- `package-2022-09` has 16 operations from 1 API versions: `2022-09-01`. Use crate feature `package-2022-09` to enable. The operations will be in the `package_2022_09` module.
1516
- `package-2022-02-preview` has 2 operations from 1 API versions: `2022-02-01-preview`. Use crate feature `package-2022-02-preview` to enable. The operations will be in the `package_2022_02_preview` module.
16-
- `package-2020-07-preview` has 3 operations from 1 API versions: `2020-07-01-preview`. Use crate feature `package-2020-07-preview` to enable. The operations will be in the `package_2020_07_preview` module.
17-
- `package-2020-01` has 15 operations from 1 API versions: `2020-01-01`. Use crate feature `package-2020-01` to enable. The operations will be in the `package_2020_01` module.
17+
- `package-2020-07-preview` has 3 operations from 1 API versions: `2020-07-01-preview`. Use crate feature `package-2020-07-preview` to enable. The operations will be in the `package_2020_07_preview` module.

services/mgmt/advisor/src/lib.rs

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)