Skip to content
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

updated generated crates #1213

Merged
merged 6 commits into from
Feb 15, 2023
Merged
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
48 changes: 48 additions & 0 deletions .github/workflows/check-all-services.yml

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

3 changes: 3 additions & 0 deletions services/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ members = [
"mgmt/netapp",
"mgmt/network",
"mgmt/networkfunction",
"mgmt/newrelic",
"mgmt/nginx",
"mgmt/notificationhubs",
"mgmt/oep",
Expand All @@ -147,6 +148,7 @@ members = [
"mgmt/peering",
"mgmt/policyinsights",
"mgmt/portal",
"mgmt/portalservices",
"mgmt/postgresql",
"mgmt/postgresqlhsc",
"mgmt/powerbidedicated",
Expand Down Expand Up @@ -215,6 +217,7 @@ members = [
"mgmt/visualstudio",
"mgmt/vmware",
"mgmt/vmwarecloudsimple",
"mgmt/voiceservices",
"mgmt/web",
"mgmt/webpubsub",
"mgmt/windowsesu",
Expand Down
11 changes: 11 additions & 0 deletions services/mgmt/agrifood/src/package_preview_2021_09/models.rs

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

6 changes: 3 additions & 3 deletions services/mgmt/alertsmanagement/Cargo.toml

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

6 changes: 3 additions & 3 deletions services/mgmt/alertsmanagement/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ https://github.com/Azure/azure-rest-api-specs/blob/main/specification/alertsmana

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).

The default tag is `package-preview-2021-08`.
The default tag is `package-preview-2023-01`.

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

- `package-preview-2023-01` has 2 operations from 1 API versions: `2023-01-01-preview`. Use crate feature `package-preview-2023-01` to enable. The operations will be in the `package_preview_2023_01` module.
- `package-preview-2021-08` has 17 operations from 2 API versions: `2019-05-05-preview`, `2021-08-08-preview`. Use crate feature `package-preview-2021-08` to enable. The operations will be in the `package_preview_2021_08` module.
- `package-preview-2021-07` has 6 operations from 1 API versions: `2021-07-22-preview`. Use crate feature `package-preview-2021-07` to enable. The operations will be in the `package_preview_2021_07` module.
- `package-preview-2021-01` has 2 operations from 1 API versions: `2021-01-01-preview`. Use crate feature `package-preview-2021-01` to enable. The operations will be in the `package_preview_2021_01` module.
- `package-preview-2019-05` has 17 operations from 1 API versions: `2019-05-05-preview`. Use crate feature `package-preview-2019-05` to enable. The operations will be in the `package_preview_2019_05` module.
- `package-2019-06-preview` has 23 operations from 2 API versions: `2019-05-05-preview`, `2019-06-01`. Use crate feature `package-2019-06-preview` to enable. The operations will be in the `package_2019_06_preview` module.
- `package-preview-2019-05` has 17 operations from 1 API versions: `2019-05-05-preview`. Use crate feature `package-preview-2019-05` to enable. The operations will be in the `package_preview_2019_05` module.
8 changes: 4 additions & 4 deletions services/mgmt/alertsmanagement/src/lib.rs

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

Loading