Updating Change logs to link to SDK repos (#726)
* Updating Change logs to link to SDK repos * Added Back release Notes * Adding back and fixing links * Updating Change log * Re-linking * Updating Module Names * Python Provider to it's own PR * Updating Version and redirects * Updated Redirect, and failover
This commit is contained in:
Родитель
63561857d4
Коммит
5791a8d782
|
@ -337,3 +337,4 @@ ASALocalRun/
|
|||
|
||||
# MFractors (Xamarin productivity tool) working folder
|
||||
.mfractor/
|
||||
.env
|
||||
|
|
|
@ -32,8 +32,8 @@ Module | Platform | Sample | Release Notes
|
|||
[Microsoft.Azure.AppConfiguration.AspNetCore](https://github.com/Azure/AppConfiguration-DotnetProvider)<br/>[![NuGet](https://img.shields.io/nuget/v/Microsoft.Azure.AppConfiguration.AspNetCore.svg?color=blue)](https://www.nuget.org/packages/Microsoft.Azure.AppConfiguration.AspNetCore/) | ASP.NET Core | [Sample](https://github.com/Azure/AppConfiguration/tree/main/examples/DotNetCore) | [Release Notes](https://github.com/Azure/AppConfiguration/blob/main/releaseNotes/MicrosoftAzureAppConfigurationAspNetCore.md)
|
||||
[Microsoft.Azure.AppConfiguration.Functions.Worker](https://github.com/Azure/AppConfiguration-DotnetProvider)<br/>[![NuGet](https://img.shields.io/nuget/v/Microsoft.Azure.AppConfiguration.Functions.Worker.svg?color=blue)](https://www.nuget.org/packages/Microsoft.Azure.AppConfiguration.Functions.Worker/) | Azure Functions<br/>(Isolated process) | [Sample](https://github.com/Azure/AppConfiguration/tree/main/examples/DotNetCore/AzureFunction/FunctionAppIsolatedMode) | [Release Notes](https://github.com/Azure/AppConfiguration/blob/main/releaseNotes/MicrosoftAzureAppConfigurationFunctionsWorker.md)
|
||||
[Microsoft.Configuration.ConfigurationBuilders.AzureAppConfiguration](https://github.com/aspnet/MicrosoftConfigurationBuilders/tree/main/src/AzureAppConfig)<br/>[![NuGet](https://img.shields.io/nuget/v/Microsoft.Configuration.ConfigurationBuilders.AzureAppConfiguration.svg?color=blue)](https://www.nuget.org/packages/Microsoft.Configuration.ConfigurationBuilders.AzureAppConfiguration/) | .NET Framework | [Sample](https://github.com/Azure/AppConfiguration/tree/main/examples/DotNetFramework/WebDemo) | [Release Notes](https://github.com/aspnet/MicrosoftConfigurationBuilders/releases)
|
||||
[azure-spring-cloud-appconfiguration-config](https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/appconfiguration/azure-spring-cloud-appconfiguration-config)<br/>[![Maven Central](https://img.shields.io/maven-central/v/com.azure.spring/azure-spring-cloud-appconfiguration-config.svg?color=blue)](https://search.maven.org/artifact/com.azure.spring/azure-spring-cloud-appconfiguration-config) | Spring Boot | [Sample](https://github.com/Azure-Samples/azure-spring-boot-samples/tree/main/appconfiguration/azure-appconfiguration-sample) | [Release Notes](https://github.com/Azure/AppConfiguration/blob/main/releaseNotes/AzureSpringCloudAppConfigurationConfig.md)
|
||||
[azure-spring-cloud-appconfiguration-config-web](https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/appconfiguration/azure-spring-cloud-appconfiguration-config-web)<br/>[![Maven Central](https://img.shields.io/maven-central/v/com.azure.spring/azure-spring-cloud-appconfiguration-config-web.svg?color=blue)](https://search.maven.org/artifact/com.azure.spring/azure-spring-cloud-appconfiguration-config-web) | Spring Boot | [Sample](https://github.com/Azure-Samples/azure-spring-boot-samples/tree/main/appconfiguration/azure-appconfiguration-sample) | [Release Notes](https://github.com/Azure/AppConfiguration/blob/main/releaseNotes/AzureSpringCloudAppConfigurationConfig.md)
|
||||
[spring-cloud-azure-appconfiguration-config](https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/appconfiguration/azure-spring-cloud-appconfiguration-config)<br/>[![Maven Central](https://img.shields.io/maven-central/v/com.azure.spring/azure-spring-cloud-appconfiguration-config.svg?color=blue)](https://search.maven.org/artifact/com.azure.spring/azure-spring-cloud-appconfiguration-config) | Spring Boot | [Sample](https://github.com/Azure-Samples/azure-spring-boot-samples/tree/main/appconfiguration/azure-appconfiguration-sample) | [Release Notes](https://github.com/Azure/AppConfiguration/blob/main/releaseNotes/SpringCloudAzureAppConfigurationConfig.md)
|
||||
[spring-cloud-azure-appconfiguration-config-web](https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/appconfiguration/azure-spring-cloud-appconfiguration-config-web)<br/>[![Maven Central](https://img.shields.io/maven-central/v/com.azure.spring/azure-spring-cloud-appconfiguration-config-web.svg?color=blue)](https://search.maven.org/artifact/com.azure.spring/azure-spring-cloud-appconfiguration-config-web) | Spring Boot | [Sample](https://github.com/Azure-Samples/azure-spring-boot-samples/tree/main/appconfiguration/azure-appconfiguration-sample) | [Release Notes](https://github.com/Azure/AppConfiguration/blob/main/releaseNotes/SpringCloudAzureAppConfigurationConfig.md)
|
||||
[azure-appconfiguration-provider](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/appconfiguration/azure-appconfiguration-provider)<br/>[![Pypi](https://img.shields.io/pypi/v/azure-appconfiguration-provider.svg?color=blue)](https://pypi.org/project/azure-appconfiguration-provider/) | Python | [Sample](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/appconfiguration/azure-appconfiguration-provider/samples) | [Release Notes](https://github.com/Azure/AppConfiguration/blob/main/releaseNotes/AzureAppConfigurationProviderPython.md)
|
||||
|
||||
#### Feature Management Libraries
|
||||
|
@ -44,8 +44,8 @@ Module | Platform | Sample | Release Notes
|
|||
------ | -------- | ------ | -------------
|
||||
[Microsoft.FeatureManagement](https://github.com/microsoft/FeatureManagement-Dotnet)<br/>[![NuGet](https://img.shields.io/nuget/v/Microsoft.FeatureManagement.svg?color=blue)](https://www.nuget.org/packages/Microsoft.FeatureManagement)| .NET Standard | [Sample](https://github.com/microsoft/FeatureManagement-Dotnet/tree/main/examples) | [Release Notes](https://github.com/Azure/AppConfiguration/blob/main/releaseNotes/Microsoft.Featuremanagement.md)
|
||||
[Microsoft.FeatureManagement.AspNetCore](https://github.com/microsoft/FeatureManagement-Dotnet)<br/>[![NuGet](https://img.shields.io/nuget/v/Microsoft.FeatureManagement.AspNetCore.svg?color=blue)](https://www.nuget.org/packages/Microsoft.FeatureManagement.AspNetCore) | ASP.NET Core | [Sample](https://github.com/microsoft/FeatureManagement-Dotnet/tree/main/examples) | [Release Notes](https://github.com/Azure/AppConfiguration/blob/main/releaseNotes/Microsoft.Featuremanagement.md)
|
||||
[azure-spring-cloud-feature-management](https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/appconfiguration/azure-spring-cloud-feature-management)<br/>[![Maven Central](https://img.shields.io/maven-central/v/com.azure.spring/azure-spring-cloud-feature-management.svg?color=blue)](https://search.maven.org/artifact/com.azure.spring/azure-spring-cloud-feature-management) | Spring Boot | [Sample](https://github.com/Azure-Samples/azure-spring-boot-samples/tree/main/appconfiguration/feature-management-sample) | [Release Notes](https://github.com/Azure/AppConfiguration/blob/main/releaseNotes/AzureSpringCloudFeatureManagement.md)
|
||||
[azure-spring-cloud-feature-management-web](https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/appconfiguration/azure-spring-cloud-feature-management-web)<br/>[![Maven Central](https://img.shields.io/maven-central/v/com.azure.spring/azure-spring-cloud-feature-management-web.svg?color=blue)](https://search.maven.org/artifact/com.azure.spring/azure-spring-cloud-feature-management-web) | Spring Boot | [Sample](https://github.com/Azure-Samples/azure-spring-boot-samples/tree/main/appconfiguration/feature-management-web-sample) | [Release Notes](https://github.com/Azure/AppConfiguration/blob/main/releaseNotes/AzureSpringCloudFeatureManagement.md)
|
||||
[spring-cloud-azure-feature-management](https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/appconfiguration/azure-spring-cloud-feature-management)<br/>[![Maven Central](https://img.shields.io/maven-central/v/com.azure.spring/azure-spring-cloud-feature-management.svg?color=blue)](https://search.maven.org/artifact/com.azure.spring/azure-spring-cloud-feature-management) | Spring Boot | [Sample](https://github.com/Azure-Samples/azure-spring-boot-samples/tree/main/appconfiguration/feature-management-sample) | [Release Notes](https://github.com/Azure/AppConfiguration/blob/main/releaseNotes/SpringCloudAzureAppFeatureManagement.md)
|
||||
[spring-cloud-azure-feature-management-web](https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/appconfiguration/azure-spring-cloud-feature-management-web)<br/>[![Maven Central](https://img.shields.io/maven-central/v/com.azure.spring/azure-spring-cloud-feature-management-web.svg?color=blue)](https://search.maven.org/artifact/com.azure.spring/azure-spring-cloud-feature-management-web) | Spring Boot | [Sample](https://github.com/Azure-Samples/azure-spring-boot-samples/tree/main/appconfiguration/feature-management-web-sample) | [Release Notes](https://github.com/Azure/AppConfiguration/blob/main/releaseNotes/SpringCloudAzureAppFeatureManagement.md)
|
||||
|
||||
#### SDKs
|
||||
|
||||
|
|
|
@ -6,6 +6,8 @@
|
|||
|
||||
[Source code web][source_code_web] | [Package (Maven) web][package_web] | [Product documentation][docs]
|
||||
|
||||
> Active development has moved to group `com.azure.spring` and artifacts `spring-cloud-azure-appconfiguration-config` and `spring-cloud-azure-appconfiguration-config-web`. See [SpringCloudAzureAppConfigurationConfig](.\SpringCloudAzureAppConfigurationConfig.md) for more information.
|
||||
|
||||
## 2.5.0 - March 29, 2022
|
||||
|
||||
* Add a refresh interval `spring.cloud.azure.appconfiguration.refresh-interval` that can be used to periodically reload all the key-value pairs in a configuration store. This can also be used to force update Key Vault References.
|
||||
|
@ -66,9 +68,8 @@
|
|||
[docs]: https://docs.microsoft.com/azure/azure-app-configuration/quickstart-java-spring-app
|
||||
[package]: https://mvnrepository.com/artifact/com.azure.spring/azure-spring-cloud-appconfiguration-config
|
||||
[samples]: https://github.com/Azure-Samples/azure-spring-boot-samples/tree/main/appconfiguration
|
||||
[source_code]: https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/appconfiguration/azure-spring-cloud-appconfiguration-config
|
||||
[token_credentials]: https://github.com/Azure/azure-sdk-for-java/blob/master/sdk/identity/azure-identity/README.md
|
||||
[readme]: https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/appconfiguration/azure-spring-cloud-starter-appconfiguration-config
|
||||
[source_code]: https://github.com/Azure/azure-sdk-for-java/tree/azure-spring-cloud-starter-appconfiguration-config_2.11.0/sdk/appconfiguration/azure-spring-cloud-appconfiguration-config
|
||||
[readme]: https://github.com/Azure/azure-sdk-for-java/tree/azure-spring-cloud-starter-appconfiguration-config_2.11.0/sdk/appconfiguration/azure-spring-cloud-starter-appconfiguration-config
|
||||
|
||||
[package_web]: https://mvnrepository.com/artifact/com.azure.spring/azure-spring-cloud-appconfiguration-config-web
|
||||
[source_code_web]: https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/appconfiguration/azure-spring-cloud-appconfiguration-config-web
|
||||
[source_code_web]: https://github.com/Azure/azure-sdk-for-java/tree/azure-spring-cloud-starter-appconfiguration-config_2.11.0/sdk/appconfiguration/azure-spring-cloud-appconfiguration-config-web
|
||||
|
|
|
@ -4,7 +4,9 @@
|
|||
|
||||
# azure-spring-cloud-feature-management-web
|
||||
|
||||
[Source code web ][source_code_web] | [Package (Maven) web][package_web] | [Samples web][samples_web] | [Product documentation][docs]
|
||||
[Source code web][source_code_web] | [Package (Maven) web][package_web] | [Samples web][samples_web] | [Product documentation][docs]
|
||||
|
||||
> Active development has moved to group `com.azure.spring` and artifacts `spring-cloud-azure-feature-management` and `spring-cloud-azure-feature-management-web`. See [SpringCloudAzureFeatureManagement](.\SpringCloudAzureFeatureManagement.md) for more information.
|
||||
|
||||
## 2.4.0 - March 29, 2022
|
||||
|
||||
|
@ -27,15 +29,15 @@
|
|||
* The Feature Management libraries have have renamed to match the structure and naming convention in the azure-sdk-for-java.
|
||||
* Targeting, a new built in Feature Filter type.
|
||||
* Support for rolling out features to a target audience has been added through built in feature filters.
|
||||
* Targeting enables developers to progressively roll out features to a target audience that can be increased gradually. For more information on the concept of targeting and how to use this new feature take a look at the project's [readme](https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/appconfiguration/azure-spring-cloud-feature-management#targetingfilter).
|
||||
* Targeting enables developers to progressively roll out features to a target audience that can be increased gradually. For more information on the concept of targeting and how to use this new feature take a look at the project's [readme](https://github.com/Azure/azure-sdk-for-java/tree/azure-spring-cloud-feature-management-web_2.10.0/sdk/appconfiguration/azure-spring-cloud-feature-management#targetingfilter).
|
||||
* TimeWindowFilter now supports ISO 8601 Dates.
|
||||
|
||||
<!-- LINKS -->
|
||||
[docs]: https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/appconfiguration/azure-spring-cloud-feature-management
|
||||
[docs]: https://github.com/Azure/azure-sdk-for-java/tree/azure-spring-cloud-feature-management-web_2.10.0/sdk/appconfiguration/azure-spring-cloud-feature-management
|
||||
[package]: https://mvnrepository.com/artifact/com.azure.spring/azure-spring-cloud-feature-management
|
||||
[samples]: https://github.com/Azure-Samples/azure-spring-boot-samples/tree/main/appconfiguration/feature-management-sample
|
||||
[source_code]: https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/appconfiguration/azure-spring-cloud-feature-management
|
||||
[source_code]: https://github.com/Azure/azure-sdk-for-java/tree/azure-spring-cloud-feature-management-web_2.10.0/sdk/appconfiguration/azure-spring-cloud-feature-management
|
||||
|
||||
[package_web]: https://mvnrepository.com/artifact/com.azure.spring/azure-spring-cloud-feature-management-web
|
||||
[samples_web]: https://github.com/Azure-Samples/azure-spring-boot-samples/tree/main/appconfiguration/feature-management-web-sample
|
||||
[source_code_web]: https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/appconfiguration/azure-spring-cloud-feature-management-web
|
||||
[source_code_web]: https://github.com/Azure/azure-sdk-for-java/tree/azure-spring-cloud-feature-management-web_2.10.0/sdk/appconfiguration/azure-spring-cloud-feature-management-web
|
||||
|
|
|
@ -1,12 +1,34 @@
|
|||
# spring-cloud-azure-starter-appconfiguration-config
|
||||
|
||||
[Source code][source_code_starter] | [Package (Maven)][package_starter] | [Product documentation][docs] | [Samples][samples]
|
||||
|
||||
[CHANGELOG](https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/spring/spring-cloud-azure-starter-appconfiguration-config/CHANGELOG.md)
|
||||
|
||||
# spring-cloud-azure-appconfiguration-config
|
||||
|
||||
[Source code][source_code] | [Package (Maven)][package] | [Product documentation][docs] | [Samples][samples]
|
||||
[Source code][source_code] | [Package (Maven)][package]
|
||||
|
||||
[CHANGELOG](https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/spring/spring-cloud-azure-appconfiguration-config/CHANGELOG.md)
|
||||
|
||||
# spring-cloud-azure-appconfiguration-config-web
|
||||
|
||||
[Source code web ][source_code_web] | [Package (Maven) web][package_web] | [Product documentation][docs]
|
||||
[Source code][source_code_web] | [Package (Maven)][package_web]
|
||||
|
||||
[Latest Library](./AzureSpringCloudAppConfigurationConfig)
|
||||
## 4.7.0 - April 06, 2023
|
||||
|
||||
### Features Added
|
||||
|
||||
* Added support for [Azure Spring common configuration properties][azure_spring_common_configuration_properties].
|
||||
* Added failover support for App Configuration stores with geo-replication enabled. Configuration is done through the `spring.cloud.azure.appconfiguration.stores[0].endpoints` property or `spring.cloud.azure.appconfiguration.stores[0].connection-strings`, where a list of endpoints/connection-strings can be provided. The endpoints/connection-strings will be attempted to connect in priority order.
|
||||
* Feature Flags can now be selected using a key and label filter, instead of just a label filter. The configurations are now `spring.cloud.azure.appconfiguration.stores[0].feature-flags.selects[0].key-filter` and `spring.cloud.azure.appconfiguration.stores[0].feature-flags.selects[0].label-filter`.
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
* Libraries and namespaces have been renamed to `spring-cloud-azure-appconfiguration-config` and `com.azure.spring.cloud.appconfiguration.config`.
|
||||
* Renamed `ConfigurationClientBuilderSetup` to `ConfigurationClientCustomizer`.
|
||||
* Renamed `SecretClientBuilderSetup` to `SecretClientCustomizer`.
|
||||
* Removed `AppConfigurationCredentialProvider` and `KeyVaultCredentialProvider`, instead you can use [Azure Spring common configuration properties][azure_spring_common_configuration_properties] or modify the credentials using `ConfigurationClientCustomizer`/`SecretClientCustomizer`.
|
||||
* Feature Flags are now merged when loaded from multiple stores, if duplicate keys are found the highest priority store wins.
|
||||
|
||||
## 1.3.0 - April 21, 2021
|
||||
|
||||
|
@ -146,11 +168,15 @@
|
|||
* Added Feature Management Support.
|
||||
|
||||
<!-- LINKS -->
|
||||
[docs]: https://docs.microsoft.com/azure/azure-app-configuration/quickstart-java-spring-app
|
||||
[package]: https://mvnrepository.com/artifact/com.microsoft.azure/spring-cloud-azure-appconfiguration-config
|
||||
[samples]: https://github.com/microsoft/spring-cloud-azure/tree/master/spring-cloud-azure-samples
|
||||
[source_code]: https://github.com/microsoft/spring-cloud-azure/tree/master/spring-cloud-azure-appconfiguration-config
|
||||
[token_credentials]: https://github.com/Azure/azure-sdk-for-java/blob/master/sdk/identity/azure-identity/README.md
|
||||
[docs]: https://learn.microsoft.com/azure/azure-app-configuration/quickstart-java-spring-app
|
||||
[package]: https://mvnrepository.com/artifact/com.azure.spring/spring-cloud-azure-appconfiguration-config
|
||||
[samples]: https://github.com/Azure-Samples/azure-spring-boot-samples/tree/main/appconfiguration
|
||||
[source_code]: https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/spring/spring-cloud-azure-appconfiguration-config
|
||||
|
||||
[package_web]: https://mvnrepository.com/artifact/com.microsoft.azure/spring-cloud-azure-appconfiguration-config-web
|
||||
[source_code_web]: https://github.com/microsoft/spring-cloud-azure/tree/master/spring-cloud-azure-appconfiguration-config-web
|
||||
[package_web]: https://mvnrepository.com/artifact/com.azure.spring/spring-cloud-azure-appconfiguration-config-web
|
||||
[source_code_web]: https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/spring/spring-cloud-azure-appconfiguration-config-web
|
||||
|
||||
[package_starter]: https://mvnrepository.com/artifact/com.azure.spring/spring-cloud-azure-starter-appconfiguration-config
|
||||
[source_code_starter]: https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/spring/spring-cloud-azure-starter-appconfiguration-config
|
||||
|
||||
[azure_spring_common_configuration_properties]: https://learn.microsoft.com/azure/developer/java/spring-framework/configuration
|
||||
|
|
|
@ -2,11 +2,17 @@
|
|||
|
||||
[Source code][source_code] | [Package (Maven)][package] | [Samples][samples] | [Product documentation][docs]
|
||||
|
||||
[CHANGELOG](https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/spring/spring-cloud-azure-feature-management/CHANGELOG.md)
|
||||
|
||||
# spring-cloud-azure-feature-management-web
|
||||
|
||||
[Source code web ][source_code_web] | [Package (Maven) web][package_web] | [Samples web][samples_web] | [Product documentation][docs]
|
||||
[Source code][source_code_web] | [Package (Maven)][package_web]
|
||||
|
||||
[Latest Library](./AzureSpringCloudFeatureManagement)
|
||||
## 4.7.0 - April 06, 2023
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
* Libraries and namespaces to `spring-cloud-azure-feature-management-web` and `com.azure.spring.cloud.feature.management`.
|
||||
|
||||
## 1.3.0 - April 21, 2021
|
||||
|
||||
|
@ -67,11 +73,10 @@ feature-management:
|
|||
* Adds FeatureGates, Disabled Action Handling, and Routing away from disabled features
|
||||
|
||||
<!-- LINKS -->
|
||||
[docs]: https://github.com/microsoft/spring-cloud-azure/tree/master/spring-cloud-azure-feature-management
|
||||
[package]: https://mvnrepository.com/artifact/com.microsoft.azure/spring-cloud-azure-feature-management
|
||||
[samples]: https://github.com/microsoft/spring-cloud-azure/tree/master/spring-cloud-azure-samples/feature-management-sample
|
||||
[source_code]: https://github.com/microsoft/spring-cloud-azure/tree/master/spring-cloud-azure-feature-management
|
||||
[docs]: https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/spring/spring-cloud-azure-feature-management
|
||||
[package]: https://mvnrepository.com/artifact/com.azure.spring/spring-cloud-azure-feature-management
|
||||
[samples]: https://github.com/Azure-Samples/azure-spring-boot-samples/tree/main/appconfiguration
|
||||
[source_code]: https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/spring/spring-cloud-azure-feature-management
|
||||
|
||||
[package_web]: https://mvnrepository.com/artifact/com.microsoft.azure/spring-cloud-azure-feature-management-web
|
||||
[samples_web]: https://github.com/microsoft/spring-cloud-azure/tree/master/spring-cloud-azure-samples/feature-management-web-sample
|
||||
[source_code_web]: https://github.com/microsoft/spring-cloud-azure/tree/master/spring-cloud-azure-feature-management-web
|
||||
[package_web]: https://mvnrepository.com/artifact/com.azure.spring/spring-cloud-azure-feature-management-web
|
||||
[source_code_web]: https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/spring/spring-cloud-azure-feature-management-web
|
||||
|
|
Загрузка…
Ссылка в новой задаче