Skip to content

Commit 5ca61da

Browse files
authored
regenerate services from specs (#1417)
1 parent b44f91e commit 5ca61da

File tree

70 files changed

+57116
-11024
lines changed

Some content is hidden

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

70 files changed

+57116
-11024
lines changed

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

Lines changed: 16 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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ members = [
211211
"mgmt/sqlvirtualmachine",
212212
"mgmt/stack",
213213
"mgmt/storage",
214+
"mgmt/storageactions",
214215
"mgmt/storagecache",
215216
"mgmt/storageimportexport",
216217
"mgmt/storagemover",
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[tags]
2+
deny = [
3+
# error[E0428]: the name `ErrorResponse` is defined multiple times
4+
"package-preview-2023-07"
5+
]

services/mgmt/cdn/Cargo.toml

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

services/mgmt/cdn/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ The default tag is `package-2023-05`.
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-07` has 116 operations from 1 API versions: `2023-07-01-preview`. Use crate feature `package-preview-2023-07` to enable. The operations will be in the `package_preview_2023_07` module.
1314
- `package-preview-2022-11` has 112 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.
1415
- `package-preview-2022-05` has 110 operations from 1 API versions: `2022-05-01-preview`. Use crate feature `package-preview-2022-05` to enable. The operations will be in the `package_preview_2022_05` module.
1516
- `package-2023-05` has 112 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.
16-
- `package-2021-06` has 107 operations from 1 API versions: `2021-06-01`. Use crate feature `package-2021-06` to enable. The operations will be in the `package_2021_06` module.
17-
- `package-2020-09` has 107 operations from 1 API versions: `2020-09-01`. Use crate feature `package-2020-09` to enable. The operations will be in the `package_2020_09` module.
17+
- `package-2021-06` has 107 operations from 1 API versions: `2021-06-01`. Use crate feature `package-2021-06` to enable. The operations will be in the `package_2021_06` module.

services/mgmt/cdn/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/cdn/src/package_2020_09/mod.rs renamed to services/mgmt/cdn/src/package_preview_2023_07/mod.rs

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

services/mgmt/cdn/src/package_2020_09/models.rs renamed to services/mgmt/cdn/src/package_preview_2023_07/models.rs

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

services/mgmt/confidentialledger/Cargo.toml

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

services/mgmt/confidentialledger/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ The default tag is `package-2022-05-13`.
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-06` has 18 operations from 1 API versions: `2023-06-28-preview`. Use crate feature `package-preview-2023-06` to enable. The operations will be in the `package_preview_2023_06` module.
1314
- `package-preview-2023-01` has 14 operations from 1 API versions: `2023-01-26-preview`. Use crate feature `package-preview-2023-01` to enable. The operations will be in the `package_preview_2023_01` module.
1415
- `package-2022-09-08-preview` has 14 operations from 1 API versions: `2022-09-08-preview`. Use crate feature `package-2022-09-08-preview` to enable. The operations will be in the `package_2022_09_08_preview` module.
1516
- `package-2022-05-13` has 8 operations from 1 API versions: `2022-05-13`. Use crate feature `package-2022-05-13` to enable. The operations will be in the `package_2022_05_13` module.
16-
- `package-2021-05-13-preview` has 8 operations from 1 API versions: `2021-05-13-preview`. Use crate feature `package-2021-05-13-preview` to enable. The operations will be in the `package_2021_05_13_preview` module.
17-
- `package-2020-12-01-preview` has 7 operations from 1 API versions: `2020-12-01-preview`. Use crate feature `package-2020-12-01-preview` to enable. The operations will be in the `package_2020_12_01_preview` module.
17+
- `package-2021-05-13-preview` has 8 operations from 1 API versions: `2021-05-13-preview`. Use crate feature `package-2021-05-13-preview` to enable. The operations will be in the `package_2021_05_13_preview` module.

0 commit comments

Comments
 (0)