From 25ebe5a599a88f311e28a0b63102ce318998f8b6 Mon Sep 17 00:00:00 2001 From: Heath Stewart Date: Wed, 9 Oct 2024 15:47:54 -0700 Subject: [PATCH] Update track 1 READMEs with notice (#1841) * Update track 1 READMEs with notice * Regenerate mgmt, svc crates Also fixes a couple azure_svc_storage examples that somehow didn't cause errors previously. * Import READMEs and remove cargo-readme Fixes style check by removing use of `cargo-readme`. Instead, we'll just import the READMEs as we recommend in our modern guidelines. --- README.md | 7 ++ eng/scripts/cargo_readme.sh | 10 --- eng/scripts/code_style.sh | 5 -- sdk/core/README.md | 7 ++ sdk/core/src/lib.rs | 11 +-- sdk/data_cosmos/README.md | 9 +- sdk/data_cosmos/src/lib.rs | 83 +------------------ sdk/data_tables/README.md | 9 +- sdk/data_tables/src/lib.rs | 65 +-------------- sdk/identity/README.md | 9 +- sdk/identity/src/lib.rs | 42 +--------- sdk/iot_deviceupdate/README.md | 7 +- sdk/iot_deviceupdate/src/lib.rs | 2 + sdk/iot_hub/README.md | 7 ++ sdk/iot_hub/src/lib.rs | 3 +- sdk/messaging_eventgrid/README.md | 7 ++ sdk/messaging_eventgrid/src/lib.rs | 3 +- sdk/messaging_servicebus/README.md | 10 ++- sdk/messaging_servicebus/src/lib.rs | 34 +------- sdk/security_keyvault/README.md | 7 ++ sdk/security_keyvault/src/lib.rs | 7 +- sdk/storage/README.md | 7 ++ sdk/storage/src/lib.rs | 16 +--- sdk/storage_blobs/README.md | 10 ++- sdk/storage_blobs/src/lib.rs | 50 +---------- sdk/storage_datalake/README.md | 7 ++ sdk/storage_datalake/src/lib.rs | 8 +- sdk/storage_queues/README.md | 10 ++- sdk/storage_queues/src/lib.rs | 41 +-------- services/Cargo.toml | 2 +- .../codegen/templates/readme.md.jinja | 7 ++ services/mgmt/activedirectory/README.md | 7 ++ services/mgmt/addons/README.md | 7 ++ services/mgmt/adhybridhealthservice/README.md | 7 ++ services/mgmt/adp/README.md | 7 ++ services/mgmt/advisor/README.md | 7 ++ services/mgmt/agrifood/README.md | 7 ++ services/mgmt/alertsmanagement/README.md | 7 ++ services/mgmt/analysisservices/README.md | 7 ++ services/mgmt/apicenter/README.md | 7 ++ services/mgmt/apimanagement/README.md | 7 ++ services/mgmt/app/README.md | 7 ++ .../mgmt/appcomplianceautomation/README.md | 7 ++ services/mgmt/appconfiguration/README.md | 7 ++ services/mgmt/applicationinsights/README.md | 7 ++ services/mgmt/appplatform/README.md | 7 ++ services/mgmt/arcdata/README.md | 7 ++ services/mgmt/attestation/README.md | 7 ++ services/mgmt/authorization/README.md | 7 ++ services/mgmt/automanage/README.md | 7 ++ services/mgmt/automation/README.md | 7 ++ .../mgmt/baremetalinfrastructure/README.md | 7 ++ services/mgmt/batch/README.md | 7 ++ services/mgmt/batch/examples/list_accounts.rs | 4 +- services/mgmt/batch/examples/list_pools.rs | 2 +- services/mgmt/billing/README.md | 7 ++ services/mgmt/billingbenefits/README.md | 7 ++ services/mgmt/blueprint/README.md | 7 ++ services/mgmt/botservice/README.md | 7 ++ services/mgmt/cdn/README.md | 7 ++ services/mgmt/changeanalysis/README.md | 7 ++ services/mgmt/chaos/README.md | 7 ++ services/mgmt/cloudshell/README.md | 7 ++ services/mgmt/codesigning/README.md | 7 ++ services/mgmt/cognitiveservices/README.md | 7 ++ services/mgmt/commerce/README.md | 7 ++ services/mgmt/communication/README.md | 7 ++ services/mgmt/communitytraining/README.md | 7 ++ services/mgmt/compute/README.md | 7 ++ services/mgmt/computeschedule/README.md | 7 ++ services/mgmt/confidentialledger/README.md | 7 ++ services/mgmt/confluent/README.md | 7 ++ services/mgmt/connectedvmware/README.md | 7 ++ services/mgmt/consumption/README.md | 7 ++ services/mgmt/containerinstance/README.md | 7 ++ services/mgmt/containerregistry/README.md | 7 ++ services/mgmt/containerstorage/README.md | 7 ++ services/mgmt/contosowidgetmanager/README.md | 7 ++ services/mgmt/cosmosdb/README.md | 7 ++ services/mgmt/costmanagement/README.md | 7 ++ services/mgmt/cpim/README.md | 7 ++ services/mgmt/customerinsights/README.md | 7 ++ services/mgmt/customerlockbox/README.md | 7 ++ services/mgmt/customproviders/README.md | 7 ++ services/mgmt/dashboard/README.md | 7 ++ services/mgmt/data/README.md | 7 ++ services/mgmt/databasewatcher/README.md | 7 ++ services/mgmt/databox/README.md | 7 ++ services/mgmt/databoxedge/README.md | 7 ++ services/mgmt/databricks/README.md | 7 ++ services/mgmt/datacatalog/README.md | 7 ++ services/mgmt/datadog/README.md | 7 ++ services/mgmt/datafactory/README.md | 7 ++ services/mgmt/datalakeanalytics/README.md | 7 ++ services/mgmt/datalakestore/README.md | 7 ++ services/mgmt/datamigration/README.md | 7 ++ services/mgmt/dataprotection/README.md | 7 ++ services/mgmt/datashare/README.md | 7 ++ services/mgmt/datatransfer/README.md | 7 ++ services/mgmt/desktopvirtualization/README.md | 7 ++ services/mgmt/devcenter/README.md | 7 ++ services/mgmt/developerhub/README.md | 7 ++ services/mgmt/deviceregistry/README.md | 7 ++ services/mgmt/deviceupdate/README.md | 7 ++ services/mgmt/devops/README.md | 7 ++ services/mgmt/devopsinfrastructure/README.md | 7 ++ services/mgmt/devspaces/README.md | 7 ++ services/mgmt/devtestlabs/README.md | 7 ++ services/mgmt/dfp/README.md | 7 ++ services/mgmt/digitaltwins/README.md | 7 ++ services/mgmt/dnc/README.md | 7 ++ services/mgmt/dns/README.md | 7 ++ services/mgmt/dnsresolver/README.md | 7 ++ services/mgmt/domainservices/README.md | 7 ++ services/mgmt/dynatrace/README.md | 7 ++ services/mgmt/edgemarketplace/README.md | 7 ++ services/mgmt/edgeorder/README.md | 7 ++ services/mgmt/edgeorderpartner/README.md | 7 ++ services/mgmt/edgezones/README.md | 7 ++ services/mgmt/education/README.md | 7 ++ services/mgmt/elastic/README.md | 7 ++ services/mgmt/elasticsan/README.md | 7 ++ services/mgmt/engagementfabric/README.md | 7 ++ .../mgmt/enterpriseknowledgegraph/README.md | 7 ++ services/mgmt/eventgrid/README.md | 7 ++ services/mgmt/eventhub/README.md | 7 ++ services/mgmt/extendedlocation/README.md | 7 ++ services/mgmt/fabric/README.md | 7 ++ services/mgmt/fist/README.md | 7 ++ services/mgmt/fluidrelay/README.md | 7 ++ services/mgmt/frontdoor/README.md | 7 ++ services/mgmt/graphservicesprod/README.md | 7 ++ services/mgmt/guestconfiguration/README.md | 7 ++ services/mgmt/hanaon/README.md | 7 ++ .../mgmt/hardwaresecuritymodules/README.md | 7 ++ services/mgmt/hdinsight/README.md | 7 ++ services/mgmt/healthbot/README.md | 7 ++ services/mgmt/healthcareapis/README.md | 7 ++ services/mgmt/healthdataaiservices/README.md | 7 ++ services/mgmt/help/README.md | 7 ++ services/mgmt/hybridaks/README.md | 7 ++ services/mgmt/hybridcloud/README.md | 7 ++ services/mgmt/hybridcompute/README.md | 7 ++ services/mgmt/hybridconnectivity/README.md | 7 ++ services/mgmt/hybriddatamanager/README.md | 7 ++ services/mgmt/hybridkubernetes/README.md | 7 ++ services/mgmt/hybridnetwork/README.md | 7 ++ services/mgmt/imagebuilder/README.md | 7 ++ services/mgmt/informatica/README.md | 7 ++ services/mgmt/integrationspaces/README.md | 7 ++ services/mgmt/intune/README.md | 7 ++ services/mgmt/iotcentral/README.md | 7 ++ services/mgmt/iothub/README.md | 7 ++ .../mgmt/iotoperationsdataprocessor/README.md | 7 ++ services/mgmt/iotoperationsmq/README.md | 7 ++ .../mgmt/iotoperationsorchestrator/README.md | 7 ++ services/mgmt/iotspaces/README.md | 7 ++ services/mgmt/keyvault/README.md | 7 ++ .../mgmt/kubernetesconfiguration/README.md | 7 ++ services/mgmt/kubernetesruntime/README.md | 7 ++ services/mgmt/kusto/README.md | 7 ++ services/mgmt/labservices/README.md | 7 ++ services/mgmt/largeinstance/README.md | 7 ++ services/mgmt/liftrastronomer/README.md | 7 ++ services/mgmt/liftrneon/README.md | 7 ++ services/mgmt/liftrqumulo/README.md | 7 ++ services/mgmt/loadtestservice/README.md | 7 ++ services/mgmt/logic/README.md | 7 ++ services/mgmt/logz/README.md | 7 ++ .../mgmt/m365securityandcompliance/README.md | 7 ++ services/mgmt/machinelearning/README.md | 7 ++ .../mgmt/machinelearningservices/README.md | 7 ++ services/mgmt/maintenance/README.md | 7 ++ services/mgmt/managednetwork/README.md | 7 ++ services/mgmt/managednetworkfabric/README.md | 7 ++ services/mgmt/managedservices/README.md | 7 ++ services/mgmt/managementgroups/README.md | 7 ++ services/mgmt/managementpartner/README.md | 7 ++ services/mgmt/maps/README.md | 7 ++ services/mgmt/mariadb/README.md | 7 ++ services/mgmt/marketplace/README.md | 7 ++ services/mgmt/marketplacecatalog/README.md | 7 ++ .../mgmt/marketplacenotifications/README.md | 7 ++ services/mgmt/marketplaceordering/README.md | 7 ++ services/mgmt/mediaservices/README.md | 7 ++ services/mgmt/migrate/README.md | 7 ++ services/mgmt/migrateprojects/README.md | 7 ++ services/mgmt/mobilenetwork/README.md | 7 ++ services/mgmt/mobilepacketcore/README.md | 7 ++ services/mgmt/mongocluster/README.md | 7 ++ services/mgmt/monitor/README.md | 7 ++ services/mgmt/mpcnetworkfunction/README.md | 7 ++ services/mgmt/msi/README.md | 7 ++ services/mgmt/mysql/README.md | 7 ++ services/mgmt/netapp/README.md | 7 ++ services/mgmt/network/README.md | 7 ++ services/mgmt/networkanalytics/README.md | 7 ++ services/mgmt/networkcloud/README.md | 7 ++ services/mgmt/networkfunction/README.md | 7 ++ services/mgmt/newrelic/README.md | 7 ++ services/mgmt/nginx/README.md | 7 ++ services/mgmt/notificationhubs/README.md | 7 ++ services/mgmt/oep/README.md | 7 ++ services/mgmt/offspringboot/README.md | 7 ++ services/mgmt/operationalinsights/README.md | 7 ++ services/mgmt/operationsmanagement/README.md | 7 ++ services/mgmt/oracle/README.md | 7 ++ services/mgmt/orbital/README.md | 7 ++ services/mgmt/paloaltonetworks/README.md | 7 ++ services/mgmt/peering/README.md | 7 ++ services/mgmt/playwrighttesting/README.md | 7 ++ services/mgmt/policyinsights/README.md | 7 ++ services/mgmt/portalservices/README.md | 7 ++ services/mgmt/postgresql/README.md | 7 ++ services/mgmt/postgresqlhsc/README.md | 7 ++ services/mgmt/powerbidedicated/README.md | 7 ++ services/mgmt/powerbiembedded/README.md | 7 ++ services/mgmt/powerbiprivatelinks/README.md | 7 ++ services/mgmt/powerplatform/README.md | 7 ++ services/mgmt/privatedns/README.md | 7 ++ services/mgmt/professionalservice/README.md | 7 ++ .../mgmt/programmableconnectivity/README.md | 7 ++ services/mgmt/providerhub/README.md | 7 ++ services/mgmt/purview/README.md | 7 ++ services/mgmt/purviewpolicy/README.md | 7 ++ services/mgmt/quantum/README.md | 7 ++ services/mgmt/quota/README.md | 7 ++ .../mgmt/recommendationsservice/README.md | 7 ++ services/mgmt/recoveryservices/README.md | 7 ++ .../mgmt/recoveryservicesbackup/README.md | 7 ++ .../recoveryservicesdatareplication/README.md | 7 ++ .../recoveryservicessiterecovery/README.md | 7 ++ services/mgmt/redis/README.md | 7 ++ services/mgmt/redisenterprise/README.md | 7 ++ services/mgmt/relay/README.md | 7 ++ services/mgmt/reservations/README.md | 7 ++ services/mgmt/resourceconnector/README.md | 7 ++ services/mgmt/resourcegraph/README.md | 7 ++ services/mgmt/resourcehealth/README.md | 7 ++ services/mgmt/resourcemover/README.md | 7 ++ services/mgmt/resources/README.md | 7 ++ services/mgmt/riskiq/README.md | 7 ++ services/mgmt/saas/README.md | 7 ++ services/mgmt/scheduler/README.md | 7 ++ services/mgmt/scom/README.md | 7 ++ services/mgmt/scvmm/README.md | 7 ++ services/mgmt/search/README.md | 7 ++ services/mgmt/security/README.md | 7 ++ services/mgmt/securityandcompliance/README.md | 7 ++ services/mgmt/securityinsights/README.md | 7 ++ services/mgmt/serialconsole/README.md | 7 ++ services/mgmt/servicebus/README.md | 7 ++ .../servicefabricmanagedclusters/README.md | 7 ++ services/mgmt/servicefabricmesh/README.md | 7 ++ services/mgmt/servicelinker/README.md | 7 ++ services/mgmt/servicemap/README.md | 7 ++ services/mgmt/servicenetworking/README.md | 7 ++ services/mgmt/signalr/README.md | 7 ++ services/mgmt/softwareplan/README.md | 7 ++ services/mgmt/solutions/README.md | 7 ++ services/mgmt/sphere/README.md | 7 ++ services/mgmt/splitio/README.md | 7 ++ services/mgmt/sql/README.md | 7 ++ services/mgmt/sqlvirtualmachine/README.md | 7 ++ services/mgmt/stack/README.md | 7 ++ services/mgmt/standbypool/README.md | 7 ++ services/mgmt/storage/README.md | 7 ++ services/mgmt/storageactions/README.md | 7 ++ services/mgmt/storagecache/README.md | 7 ++ services/mgmt/storageimportexport/README.md | 7 ++ services/mgmt/storagemover/README.md | 7 ++ services/mgmt/storagepool/README.md | 7 ++ services/mgmt/storagesync/README.md | 7 ++ services/mgmt/storsimple1200series/README.md | 7 ++ services/mgmt/storsimple8000series/README.md | 7 ++ services/mgmt/streamanalytics/README.md | 7 ++ services/mgmt/subscription/README.md | 7 ++ services/mgmt/support/README.md | 7 ++ services/mgmt/synapse/README.md | 7 ++ services/mgmt/syntex/README.md | 7 ++ services/mgmt/terraform/README.md | 7 ++ services/mgmt/testbase/README.md | 7 ++ services/mgmt/timeseriesinsights/README.md | 7 ++ services/mgmt/trafficmanager/README.md | 7 ++ services/mgmt/verifiedid/README.md | 7 ++ services/mgmt/vi/README.md | 7 ++ services/mgmt/videoanalyzer/README.md | 7 ++ services/mgmt/visualstudio/README.md | 7 ++ services/mgmt/vmware/README.md | 7 ++ services/mgmt/vmwarecloudsimple/README.md | 7 ++ services/mgmt/voiceservices/README.md | 7 ++ services/mgmt/web/README.md | 7 ++ services/mgmt/webpubsub/README.md | 7 ++ services/mgmt/windowsesu/README.md | 7 ++ services/mgmt/windowsiot/README.md | 7 ++ services/mgmt/workloadmonitor/README.md | 7 ++ services/mgmt/workloads/README.md | 7 ++ services/svc/agrifood/README.md | 7 ++ services/svc/apicenter/README.md | 7 ++ services/svc/appconfiguration/README.md | 7 ++ services/svc/applicationinsights/README.md | 7 ++ services/svc/attestation/README.md | 7 ++ services/svc/batch/README.md | 7 ++ services/svc/blobstorage/README.md | 7 ++ services/svc/confidentialledger/README.md | 7 ++ services/svc/containerregistry/README.md | 7 ++ services/svc/datalakeanalytics/README.md | 7 ++ services/svc/devcenter/README.md | 7 ++ .../svc/deviceprovisioningservices/README.md | 7 ++ services/svc/deviceupdate/README.md | 7 ++ services/svc/digitaltwins/README.md | 7 ++ services/svc/eventgrid/README.md | 7 ++ services/svc/filestorage/README.md | 7 ++ services/svc/graphrbac/README.md | 7 ++ services/svc/imds/README.md | 7 ++ services/svc/iotcentral/README.md | 7 ++ services/svc/keyvault/README.md | 7 ++ services/svc/loadtestservice/README.md | 7 ++ .../svc/machinelearningservices/README.md | 7 ++ services/svc/marketplacecatalog/README.md | 7 ++ services/svc/mixedreality/README.md | 7 ++ services/svc/monitor/README.md | 7 ++ services/svc/operationalinsights/README.md | 7 ++ services/svc/purview/README.md | 7 ++ services/svc/quantum/README.md | 7 ++ services/svc/queuestorage/README.md | 7 ++ services/svc/schemaregistry/README.md | 7 ++ services/svc/securityinsights/README.md | 7 ++ services/svc/servicefabric/README.md | 7 ++ services/svc/storagedatalake/README.md | 7 ++ services/svc/synapse/README.md | 7 ++ services/svc/timeseriesinsights/README.md | 7 ++ services/svc/trustedsigning/README.md | 7 ++ services/svc/videoanalyzer/README.md | 7 ++ services/svc/webpubsub/README.md | 7 ++ 335 files changed, 2246 insertions(+), 376 deletions(-) delete mode 100755 eng/scripts/cargo_readme.sh diff --git a/README.md b/README.md index a1effd1749..1e43038a12 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,13 @@ This repository is for the development of the [unofficial](https://github.com/Azure/azure-sdk-for-rust/blob/main/FAQ.md#why-is-it-unofficial) Azure SDK for Rust. +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + ## Crates [All Azure SDK for Rust crates](https://crates.io/teams/github:azure:azure-sdk-publish-rust) are published on crates.io. diff --git a/eng/scripts/cargo_readme.sh b/eng/scripts/cargo_readme.sh deleted file mode 100755 index 49880a1156..0000000000 --- a/eng/scripts/cargo_readme.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/usr/bin/env bash - -set -eux -o pipefail -cd $(dirname ${BASH_SOURCE[0]})/../../ - -for crate in sdk/*; do - if [ -d "$crate" ]; then - (cd "$crate"; cargo readme > README.md) - fi -done \ No newline at end of file diff --git a/eng/scripts/code_style.sh b/eng/scripts/code_style.sh index b75b38d1a1..2f03e8c88f 100755 --- a/eng/scripts/code_style.sh +++ b/eng/scripts/code_style.sh @@ -10,12 +10,7 @@ export RUSTFLAGS="-Dwarnings" rustup update --no-self-update ${BUILD} rustup component add rustfmt --toolchain ${BUILD} -cargo +${BUILD} install cargo-readme cargo +${BUILD} fmt --all -- --check cargo +${BUILD} clippy --all cargo +${BUILD} doc --all --no-deps ./eng/scripts/check_json_format.sh -./eng/scripts/cargo_readme.sh -if git status sdk | grep -q '.md$'; then - echo "Run ./eng/scripts/cargo_readme.sh to update readmes" && exit 1 -fi diff --git a/sdk/core/README.md b/sdk/core/README.md index fa8cb29eb3..4df671f3ae 100644 --- a/sdk/core/README.md +++ b/sdk/core/README.md @@ -1,5 +1,12 @@ # azure_core +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + Core types and traits for the Rust Azure SDK. This crate is part of the unofficial Azure SDK effort in Rust. For more diff --git a/sdk/core/src/lib.rs b/sdk/core/src/lib.rs index c82bd341f5..97707194f1 100644 --- a/sdk/core/src/lib.rs +++ b/sdk/core/src/lib.rs @@ -1,13 +1,4 @@ -//! Core types and traits for the Rust Azure SDK. -//! -//! This crate is part of the unofficial Azure SDK effort in Rust. For more -//! information on the project and an overview of other crates, please refer to -//! [our GitHub repository](https://github.com/azure/azure-sdk-for-rust). -//! -//! It is a library that provides cross-cutting services to other client -//! libraries. Please see the [general -//! guidelines](https://azure.github.io/azure-sdk/general_azurecore.html). - +#![doc = include_str!("../README.md")] #![forbid(unsafe_code)] #![deny(missing_debug_implementations, nonstandard_style)] // #![warn(missing_docs, future_incompatible, unreachable_pub)] diff --git a/sdk/data_cosmos/README.md b/sdk/data_cosmos/README.md index 2fe4450e73..f674e3ba25 100644 --- a/sdk/data_cosmos/README.md +++ b/sdk/data_cosmos/README.md @@ -1,5 +1,12 @@ # azure_data_cosmos +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + ## The Cosmos DB crate. `azure-data-cosmos` offers functionality needed to interact with Cosmos DB from Rust. As an abstraction over the [Cosmos DB @@ -8,7 +15,7 @@ should also be possible with this crate. ### Examples -```rust +```rust no_run // Using the prelude module of the Cosmos crate makes easier to use the Rust Azure SDK for Cosmos DB. use azure_data_cosmos::prelude::*; use azure_core::Context; diff --git a/sdk/data_cosmos/src/lib.rs b/sdk/data_cosmos/src/lib.rs index ab04efdfa7..8f08fc6cf1 100644 --- a/sdk/data_cosmos/src/lib.rs +++ b/sdk/data_cosmos/src/lib.rs @@ -1,88 +1,7 @@ +#![doc = include_str!("../README.md")] #![allow(clippy::enum_variant_names)] #![allow(clippy::new_without_default)] #![allow(clippy::module_inception)] - -/*! -# The Cosmos DB crate. - -`azure-data-cosmos` offers functionality needed to interact with Cosmos DB from Rust. As an abstraction over the [Cosmos DB -Rest API](https://docs.microsoft.com/rest/api/cosmos-db/), anything that is possible through that Rest API -should also be possible with this crate. - -## Examples - -```no_run -// Using the prelude module of the Cosmos crate makes easier to use the Rust Azure SDK for Cosmos DB. -use azure_data_cosmos::prelude::*; -use azure_core::Context; -use serde::{Deserialize, Serialize}; - -// This is the stuct we want to use in our sample. -// Make sure to have a collection with partition key "number" for this example to -// work (you can create with this SDK too, check the examples folder for that task). -#[derive(Serialize, Deserialize, Debug)] -struct MySampleStruct { - id: String, - string: String, - number: u64, -} - -impl azure_data_cosmos::CosmosEntity for MySampleStruct { - type Entity = u64; - - fn partition_key(&self) -> Self::Entity { - self.number - } -} - -#[tokio::main] -async fn main() -> azure_core::Result<()> { - // Let's get Cosmos primary key and account name from env variables. - let primary_key = - std::env::var("COSMOS_PRIMARY_KEY").expect("Set env variable COSMOS_PRIMARY_KEY first!"); - let account = std::env::var("COSMOS_ACCOUNT").expect("Set env variable COSMOS_ACCOUNT first!"); - - let database_name = std::env::args() - .nth(1) - .expect("please specify the database name as the first command line parameter"); - let collection_name = std::env::args() - .nth(2) - .expect("please specify the collection name as the second command line parameter"); - - // First, create an authorization token. There are two types of tokens: primary and resource constrained. - // Please check the Azure documentation or the examples folder on how to create and use token-based permissions. - let authorization_token = AuthorizationToken::primary_key(&primary_key)?; - - // Next we will create a Cosmos client. - let client = CosmosClient::new(account, authorization_token); - - // We know the database so we can obtain a database client. - let database = client.database_client(database_name); - // We know the collection so we can obtain a collection client. - let collection = database.collection_client(collection_name); - - // Insert 10 documents - println!("Inserting 10 documents..."); - for i in 0..10 { - // define the document. - let document_to_insert = MySampleStruct { - id: format!("unique_id{}", i), - string: "Something here".to_owned(), - number: i * 100, // this is the partition key - }; - - // insert it - collection - .create_document(document_to_insert) - .is_upsert(true) - .await?; - } - - Ok(()) -} -``` -*/ - #![warn(unused_extern_crates)] #![deny(missing_docs)] #![recursion_limit = "256"] diff --git a/sdk/data_tables/README.md b/sdk/data_tables/README.md index 851abfa175..6bfeec9a0d 100644 --- a/sdk/data_tables/README.md +++ b/sdk/data_tables/README.md @@ -1,8 +1,15 @@ # azure_data_tables +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This crate is from the [Azure SDK for Rust](https://github.com/azure/azure-sdk-for-rust). It supports [Azure Table storage](https://docs.microsoft.com/azure/storage/tables/table-storage-overview). -```rust +```rust no_run use azure_core::StatusCode; use azure_data_tables::{operations::InsertEntityResponse, prelude::*}; use azure_storage::prelude::*; diff --git a/sdk/data_tables/src/lib.rs b/sdk/data_tables/src/lib.rs index e7d8de18eb..b9ef3feef5 100644 --- a/sdk/data_tables/src/lib.rs +++ b/sdk/data_tables/src/lib.rs @@ -1,67 +1,4 @@ -/*! -This crate is from the [Azure SDK for Rust](https://github.com/azure/azure-sdk-for-rust). It supports [Azure Table storage](https://docs.microsoft.com/azure/storage/tables/table-storage-overview). - -```no_run -use azure_core::StatusCode; -use azure_data_tables::{operations::InsertEntityResponse, prelude::*}; -use azure_storage::prelude::*; -use futures::stream::StreamExt; -use serde::{Deserialize, Serialize}; - -#[derive(Debug, Clone, Serialize, Deserialize)] -struct MyEntity { - #[serde(rename = "PartitionKey")] - pub city: String, - pub name: String, - #[serde(rename = "RowKey")] - pub surname: String, -} - -#[tokio::main] -async fn main() -> azure_core::Result<()> { - tracing_subscriber::fmt().init(); - - // First we retrieve the account name and access key from environment variables. - let account = - std::env::var("STORAGE_ACCOUNT").expect("Set env variable STORAGE_ACCOUNT first!"); - let access_key = - std::env::var("STORAGE_ACCESS_KEY").expect("Set env variable STORAGE_ACCESS_KEY first!"); - let table_name = std::env::var("STORAGE_TABLE_NAME").expect("Set env variable STORAGE_TABLE_NAME first!"); - - let storage_credentials = StorageCredentials::access_key(account.clone(), access_key); - let table_service = TableServiceClient::new(account, storage_credentials); - - let table_client = table_service.table_client(table_name); - table_client.create().await?; - - let entity = MyEntity { - city: "Milan".to_owned(), - name: "Francesco".to_owned(), - surname: "A".to_owned(), - }; - - let _: InsertEntityResponse = table_client.insert(&entity)?.await?; - - // Get a client that refers to the above entity - let entity_client = table_client.partition_key_client(&entity.city).entity_client(&entity.surname); - - // Get an entity from the table - let response = entity_client.get().await?; - let mut entity: MyEntity = response.entity; - - // update the entity in the table - entity.name = "Ryan".to_owned(); - entity_client.update(&entity, response.etag.into())?.await?; - entity_client.delete().await?; - - /// delete the client now that we're done - table_client.delete().await?; - Ok(()) -} - -``` - -*/ +#![doc = include_str!("../README.md")] #[macro_use] extern crate azure_core; diff --git a/sdk/identity/README.md b/sdk/identity/README.md index cb00a5f680..59c44668f7 100644 --- a/sdk/identity/README.md +++ b/sdk/identity/README.md @@ -1,11 +1,18 @@ # azure_identity +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + Azure Identity crate for the unofficial Microsoft Azure SDK for Rust. This crate is part of a collection of crates: for more information please refer to [https://github.com/azure/azure-sdk-for-rust](https://github.com/azure/azure-sdk-for-rust). This crate provides several implementations of the [azure_core::auth::TokenCredential](https://docs.rs/azure_core/latest/azure_core/auth/trait.TokenCredential.html) trait. It is recommended to start with `azure_identity::create_credential()?`, which will create an instance of `DefaultAzureCredential` by default. If you want to use a specific credential type, the `AZURE_CREDENTIAL_KIND` environment variable may be set to a value from `azure_credential_kinds`, such as `azurecli` or `virtualmachine`. -```rust +```rust no_run #[tokio::main] async fn main() -> Result<(), Box> { let subscription_id = diff --git a/sdk/identity/src/lib.rs b/sdk/identity/src/lib.rs index 70b074a203..98db03e1d2 100644 --- a/sdk/identity/src/lib.rs +++ b/sdk/identity/src/lib.rs @@ -1,44 +1,4 @@ -//! Azure Identity crate for the unofficial Microsoft Azure SDK for Rust. This crate is part of a collection of crates: for more information please refer to [https://github.com/azure/azure-sdk-for-rust](https://github.com/azure/azure-sdk-for-rust). -//! -//! This crate provides several implementations of the [azure_core::auth::TokenCredential](https://docs.rs/azure_core/latest/azure_core/auth/trait.TokenCredential.html) trait. -//! It is recommended to start with `azure_identity::create_credential()?`, which will create an instance of `DefaultAzureCredential` by default. If you want to use a specific credential type, the `AZURE_CREDENTIAL_KIND` environment variable may be set to a value from `azure_credential_kinds`, such as `azurecli` or `virtualmachine`. -//! -//! ```no_run -//!#[tokio::main] -//!async fn main() -> Result<(), Box> { -//! let subscription_id = -//! std::env::var("AZURE_SUBSCRIPTION_ID").expect("AZURE_SUBSCRIPTION_ID required"); -//! -//! let credential = azure_identity::create_credential()?; -//! -//! // Let's enumerate the Azure storage accounts in the subscription using the REST API directly. -//! // This is just an example. It is easier to use the Azure SDK for Rust crates. -//! let url = url::Url::parse(&format!("https://management.azure.com/subscriptions/{subscription_id}/providers/Microsoft.Storage/storageAccounts?api-version=2019-06-01"))?; -//! -//! let access_token = credential -//! .get_token(&["https://management.azure.com/.default"]) -//! .await?; -//! -//! let response = reqwest::Client::new() -//! .get(url) -//! .header( -//! "Authorization", -//! format!("Bearer {}", access_token.token.secret()), -//! ) -//! .send() -//! .await? -//! .text() -//! .await?; -//! -//! println!("{response}"); -//! Ok(()) -//!} -//! ``` -//! -//! The supported authentication flows are: -//! * [Authorization code flow](https://docs.microsoft.com/azure/active-directory/develop/v2-oauth2-auth-code-flow). -//! * [Client credentials flow](https://docs.microsoft.com/azure/active-directory/develop/v2-oauth2-client-creds-grant-flow). -//! * [Device code flow](https://docs.microsoft.com/azure/active-directory/develop/v2-oauth2-device-code). +#![doc = include_str!("../README.md")] pub mod authorization_code_flow; pub mod client_credentials_flow; diff --git a/sdk/iot_deviceupdate/README.md b/sdk/iot_deviceupdate/README.md index 2710b97e98..35cdb7321c 100644 --- a/sdk/iot_deviceupdate/README.md +++ b/sdk/iot_deviceupdate/README.md @@ -1,6 +1,11 @@ # Azure SDK for Rust - Azure Device Update crate - +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . ## Usage diff --git a/sdk/iot_deviceupdate/src/lib.rs b/sdk/iot_deviceupdate/src/lib.rs index caed13fb4b..20aa05e3ad 100644 --- a/sdk/iot_deviceupdate/src/lib.rs +++ b/sdk/iot_deviceupdate/src/lib.rs @@ -1,3 +1,5 @@ +#![doc = include_str!("../README.md")] + mod client; pub use client::DeviceUpdateClient; diff --git a/sdk/iot_hub/README.md b/sdk/iot_hub/README.md index aa76f1a716..11ac9fb01c 100644 --- a/sdk/iot_hub/README.md +++ b/sdk/iot_hub/README.md @@ -1,5 +1,12 @@ # azure_iot_hub +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + Azure `iot_hub` crate for the unofficial Microsoft Azure SDK for Rust. This crate is part of a collection of crates: for more information please refer to [https://github.com/azure/azure-sdk-for-rust](https://github.com/azure/azure-sdk-for-rust). License: MIT diff --git a/sdk/iot_hub/src/lib.rs b/sdk/iot_hub/src/lib.rs index f24395edea..8bc5a8c298 100644 --- a/sdk/iot_hub/src/lib.rs +++ b/sdk/iot_hub/src/lib.rs @@ -1,6 +1,5 @@ -//! Azure `iot_hub` crate for the unofficial Microsoft Azure SDK for Rust. This crate is part of a collection of crates: for more information please refer to [https://github.com/azure/azure-sdk-for-rust](https://github.com/azure/azure-sdk-for-rust). +#![doc = include_str!("../README.md")] #![deny(missing_docs)] -//! The `IoT` Hub crate contains a client that can be used to manage the `IoT` Hub. mod authorization_policy; /// The service module contains the `IoT` Hub Service Client that can be used to manage the `IoT` Hub. diff --git a/sdk/messaging_eventgrid/README.md b/sdk/messaging_eventgrid/README.md index a5cb0a57e8..114ded32e7 100644 --- a/sdk/messaging_eventgrid/README.md +++ b/sdk/messaging_eventgrid/README.md @@ -1,5 +1,12 @@ # azure_messaging_eventgrid +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + Azure Messaging Event Grid crate for the unofficial Microsoft Azure SDK for Rust. This crate is part of a collection of crates: for more information please refer to [https://github.com/azure/azure-sdk-for-rust](https://github.com/azure/azure-sdk-for-rust). License: MIT diff --git a/sdk/messaging_eventgrid/src/lib.rs b/sdk/messaging_eventgrid/src/lib.rs index 72500684e7..06b56a7831 100644 --- a/sdk/messaging_eventgrid/src/lib.rs +++ b/sdk/messaging_eventgrid/src/lib.rs @@ -1,4 +1,5 @@ -//! Azure Messaging Event Grid crate for the unofficial Microsoft Azure SDK for Rust. This crate is part of a collection of crates: for more information please refer to [https://github.com/azure/azure-sdk-for-rust](https://github.com/azure/azure-sdk-for-rust). +#![doc = include_str!("../README.md")] + mod event; // TODO update event_grid to use HttpClient https://github.com/Azure/azure-sdk-for-rust/issues/254 // mod event_grid_client; diff --git a/sdk/messaging_servicebus/README.md b/sdk/messaging_servicebus/README.md index 8a5d5a7537..f8f05291bc 100644 --- a/sdk/messaging_servicebus/README.md +++ b/sdk/messaging_servicebus/README.md @@ -1,10 +1,18 @@ # azure_messaging_servicebus +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + Azure Service Bus crate for the unofficial Microsoft Azure SDK for Rust. This crate is part of a collection of crates: for more information please refer to [https://github.com/azure/azure-sdk-for-rust](https://github.com/azure/azure-sdk-for-rust). ## Example -```no_run,rust + +```rust no_run use azure_messaging_servicebus::prelude::*; #[tokio::main] diff --git a/sdk/messaging_servicebus/src/lib.rs b/sdk/messaging_servicebus/src/lib.rs index c79df1c06e..902412f539 100644 --- a/sdk/messaging_servicebus/src/lib.rs +++ b/sdk/messaging_servicebus/src/lib.rs @@ -1,36 +1,4 @@ -/*! -Azure Service Bus crate for the unofficial Microsoft Azure SDK for Rust. -This crate is part of a collection of crates: for more information please refer to [https://github.com/azure/azure-sdk-for-rust](https://github.com/azure/azure-sdk-for-rust). - -# Example -```no_run,rust -use azure_messaging_servicebus::prelude::*; - -#[tokio::main] -async fn main() -> azure_core::Result<()> { - let service_bus_namespace = std::env::var("AZURE_SERVICE_BUS_NAMESPACE").expect("missing AZURE_SERVICE_BUS_NAMESPACE"); - let queue_name = std::env::var("AZURE_QUEUE_NAME").expect("missing AZURE_QUEUE_NAME"); - let policy_name = std::env::var("AZURE_POLICY_NAME").expect("missing AZURE_POLICY_NAME"); - let policy_key = std::env::var("AZURE_POLICY_KEY").expect("missing AZURE_POLICY_KEY"); - - let http_client = azure_core::new_http_client(); - let mut client = QueueClient::new( - http_client, - service_bus_namespace, - queue_name, - policy_name, - policy_key, - )?; - - client.send_message("hello world", None).await?; - - let received_message = client.receive_and_delete_message().await?; - println!("Received Message: {}", received_message); - - Ok(()) -} -``` -*/ +#![doc = include_str!("../README.md")] #![recursion_limit = "128"] pub mod prelude; diff --git a/sdk/security_keyvault/README.md b/sdk/security_keyvault/README.md index 58368b0716..dcc7e5a0a1 100644 --- a/sdk/security_keyvault/README.md +++ b/sdk/security_keyvault/README.md @@ -1,5 +1,12 @@ # azure_security_keyvault +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + Azure Security Key Vault This crate is part of the unofficial Azure SDK effort in Rust. For more diff --git a/sdk/security_keyvault/src/lib.rs b/sdk/security_keyvault/src/lib.rs index be8c8fcfeb..bd44441b49 100644 --- a/sdk/security_keyvault/src/lib.rs +++ b/sdk/security_keyvault/src/lib.rs @@ -1,9 +1,4 @@ -//! Azure Security Key Vault -//! -//! This crate is part of the unofficial Azure SDK effort in Rust. For more -//! information on the project, and an overview of other crates, please refer to -//! [our GitHub repository](https://github.com/azure/azure-sdk-for-rust). - +#![doc = include_str!("../README.md")] #![deny(clippy::unwrap_used, clippy::expect_used)] #[macro_use] diff --git a/sdk/storage/README.md b/sdk/storage/README.md index d0f8da9c3f..6461fb2500 100644 --- a/sdk/storage/README.md +++ b/sdk/storage/README.md @@ -1,5 +1,12 @@ # azure_storage +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + Storage types and traits for the Rust Azure SDK. This crate is part of the unofficial Azure SDK effort in Rust. For more diff --git a/sdk/storage/src/lib.rs b/sdk/storage/src/lib.rs index b508117ff3..ea961307a5 100644 --- a/sdk/storage/src/lib.rs +++ b/sdk/storage/src/lib.rs @@ -1,18 +1,4 @@ -/*! -Storage types and traits for the Rust Azure SDK. - -This crate is part of the unofficial Azure SDK effort in Rust. For more -information on the project, and an overview of other crates, please refer to -[our GitHub repository](https://github.com/azure/azure-sdk-for-rust). - -Please use these crates for additional functionality: - -- [`azure_data_tables`](https://crates.io/crates/azure_data_tables) -- [`azure_storage_blobs`](https://crates.io/crates/azure_storage_blobs) -- [`azure_storage_datalake`](https://crates.io/crates/azure_storage_datalake) -- [`azure_storage_queues`](https://crates.io/crates/azure_storage_queues) -*/ - +#![doc = include_str!("../README.md")] #![recursion_limit = "256"] #![allow(clippy::needless_lifetimes)] #![allow(clippy::enum_variant_names)] diff --git a/sdk/storage_blobs/README.md b/sdk/storage_blobs/README.md index fe664cbc2d..bc11ae8b52 100644 --- a/sdk/storage_blobs/README.md +++ b/sdk/storage_blobs/README.md @@ -1,10 +1,18 @@ # azure_storage_blobs +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This crate is from the [Azure SDK for Rust](https://github.com/azure/azure-sdk-for-rust). It supports [Azure Blob Storage](https://docs.microsoft.com/azure/storage/blobs/storage-blobs-overview). ## Example -```rust + +```rust no_run use azure_core::error::{ErrorKind, ResultExt}; use azure_storage::prelude::*; diff --git a/sdk/storage_blobs/src/lib.rs b/sdk/storage_blobs/src/lib.rs index bf4574e901..0d9198ea4e 100644 --- a/sdk/storage_blobs/src/lib.rs +++ b/sdk/storage_blobs/src/lib.rs @@ -1,52 +1,4 @@ -/*! -This crate is from the [Azure SDK for Rust](https://github.com/azure/azure-sdk-for-rust). -It supports [Azure Blob Storage](https://docs.microsoft.com/azure/storage/blobs/storage-blobs-overview). - -# Example -```no_run - -use azure_core::error::{ErrorKind, ResultExt}; -use azure_storage::prelude::*; -use azure_storage_blobs::prelude::*; -use futures::stream::StreamExt; - -#[tokio::main] -async fn main() -> azure_core::Result<()> { - let file_name = "azure_sdk_for_rust_stream_test.txt"; - - // First we retrieve the account name and access key from environment variables. - let account = std::env::var("STORAGE_ACCOUNT").expect("missing STORAGE_ACCOUNT"); - let access_key = std::env::var("STORAGE_ACCESS_KEY").expect("missing STORAGE_ACCOUNT_KEY"); - let container = std::env::var("STORAGE_CONTAINER").expect("missing STORAGE_CONTAINER"); - let blob_name = std::env::var("STORAGE_BLOB_NAME").expect("missing STORAGE_BLOB_NAME"); - - let storage_credentials = StorageCredentials::access_key(account.clone(), access_key); - let blob_client = ClientBuilder::new(account, storage_credentials).blob_client(&container, blob_name); - - blob_client.put_block_blob("hello world").content_type("text/plain").await?; - - let mut result: Vec = vec![]; - - // The stream is composed of individual calls to the get blob endpoint - let mut stream = blob_client.get().into_stream(); - while let Some(value) = stream.next().await { - let mut body = value?.data; - // For each response, we stream the body instead of collecting it all - // into one large allocation. - while let Some(value) = body.next().await { - let value = value?; - result.extend(&value); - } - } - - println!("result: {:?}", result); - - Ok(()) -} - -``` -*/ - +#![doc = include_str!("../README.md")] #[macro_use] extern crate serde_derive; #[macro_use] diff --git a/sdk/storage_datalake/README.md b/sdk/storage_datalake/README.md index 31eacaf062..9982671dcf 100644 --- a/sdk/storage_datalake/README.md +++ b/sdk/storage_datalake/README.md @@ -1,5 +1,12 @@ # azure_storage_datalake +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + ## The Storage Datalake crate `azure-storage-datalake` offers functionality needed to interact with an ADLS Gen2 storage account from Rust. diff --git a/sdk/storage_datalake/src/lib.rs b/sdk/storage_datalake/src/lib.rs index d43133eb35..7c67935f22 100644 --- a/sdk/storage_datalake/src/lib.rs +++ b/sdk/storage_datalake/src/lib.rs @@ -1,10 +1,4 @@ -/*! -# The Storage Datalake crate - -`azure-storage-datalake` offers functionality needed to interact with an ADLS Gen2 storage account from Rust. -As an abstraction over the [Azure Data Lake Store REST API](https://docs.microsoft.com/en-us/rest/api/storageservices/data-lake-storage-gen2), anything that is possible through that Rest API -should also be possible with this crate. -*/ +#![doc = include_str!("../README.md")] #[macro_use] extern crate serde_derive; #[macro_use] diff --git a/sdk/storage_queues/README.md b/sdk/storage_queues/README.md index 69d703b3d7..f5e44b8626 100644 --- a/sdk/storage_queues/README.md +++ b/sdk/storage_queues/README.md @@ -1,12 +1,20 @@ # azure_storage_queues +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + ## The Azure Storage Queue crate This crate is from the [Azure SDK for Rust](https://github.com/azure/azure-sdk-for-rust). It supports [Azure Queue Storage](https://docs.microsoft.com/azure/storage/queues/storage-queues-introduction). ## Example -```rust + +```rust no_run use azure_storage::prelude::*; use azure_storage_queues::prelude::*; diff --git a/sdk/storage_queues/src/lib.rs b/sdk/storage_queues/src/lib.rs index eceb51cbf2..d96bc16964 100644 --- a/sdk/storage_queues/src/lib.rs +++ b/sdk/storage_queues/src/lib.rs @@ -1,43 +1,4 @@ -/*! -# The Azure Storage Queue crate - -This crate is from the [Azure SDK for Rust](https://github.com/azure/azure-sdk-for-rust). -It supports [Azure Queue Storage](https://docs.microsoft.com/azure/storage/queues/storage-queues-introduction). - -# Example -```no_run -use azure_storage::prelude::*; -use azure_storage_queues::prelude::*; - -#[tokio::main] -async fn main() -> azure_core::Result<()> { - let account = std::env::var("STORAGE_ACCOUNT").expect("missing STORAGE_ACCOUNT"); - let access_key = std::env::var("STORAGE_ACCESS_KEY").expect("missing STORAGE_ACCESS_KEY"); - let queue_name = std::env::var("STORAGE_QUEUE_NAME").expect("missing STORAGE_QUEUE_NAME"); - - let storage_credentials = StorageCredentials::access_key(account.clone(), access_key); - let queue_service = QueueServiceClient::new(account, storage_credentials); - let queue = queue_service.queue_client(queue_name); - - // process messages until there are no more - loop { - let response = queue.get_messages().await?; - if response.messages.is_empty() { - break; - } - for message in response.messages { - println!("processing message {:?}", message); - queue.pop_receipt_client(message).delete().await?; - } - } - - Ok(()) -} - -``` - -*/ - +#![doc = include_str!("../README.md")] #[macro_use] extern crate azure_core; diff --git a/services/Cargo.toml b/services/Cargo.toml index 060025e501..e745209c7b 100644 --- a/services/Cargo.toml +++ b/services/Cargo.toml @@ -1,6 +1,6 @@ [workspace] members = [ - "svc/blobstorage", + "mgmt/batch", ] resolver = "2" diff --git a/services/autorust/codegen/templates/readme.md.jinja b/services/autorust/codegen/templates/readme.md.jinja index f322928bd5..4b20772e6c 100644 --- a/services/autorust/codegen/templates/readme.md.jinja +++ b/services/autorust/codegen/templates/readme.md.jinja @@ -1,5 +1,12 @@ # {{ package_name }} crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: {{ readme_url }} diff --git a/services/mgmt/activedirectory/README.md b/services/mgmt/activedirectory/README.md index 1c64d3cd5c..c06f843722 100644 --- a/services/mgmt/activedirectory/README.md +++ b/services/mgmt/activedirectory/README.md @@ -1,5 +1,12 @@ # azure_mgmt_activedirectory crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/azureactivedirectory/resource-manager/readme.md diff --git a/services/mgmt/addons/README.md b/services/mgmt/addons/README.md index 59b4ee7b97..bdefa67b8b 100644 --- a/services/mgmt/addons/README.md +++ b/services/mgmt/addons/README.md @@ -1,5 +1,12 @@ # azure_mgmt_addons crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/addons/resource-manager/readme.md diff --git a/services/mgmt/adhybridhealthservice/README.md b/services/mgmt/adhybridhealthservice/README.md index b9bba2b2d4..0f47752195 100644 --- a/services/mgmt/adhybridhealthservice/README.md +++ b/services/mgmt/adhybridhealthservice/README.md @@ -1,5 +1,12 @@ # azure_mgmt_adhybridhealthservice crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/adhybridhealthservice/resource-manager/readme.md diff --git a/services/mgmt/adp/README.md b/services/mgmt/adp/README.md index 6976cb4f28..affe1608c0 100644 --- a/services/mgmt/adp/README.md +++ b/services/mgmt/adp/README.md @@ -1,5 +1,12 @@ # azure_mgmt_adp crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/adp/resource-manager/readme.md diff --git a/services/mgmt/advisor/README.md b/services/mgmt/advisor/README.md index bb8202ce18..64a8769445 100644 --- a/services/mgmt/advisor/README.md +++ b/services/mgmt/advisor/README.md @@ -1,5 +1,12 @@ # azure_mgmt_advisor crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/advisor/resource-manager/readme.md diff --git a/services/mgmt/agrifood/README.md b/services/mgmt/agrifood/README.md index 52c6452423..230f3ddaf4 100644 --- a/services/mgmt/agrifood/README.md +++ b/services/mgmt/agrifood/README.md @@ -1,5 +1,12 @@ # azure_mgmt_agrifood crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/agrifood/resource-manager/readme.md diff --git a/services/mgmt/alertsmanagement/README.md b/services/mgmt/alertsmanagement/README.md index 30c1fb3ae1..4e0a89d5af 100644 --- a/services/mgmt/alertsmanagement/README.md +++ b/services/mgmt/alertsmanagement/README.md @@ -1,5 +1,12 @@ # azure_mgmt_alertsmanagement crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/alertsmanagement/resource-manager/readme.md diff --git a/services/mgmt/analysisservices/README.md b/services/mgmt/analysisservices/README.md index 0f4f6bdbd4..5b2c45c68c 100644 --- a/services/mgmt/analysisservices/README.md +++ b/services/mgmt/analysisservices/README.md @@ -1,5 +1,12 @@ # azure_mgmt_analysisservices crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/analysisservices/resource-manager/readme.md diff --git a/services/mgmt/apicenter/README.md b/services/mgmt/apicenter/README.md index 45ccdbd50a..64fb329c6b 100644 --- a/services/mgmt/apicenter/README.md +++ b/services/mgmt/apicenter/README.md @@ -1,5 +1,12 @@ # azure_mgmt_apicenter crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/apicenter/resource-manager/readme.md diff --git a/services/mgmt/apimanagement/README.md b/services/mgmt/apimanagement/README.md index 4f5252464f..e0625bc596 100644 --- a/services/mgmt/apimanagement/README.md +++ b/services/mgmt/apimanagement/README.md @@ -1,5 +1,12 @@ # azure_mgmt_apimanagement crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/apimanagement/resource-manager/readme.md diff --git a/services/mgmt/app/README.md b/services/mgmt/app/README.md index 68ed9b090a..8f97d35400 100644 --- a/services/mgmt/app/README.md +++ b/services/mgmt/app/README.md @@ -1,5 +1,12 @@ # azure_mgmt_app crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/app/resource-manager/readme.md diff --git a/services/mgmt/appcomplianceautomation/README.md b/services/mgmt/appcomplianceautomation/README.md index 5c8ea8d628..e108750e1d 100644 --- a/services/mgmt/appcomplianceautomation/README.md +++ b/services/mgmt/appcomplianceautomation/README.md @@ -1,5 +1,12 @@ # azure_mgmt_appcomplianceautomation crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/appcomplianceautomation/resource-manager/readme.md diff --git a/services/mgmt/appconfiguration/README.md b/services/mgmt/appconfiguration/README.md index bc0d35241c..9ce655a486 100644 --- a/services/mgmt/appconfiguration/README.md +++ b/services/mgmt/appconfiguration/README.md @@ -1,5 +1,12 @@ # azure_mgmt_appconfiguration crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/appconfiguration/resource-manager/readme.md diff --git a/services/mgmt/applicationinsights/README.md b/services/mgmt/applicationinsights/README.md index 272600e529..47ab939c2e 100644 --- a/services/mgmt/applicationinsights/README.md +++ b/services/mgmt/applicationinsights/README.md @@ -1,5 +1,12 @@ # azure_mgmt_applicationinsights crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/applicationinsights/resource-manager/readme.md diff --git a/services/mgmt/appplatform/README.md b/services/mgmt/appplatform/README.md index 11eaca1198..829ff39a20 100644 --- a/services/mgmt/appplatform/README.md +++ b/services/mgmt/appplatform/README.md @@ -1,5 +1,12 @@ # azure_mgmt_appplatform crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/appplatform/resource-manager/readme.md diff --git a/services/mgmt/arcdata/README.md b/services/mgmt/arcdata/README.md index 5b02516264..d84043a2e8 100644 --- a/services/mgmt/arcdata/README.md +++ b/services/mgmt/arcdata/README.md @@ -1,5 +1,12 @@ # azure_mgmt_arcdata crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/azurearcdata/resource-manager/readme.md diff --git a/services/mgmt/attestation/README.md b/services/mgmt/attestation/README.md index 3a8ecda6e2..2d246e39ca 100644 --- a/services/mgmt/attestation/README.md +++ b/services/mgmt/attestation/README.md @@ -1,5 +1,12 @@ # azure_mgmt_attestation crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/attestation/resource-manager/readme.md diff --git a/services/mgmt/authorization/README.md b/services/mgmt/authorization/README.md index 8b4b8b3b2a..03d41f4f6c 100644 --- a/services/mgmt/authorization/README.md +++ b/services/mgmt/authorization/README.md @@ -1,5 +1,12 @@ # azure_mgmt_authorization crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/authorization/resource-manager/readme.md diff --git a/services/mgmt/automanage/README.md b/services/mgmt/automanage/README.md index c7211ffb6d..146e04b30a 100644 --- a/services/mgmt/automanage/README.md +++ b/services/mgmt/automanage/README.md @@ -1,5 +1,12 @@ # azure_mgmt_automanage crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/automanage/resource-manager/readme.md diff --git a/services/mgmt/automation/README.md b/services/mgmt/automation/README.md index ab446eab15..08fac53e11 100644 --- a/services/mgmt/automation/README.md +++ b/services/mgmt/automation/README.md @@ -1,5 +1,12 @@ # azure_mgmt_automation crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/automation/resource-manager/readme.md diff --git a/services/mgmt/baremetalinfrastructure/README.md b/services/mgmt/baremetalinfrastructure/README.md index 861da0a918..a0bbf8c53c 100644 --- a/services/mgmt/baremetalinfrastructure/README.md +++ b/services/mgmt/baremetalinfrastructure/README.md @@ -1,5 +1,12 @@ # azure_mgmt_baremetalinfrastructure crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/baremetalinfrastructure/resource-manager/readme.md diff --git a/services/mgmt/batch/README.md b/services/mgmt/batch/README.md index 3b7b1a643f..bdfbdaab97 100644 --- a/services/mgmt/batch/README.md +++ b/services/mgmt/batch/README.md @@ -1,5 +1,12 @@ # azure_mgmt_batch crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/batch/resource-manager/readme.md diff --git a/services/mgmt/batch/examples/list_accounts.rs b/services/mgmt/batch/examples/list_accounts.rs index f0b30a3eef..daa942f509 100644 --- a/services/mgmt/batch/examples/list_accounts.rs +++ b/services/mgmt/batch/examples/list_accounts.rs @@ -1,6 +1,6 @@ /* Lists Batch Accounts, similar to: -az batch account list --queyr [].id +az batch account list --query [].id cargo run --example list_accounts */ @@ -21,7 +21,7 @@ async fn main() -> Result<(), Box> { while let Some(accounts) = accounts.next().await { let accounts = accounts?; for account in accounts.value { - println!("{}", account.resource.id.unwrap_or_default()); + println!("{}", account.azure_resource.id.unwrap_or_default()); } } diff --git a/services/mgmt/batch/examples/list_pools.rs b/services/mgmt/batch/examples/list_pools.rs index a7e046ebe9..613d8db57f 100644 --- a/services/mgmt/batch/examples/list_pools.rs +++ b/services/mgmt/batch/examples/list_pools.rs @@ -29,7 +29,7 @@ async fn main() -> Result<(), Box> { while let Some(pools) = pools.next().await { let pools = pools?; for pool in pools.value { - println!("name: {:?}", pool.proxy_resource.name.unwrap_or_default()); + println!("name: {:?}", pool.azure_proxy_resource.name.unwrap_or_default()); if let Some(properties) = &pool.properties { if let Some(provisioning_state) = &properties.provisioning_state { println!("provisioning state: {provisioning_state:?}"); diff --git a/services/mgmt/billing/README.md b/services/mgmt/billing/README.md index 4aff12bc8b..b93bdec387 100644 --- a/services/mgmt/billing/README.md +++ b/services/mgmt/billing/README.md @@ -1,5 +1,12 @@ # azure_mgmt_billing crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/billing/resource-manager/readme.md diff --git a/services/mgmt/billingbenefits/README.md b/services/mgmt/billingbenefits/README.md index 2889bffd3d..dd2e1d47d8 100644 --- a/services/mgmt/billingbenefits/README.md +++ b/services/mgmt/billingbenefits/README.md @@ -1,5 +1,12 @@ # azure_mgmt_billingbenefits crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/billingbenefits/resource-manager/readme.md diff --git a/services/mgmt/blueprint/README.md b/services/mgmt/blueprint/README.md index 12f57e08af..d828c62b74 100644 --- a/services/mgmt/blueprint/README.md +++ b/services/mgmt/blueprint/README.md @@ -1,5 +1,12 @@ # azure_mgmt_blueprint crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/blueprint/resource-manager/readme.md diff --git a/services/mgmt/botservice/README.md b/services/mgmt/botservice/README.md index ea790bbc5b..19d5a05fb6 100644 --- a/services/mgmt/botservice/README.md +++ b/services/mgmt/botservice/README.md @@ -1,5 +1,12 @@ # azure_mgmt_botservice crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/botservice/resource-manager/readme.md diff --git a/services/mgmt/cdn/README.md b/services/mgmt/cdn/README.md index 53069aee4e..2f13a20039 100644 --- a/services/mgmt/cdn/README.md +++ b/services/mgmt/cdn/README.md @@ -1,5 +1,12 @@ # azure_mgmt_cdn crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/cdn/resource-manager/readme.md diff --git a/services/mgmt/changeanalysis/README.md b/services/mgmt/changeanalysis/README.md index a3f3e58f4a..9a4811f3a9 100644 --- a/services/mgmt/changeanalysis/README.md +++ b/services/mgmt/changeanalysis/README.md @@ -1,5 +1,12 @@ # azure_mgmt_changeanalysis crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/changeanalysis/resource-manager/readme.md diff --git a/services/mgmt/chaos/README.md b/services/mgmt/chaos/README.md index 0dccac11cb..1040327506 100644 --- a/services/mgmt/chaos/README.md +++ b/services/mgmt/chaos/README.md @@ -1,5 +1,12 @@ # azure_mgmt_chaos crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/chaos/resource-manager/readme.md diff --git a/services/mgmt/cloudshell/README.md b/services/mgmt/cloudshell/README.md index 46b04be295..71e68d7a7e 100644 --- a/services/mgmt/cloudshell/README.md +++ b/services/mgmt/cloudshell/README.md @@ -1,5 +1,12 @@ # azure_mgmt_cloudshell crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/cloudshell/resource-manager/readme.md diff --git a/services/mgmt/codesigning/README.md b/services/mgmt/codesigning/README.md index 2386e9373f..95d70da72e 100644 --- a/services/mgmt/codesigning/README.md +++ b/services/mgmt/codesigning/README.md @@ -1,5 +1,12 @@ # azure_mgmt_codesigning crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/codesigning/resource-manager/readme.md diff --git a/services/mgmt/cognitiveservices/README.md b/services/mgmt/cognitiveservices/README.md index ef87e30000..2e3e89b9c8 100644 --- a/services/mgmt/cognitiveservices/README.md +++ b/services/mgmt/cognitiveservices/README.md @@ -1,5 +1,12 @@ # azure_mgmt_cognitiveservices crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/cognitiveservices/resource-manager/readme.md diff --git a/services/mgmt/commerce/README.md b/services/mgmt/commerce/README.md index d7688d660b..b683cd8b6c 100644 --- a/services/mgmt/commerce/README.md +++ b/services/mgmt/commerce/README.md @@ -1,5 +1,12 @@ # azure_mgmt_commerce crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/commerce/resource-manager/readme.md diff --git a/services/mgmt/communication/README.md b/services/mgmt/communication/README.md index 97ceffda13..aa0f5864ac 100644 --- a/services/mgmt/communication/README.md +++ b/services/mgmt/communication/README.md @@ -1,5 +1,12 @@ # azure_mgmt_communication crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/communication/resource-manager/readme.md diff --git a/services/mgmt/communitytraining/README.md b/services/mgmt/communitytraining/README.md index 8cebe6cf69..07bb261687 100644 --- a/services/mgmt/communitytraining/README.md +++ b/services/mgmt/communitytraining/README.md @@ -1,5 +1,12 @@ # azure_mgmt_communitytraining crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/communitytraining/resource-manager/readme.md diff --git a/services/mgmt/compute/README.md b/services/mgmt/compute/README.md index 8017e2aaa8..1e8f75d2a3 100644 --- a/services/mgmt/compute/README.md +++ b/services/mgmt/compute/README.md @@ -1,5 +1,12 @@ # azure_mgmt_compute crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/compute/resource-manager/readme.md diff --git a/services/mgmt/computeschedule/README.md b/services/mgmt/computeschedule/README.md index 723758d74e..2cb8fcd90b 100644 --- a/services/mgmt/computeschedule/README.md +++ b/services/mgmt/computeschedule/README.md @@ -1,5 +1,12 @@ # azure_mgmt_computeschedule crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/computeschedule/resource-manager/readme.md diff --git a/services/mgmt/confidentialledger/README.md b/services/mgmt/confidentialledger/README.md index 670c2ec1f6..5664c838d3 100644 --- a/services/mgmt/confidentialledger/README.md +++ b/services/mgmt/confidentialledger/README.md @@ -1,5 +1,12 @@ # azure_mgmt_confidentialledger crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/confidentialledger/resource-manager/readme.md diff --git a/services/mgmt/confluent/README.md b/services/mgmt/confluent/README.md index 63d56cb8eb..64dd8a0c7a 100644 --- a/services/mgmt/confluent/README.md +++ b/services/mgmt/confluent/README.md @@ -1,5 +1,12 @@ # azure_mgmt_confluent crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/confluent/resource-manager/readme.md diff --git a/services/mgmt/connectedvmware/README.md b/services/mgmt/connectedvmware/README.md index 7b71163ae9..82d417d436 100644 --- a/services/mgmt/connectedvmware/README.md +++ b/services/mgmt/connectedvmware/README.md @@ -1,5 +1,12 @@ # azure_mgmt_connectedvmware crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/connectedvmware/resource-manager/readme.md diff --git a/services/mgmt/consumption/README.md b/services/mgmt/consumption/README.md index 818e17e860..9479b17890 100644 --- a/services/mgmt/consumption/README.md +++ b/services/mgmt/consumption/README.md @@ -1,5 +1,12 @@ # azure_mgmt_consumption crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/consumption/resource-manager/readme.md diff --git a/services/mgmt/containerinstance/README.md b/services/mgmt/containerinstance/README.md index b170bc9784..b3cd73a42d 100644 --- a/services/mgmt/containerinstance/README.md +++ b/services/mgmt/containerinstance/README.md @@ -1,5 +1,12 @@ # azure_mgmt_containerinstance crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/containerinstance/resource-manager/readme.md diff --git a/services/mgmt/containerregistry/README.md b/services/mgmt/containerregistry/README.md index 739cae999e..37a9e910f6 100644 --- a/services/mgmt/containerregistry/README.md +++ b/services/mgmt/containerregistry/README.md @@ -1,5 +1,12 @@ # azure_mgmt_containerregistry crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/containerregistry/resource-manager/readme.md diff --git a/services/mgmt/containerstorage/README.md b/services/mgmt/containerstorage/README.md index 6192d0bfe4..210074057f 100644 --- a/services/mgmt/containerstorage/README.md +++ b/services/mgmt/containerstorage/README.md @@ -1,5 +1,12 @@ # azure_mgmt_containerstorage crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/containerstorage/resource-manager/readme.md diff --git a/services/mgmt/contosowidgetmanager/README.md b/services/mgmt/contosowidgetmanager/README.md index 6a093487ce..710af3f9b5 100644 --- a/services/mgmt/contosowidgetmanager/README.md +++ b/services/mgmt/contosowidgetmanager/README.md @@ -1,5 +1,12 @@ # azure_mgmt_contosowidgetmanager crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/contosowidgetmanager/resource-manager/readme.md diff --git a/services/mgmt/cosmosdb/README.md b/services/mgmt/cosmosdb/README.md index c8079ed616..1ebfec8c79 100644 --- a/services/mgmt/cosmosdb/README.md +++ b/services/mgmt/cosmosdb/README.md @@ -1,5 +1,12 @@ # azure_mgmt_cosmosdb crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/cosmos-db/resource-manager/readme.md diff --git a/services/mgmt/costmanagement/README.md b/services/mgmt/costmanagement/README.md index 6ad85c3cd6..98bc1bc986 100644 --- a/services/mgmt/costmanagement/README.md +++ b/services/mgmt/costmanagement/README.md @@ -1,5 +1,12 @@ # azure_mgmt_costmanagement crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/cost-management/resource-manager/readme.md diff --git a/services/mgmt/cpim/README.md b/services/mgmt/cpim/README.md index 62f1f0b2a4..beb476b479 100644 --- a/services/mgmt/cpim/README.md +++ b/services/mgmt/cpim/README.md @@ -1,5 +1,12 @@ # azure_mgmt_cpim crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/cpim/resource-manager/readme.md diff --git a/services/mgmt/customerinsights/README.md b/services/mgmt/customerinsights/README.md index f67b5c162a..b18855164a 100644 --- a/services/mgmt/customerinsights/README.md +++ b/services/mgmt/customerinsights/README.md @@ -1,5 +1,12 @@ # azure_mgmt_customerinsights crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/customer-insights/resource-manager/readme.md diff --git a/services/mgmt/customerlockbox/README.md b/services/mgmt/customerlockbox/README.md index 460f0f9468..3fc291e9f4 100644 --- a/services/mgmt/customerlockbox/README.md +++ b/services/mgmt/customerlockbox/README.md @@ -1,5 +1,12 @@ # azure_mgmt_customerlockbox crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/customerlockbox/resource-manager/readme.md diff --git a/services/mgmt/customproviders/README.md b/services/mgmt/customproviders/README.md index 15bebaf31d..044fd06cfc 100644 --- a/services/mgmt/customproviders/README.md +++ b/services/mgmt/customproviders/README.md @@ -1,5 +1,12 @@ # azure_mgmt_customproviders crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/customproviders/resource-manager/readme.md diff --git a/services/mgmt/dashboard/README.md b/services/mgmt/dashboard/README.md index 4c499d3707..f3b3beb2af 100644 --- a/services/mgmt/dashboard/README.md +++ b/services/mgmt/dashboard/README.md @@ -1,5 +1,12 @@ # azure_mgmt_dashboard crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/dashboard/resource-manager/readme.md diff --git a/services/mgmt/data/README.md b/services/mgmt/data/README.md index 9c2b1aa0be..8183e6f008 100644 --- a/services/mgmt/data/README.md +++ b/services/mgmt/data/README.md @@ -1,5 +1,12 @@ # azure_mgmt_data crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/azuredata/resource-manager/readme.md diff --git a/services/mgmt/databasewatcher/README.md b/services/mgmt/databasewatcher/README.md index 67d405a7ec..cd4d763559 100644 --- a/services/mgmt/databasewatcher/README.md +++ b/services/mgmt/databasewatcher/README.md @@ -1,5 +1,12 @@ # azure_mgmt_databasewatcher crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/databasewatcher/resource-manager/readme.md diff --git a/services/mgmt/databox/README.md b/services/mgmt/databox/README.md index aec12e0421..89151d2452 100644 --- a/services/mgmt/databox/README.md +++ b/services/mgmt/databox/README.md @@ -1,5 +1,12 @@ # azure_mgmt_databox crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/databox/resource-manager/readme.md diff --git a/services/mgmt/databoxedge/README.md b/services/mgmt/databoxedge/README.md index 6ecac63e56..f5d9aa01da 100644 --- a/services/mgmt/databoxedge/README.md +++ b/services/mgmt/databoxedge/README.md @@ -1,5 +1,12 @@ # azure_mgmt_databoxedge crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/databoxedge/resource-manager/readme.md diff --git a/services/mgmt/databricks/README.md b/services/mgmt/databricks/README.md index 9ba2a54e1b..c4a18aca4c 100644 --- a/services/mgmt/databricks/README.md +++ b/services/mgmt/databricks/README.md @@ -1,5 +1,12 @@ # azure_mgmt_databricks crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/databricks/resource-manager/readme.md diff --git a/services/mgmt/datacatalog/README.md b/services/mgmt/datacatalog/README.md index 266648c5ac..768f4c1707 100644 --- a/services/mgmt/datacatalog/README.md +++ b/services/mgmt/datacatalog/README.md @@ -1,5 +1,12 @@ # azure_mgmt_datacatalog crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/datacatalog/resource-manager/readme.md diff --git a/services/mgmt/datadog/README.md b/services/mgmt/datadog/README.md index 066addc9ed..c6928cfcd9 100644 --- a/services/mgmt/datadog/README.md +++ b/services/mgmt/datadog/README.md @@ -1,5 +1,12 @@ # azure_mgmt_datadog crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/datadog/resource-manager/readme.md diff --git a/services/mgmt/datafactory/README.md b/services/mgmt/datafactory/README.md index 248fbaa99e..ef0bd0ca7f 100644 --- a/services/mgmt/datafactory/README.md +++ b/services/mgmt/datafactory/README.md @@ -1,5 +1,12 @@ # azure_mgmt_datafactory crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/datafactory/resource-manager/readme.md diff --git a/services/mgmt/datalakeanalytics/README.md b/services/mgmt/datalakeanalytics/README.md index 209626b51e..17ab7660b2 100644 --- a/services/mgmt/datalakeanalytics/README.md +++ b/services/mgmt/datalakeanalytics/README.md @@ -1,5 +1,12 @@ # azure_mgmt_datalakeanalytics crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/datalake-analytics/resource-manager/readme.md diff --git a/services/mgmt/datalakestore/README.md b/services/mgmt/datalakestore/README.md index e2d1df2e0a..b8be47f8bc 100644 --- a/services/mgmt/datalakestore/README.md +++ b/services/mgmt/datalakestore/README.md @@ -1,5 +1,12 @@ # azure_mgmt_datalakestore crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/datalake-store/resource-manager/readme.md diff --git a/services/mgmt/datamigration/README.md b/services/mgmt/datamigration/README.md index 1fe5c478c5..dac92985b3 100644 --- a/services/mgmt/datamigration/README.md +++ b/services/mgmt/datamigration/README.md @@ -1,5 +1,12 @@ # azure_mgmt_datamigration crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/datamigration/resource-manager/readme.md diff --git a/services/mgmt/dataprotection/README.md b/services/mgmt/dataprotection/README.md index 14332a372a..b1efd87656 100644 --- a/services/mgmt/dataprotection/README.md +++ b/services/mgmt/dataprotection/README.md @@ -1,5 +1,12 @@ # azure_mgmt_dataprotection crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/dataprotection/resource-manager/readme.md diff --git a/services/mgmt/datashare/README.md b/services/mgmt/datashare/README.md index 88341d4651..968c317adb 100644 --- a/services/mgmt/datashare/README.md +++ b/services/mgmt/datashare/README.md @@ -1,5 +1,12 @@ # azure_mgmt_datashare crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/datashare/resource-manager/readme.md diff --git a/services/mgmt/datatransfer/README.md b/services/mgmt/datatransfer/README.md index 87b7c939ab..d22ef15c2d 100644 --- a/services/mgmt/datatransfer/README.md +++ b/services/mgmt/datatransfer/README.md @@ -1,5 +1,12 @@ # azure_mgmt_datatransfer crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/azuredatatransfer/resource-manager/readme.md diff --git a/services/mgmt/desktopvirtualization/README.md b/services/mgmt/desktopvirtualization/README.md index ed5755f050..b68879dd08 100644 --- a/services/mgmt/desktopvirtualization/README.md +++ b/services/mgmt/desktopvirtualization/README.md @@ -1,5 +1,12 @@ # azure_mgmt_desktopvirtualization crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/desktopvirtualization/resource-manager/readme.md diff --git a/services/mgmt/devcenter/README.md b/services/mgmt/devcenter/README.md index ba16f1f3d1..f01655e950 100644 --- a/services/mgmt/devcenter/README.md +++ b/services/mgmt/devcenter/README.md @@ -1,5 +1,12 @@ # azure_mgmt_devcenter crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/devcenter/resource-manager/readme.md diff --git a/services/mgmt/developerhub/README.md b/services/mgmt/developerhub/README.md index 676838e7ce..f4b0bb388d 100644 --- a/services/mgmt/developerhub/README.md +++ b/services/mgmt/developerhub/README.md @@ -1,5 +1,12 @@ # azure_mgmt_developerhub crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/developerhub/resource-manager/readme.md diff --git a/services/mgmt/deviceregistry/README.md b/services/mgmt/deviceregistry/README.md index a1cf30f3a9..7a642e7f01 100644 --- a/services/mgmt/deviceregistry/README.md +++ b/services/mgmt/deviceregistry/README.md @@ -1,5 +1,12 @@ # azure_mgmt_deviceregistry crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/deviceregistry/resource-manager/readme.md diff --git a/services/mgmt/deviceupdate/README.md b/services/mgmt/deviceupdate/README.md index d125815dc6..2962bc1df8 100644 --- a/services/mgmt/deviceupdate/README.md +++ b/services/mgmt/deviceupdate/README.md @@ -1,5 +1,12 @@ # azure_mgmt_deviceupdate crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/deviceupdate/resource-manager/readme.md diff --git a/services/mgmt/devops/README.md b/services/mgmt/devops/README.md index 214618da96..173f14479e 100644 --- a/services/mgmt/devops/README.md +++ b/services/mgmt/devops/README.md @@ -1,5 +1,12 @@ # azure_mgmt_devops crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/devops/resource-manager/readme.md diff --git a/services/mgmt/devopsinfrastructure/README.md b/services/mgmt/devopsinfrastructure/README.md index 106a02f1d6..6bb3c6cf29 100644 --- a/services/mgmt/devopsinfrastructure/README.md +++ b/services/mgmt/devopsinfrastructure/README.md @@ -1,5 +1,12 @@ # azure_mgmt_devopsinfrastructure crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/devopsinfrastructure/resource-manager/readme.md diff --git a/services/mgmt/devspaces/README.md b/services/mgmt/devspaces/README.md index 0b98504665..2ffd03b7e1 100644 --- a/services/mgmt/devspaces/README.md +++ b/services/mgmt/devspaces/README.md @@ -1,5 +1,12 @@ # azure_mgmt_devspaces crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/devspaces/resource-manager/readme.md diff --git a/services/mgmt/devtestlabs/README.md b/services/mgmt/devtestlabs/README.md index 526e50171f..ce4692c9d6 100644 --- a/services/mgmt/devtestlabs/README.md +++ b/services/mgmt/devtestlabs/README.md @@ -1,5 +1,12 @@ # azure_mgmt_devtestlabs crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/devtestlabs/resource-manager/readme.md diff --git a/services/mgmt/dfp/README.md b/services/mgmt/dfp/README.md index 9618e5af48..e74457a789 100644 --- a/services/mgmt/dfp/README.md +++ b/services/mgmt/dfp/README.md @@ -1,5 +1,12 @@ # azure_mgmt_dfp crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/dfp/resource-manager/readme.md diff --git a/services/mgmt/digitaltwins/README.md b/services/mgmt/digitaltwins/README.md index 60675a04b7..31a22fc42c 100644 --- a/services/mgmt/digitaltwins/README.md +++ b/services/mgmt/digitaltwins/README.md @@ -1,5 +1,12 @@ # azure_mgmt_digitaltwins crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/digitaltwins/resource-manager/readme.md diff --git a/services/mgmt/dnc/README.md b/services/mgmt/dnc/README.md index b3bac5a0f2..56179153ba 100644 --- a/services/mgmt/dnc/README.md +++ b/services/mgmt/dnc/README.md @@ -1,5 +1,12 @@ # azure_mgmt_dnc crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/dnc/resource-manager/readme.md diff --git a/services/mgmt/dns/README.md b/services/mgmt/dns/README.md index 24656bd9a3..7c2fb6a864 100644 --- a/services/mgmt/dns/README.md +++ b/services/mgmt/dns/README.md @@ -1,5 +1,12 @@ # azure_mgmt_dns crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/dns/resource-manager/readme.md diff --git a/services/mgmt/dnsresolver/README.md b/services/mgmt/dnsresolver/README.md index f36e11cf48..ef9c104d7e 100644 --- a/services/mgmt/dnsresolver/README.md +++ b/services/mgmt/dnsresolver/README.md @@ -1,5 +1,12 @@ # azure_mgmt_dnsresolver crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/dnsresolver/resource-manager/readme.md diff --git a/services/mgmt/domainservices/README.md b/services/mgmt/domainservices/README.md index 068f2172bc..ffa1c3bc16 100644 --- a/services/mgmt/domainservices/README.md +++ b/services/mgmt/domainservices/README.md @@ -1,5 +1,12 @@ # azure_mgmt_domainservices crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/domainservices/resource-manager/readme.md diff --git a/services/mgmt/dynatrace/README.md b/services/mgmt/dynatrace/README.md index 2bb6eb5209..55f17f011a 100644 --- a/services/mgmt/dynatrace/README.md +++ b/services/mgmt/dynatrace/README.md @@ -1,5 +1,12 @@ # azure_mgmt_dynatrace crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/dynatrace/resource-manager/readme.md diff --git a/services/mgmt/edgemarketplace/README.md b/services/mgmt/edgemarketplace/README.md index a74715327f..11ad1b1baa 100644 --- a/services/mgmt/edgemarketplace/README.md +++ b/services/mgmt/edgemarketplace/README.md @@ -1,5 +1,12 @@ # azure_mgmt_edgemarketplace crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/edgemarketplace/resource-manager/readme.md diff --git a/services/mgmt/edgeorder/README.md b/services/mgmt/edgeorder/README.md index 6627b88e0d..22db3b9514 100644 --- a/services/mgmt/edgeorder/README.md +++ b/services/mgmt/edgeorder/README.md @@ -1,5 +1,12 @@ # azure_mgmt_edgeorder crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/edgeorder/resource-manager/readme.md diff --git a/services/mgmt/edgeorderpartner/README.md b/services/mgmt/edgeorderpartner/README.md index 283395ba8f..110247ed0f 100644 --- a/services/mgmt/edgeorderpartner/README.md +++ b/services/mgmt/edgeorderpartner/README.md @@ -1,5 +1,12 @@ # azure_mgmt_edgeorderpartner crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/edgeorderpartner/resource-manager/readme.md diff --git a/services/mgmt/edgezones/README.md b/services/mgmt/edgezones/README.md index 9eccad978e..a55db0fb77 100644 --- a/services/mgmt/edgezones/README.md +++ b/services/mgmt/edgezones/README.md @@ -1,5 +1,12 @@ # azure_mgmt_edgezones crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/edgezones/resource-manager/readme.md diff --git a/services/mgmt/education/README.md b/services/mgmt/education/README.md index f26f12ab52..e72a7f3266 100644 --- a/services/mgmt/education/README.md +++ b/services/mgmt/education/README.md @@ -1,5 +1,12 @@ # azure_mgmt_education crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/education/resource-manager/readme.md diff --git a/services/mgmt/elastic/README.md b/services/mgmt/elastic/README.md index f3113acf7e..69f3e81b66 100644 --- a/services/mgmt/elastic/README.md +++ b/services/mgmt/elastic/README.md @@ -1,5 +1,12 @@ # azure_mgmt_elastic crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/elastic/resource-manager/readme.md diff --git a/services/mgmt/elasticsan/README.md b/services/mgmt/elasticsan/README.md index 5ff11dcab7..ca772e0be7 100644 --- a/services/mgmt/elasticsan/README.md +++ b/services/mgmt/elasticsan/README.md @@ -1,5 +1,12 @@ # azure_mgmt_elasticsan crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/elasticsan/resource-manager/readme.md diff --git a/services/mgmt/engagementfabric/README.md b/services/mgmt/engagementfabric/README.md index f9c43bf907..1e456d40f2 100644 --- a/services/mgmt/engagementfabric/README.md +++ b/services/mgmt/engagementfabric/README.md @@ -1,5 +1,12 @@ # azure_mgmt_engagementfabric crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/engagementfabric/resource-manager/readme.md diff --git a/services/mgmt/enterpriseknowledgegraph/README.md b/services/mgmt/enterpriseknowledgegraph/README.md index a9230cdb48..034bb09c80 100644 --- a/services/mgmt/enterpriseknowledgegraph/README.md +++ b/services/mgmt/enterpriseknowledgegraph/README.md @@ -1,5 +1,12 @@ # azure_mgmt_enterpriseknowledgegraph crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/EnterpriseKnowledgeGraph/resource-manager/readme.md diff --git a/services/mgmt/eventgrid/README.md b/services/mgmt/eventgrid/README.md index 3b571f316a..4878a8ff35 100644 --- a/services/mgmt/eventgrid/README.md +++ b/services/mgmt/eventgrid/README.md @@ -1,5 +1,12 @@ # azure_mgmt_eventgrid crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/eventgrid/resource-manager/readme.md diff --git a/services/mgmt/eventhub/README.md b/services/mgmt/eventhub/README.md index 38fd91bf12..5f662bafd6 100644 --- a/services/mgmt/eventhub/README.md +++ b/services/mgmt/eventhub/README.md @@ -1,5 +1,12 @@ # azure_mgmt_eventhub crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/eventhub/resource-manager/readme.md diff --git a/services/mgmt/extendedlocation/README.md b/services/mgmt/extendedlocation/README.md index acf96d2f1e..9999cdfc47 100644 --- a/services/mgmt/extendedlocation/README.md +++ b/services/mgmt/extendedlocation/README.md @@ -1,5 +1,12 @@ # azure_mgmt_extendedlocation crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/extendedlocation/resource-manager/readme.md diff --git a/services/mgmt/fabric/README.md b/services/mgmt/fabric/README.md index 2d23f7c5a7..ba9b513872 100644 --- a/services/mgmt/fabric/README.md +++ b/services/mgmt/fabric/README.md @@ -1,5 +1,12 @@ # azure_mgmt_fabric crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/fabric/resource-manager/readme.md diff --git a/services/mgmt/fist/README.md b/services/mgmt/fist/README.md index a5f28c4ee2..feda1b20ba 100644 --- a/services/mgmt/fist/README.md +++ b/services/mgmt/fist/README.md @@ -1,5 +1,12 @@ # azure_mgmt_fist crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/fist/resource-manager/readme.md diff --git a/services/mgmt/fluidrelay/README.md b/services/mgmt/fluidrelay/README.md index 0ea7a42849..071dab628b 100644 --- a/services/mgmt/fluidrelay/README.md +++ b/services/mgmt/fluidrelay/README.md @@ -1,5 +1,12 @@ # azure_mgmt_fluidrelay crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/fluidrelay/resource-manager/readme.md diff --git a/services/mgmt/frontdoor/README.md b/services/mgmt/frontdoor/README.md index d711fad802..33269b1915 100644 --- a/services/mgmt/frontdoor/README.md +++ b/services/mgmt/frontdoor/README.md @@ -1,5 +1,12 @@ # azure_mgmt_frontdoor crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/frontdoor/resource-manager/readme.md diff --git a/services/mgmt/graphservicesprod/README.md b/services/mgmt/graphservicesprod/README.md index 1dcae334bf..961ec7d725 100644 --- a/services/mgmt/graphservicesprod/README.md +++ b/services/mgmt/graphservicesprod/README.md @@ -1,5 +1,12 @@ # azure_mgmt_graphservicesprod crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/graphservicesprod/resource-manager/readme.md diff --git a/services/mgmt/guestconfiguration/README.md b/services/mgmt/guestconfiguration/README.md index cd864d5e11..e354d1b28c 100644 --- a/services/mgmt/guestconfiguration/README.md +++ b/services/mgmt/guestconfiguration/README.md @@ -1,5 +1,12 @@ # azure_mgmt_guestconfiguration crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/guestconfiguration/resource-manager/readme.md diff --git a/services/mgmt/hanaon/README.md b/services/mgmt/hanaon/README.md index 8efe337277..cafdc8e802 100644 --- a/services/mgmt/hanaon/README.md +++ b/services/mgmt/hanaon/README.md @@ -1,5 +1,12 @@ # azure_mgmt_hanaon crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/hanaonazure/resource-manager/readme.md diff --git a/services/mgmt/hardwaresecuritymodules/README.md b/services/mgmt/hardwaresecuritymodules/README.md index d2174f7422..3681224227 100644 --- a/services/mgmt/hardwaresecuritymodules/README.md +++ b/services/mgmt/hardwaresecuritymodules/README.md @@ -1,5 +1,12 @@ # azure_mgmt_hardwaresecuritymodules crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/hardwaresecuritymodules/resource-manager/readme.md diff --git a/services/mgmt/hdinsight/README.md b/services/mgmt/hdinsight/README.md index 9d11d58249..94da3e1073 100644 --- a/services/mgmt/hdinsight/README.md +++ b/services/mgmt/hdinsight/README.md @@ -1,5 +1,12 @@ # azure_mgmt_hdinsight crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/hdinsight/resource-manager/readme.md diff --git a/services/mgmt/healthbot/README.md b/services/mgmt/healthbot/README.md index 76ca2e7172..aa8143655b 100644 --- a/services/mgmt/healthbot/README.md +++ b/services/mgmt/healthbot/README.md @@ -1,5 +1,12 @@ # azure_mgmt_healthbot crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/healthbot/resource-manager/readme.md diff --git a/services/mgmt/healthcareapis/README.md b/services/mgmt/healthcareapis/README.md index 3994b24027..115e5e789f 100644 --- a/services/mgmt/healthcareapis/README.md +++ b/services/mgmt/healthcareapis/README.md @@ -1,5 +1,12 @@ # azure_mgmt_healthcareapis crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/healthcareapis/resource-manager/readme.md diff --git a/services/mgmt/healthdataaiservices/README.md b/services/mgmt/healthdataaiservices/README.md index fdbebad25a..7e04987f19 100644 --- a/services/mgmt/healthdataaiservices/README.md +++ b/services/mgmt/healthdataaiservices/README.md @@ -1,5 +1,12 @@ # azure_mgmt_healthdataaiservices crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/healthdataaiservices/resource-manager/readme.md diff --git a/services/mgmt/help/README.md b/services/mgmt/help/README.md index 4c9e489b75..a7b1ea89f0 100644 --- a/services/mgmt/help/README.md +++ b/services/mgmt/help/README.md @@ -1,5 +1,12 @@ # azure_mgmt_help crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/help/resource-manager/readme.md diff --git a/services/mgmt/hybridaks/README.md b/services/mgmt/hybridaks/README.md index c5fe23d793..e82eec4ebf 100644 --- a/services/mgmt/hybridaks/README.md +++ b/services/mgmt/hybridaks/README.md @@ -1,5 +1,12 @@ # azure_mgmt_hybridaks crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/hybridaks/resource-manager/readme.md diff --git a/services/mgmt/hybridcloud/README.md b/services/mgmt/hybridcloud/README.md index 9702a653d2..9acc45bc04 100644 --- a/services/mgmt/hybridcloud/README.md +++ b/services/mgmt/hybridcloud/README.md @@ -1,5 +1,12 @@ # azure_mgmt_hybridcloud crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/hybridcloud/resource-manager/readme.md diff --git a/services/mgmt/hybridcompute/README.md b/services/mgmt/hybridcompute/README.md index 2f5211ab7e..97df15136b 100644 --- a/services/mgmt/hybridcompute/README.md +++ b/services/mgmt/hybridcompute/README.md @@ -1,5 +1,12 @@ # azure_mgmt_hybridcompute crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/hybridcompute/resource-manager/readme.md diff --git a/services/mgmt/hybridconnectivity/README.md b/services/mgmt/hybridconnectivity/README.md index 62b0bc1081..c7891f7e61 100644 --- a/services/mgmt/hybridconnectivity/README.md +++ b/services/mgmt/hybridconnectivity/README.md @@ -1,5 +1,12 @@ # azure_mgmt_hybridconnectivity crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/hybridconnectivity/resource-manager/readme.md diff --git a/services/mgmt/hybriddatamanager/README.md b/services/mgmt/hybriddatamanager/README.md index 29f4e09ad9..89cb8ab6a3 100644 --- a/services/mgmt/hybriddatamanager/README.md +++ b/services/mgmt/hybriddatamanager/README.md @@ -1,5 +1,12 @@ # azure_mgmt_hybriddatamanager crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/hybriddatamanager/resource-manager/readme.md diff --git a/services/mgmt/hybridkubernetes/README.md b/services/mgmt/hybridkubernetes/README.md index 80690e8b0a..38e37d5600 100644 --- a/services/mgmt/hybridkubernetes/README.md +++ b/services/mgmt/hybridkubernetes/README.md @@ -1,5 +1,12 @@ # azure_mgmt_hybridkubernetes crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/hybridkubernetes/resource-manager/readme.md diff --git a/services/mgmt/hybridnetwork/README.md b/services/mgmt/hybridnetwork/README.md index 10e4a0f572..21645289d0 100644 --- a/services/mgmt/hybridnetwork/README.md +++ b/services/mgmt/hybridnetwork/README.md @@ -1,5 +1,12 @@ # azure_mgmt_hybridnetwork crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/hybridnetwork/resource-manager/readme.md diff --git a/services/mgmt/imagebuilder/README.md b/services/mgmt/imagebuilder/README.md index 34663a5317..9ca7addd2e 100644 --- a/services/mgmt/imagebuilder/README.md +++ b/services/mgmt/imagebuilder/README.md @@ -1,5 +1,12 @@ # azure_mgmt_imagebuilder crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/imagebuilder/resource-manager/readme.md diff --git a/services/mgmt/informatica/README.md b/services/mgmt/informatica/README.md index c188d8bef4..eebee6acf7 100644 --- a/services/mgmt/informatica/README.md +++ b/services/mgmt/informatica/README.md @@ -1,5 +1,12 @@ # azure_mgmt_informatica crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/informatica/resource-manager/readme.md diff --git a/services/mgmt/integrationspaces/README.md b/services/mgmt/integrationspaces/README.md index 800913f367..91280c142b 100644 --- a/services/mgmt/integrationspaces/README.md +++ b/services/mgmt/integrationspaces/README.md @@ -1,5 +1,12 @@ # azure_mgmt_integrationspaces crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/azureintegrationspaces/resource-manager/readme.md diff --git a/services/mgmt/intune/README.md b/services/mgmt/intune/README.md index c777ec7aad..951b12f14d 100644 --- a/services/mgmt/intune/README.md +++ b/services/mgmt/intune/README.md @@ -1,5 +1,12 @@ # azure_mgmt_intune crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/intune/resource-manager/readme.md diff --git a/services/mgmt/iotcentral/README.md b/services/mgmt/iotcentral/README.md index 1d007a9677..f0e63b3cf9 100644 --- a/services/mgmt/iotcentral/README.md +++ b/services/mgmt/iotcentral/README.md @@ -1,5 +1,12 @@ # azure_mgmt_iotcentral crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/iotcentral/resource-manager/readme.md diff --git a/services/mgmt/iothub/README.md b/services/mgmt/iothub/README.md index ec660d82fe..eb505bf98a 100644 --- a/services/mgmt/iothub/README.md +++ b/services/mgmt/iothub/README.md @@ -1,5 +1,12 @@ # azure_mgmt_iothub crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/iothub/resource-manager/readme.md diff --git a/services/mgmt/iotoperationsdataprocessor/README.md b/services/mgmt/iotoperationsdataprocessor/README.md index a24bb9801f..629d5c8a69 100644 --- a/services/mgmt/iotoperationsdataprocessor/README.md +++ b/services/mgmt/iotoperationsdataprocessor/README.md @@ -1,5 +1,12 @@ # azure_mgmt_iotoperationsdataprocessor crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/iotoperationsdataprocessor/resource-manager/readme.md diff --git a/services/mgmt/iotoperationsmq/README.md b/services/mgmt/iotoperationsmq/README.md index a4e7ca810b..5a7dc63331 100644 --- a/services/mgmt/iotoperationsmq/README.md +++ b/services/mgmt/iotoperationsmq/README.md @@ -1,5 +1,12 @@ # azure_mgmt_iotoperationsmq crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/iotoperationsmq/resource-manager/readme.md diff --git a/services/mgmt/iotoperationsorchestrator/README.md b/services/mgmt/iotoperationsorchestrator/README.md index e89f8b2d86..06262b2c44 100644 --- a/services/mgmt/iotoperationsorchestrator/README.md +++ b/services/mgmt/iotoperationsorchestrator/README.md @@ -1,5 +1,12 @@ # azure_mgmt_iotoperationsorchestrator crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/iotoperationsorchestrator/resource-manager/readme.md diff --git a/services/mgmt/iotspaces/README.md b/services/mgmt/iotspaces/README.md index a16b31f18a..178cee43f2 100644 --- a/services/mgmt/iotspaces/README.md +++ b/services/mgmt/iotspaces/README.md @@ -1,5 +1,12 @@ # azure_mgmt_iotspaces crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/iotspaces/resource-manager/readme.md diff --git a/services/mgmt/keyvault/README.md b/services/mgmt/keyvault/README.md index 447aac7d3b..4e89538d2a 100644 --- a/services/mgmt/keyvault/README.md +++ b/services/mgmt/keyvault/README.md @@ -1,5 +1,12 @@ # azure_mgmt_keyvault crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/keyvault/resource-manager/readme.md diff --git a/services/mgmt/kubernetesconfiguration/README.md b/services/mgmt/kubernetesconfiguration/README.md index e598385013..e5e002de04 100644 --- a/services/mgmt/kubernetesconfiguration/README.md +++ b/services/mgmt/kubernetesconfiguration/README.md @@ -1,5 +1,12 @@ # azure_mgmt_kubernetesconfiguration crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/kubernetesconfiguration/resource-manager/readme.md diff --git a/services/mgmt/kubernetesruntime/README.md b/services/mgmt/kubernetesruntime/README.md index 428b5eb0d0..50f2affa48 100644 --- a/services/mgmt/kubernetesruntime/README.md +++ b/services/mgmt/kubernetesruntime/README.md @@ -1,5 +1,12 @@ # azure_mgmt_kubernetesruntime crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/kubernetesruntime/resource-manager/readme.md diff --git a/services/mgmt/kusto/README.md b/services/mgmt/kusto/README.md index 44e07ecbe1..9ce74b7996 100644 --- a/services/mgmt/kusto/README.md +++ b/services/mgmt/kusto/README.md @@ -1,5 +1,12 @@ # azure_mgmt_kusto crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/azure-kusto/resource-manager/readme.md diff --git a/services/mgmt/labservices/README.md b/services/mgmt/labservices/README.md index f2d4a14972..6953ac53d6 100644 --- a/services/mgmt/labservices/README.md +++ b/services/mgmt/labservices/README.md @@ -1,5 +1,12 @@ # azure_mgmt_labservices crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/labservices/resource-manager/readme.md diff --git a/services/mgmt/largeinstance/README.md b/services/mgmt/largeinstance/README.md index 700b7cbab2..88c2e8a82f 100644 --- a/services/mgmt/largeinstance/README.md +++ b/services/mgmt/largeinstance/README.md @@ -1,5 +1,12 @@ # azure_mgmt_largeinstance crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/azurelargeinstance/resource-manager/readme.md diff --git a/services/mgmt/liftrastronomer/README.md b/services/mgmt/liftrastronomer/README.md index 4b9e0808aa..b1fe83bc91 100644 --- a/services/mgmt/liftrastronomer/README.md +++ b/services/mgmt/liftrastronomer/README.md @@ -1,5 +1,12 @@ # azure_mgmt_liftrastronomer crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/liftrastronomer/resource-manager/readme.md diff --git a/services/mgmt/liftrneon/README.md b/services/mgmt/liftrneon/README.md index dee125483d..4ef32bcd9b 100644 --- a/services/mgmt/liftrneon/README.md +++ b/services/mgmt/liftrneon/README.md @@ -1,5 +1,12 @@ # azure_mgmt_liftrneon crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/liftrneon/resource-manager/readme.md diff --git a/services/mgmt/liftrqumulo/README.md b/services/mgmt/liftrqumulo/README.md index 27132497f9..881408605c 100644 --- a/services/mgmt/liftrqumulo/README.md +++ b/services/mgmt/liftrqumulo/README.md @@ -1,5 +1,12 @@ # azure_mgmt_liftrqumulo crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/liftrqumulo/resource-manager/readme.md diff --git a/services/mgmt/loadtestservice/README.md b/services/mgmt/loadtestservice/README.md index e48a93de42..288188d19a 100644 --- a/services/mgmt/loadtestservice/README.md +++ b/services/mgmt/loadtestservice/README.md @@ -1,5 +1,12 @@ # azure_mgmt_loadtestservice crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/loadtestservice/resource-manager/readme.md diff --git a/services/mgmt/logic/README.md b/services/mgmt/logic/README.md index e358b506b2..4879ea608d 100644 --- a/services/mgmt/logic/README.md +++ b/services/mgmt/logic/README.md @@ -1,5 +1,12 @@ # azure_mgmt_logic crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/logic/resource-manager/readme.md diff --git a/services/mgmt/logz/README.md b/services/mgmt/logz/README.md index 34c83619d3..222261c490 100644 --- a/services/mgmt/logz/README.md +++ b/services/mgmt/logz/README.md @@ -1,5 +1,12 @@ # azure_mgmt_logz crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/logz/resource-manager/readme.md diff --git a/services/mgmt/m365securityandcompliance/README.md b/services/mgmt/m365securityandcompliance/README.md index 4a549790c1..4c58a6dd5a 100644 --- a/services/mgmt/m365securityandcompliance/README.md +++ b/services/mgmt/m365securityandcompliance/README.md @@ -1,5 +1,12 @@ # azure_mgmt_m365securityandcompliance crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/m365securityandcompliance/resource-manager/readme.md diff --git a/services/mgmt/machinelearning/README.md b/services/mgmt/machinelearning/README.md index 9e51bb179d..98f4ff00dc 100644 --- a/services/mgmt/machinelearning/README.md +++ b/services/mgmt/machinelearning/README.md @@ -1,5 +1,12 @@ # azure_mgmt_machinelearning crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/machinelearning/resource-manager/readme.md diff --git a/services/mgmt/machinelearningservices/README.md b/services/mgmt/machinelearningservices/README.md index 4c56027f82..eb9cfaa4a7 100644 --- a/services/mgmt/machinelearningservices/README.md +++ b/services/mgmt/machinelearningservices/README.md @@ -1,5 +1,12 @@ # azure_mgmt_machinelearningservices crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/machinelearningservices/resource-manager/readme.md diff --git a/services/mgmt/maintenance/README.md b/services/mgmt/maintenance/README.md index e85d61cf16..c1e05b28dc 100644 --- a/services/mgmt/maintenance/README.md +++ b/services/mgmt/maintenance/README.md @@ -1,5 +1,12 @@ # azure_mgmt_maintenance crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/maintenance/resource-manager/readme.md diff --git a/services/mgmt/managednetwork/README.md b/services/mgmt/managednetwork/README.md index bb26442e68..dc95c2c2fc 100644 --- a/services/mgmt/managednetwork/README.md +++ b/services/mgmt/managednetwork/README.md @@ -1,5 +1,12 @@ # azure_mgmt_managednetwork crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/managednetwork/resource-manager/readme.md diff --git a/services/mgmt/managednetworkfabric/README.md b/services/mgmt/managednetworkfabric/README.md index 665ae3bc08..35050b6f4b 100644 --- a/services/mgmt/managednetworkfabric/README.md +++ b/services/mgmt/managednetworkfabric/README.md @@ -1,5 +1,12 @@ # azure_mgmt_managednetworkfabric crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/managednetworkfabric/resource-manager/readme.md diff --git a/services/mgmt/managedservices/README.md b/services/mgmt/managedservices/README.md index 823487a6b2..b6805d424b 100644 --- a/services/mgmt/managedservices/README.md +++ b/services/mgmt/managedservices/README.md @@ -1,5 +1,12 @@ # azure_mgmt_managedservices crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/managedservices/resource-manager/readme.md diff --git a/services/mgmt/managementgroups/README.md b/services/mgmt/managementgroups/README.md index 9da5ccd48b..44c0a0772e 100644 --- a/services/mgmt/managementgroups/README.md +++ b/services/mgmt/managementgroups/README.md @@ -1,5 +1,12 @@ # azure_mgmt_managementgroups crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/managementgroups/resource-manager/readme.md diff --git a/services/mgmt/managementpartner/README.md b/services/mgmt/managementpartner/README.md index 58f85e00d4..dfdcd6d619 100644 --- a/services/mgmt/managementpartner/README.md +++ b/services/mgmt/managementpartner/README.md @@ -1,5 +1,12 @@ # azure_mgmt_managementpartner crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/managementpartner/resource-manager/readme.md diff --git a/services/mgmt/maps/README.md b/services/mgmt/maps/README.md index 1e1704738d..1ce6950746 100644 --- a/services/mgmt/maps/README.md +++ b/services/mgmt/maps/README.md @@ -1,5 +1,12 @@ # azure_mgmt_maps crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/maps/resource-manager/readme.md diff --git a/services/mgmt/mariadb/README.md b/services/mgmt/mariadb/README.md index ef54eba32d..da57a17089 100644 --- a/services/mgmt/mariadb/README.md +++ b/services/mgmt/mariadb/README.md @@ -1,5 +1,12 @@ # azure_mgmt_mariadb crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/mariadb/resource-manager/readme.md diff --git a/services/mgmt/marketplace/README.md b/services/mgmt/marketplace/README.md index acfce6bbba..a488cd3a6e 100644 --- a/services/mgmt/marketplace/README.md +++ b/services/mgmt/marketplace/README.md @@ -1,5 +1,12 @@ # azure_mgmt_marketplace crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/marketplace/resource-manager/readme.md diff --git a/services/mgmt/marketplacecatalog/README.md b/services/mgmt/marketplacecatalog/README.md index ae2b7a9f59..596d84ffe7 100644 --- a/services/mgmt/marketplacecatalog/README.md +++ b/services/mgmt/marketplacecatalog/README.md @@ -1,5 +1,12 @@ # azure_mgmt_marketplacecatalog crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/marketplacecatalog/resource-manager/readme.md diff --git a/services/mgmt/marketplacenotifications/README.md b/services/mgmt/marketplacenotifications/README.md index ac29876718..9e496a2924 100644 --- a/services/mgmt/marketplacenotifications/README.md +++ b/services/mgmt/marketplacenotifications/README.md @@ -1,5 +1,12 @@ # azure_mgmt_marketplacenotifications crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/marketplacenotifications/resource-manager/readme.md diff --git a/services/mgmt/marketplaceordering/README.md b/services/mgmt/marketplaceordering/README.md index 48fca02c6e..864051a87c 100644 --- a/services/mgmt/marketplaceordering/README.md +++ b/services/mgmt/marketplaceordering/README.md @@ -1,5 +1,12 @@ # azure_mgmt_marketplaceordering crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/marketplaceordering/resource-manager/readme.md diff --git a/services/mgmt/mediaservices/README.md b/services/mgmt/mediaservices/README.md index 45221fccba..8dc3909dd6 100644 --- a/services/mgmt/mediaservices/README.md +++ b/services/mgmt/mediaservices/README.md @@ -1,5 +1,12 @@ # azure_mgmt_mediaservices crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/mediaservices/resource-manager/readme.md diff --git a/services/mgmt/migrate/README.md b/services/mgmt/migrate/README.md index 743c3051a9..65e97860d0 100644 --- a/services/mgmt/migrate/README.md +++ b/services/mgmt/migrate/README.md @@ -1,5 +1,12 @@ # azure_mgmt_migrate crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/migrate/resource-manager/readme.md diff --git a/services/mgmt/migrateprojects/README.md b/services/mgmt/migrateprojects/README.md index 2f76ae95f1..e49ca4d0c2 100644 --- a/services/mgmt/migrateprojects/README.md +++ b/services/mgmt/migrateprojects/README.md @@ -1,5 +1,12 @@ # azure_mgmt_migrateprojects crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/migrateprojects/resource-manager/readme.md diff --git a/services/mgmt/mobilenetwork/README.md b/services/mgmt/mobilenetwork/README.md index 1135ef16a3..40b2e84ed9 100644 --- a/services/mgmt/mobilenetwork/README.md +++ b/services/mgmt/mobilenetwork/README.md @@ -1,5 +1,12 @@ # azure_mgmt_mobilenetwork crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/mobilenetwork/resource-manager/readme.md diff --git a/services/mgmt/mobilepacketcore/README.md b/services/mgmt/mobilepacketcore/README.md index 3a41792c32..a1a0bbef1d 100644 --- a/services/mgmt/mobilepacketcore/README.md +++ b/services/mgmt/mobilepacketcore/README.md @@ -1,5 +1,12 @@ # azure_mgmt_mobilepacketcore crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/mobilepacketcore/resource-manager/readme.md diff --git a/services/mgmt/mongocluster/README.md b/services/mgmt/mongocluster/README.md index bab4991197..93f620fe98 100644 --- a/services/mgmt/mongocluster/README.md +++ b/services/mgmt/mongocluster/README.md @@ -1,5 +1,12 @@ # azure_mgmt_mongocluster crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/mongocluster/resource-manager/readme.md diff --git a/services/mgmt/monitor/README.md b/services/mgmt/monitor/README.md index 875e31d015..3082ead4c6 100644 --- a/services/mgmt/monitor/README.md +++ b/services/mgmt/monitor/README.md @@ -1,5 +1,12 @@ # azure_mgmt_monitor crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/monitor/resource-manager/readme.md diff --git a/services/mgmt/mpcnetworkfunction/README.md b/services/mgmt/mpcnetworkfunction/README.md index 3a817eb5ea..a7720824ec 100644 --- a/services/mgmt/mpcnetworkfunction/README.md +++ b/services/mgmt/mpcnetworkfunction/README.md @@ -1,5 +1,12 @@ # azure_mgmt_mpcnetworkfunction crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/mpcnetworkfunction/resource-manager/readme.md diff --git a/services/mgmt/msi/README.md b/services/mgmt/msi/README.md index 99001e76f5..fdd96794df 100644 --- a/services/mgmt/msi/README.md +++ b/services/mgmt/msi/README.md @@ -1,5 +1,12 @@ # azure_mgmt_msi crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/msi/resource-manager/readme.md diff --git a/services/mgmt/mysql/README.md b/services/mgmt/mysql/README.md index 73827cad61..a01bf787b5 100644 --- a/services/mgmt/mysql/README.md +++ b/services/mgmt/mysql/README.md @@ -1,5 +1,12 @@ # azure_mgmt_mysql crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/mysql/resource-manager/readme.md diff --git a/services/mgmt/netapp/README.md b/services/mgmt/netapp/README.md index 50426f1fbf..df1843835b 100644 --- a/services/mgmt/netapp/README.md +++ b/services/mgmt/netapp/README.md @@ -1,5 +1,12 @@ # azure_mgmt_netapp crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/netapp/resource-manager/readme.md diff --git a/services/mgmt/network/README.md b/services/mgmt/network/README.md index 81fe0d4319..0858826b0a 100644 --- a/services/mgmt/network/README.md +++ b/services/mgmt/network/README.md @@ -1,5 +1,12 @@ # azure_mgmt_network crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/network/resource-manager/readme.md diff --git a/services/mgmt/networkanalytics/README.md b/services/mgmt/networkanalytics/README.md index 3b66b9d68a..5fee7683c0 100644 --- a/services/mgmt/networkanalytics/README.md +++ b/services/mgmt/networkanalytics/README.md @@ -1,5 +1,12 @@ # azure_mgmt_networkanalytics crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/networkanalytics/resource-manager/readme.md diff --git a/services/mgmt/networkcloud/README.md b/services/mgmt/networkcloud/README.md index e350f56d54..e1d0b8feec 100644 --- a/services/mgmt/networkcloud/README.md +++ b/services/mgmt/networkcloud/README.md @@ -1,5 +1,12 @@ # azure_mgmt_networkcloud crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/networkcloud/resource-manager/readme.md diff --git a/services/mgmt/networkfunction/README.md b/services/mgmt/networkfunction/README.md index 802392462b..9110c74733 100644 --- a/services/mgmt/networkfunction/README.md +++ b/services/mgmt/networkfunction/README.md @@ -1,5 +1,12 @@ # azure_mgmt_networkfunction crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/networkfunction/resource-manager/readme.md diff --git a/services/mgmt/newrelic/README.md b/services/mgmt/newrelic/README.md index 2dedbb928e..7c2e193b9e 100644 --- a/services/mgmt/newrelic/README.md +++ b/services/mgmt/newrelic/README.md @@ -1,5 +1,12 @@ # azure_mgmt_newrelic crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/newrelic/resource-manager/readme.md diff --git a/services/mgmt/nginx/README.md b/services/mgmt/nginx/README.md index 3863b76333..4bc6ab3226 100644 --- a/services/mgmt/nginx/README.md +++ b/services/mgmt/nginx/README.md @@ -1,5 +1,12 @@ # azure_mgmt_nginx crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/nginx/resource-manager/readme.md diff --git a/services/mgmt/notificationhubs/README.md b/services/mgmt/notificationhubs/README.md index c516b0a695..8588f34806 100644 --- a/services/mgmt/notificationhubs/README.md +++ b/services/mgmt/notificationhubs/README.md @@ -1,5 +1,12 @@ # azure_mgmt_notificationhubs crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/notificationhubs/resource-manager/readme.md diff --git a/services/mgmt/oep/README.md b/services/mgmt/oep/README.md index 933e48f4f2..92a346afb5 100644 --- a/services/mgmt/oep/README.md +++ b/services/mgmt/oep/README.md @@ -1,5 +1,12 @@ # azure_mgmt_oep crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/oep/resource-manager/readme.md diff --git a/services/mgmt/offspringboot/README.md b/services/mgmt/offspringboot/README.md index 1c4a20c3c0..7915c6d5f7 100644 --- a/services/mgmt/offspringboot/README.md +++ b/services/mgmt/offspringboot/README.md @@ -1,5 +1,12 @@ # azure_mgmt_offspringboot crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/offazurespringboot/resource-manager/readme.md diff --git a/services/mgmt/operationalinsights/README.md b/services/mgmt/operationalinsights/README.md index a1d0117510..4c2026ac76 100644 --- a/services/mgmt/operationalinsights/README.md +++ b/services/mgmt/operationalinsights/README.md @@ -1,5 +1,12 @@ # azure_mgmt_operationalinsights crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/operationalinsights/resource-manager/readme.md diff --git a/services/mgmt/operationsmanagement/README.md b/services/mgmt/operationsmanagement/README.md index 3c74638416..09875aa3c3 100644 --- a/services/mgmt/operationsmanagement/README.md +++ b/services/mgmt/operationsmanagement/README.md @@ -1,5 +1,12 @@ # azure_mgmt_operationsmanagement crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/operationsmanagement/resource-manager/readme.md diff --git a/services/mgmt/oracle/README.md b/services/mgmt/oracle/README.md index 1ddd5f3b57..b8518b7cea 100644 --- a/services/mgmt/oracle/README.md +++ b/services/mgmt/oracle/README.md @@ -1,5 +1,12 @@ # azure_mgmt_oracle crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/oracle/resource-manager/readme.md diff --git a/services/mgmt/orbital/README.md b/services/mgmt/orbital/README.md index ab9ffe21bc..0a560a2d59 100644 --- a/services/mgmt/orbital/README.md +++ b/services/mgmt/orbital/README.md @@ -1,5 +1,12 @@ # azure_mgmt_orbital crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/orbital/resource-manager/readme.md diff --git a/services/mgmt/paloaltonetworks/README.md b/services/mgmt/paloaltonetworks/README.md index 036c7a74eb..1f349a3295 100644 --- a/services/mgmt/paloaltonetworks/README.md +++ b/services/mgmt/paloaltonetworks/README.md @@ -1,5 +1,12 @@ # azure_mgmt_paloaltonetworks crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/paloaltonetworks/resource-manager/readme.md diff --git a/services/mgmt/peering/README.md b/services/mgmt/peering/README.md index 62eefdbc67..9fa294e171 100644 --- a/services/mgmt/peering/README.md +++ b/services/mgmt/peering/README.md @@ -1,5 +1,12 @@ # azure_mgmt_peering crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/peering/resource-manager/readme.md diff --git a/services/mgmt/playwrighttesting/README.md b/services/mgmt/playwrighttesting/README.md index bba7ea52e4..2f874417fd 100644 --- a/services/mgmt/playwrighttesting/README.md +++ b/services/mgmt/playwrighttesting/README.md @@ -1,5 +1,12 @@ # azure_mgmt_playwrighttesting crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/playwrighttesting/resource-manager/readme.md diff --git a/services/mgmt/policyinsights/README.md b/services/mgmt/policyinsights/README.md index 751324d4f9..bed7d39b9a 100644 --- a/services/mgmt/policyinsights/README.md +++ b/services/mgmt/policyinsights/README.md @@ -1,5 +1,12 @@ # azure_mgmt_policyinsights crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/policyinsights/resource-manager/readme.md diff --git a/services/mgmt/portalservices/README.md b/services/mgmt/portalservices/README.md index 4cc63fff14..8194cde0d1 100644 --- a/services/mgmt/portalservices/README.md +++ b/services/mgmt/portalservices/README.md @@ -1,5 +1,12 @@ # azure_mgmt_portalservices crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/portalservices/resource-manager/readme.md diff --git a/services/mgmt/postgresql/README.md b/services/mgmt/postgresql/README.md index 8bf19f0da2..d0df1853d2 100644 --- a/services/mgmt/postgresql/README.md +++ b/services/mgmt/postgresql/README.md @@ -1,5 +1,12 @@ # azure_mgmt_postgresql crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/postgresql/resource-manager/readme.md diff --git a/services/mgmt/postgresqlhsc/README.md b/services/mgmt/postgresqlhsc/README.md index cd0bea68c7..544cdefc7e 100644 --- a/services/mgmt/postgresqlhsc/README.md +++ b/services/mgmt/postgresqlhsc/README.md @@ -1,5 +1,12 @@ # azure_mgmt_postgresqlhsc crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/postgresqlhsc/resource-manager/readme.md diff --git a/services/mgmt/powerbidedicated/README.md b/services/mgmt/powerbidedicated/README.md index ffe7c96fdc..cf27a300d1 100644 --- a/services/mgmt/powerbidedicated/README.md +++ b/services/mgmt/powerbidedicated/README.md @@ -1,5 +1,12 @@ # azure_mgmt_powerbidedicated crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/powerbidedicated/resource-manager/readme.md diff --git a/services/mgmt/powerbiembedded/README.md b/services/mgmt/powerbiembedded/README.md index df02764fa4..af1eabd7bf 100644 --- a/services/mgmt/powerbiembedded/README.md +++ b/services/mgmt/powerbiembedded/README.md @@ -1,5 +1,12 @@ # azure_mgmt_powerbiembedded crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/powerbiembedded/resource-manager/readme.md diff --git a/services/mgmt/powerbiprivatelinks/README.md b/services/mgmt/powerbiprivatelinks/README.md index a3e845d190..a81dc3f08e 100644 --- a/services/mgmt/powerbiprivatelinks/README.md +++ b/services/mgmt/powerbiprivatelinks/README.md @@ -1,5 +1,12 @@ # azure_mgmt_powerbiprivatelinks crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/powerbiprivatelinks/resource-manager/readme.md diff --git a/services/mgmt/powerplatform/README.md b/services/mgmt/powerplatform/README.md index d8e5a81e1e..247a6f9d87 100644 --- a/services/mgmt/powerplatform/README.md +++ b/services/mgmt/powerplatform/README.md @@ -1,5 +1,12 @@ # azure_mgmt_powerplatform crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/powerplatform/resource-manager/readme.md diff --git a/services/mgmt/privatedns/README.md b/services/mgmt/privatedns/README.md index 36e8278938..d968a4da31 100644 --- a/services/mgmt/privatedns/README.md +++ b/services/mgmt/privatedns/README.md @@ -1,5 +1,12 @@ # azure_mgmt_privatedns crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/privatedns/resource-manager/readme.md diff --git a/services/mgmt/professionalservice/README.md b/services/mgmt/professionalservice/README.md index 3208ee3e7a..732ba07d4f 100644 --- a/services/mgmt/professionalservice/README.md +++ b/services/mgmt/professionalservice/README.md @@ -1,5 +1,12 @@ # azure_mgmt_professionalservice crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/professionalservice/resource-manager/readme.md diff --git a/services/mgmt/programmableconnectivity/README.md b/services/mgmt/programmableconnectivity/README.md index 4b42a589de..93756c4c41 100644 --- a/services/mgmt/programmableconnectivity/README.md +++ b/services/mgmt/programmableconnectivity/README.md @@ -1,5 +1,12 @@ # azure_mgmt_programmableconnectivity crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/programmableconnectivity/resource-manager/readme.md diff --git a/services/mgmt/providerhub/README.md b/services/mgmt/providerhub/README.md index 64576c5f12..4bc1368cf3 100644 --- a/services/mgmt/providerhub/README.md +++ b/services/mgmt/providerhub/README.md @@ -1,5 +1,12 @@ # azure_mgmt_providerhub crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/providerhub/resource-manager/readme.md diff --git a/services/mgmt/purview/README.md b/services/mgmt/purview/README.md index 6854d33ef1..8a23eaf62b 100644 --- a/services/mgmt/purview/README.md +++ b/services/mgmt/purview/README.md @@ -1,5 +1,12 @@ # azure_mgmt_purview crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/purview/resource-manager/readme.md diff --git a/services/mgmt/purviewpolicy/README.md b/services/mgmt/purviewpolicy/README.md index ea6a9b1686..828ddddf00 100644 --- a/services/mgmt/purviewpolicy/README.md +++ b/services/mgmt/purviewpolicy/README.md @@ -1,5 +1,12 @@ # azure_mgmt_purviewpolicy crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/purviewpolicy/resource-manager/readme.md diff --git a/services/mgmt/quantum/README.md b/services/mgmt/quantum/README.md index cc8f81fa52..6c156b2ab7 100644 --- a/services/mgmt/quantum/README.md +++ b/services/mgmt/quantum/README.md @@ -1,5 +1,12 @@ # azure_mgmt_quantum crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/quantum/resource-manager/readme.md diff --git a/services/mgmt/quota/README.md b/services/mgmt/quota/README.md index 4e297e955f..4a83f203b8 100644 --- a/services/mgmt/quota/README.md +++ b/services/mgmt/quota/README.md @@ -1,5 +1,12 @@ # azure_mgmt_quota crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/quota/resource-manager/readme.md diff --git a/services/mgmt/recommendationsservice/README.md b/services/mgmt/recommendationsservice/README.md index 0f47037006..2184fdc96a 100644 --- a/services/mgmt/recommendationsservice/README.md +++ b/services/mgmt/recommendationsservice/README.md @@ -1,5 +1,12 @@ # azure_mgmt_recommendationsservice crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/recommendationsservice/resource-manager/readme.md diff --git a/services/mgmt/recoveryservices/README.md b/services/mgmt/recoveryservices/README.md index ca9d9f1870..9c81079a02 100644 --- a/services/mgmt/recoveryservices/README.md +++ b/services/mgmt/recoveryservices/README.md @@ -1,5 +1,12 @@ # azure_mgmt_recoveryservices crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/recoveryservices/resource-manager/readme.md diff --git a/services/mgmt/recoveryservicesbackup/README.md b/services/mgmt/recoveryservicesbackup/README.md index 67e0469802..d31577fc19 100644 --- a/services/mgmt/recoveryservicesbackup/README.md +++ b/services/mgmt/recoveryservicesbackup/README.md @@ -1,5 +1,12 @@ # azure_mgmt_recoveryservicesbackup crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/recoveryservicesbackup/resource-manager/readme.md diff --git a/services/mgmt/recoveryservicesdatareplication/README.md b/services/mgmt/recoveryservicesdatareplication/README.md index e36a5da095..55d5cb46fb 100644 --- a/services/mgmt/recoveryservicesdatareplication/README.md +++ b/services/mgmt/recoveryservicesdatareplication/README.md @@ -1,5 +1,12 @@ # azure_mgmt_recoveryservicesdatareplication crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/recoveryservicesdatareplication/resource-manager/readme.md diff --git a/services/mgmt/recoveryservicessiterecovery/README.md b/services/mgmt/recoveryservicessiterecovery/README.md index 0ca7cbb2f9..b3f9d8d82c 100644 --- a/services/mgmt/recoveryservicessiterecovery/README.md +++ b/services/mgmt/recoveryservicessiterecovery/README.md @@ -1,5 +1,12 @@ # azure_mgmt_recoveryservicessiterecovery crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/recoveryservicessiterecovery/resource-manager/readme.md diff --git a/services/mgmt/redis/README.md b/services/mgmt/redis/README.md index 9e3905d6e1..69ad3cc569 100644 --- a/services/mgmt/redis/README.md +++ b/services/mgmt/redis/README.md @@ -1,5 +1,12 @@ # azure_mgmt_redis crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/redis/resource-manager/readme.md diff --git a/services/mgmt/redisenterprise/README.md b/services/mgmt/redisenterprise/README.md index 4f4edf3fff..e27a0d1483 100644 --- a/services/mgmt/redisenterprise/README.md +++ b/services/mgmt/redisenterprise/README.md @@ -1,5 +1,12 @@ # azure_mgmt_redisenterprise crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/redisenterprise/resource-manager/readme.md diff --git a/services/mgmt/relay/README.md b/services/mgmt/relay/README.md index 99a6e01022..24afe5b18d 100644 --- a/services/mgmt/relay/README.md +++ b/services/mgmt/relay/README.md @@ -1,5 +1,12 @@ # azure_mgmt_relay crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/relay/resource-manager/readme.md diff --git a/services/mgmt/reservations/README.md b/services/mgmt/reservations/README.md index 239cc3944d..d46d6ab5e3 100644 --- a/services/mgmt/reservations/README.md +++ b/services/mgmt/reservations/README.md @@ -1,5 +1,12 @@ # azure_mgmt_reservations crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/reservations/resource-manager/readme.md diff --git a/services/mgmt/resourceconnector/README.md b/services/mgmt/resourceconnector/README.md index fcb487e559..3cbefa0314 100644 --- a/services/mgmt/resourceconnector/README.md +++ b/services/mgmt/resourceconnector/README.md @@ -1,5 +1,12 @@ # azure_mgmt_resourceconnector crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/resourceconnector/resource-manager/readme.md diff --git a/services/mgmt/resourcegraph/README.md b/services/mgmt/resourcegraph/README.md index d5240aacb5..c3b2da28be 100644 --- a/services/mgmt/resourcegraph/README.md +++ b/services/mgmt/resourcegraph/README.md @@ -1,5 +1,12 @@ # azure_mgmt_resourcegraph crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/resourcegraph/resource-manager/readme.md diff --git a/services/mgmt/resourcehealth/README.md b/services/mgmt/resourcehealth/README.md index 46b3bfe02c..415f6c4911 100644 --- a/services/mgmt/resourcehealth/README.md +++ b/services/mgmt/resourcehealth/README.md @@ -1,5 +1,12 @@ # azure_mgmt_resourcehealth crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/resourcehealth/resource-manager/readme.md diff --git a/services/mgmt/resourcemover/README.md b/services/mgmt/resourcemover/README.md index ac08c5f870..1ba23c3d79 100644 --- a/services/mgmt/resourcemover/README.md +++ b/services/mgmt/resourcemover/README.md @@ -1,5 +1,12 @@ # azure_mgmt_resourcemover crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/resourcemover/resource-manager/readme.md diff --git a/services/mgmt/resources/README.md b/services/mgmt/resources/README.md index fc35feeb43..d97733d603 100644 --- a/services/mgmt/resources/README.md +++ b/services/mgmt/resources/README.md @@ -1,5 +1,12 @@ # azure_mgmt_resources crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/resources/resource-manager/readme.md diff --git a/services/mgmt/riskiq/README.md b/services/mgmt/riskiq/README.md index c41f63cf16..bb342b5e1f 100644 --- a/services/mgmt/riskiq/README.md +++ b/services/mgmt/riskiq/README.md @@ -1,5 +1,12 @@ # azure_mgmt_riskiq crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/riskiq/resource-manager/readme.md diff --git a/services/mgmt/saas/README.md b/services/mgmt/saas/README.md index dcf0f19f34..df9630c766 100644 --- a/services/mgmt/saas/README.md +++ b/services/mgmt/saas/README.md @@ -1,5 +1,12 @@ # azure_mgmt_saas crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/saas/resource-manager/readme.md diff --git a/services/mgmt/scheduler/README.md b/services/mgmt/scheduler/README.md index da94dc32ab..7e0e5c2323 100644 --- a/services/mgmt/scheduler/README.md +++ b/services/mgmt/scheduler/README.md @@ -1,5 +1,12 @@ # azure_mgmt_scheduler crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/scheduler/resource-manager/readme.md diff --git a/services/mgmt/scom/README.md b/services/mgmt/scom/README.md index 56dc8b01a7..21fb087a4d 100644 --- a/services/mgmt/scom/README.md +++ b/services/mgmt/scom/README.md @@ -1,5 +1,12 @@ # azure_mgmt_scom crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/scom/resource-manager/readme.md diff --git a/services/mgmt/scvmm/README.md b/services/mgmt/scvmm/README.md index b3acb469e7..cebf80a852 100644 --- a/services/mgmt/scvmm/README.md +++ b/services/mgmt/scvmm/README.md @@ -1,5 +1,12 @@ # azure_mgmt_scvmm crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/scvmm/resource-manager/readme.md diff --git a/services/mgmt/search/README.md b/services/mgmt/search/README.md index 141d53c8b1..bbb953ff01 100644 --- a/services/mgmt/search/README.md +++ b/services/mgmt/search/README.md @@ -1,5 +1,12 @@ # azure_mgmt_search crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/search/resource-manager/readme.md diff --git a/services/mgmt/security/README.md b/services/mgmt/security/README.md index 4b817dabd5..35bc62a13a 100644 --- a/services/mgmt/security/README.md +++ b/services/mgmt/security/README.md @@ -1,5 +1,12 @@ # azure_mgmt_security crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/security/resource-manager/readme.md diff --git a/services/mgmt/securityandcompliance/README.md b/services/mgmt/securityandcompliance/README.md index 11d565e0a3..ef578c0334 100644 --- a/services/mgmt/securityandcompliance/README.md +++ b/services/mgmt/securityandcompliance/README.md @@ -1,5 +1,12 @@ # azure_mgmt_securityandcompliance crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/securityandcompliance/resource-manager/readme.md diff --git a/services/mgmt/securityinsights/README.md b/services/mgmt/securityinsights/README.md index 5a6445ea2e..e56095d0d3 100644 --- a/services/mgmt/securityinsights/README.md +++ b/services/mgmt/securityinsights/README.md @@ -1,5 +1,12 @@ # azure_mgmt_securityinsights crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/securityinsights/resource-manager/readme.md diff --git a/services/mgmt/serialconsole/README.md b/services/mgmt/serialconsole/README.md index b581aebdb9..b1fee98f78 100644 --- a/services/mgmt/serialconsole/README.md +++ b/services/mgmt/serialconsole/README.md @@ -1,5 +1,12 @@ # azure_mgmt_serialconsole crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/serialconsole/resource-manager/readme.md diff --git a/services/mgmt/servicebus/README.md b/services/mgmt/servicebus/README.md index c474635c82..7341783db4 100644 --- a/services/mgmt/servicebus/README.md +++ b/services/mgmt/servicebus/README.md @@ -1,5 +1,12 @@ # azure_mgmt_servicebus crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/servicebus/resource-manager/readme.md diff --git a/services/mgmt/servicefabricmanagedclusters/README.md b/services/mgmt/servicefabricmanagedclusters/README.md index 15ff5e7c32..78b4b61184 100644 --- a/services/mgmt/servicefabricmanagedclusters/README.md +++ b/services/mgmt/servicefabricmanagedclusters/README.md @@ -1,5 +1,12 @@ # azure_mgmt_servicefabricmanagedclusters crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/servicefabricmanagedclusters/resource-manager/readme.md diff --git a/services/mgmt/servicefabricmesh/README.md b/services/mgmt/servicefabricmesh/README.md index 9b03ea8ce0..f0aeed08de 100644 --- a/services/mgmt/servicefabricmesh/README.md +++ b/services/mgmt/servicefabricmesh/README.md @@ -1,5 +1,12 @@ # azure_mgmt_servicefabricmesh crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/servicefabricmesh/resource-manager/readme.md diff --git a/services/mgmt/servicelinker/README.md b/services/mgmt/servicelinker/README.md index 9aa6d24956..818fd7c535 100644 --- a/services/mgmt/servicelinker/README.md +++ b/services/mgmt/servicelinker/README.md @@ -1,5 +1,12 @@ # azure_mgmt_servicelinker crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/servicelinker/resource-manager/readme.md diff --git a/services/mgmt/servicemap/README.md b/services/mgmt/servicemap/README.md index f7df389f17..9c7c0346c5 100644 --- a/services/mgmt/servicemap/README.md +++ b/services/mgmt/servicemap/README.md @@ -1,5 +1,12 @@ # azure_mgmt_servicemap crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/service-map/resource-manager/readme.md diff --git a/services/mgmt/servicenetworking/README.md b/services/mgmt/servicenetworking/README.md index ba21902fa4..9cc55a17b6 100644 --- a/services/mgmt/servicenetworking/README.md +++ b/services/mgmt/servicenetworking/README.md @@ -1,5 +1,12 @@ # azure_mgmt_servicenetworking crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/servicenetworking/resource-manager/readme.md diff --git a/services/mgmt/signalr/README.md b/services/mgmt/signalr/README.md index 0d8bbb0ced..73e2c45891 100644 --- a/services/mgmt/signalr/README.md +++ b/services/mgmt/signalr/README.md @@ -1,5 +1,12 @@ # azure_mgmt_signalr crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/signalr/resource-manager/readme.md diff --git a/services/mgmt/softwareplan/README.md b/services/mgmt/softwareplan/README.md index dcf90e2c26..2cae4e0ce6 100644 --- a/services/mgmt/softwareplan/README.md +++ b/services/mgmt/softwareplan/README.md @@ -1,5 +1,12 @@ # azure_mgmt_softwareplan crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/softwareplan/resource-manager/readme.md diff --git a/services/mgmt/solutions/README.md b/services/mgmt/solutions/README.md index 81485f1ded..69930b5583 100644 --- a/services/mgmt/solutions/README.md +++ b/services/mgmt/solutions/README.md @@ -1,5 +1,12 @@ # azure_mgmt_solutions crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/solutions/resource-manager/readme.md diff --git a/services/mgmt/sphere/README.md b/services/mgmt/sphere/README.md index 852c954d38..28985d77e7 100644 --- a/services/mgmt/sphere/README.md +++ b/services/mgmt/sphere/README.md @@ -1,5 +1,12 @@ # azure_mgmt_sphere crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/sphere/resource-manager/readme.md diff --git a/services/mgmt/splitio/README.md b/services/mgmt/splitio/README.md index 81e7e17ff4..1f56650704 100644 --- a/services/mgmt/splitio/README.md +++ b/services/mgmt/splitio/README.md @@ -1,5 +1,12 @@ # azure_mgmt_splitio crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/splitio/resource-manager/readme.md diff --git a/services/mgmt/sql/README.md b/services/mgmt/sql/README.md index be7b9718b8..d5c52edc69 100644 --- a/services/mgmt/sql/README.md +++ b/services/mgmt/sql/README.md @@ -1,5 +1,12 @@ # azure_mgmt_sql crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/sql/resource-manager/readme.md diff --git a/services/mgmt/sqlvirtualmachine/README.md b/services/mgmt/sqlvirtualmachine/README.md index 4b06ce4608..4cd57f3abd 100644 --- a/services/mgmt/sqlvirtualmachine/README.md +++ b/services/mgmt/sqlvirtualmachine/README.md @@ -1,5 +1,12 @@ # azure_mgmt_sqlvirtualmachine crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/sqlvirtualmachine/resource-manager/readme.md diff --git a/services/mgmt/stack/README.md b/services/mgmt/stack/README.md index 7a098c643d..09a870e6e7 100644 --- a/services/mgmt/stack/README.md +++ b/services/mgmt/stack/README.md @@ -1,5 +1,12 @@ # azure_mgmt_stack crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/azurestack/resource-manager/readme.md diff --git a/services/mgmt/standbypool/README.md b/services/mgmt/standbypool/README.md index e509be0115..e3bdd20365 100644 --- a/services/mgmt/standbypool/README.md +++ b/services/mgmt/standbypool/README.md @@ -1,5 +1,12 @@ # azure_mgmt_standbypool crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/standbypool/resource-manager/readme.md diff --git a/services/mgmt/storage/README.md b/services/mgmt/storage/README.md index 33e86b1bdf..0d15778e71 100644 --- a/services/mgmt/storage/README.md +++ b/services/mgmt/storage/README.md @@ -1,5 +1,12 @@ # azure_mgmt_storage crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/storage/resource-manager/readme.md diff --git a/services/mgmt/storageactions/README.md b/services/mgmt/storageactions/README.md index d5b4695af1..22555724de 100644 --- a/services/mgmt/storageactions/README.md +++ b/services/mgmt/storageactions/README.md @@ -1,5 +1,12 @@ # azure_mgmt_storageactions crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/storageactions/resource-manager/readme.md diff --git a/services/mgmt/storagecache/README.md b/services/mgmt/storagecache/README.md index 37abcbdde6..86683315d0 100644 --- a/services/mgmt/storagecache/README.md +++ b/services/mgmt/storagecache/README.md @@ -1,5 +1,12 @@ # azure_mgmt_storagecache crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/storagecache/resource-manager/readme.md diff --git a/services/mgmt/storageimportexport/README.md b/services/mgmt/storageimportexport/README.md index 693efa8b96..e4f1419fc8 100644 --- a/services/mgmt/storageimportexport/README.md +++ b/services/mgmt/storageimportexport/README.md @@ -1,5 +1,12 @@ # azure_mgmt_storageimportexport crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/storageimportexport/resource-manager/readme.md diff --git a/services/mgmt/storagemover/README.md b/services/mgmt/storagemover/README.md index e2f2acf96f..cf3d7c879b 100644 --- a/services/mgmt/storagemover/README.md +++ b/services/mgmt/storagemover/README.md @@ -1,5 +1,12 @@ # azure_mgmt_storagemover crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/storagemover/resource-manager/readme.md diff --git a/services/mgmt/storagepool/README.md b/services/mgmt/storagepool/README.md index f65b9d8276..726630b265 100644 --- a/services/mgmt/storagepool/README.md +++ b/services/mgmt/storagepool/README.md @@ -1,5 +1,12 @@ # azure_mgmt_storagepool crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/storagepool/resource-manager/readme.md diff --git a/services/mgmt/storagesync/README.md b/services/mgmt/storagesync/README.md index 383858a269..c2e58cce20 100644 --- a/services/mgmt/storagesync/README.md +++ b/services/mgmt/storagesync/README.md @@ -1,5 +1,12 @@ # azure_mgmt_storagesync crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/storagesync/resource-manager/readme.md diff --git a/services/mgmt/storsimple1200series/README.md b/services/mgmt/storsimple1200series/README.md index e0c4c03986..cda4f0097a 100644 --- a/services/mgmt/storsimple1200series/README.md +++ b/services/mgmt/storsimple1200series/README.md @@ -1,5 +1,12 @@ # azure_mgmt_storsimple1200series crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/storSimple1200Series/resource-manager/readme.md diff --git a/services/mgmt/storsimple8000series/README.md b/services/mgmt/storsimple8000series/README.md index 63d3313ca9..84e5702957 100644 --- a/services/mgmt/storsimple8000series/README.md +++ b/services/mgmt/storsimple8000series/README.md @@ -1,5 +1,12 @@ # azure_mgmt_storsimple8000series crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/storsimple8000series/resource-manager/readme.md diff --git a/services/mgmt/streamanalytics/README.md b/services/mgmt/streamanalytics/README.md index 94ebb1c7f8..f820700abf 100644 --- a/services/mgmt/streamanalytics/README.md +++ b/services/mgmt/streamanalytics/README.md @@ -1,5 +1,12 @@ # azure_mgmt_streamanalytics crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/streamanalytics/resource-manager/readme.md diff --git a/services/mgmt/subscription/README.md b/services/mgmt/subscription/README.md index f0b5968e67..60a4d0a48b 100644 --- a/services/mgmt/subscription/README.md +++ b/services/mgmt/subscription/README.md @@ -1,5 +1,12 @@ # azure_mgmt_subscription crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/subscription/resource-manager/readme.md diff --git a/services/mgmt/support/README.md b/services/mgmt/support/README.md index 5f19580621..80d29b6404 100644 --- a/services/mgmt/support/README.md +++ b/services/mgmt/support/README.md @@ -1,5 +1,12 @@ # azure_mgmt_support crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/support/resource-manager/readme.md diff --git a/services/mgmt/synapse/README.md b/services/mgmt/synapse/README.md index 7559dc3849..492c4e019f 100644 --- a/services/mgmt/synapse/README.md +++ b/services/mgmt/synapse/README.md @@ -1,5 +1,12 @@ # azure_mgmt_synapse crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/synapse/resource-manager/readme.md diff --git a/services/mgmt/syntex/README.md b/services/mgmt/syntex/README.md index 692b20a628..23f20129ee 100644 --- a/services/mgmt/syntex/README.md +++ b/services/mgmt/syntex/README.md @@ -1,5 +1,12 @@ # azure_mgmt_syntex crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/syntex/resource-manager/readme.md diff --git a/services/mgmt/terraform/README.md b/services/mgmt/terraform/README.md index 2a7387234b..dce50b9a67 100644 --- a/services/mgmt/terraform/README.md +++ b/services/mgmt/terraform/README.md @@ -1,5 +1,12 @@ # azure_mgmt_terraform crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/terraform/resource-manager/readme.md diff --git a/services/mgmt/testbase/README.md b/services/mgmt/testbase/README.md index 20aaf924b6..a21984f76f 100644 --- a/services/mgmt/testbase/README.md +++ b/services/mgmt/testbase/README.md @@ -1,5 +1,12 @@ # azure_mgmt_testbase crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/testbase/resource-manager/readme.md diff --git a/services/mgmt/timeseriesinsights/README.md b/services/mgmt/timeseriesinsights/README.md index 265daaf46b..ca984ae4a4 100644 --- a/services/mgmt/timeseriesinsights/README.md +++ b/services/mgmt/timeseriesinsights/README.md @@ -1,5 +1,12 @@ # azure_mgmt_timeseriesinsights crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/timeseriesinsights/resource-manager/readme.md diff --git a/services/mgmt/trafficmanager/README.md b/services/mgmt/trafficmanager/README.md index 11b0013131..01697a1bbe 100644 --- a/services/mgmt/trafficmanager/README.md +++ b/services/mgmt/trafficmanager/README.md @@ -1,5 +1,12 @@ # azure_mgmt_trafficmanager crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/trafficmanager/resource-manager/readme.md diff --git a/services/mgmt/verifiedid/README.md b/services/mgmt/verifiedid/README.md index 5aec7cf3fd..855660daf6 100644 --- a/services/mgmt/verifiedid/README.md +++ b/services/mgmt/verifiedid/README.md @@ -1,5 +1,12 @@ # azure_mgmt_verifiedid crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/verifiedid/resource-manager/readme.md diff --git a/services/mgmt/vi/README.md b/services/mgmt/vi/README.md index 226a5b99f1..1589e94775 100644 --- a/services/mgmt/vi/README.md +++ b/services/mgmt/vi/README.md @@ -1,5 +1,12 @@ # azure_mgmt_vi crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/vi/resource-manager/readme.md diff --git a/services/mgmt/videoanalyzer/README.md b/services/mgmt/videoanalyzer/README.md index 5458507abf..14751d3c40 100644 --- a/services/mgmt/videoanalyzer/README.md +++ b/services/mgmt/videoanalyzer/README.md @@ -1,5 +1,12 @@ # azure_mgmt_videoanalyzer crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/videoanalyzer/resource-manager/readme.md diff --git a/services/mgmt/visualstudio/README.md b/services/mgmt/visualstudio/README.md index 29368f2ec2..f3c99a51d2 100644 --- a/services/mgmt/visualstudio/README.md +++ b/services/mgmt/visualstudio/README.md @@ -1,5 +1,12 @@ # azure_mgmt_visualstudio crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/visualstudio/resource-manager/readme.md diff --git a/services/mgmt/vmware/README.md b/services/mgmt/vmware/README.md index 608361a3a7..f02f1116dd 100644 --- a/services/mgmt/vmware/README.md +++ b/services/mgmt/vmware/README.md @@ -1,5 +1,12 @@ # azure_mgmt_vmware crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/vmware/resource-manager/readme.md diff --git a/services/mgmt/vmwarecloudsimple/README.md b/services/mgmt/vmwarecloudsimple/README.md index 911ef2a23a..f5fa6a6172 100644 --- a/services/mgmt/vmwarecloudsimple/README.md +++ b/services/mgmt/vmwarecloudsimple/README.md @@ -1,5 +1,12 @@ # azure_mgmt_vmwarecloudsimple crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/vmwarecloudsimple/resource-manager/readme.md diff --git a/services/mgmt/voiceservices/README.md b/services/mgmt/voiceservices/README.md index 599fab52f3..b44ab2fc69 100644 --- a/services/mgmt/voiceservices/README.md +++ b/services/mgmt/voiceservices/README.md @@ -1,5 +1,12 @@ # azure_mgmt_voiceservices crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/voiceservices/resource-manager/readme.md diff --git a/services/mgmt/web/README.md b/services/mgmt/web/README.md index 5751c91dd2..5c8ec07ed0 100644 --- a/services/mgmt/web/README.md +++ b/services/mgmt/web/README.md @@ -1,5 +1,12 @@ # azure_mgmt_web crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/web/resource-manager/readme.md diff --git a/services/mgmt/webpubsub/README.md b/services/mgmt/webpubsub/README.md index e024d8fb47..b29a1edbdf 100644 --- a/services/mgmt/webpubsub/README.md +++ b/services/mgmt/webpubsub/README.md @@ -1,5 +1,12 @@ # azure_mgmt_webpubsub crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/webpubsub/resource-manager/readme.md diff --git a/services/mgmt/windowsesu/README.md b/services/mgmt/windowsesu/README.md index f4043d8189..414ea5a0bc 100644 --- a/services/mgmt/windowsesu/README.md +++ b/services/mgmt/windowsesu/README.md @@ -1,5 +1,12 @@ # azure_mgmt_windowsesu crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/windowsesu/resource-manager/readme.md diff --git a/services/mgmt/windowsiot/README.md b/services/mgmt/windowsiot/README.md index ad589e4475..c61c0d59bf 100644 --- a/services/mgmt/windowsiot/README.md +++ b/services/mgmt/windowsiot/README.md @@ -1,5 +1,12 @@ # azure_mgmt_windowsiot crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/windowsiot/resource-manager/readme.md diff --git a/services/mgmt/workloadmonitor/README.md b/services/mgmt/workloadmonitor/README.md index 377be6e217..7362724449 100644 --- a/services/mgmt/workloadmonitor/README.md +++ b/services/mgmt/workloadmonitor/README.md @@ -1,5 +1,12 @@ # azure_mgmt_workloadmonitor crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/workloadmonitor/resource-manager/readme.md diff --git a/services/mgmt/workloads/README.md b/services/mgmt/workloads/README.md index 1d99a84706..b0fcbe81c9 100644 --- a/services/mgmt/workloads/README.md +++ b/services/mgmt/workloads/README.md @@ -1,5 +1,12 @@ # azure_mgmt_workloads crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/workloads/resource-manager/readme.md diff --git a/services/svc/agrifood/README.md b/services/svc/agrifood/README.md index b256ff04ff..439afb5502 100644 --- a/services/svc/agrifood/README.md +++ b/services/svc/agrifood/README.md @@ -1,5 +1,12 @@ # azure_svc_agrifood crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/agrifood/data-plane/readme.md diff --git a/services/svc/apicenter/README.md b/services/svc/apicenter/README.md index 3297688851..c40ad46456 100644 --- a/services/svc/apicenter/README.md +++ b/services/svc/apicenter/README.md @@ -1,5 +1,12 @@ # azure_svc_apicenter crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/apicenter/data-plane/readme.md diff --git a/services/svc/appconfiguration/README.md b/services/svc/appconfiguration/README.md index 2b83e0e763..1bddd92dca 100644 --- a/services/svc/appconfiguration/README.md +++ b/services/svc/appconfiguration/README.md @@ -1,5 +1,12 @@ # azure_svc_appconfiguration crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/appconfiguration/data-plane/readme.md diff --git a/services/svc/applicationinsights/README.md b/services/svc/applicationinsights/README.md index 223cfb6677..b402d338f1 100644 --- a/services/svc/applicationinsights/README.md +++ b/services/svc/applicationinsights/README.md @@ -1,5 +1,12 @@ # azure_svc_applicationinsights crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/applicationinsights/data-plane/readme.md diff --git a/services/svc/attestation/README.md b/services/svc/attestation/README.md index f6348b953a..74dad91aac 100644 --- a/services/svc/attestation/README.md +++ b/services/svc/attestation/README.md @@ -1,5 +1,12 @@ # azure_svc_attestation crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/attestation/data-plane/readme.md diff --git a/services/svc/batch/README.md b/services/svc/batch/README.md index fdd5df184a..03107e6254 100644 --- a/services/svc/batch/README.md +++ b/services/svc/batch/README.md @@ -1,5 +1,12 @@ # azure_svc_batch crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/batch/data-plane/readme.md diff --git a/services/svc/blobstorage/README.md b/services/svc/blobstorage/README.md index 9d23df98e0..d849817005 100644 --- a/services/svc/blobstorage/README.md +++ b/services/svc/blobstorage/README.md @@ -1,5 +1,12 @@ # azure_svc_blobstorage crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/storage/data-plane/Microsoft.BlobStorage/readme.md diff --git a/services/svc/confidentialledger/README.md b/services/svc/confidentialledger/README.md index 283d44c9e6..b391f732cf 100644 --- a/services/svc/confidentialledger/README.md +++ b/services/svc/confidentialledger/README.md @@ -1,5 +1,12 @@ # azure_svc_confidentialledger crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/confidentialledger/data-plane/readme.md diff --git a/services/svc/containerregistry/README.md b/services/svc/containerregistry/README.md index 95dff24792..0104bc799e 100644 --- a/services/svc/containerregistry/README.md +++ b/services/svc/containerregistry/README.md @@ -1,5 +1,12 @@ # azure_svc_containerregistry crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/containerregistry/data-plane/readme.md diff --git a/services/svc/datalakeanalytics/README.md b/services/svc/datalakeanalytics/README.md index 88a0c01a86..a9fd14fe6d 100644 --- a/services/svc/datalakeanalytics/README.md +++ b/services/svc/datalakeanalytics/README.md @@ -1,5 +1,12 @@ # azure_svc_datalakeanalytics crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/datalake-analytics/data-plane/readme.md diff --git a/services/svc/devcenter/README.md b/services/svc/devcenter/README.md index 77450ee166..9f70bc7bb1 100644 --- a/services/svc/devcenter/README.md +++ b/services/svc/devcenter/README.md @@ -1,5 +1,12 @@ # azure_svc_devcenter crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/devcenter/data-plane/readme.md diff --git a/services/svc/deviceprovisioningservices/README.md b/services/svc/deviceprovisioningservices/README.md index 46778be01e..45155aa114 100644 --- a/services/svc/deviceprovisioningservices/README.md +++ b/services/svc/deviceprovisioningservices/README.md @@ -1,5 +1,12 @@ # azure_svc_deviceprovisioningservices crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/deviceprovisioningservices/data-plane/readme.md diff --git a/services/svc/deviceupdate/README.md b/services/svc/deviceupdate/README.md index 40c7b90369..efb26a70a8 100644 --- a/services/svc/deviceupdate/README.md +++ b/services/svc/deviceupdate/README.md @@ -1,5 +1,12 @@ # azure_svc_deviceupdate crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/deviceupdate/data-plane/readme.md diff --git a/services/svc/digitaltwins/README.md b/services/svc/digitaltwins/README.md index 849f343311..b32c1030d4 100644 --- a/services/svc/digitaltwins/README.md +++ b/services/svc/digitaltwins/README.md @@ -1,5 +1,12 @@ # azure_svc_digitaltwins crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/digitaltwins/data-plane/readme.md diff --git a/services/svc/eventgrid/README.md b/services/svc/eventgrid/README.md index b35909544a..b92676e299 100644 --- a/services/svc/eventgrid/README.md +++ b/services/svc/eventgrid/README.md @@ -1,5 +1,12 @@ # azure_svc_eventgrid crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/eventgrid/data-plane/readme.md diff --git a/services/svc/filestorage/README.md b/services/svc/filestorage/README.md index b36c4a0f4c..c7c49207f1 100644 --- a/services/svc/filestorage/README.md +++ b/services/svc/filestorage/README.md @@ -1,5 +1,12 @@ # azure_svc_filestorage crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/storage/data-plane/Microsoft.FileStorage/readme.md diff --git a/services/svc/graphrbac/README.md b/services/svc/graphrbac/README.md index f17b625419..89e20b8575 100644 --- a/services/svc/graphrbac/README.md +++ b/services/svc/graphrbac/README.md @@ -1,5 +1,12 @@ # azure_svc_graphrbac crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/graphrbac/data-plane/readme.md diff --git a/services/svc/imds/README.md b/services/svc/imds/README.md index e2916298ae..75049be373 100644 --- a/services/svc/imds/README.md +++ b/services/svc/imds/README.md @@ -1,5 +1,12 @@ # azure_svc_imds crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/imds/data-plane/readme.md diff --git a/services/svc/iotcentral/README.md b/services/svc/iotcentral/README.md index 104dd8a498..ef80b4c5f9 100644 --- a/services/svc/iotcentral/README.md +++ b/services/svc/iotcentral/README.md @@ -1,5 +1,12 @@ # azure_svc_iotcentral crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/iotcentral/data-plane/readme.md diff --git a/services/svc/keyvault/README.md b/services/svc/keyvault/README.md index 8ab5718d0b..f80ab1cf74 100644 --- a/services/svc/keyvault/README.md +++ b/services/svc/keyvault/README.md @@ -1,5 +1,12 @@ # azure_svc_keyvault crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/keyvault/data-plane/readme.md diff --git a/services/svc/loadtestservice/README.md b/services/svc/loadtestservice/README.md index 2598faa60f..48bf8c37cb 100644 --- a/services/svc/loadtestservice/README.md +++ b/services/svc/loadtestservice/README.md @@ -1,5 +1,12 @@ # azure_svc_loadtestservice crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/loadtestservice/data-plane/readme.md diff --git a/services/svc/machinelearningservices/README.md b/services/svc/machinelearningservices/README.md index c2c1fc3d40..1083b52bb7 100644 --- a/services/svc/machinelearningservices/README.md +++ b/services/svc/machinelearningservices/README.md @@ -1,5 +1,12 @@ # azure_svc_machinelearningservices crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/machinelearningservices/data-plane/readme.md diff --git a/services/svc/marketplacecatalog/README.md b/services/svc/marketplacecatalog/README.md index fa683e73dd..96e60b2fd5 100644 --- a/services/svc/marketplacecatalog/README.md +++ b/services/svc/marketplacecatalog/README.md @@ -1,5 +1,12 @@ # azure_svc_marketplacecatalog crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/marketplacecatalog/data-plane/readme.md diff --git a/services/svc/mixedreality/README.md b/services/svc/mixedreality/README.md index 9cc77de490..62d3d4b0a4 100644 --- a/services/svc/mixedreality/README.md +++ b/services/svc/mixedreality/README.md @@ -1,5 +1,12 @@ # azure_svc_mixedreality crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/mixedreality/data-plane/readme.md diff --git a/services/svc/monitor/README.md b/services/svc/monitor/README.md index 680ce7d4ce..55b4958385 100644 --- a/services/svc/monitor/README.md +++ b/services/svc/monitor/README.md @@ -1,5 +1,12 @@ # azure_svc_monitor crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/monitor/data-plane/readme.md diff --git a/services/svc/operationalinsights/README.md b/services/svc/operationalinsights/README.md index c114c19af8..1396707deb 100644 --- a/services/svc/operationalinsights/README.md +++ b/services/svc/operationalinsights/README.md @@ -1,5 +1,12 @@ # azure_svc_operationalinsights crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/operationalinsights/data-plane/readme.md diff --git a/services/svc/purview/README.md b/services/svc/purview/README.md index 77ab09cee6..0ec4f26b1e 100644 --- a/services/svc/purview/README.md +++ b/services/svc/purview/README.md @@ -1,5 +1,12 @@ # azure_svc_purview crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/purview/data-plane/readme.md diff --git a/services/svc/quantum/README.md b/services/svc/quantum/README.md index edda43db87..5a98375edc 100644 --- a/services/svc/quantum/README.md +++ b/services/svc/quantum/README.md @@ -1,5 +1,12 @@ # azure_svc_quantum crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/quantum/data-plane/readme.md diff --git a/services/svc/queuestorage/README.md b/services/svc/queuestorage/README.md index ee481ae7a9..051cf2350a 100644 --- a/services/svc/queuestorage/README.md +++ b/services/svc/queuestorage/README.md @@ -1,5 +1,12 @@ # azure_svc_queuestorage crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/storage/data-plane/Microsoft.QueueStorage/readme.md diff --git a/services/svc/schemaregistry/README.md b/services/svc/schemaregistry/README.md index 9af8b1ac9d..ff6d2b4d9f 100644 --- a/services/svc/schemaregistry/README.md +++ b/services/svc/schemaregistry/README.md @@ -1,5 +1,12 @@ # azure_svc_schemaregistry crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/schemaregistry/data-plane/readme.md diff --git a/services/svc/securityinsights/README.md b/services/svc/securityinsights/README.md index 586038a66c..4ae76d04e3 100644 --- a/services/svc/securityinsights/README.md +++ b/services/svc/securityinsights/README.md @@ -1,5 +1,12 @@ # azure_svc_securityinsights crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/securityinsights/data-plane/readme.md diff --git a/services/svc/servicefabric/README.md b/services/svc/servicefabric/README.md index 38c5ca8648..d318e4e7e4 100644 --- a/services/svc/servicefabric/README.md +++ b/services/svc/servicefabric/README.md @@ -1,5 +1,12 @@ # azure_svc_servicefabric crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/servicefabric/data-plane/readme.md diff --git a/services/svc/storagedatalake/README.md b/services/svc/storagedatalake/README.md index 5dd83cc9b2..4f671b5dd9 100644 --- a/services/svc/storagedatalake/README.md +++ b/services/svc/storagedatalake/README.md @@ -1,5 +1,12 @@ # azure_svc_storagedatalake crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/storage/data-plane/Microsoft.StorageDataLake/readme.md diff --git a/services/svc/synapse/README.md b/services/svc/synapse/README.md index 8b3e207f9a..2616b0630e 100644 --- a/services/svc/synapse/README.md +++ b/services/svc/synapse/README.md @@ -1,5 +1,12 @@ # azure_svc_synapse crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/synapse/data-plane/readme.md diff --git a/services/svc/timeseriesinsights/README.md b/services/svc/timeseriesinsights/README.md index 39ab7e80fd..f954d04697 100644 --- a/services/svc/timeseriesinsights/README.md +++ b/services/svc/timeseriesinsights/README.md @@ -1,5 +1,12 @@ # azure_svc_timeseriesinsights crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/timeseriesinsights/data-plane/readme.md diff --git a/services/svc/trustedsigning/README.md b/services/svc/trustedsigning/README.md index 2cd24b8661..92d2cbedaf 100644 --- a/services/svc/trustedsigning/README.md +++ b/services/svc/trustedsigning/README.md @@ -1,5 +1,12 @@ # azure_svc_trustedsigning crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/trustedsigning/data-plane/readme.md diff --git a/services/svc/videoanalyzer/README.md b/services/svc/videoanalyzer/README.md index dd9eae93cb..a4132c818d 100644 --- a/services/svc/videoanalyzer/README.md +++ b/services/svc/videoanalyzer/README.md @@ -1,5 +1,12 @@ # azure_svc_videoanalyzer crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/videoanalyzer/data-plane/readme.md diff --git a/services/svc/webpubsub/README.md b/services/svc/webpubsub/README.md index 51949062fa..5e42b37bd8 100644 --- a/services/svc/webpubsub/README.md +++ b/services/svc/webpubsub/README.md @@ -1,5 +1,12 @@ # azure_svc_webpubsub crate +> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. +> In the future we may release an official version that may have a different package name. +> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose). +> +> Source for this crate can now be found in . +> To monitor for an official, supported version of this crate, see . + This is an unofficial, unsupported generated [Azure SDK for Rust](https://github.com/Azure/azure-sdk-for-rust/tree/legacy) crate from the Azure REST API specifications listed in: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/webpubsub/data-plane/readme.md