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 services from azure rest api specs #1236

Merged
merged 2 commits into from
Mar 13, 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
80 changes: 80 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.

5 changes: 5 additions & 0 deletions services/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ members = [
"mgmt/extendedlocation",
"mgmt/fluidrelay",
"mgmt/frontdoor",
"mgmt/graphservicesprod",
"mgmt/guestconfiguration",
"mgmt/hanaon",
"mgmt/hardwaresecuritymodules",
Expand Down Expand Up @@ -119,6 +120,7 @@ members = [
"mgmt/machinelearningservices",
"mgmt/maintenance",
"mgmt/managednetwork",
"mgmt/managednetworkfabric",
"mgmt/managedservices",
"mgmt/managementgroups",
"mgmt/managementpartner",
Expand All @@ -137,6 +139,7 @@ members = [
"mgmt/mysql",
"mgmt/netapp",
"mgmt/network",
"mgmt/networkcloud",
"mgmt/networkfunction",
"mgmt/newrelic",
"mgmt/nginx",
Expand All @@ -145,6 +148,7 @@ members = [
"mgmt/operationalinsights",
"mgmt/operationsmanagement",
"mgmt/orbital",
"mgmt/paloaltonetworks",
"mgmt/peering",
"mgmt/policyinsights",
"mgmt/portal",
Expand All @@ -156,6 +160,7 @@ members = [
"mgmt/powerbiprivatelinks",
"mgmt/powerplatform",
"mgmt/privatedns",
"mgmt/professionalservice",
"mgmt/providerhub",
"mgmt/purview",
"mgmt/quantum",
Expand Down
6 changes: 3 additions & 3 deletions services/mgmt/advisor/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/advisor/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/advisor/re

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-2022-09`.
The default tag is `package-2022-10`.

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

- `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.
- `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.
- `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.
- `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.
- `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.
- `package-2017-04` has 15 operations from 1 API versions: `2017-04-19`. Use crate feature `package-2017-04` to enable. The operations will be in the `package_2017_04` module.
- `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.
8 changes: 4 additions & 4 deletions services/mgmt/advisor/src/lib.rs

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

Loading