Skip to content

Commit 03618cc

Browse files
authored
Regenerate crates with latest specs (#1496)
1 parent 6c8289a commit 03618cc

File tree

336 files changed

+424452
-353400
lines changed

Some content is hidden

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

336 files changed

+424452
-353400
lines changed

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

Lines changed: 160 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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ members = [
3434
"mgmt/cognitiveservices",
3535
"mgmt/commerce",
3636
"mgmt/communication",
37+
"mgmt/communitytraining",
3738
"mgmt/compute",
3839
"mgmt/confidentialledger",
3940
"mgmt/confluent",
@@ -68,6 +69,7 @@ members = [
6869
"mgmt/deviceregistry",
6970
"mgmt/deviceupdate",
7071
"mgmt/devops",
72+
"mgmt/devopsinfrastructure",
7173
"mgmt/devspaces",
7274
"mgmt/devtestlabs",
7375
"mgmt/dfp",
@@ -77,6 +79,7 @@ members = [
7779
"mgmt/dnsresolver",
7880
"mgmt/domainservices",
7981
"mgmt/dynatrace",
82+
"mgmt/edgemarketplace",
8083
"mgmt/edgeorder",
8184
"mgmt/edgeorderpartner",
8285
"mgmt/education",
@@ -106,14 +109,20 @@ members = [
106109
"mgmt/hybridkubernetes",
107110
"mgmt/hybridnetwork",
108111
"mgmt/imagebuilder",
112+
"mgmt/integrationspaces",
109113
"mgmt/intune",
110114
"mgmt/iotcentral",
111115
"mgmt/iothub",
116+
"mgmt/iotoperationsdataprocessor",
117+
"mgmt/iotoperationsmq",
118+
"mgmt/iotoperationsorchestrator",
112119
"mgmt/iotspaces",
113120
"mgmt/keyvault",
114121
"mgmt/kubernetesconfiguration",
115122
"mgmt/kusto",
116123
"mgmt/labservices",
124+
"mgmt/largeinstance",
125+
"mgmt/liftrastronomer",
117126
"mgmt/liftrqumulo",
118127
"mgmt/loadtestservice",
119128
"mgmt/logic",
@@ -152,6 +161,7 @@ members = [
152161
"mgmt/nginx",
153162
"mgmt/notificationhubs",
154163
"mgmt/oep",
164+
"mgmt/offspringboot",
155165
"mgmt/operationalinsights",
156166
"mgmt/operationsmanagement",
157167
"mgmt/orbital",

services/mgmt/app/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/app/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/app/resour
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-2023-05`.
9+
The default tag is `package-preview-2023-08`.
1010

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

13+
- `package-preview-2023-08` has 128 operations from 1 API versions: `2023-08-01-preview`. Use crate feature `package-preview-2023-08` to enable. The operations will be in the `package_preview_2023_08` module.
1314
- `package-preview-2023-05` has 101 operations from 1 API versions: `2023-05-02-preview`. Use crate feature `package-preview-2023-05` to enable. The operations will be in the `package_preview_2023_05` module.
1415
- `package-preview-2023-04` has 98 operations from 1 API versions: `2023-04-01-preview`. Use crate feature `package-preview-2023-04` to enable. The operations will be in the `package_preview_2023_04` module.
1516
- `package-preview-2022-11` has 95 operations from 1 API versions: `2022-11-01-preview`. Use crate feature `package-preview-2022-11` to enable. The operations will be in the `package_preview_2022_11` module.
16-
- `package-preview-2022-06` has 79 operations from 1 API versions: `2022-06-01-preview`. Use crate feature `package-preview-2022-06` to enable. The operations will be in the `package_preview_2022_06` module.
17-
- `package-2023-05` has 98 operations from 1 API versions: `2023-05-01`. Use crate feature `package-2023-05` to enable. The operations will be in the `package_2023_05` module.
17+
- `package-preview-2022-06` has 79 operations from 1 API versions: `2022-06-01-preview`. Use crate feature `package-preview-2022-06` to enable. The operations will be in the `package_preview_2022_06` module.

services/mgmt/app/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.

services/mgmt/app/src/package_preview_2023_05/models.rs

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

0 commit comments

Comments
 (0)