Skip to content

Commit

Permalink
Merge branch 'main' into standardize-msrv
Browse files Browse the repository at this point in the history
  • Loading branch information
demoray authored Aug 17, 2023
2 parents 4e2e078 + 128825c commit d15711e
Show file tree
Hide file tree
Showing 258 changed files with 361,395 additions and 57,205 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: Swatinem/rust-cache@v2
with:
workspaces: services
- run: eng/scripts/services_tests.sh ${{ matrix.build }}
- name: display free disk space
run: df -h /
Expand Down
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.

2 changes: 1 addition & 1 deletion sdk/storage_blobs/tests/blob.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![cfg(all(test, feature = "test_e2e"))]
#![cfg(all(test, feature = "test_e2e", feature = "md5"))]
#[macro_use]
extern crate log;

Expand Down
5 changes: 5 additions & 0 deletions services/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ members = [
"mgmt/migrateprojects",
"mgmt/mobilenetwork",
"mgmt/monitor",
"mgmt/mpcnetworkfunction",
"mgmt/msi",
"mgmt/mysql",
"mgmt/netapp",
Expand Down Expand Up @@ -188,6 +189,7 @@ members = [
"mgmt/scheduler",
"mgmt/scvmm",
"mgmt/search",
"mgmt/security",
"mgmt/securityandcompliance",
"mgmt/securitydevops",
"mgmt/securityinsights",
Expand All @@ -211,6 +213,7 @@ members = [
"mgmt/storagemover",
"mgmt/storagepool",
"mgmt/storagesync",
"mgmt/storagetasks",
"mgmt/storsimple1200series",
"mgmt/storsimple8000series",
"mgmt/streamanalytics",
Expand All @@ -233,11 +236,13 @@ members = [
"mgmt/windowsiot",
"mgmt/workloadmonitor",
"mgmt/workloads",
"svc/agrifood",
"svc/appconfiguration",
"svc/applicationinsights",
"svc/attestation",
"svc/batch",
"svc/blobstorage",
"svc/codesigning",
"svc/containerregistry",
"svc/datalakeanalytics",
"svc/devcenter",
Expand Down
25 changes: 11 additions & 14 deletions services/mgmt/agrifood/src/package_preview_2023_06/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/app/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/app/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/app/resour

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

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

- `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.
- `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.
- `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.
- `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.
- `package-2022-10` has 79 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-03` has 45 operations from 1 API versions: `2022-03-01`. Use crate feature `package-2022-03` to enable. The operations will be in the `package_2022_03` module.
- `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.
16 changes: 8 additions & 8 deletions services/mgmt/app/src/lib.rs

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

Loading

0 comments on commit d15711e

Please sign in to comment.