Skip to content

Commit

Permalink
Change "Azure Spring Cloud" to "Spring Cloud for Azure" in md files. (A…
Browse files Browse the repository at this point in the history
  • Loading branch information
Rujun Chen authored Jul 28, 2021
1 parent 95fc2af commit b47af33
Show file tree
Hide file tree
Showing 34 changed files with 40 additions and 40 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Azure Spring cloud azure appconfiguration config web client library for Java
# Spring Cloud for Azure appconfiguration config web client library for Java

## Key concepts
## Getting started
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Azure Spring cloud azure appconfiguration config client library for Java
# Spring Cloud for Azure appconfiguration config client library for Java

## Key concepts
## Getting started
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Azure Spring cloud azure feature management web client library for Java
# Spring Cloud for Azure feature management web client library for Java

## Key concepts
## Getting started
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Azure Spring cloud azure feature management client library for Java
# Spring Cloud for Azure feature management client library for Java

## Key concepts

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Azure Spring cloud starter App Configuration client library for Java
# Spring Cloud for Azure starter App Configuration client library for Java

This package helps Spring Application to load properties from Azure Configuration Store.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Azure Spring cloud appconfiguration config tests client library for Java
# Spring Cloud for Azure appconfiguration config tests client library for Java

## Key concepts
## Getting started
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Azure Spring cloud azure appconfiguration config web client library for Java
# Spring Cloud for Azure appconfiguration config web client library for Java

## Key concepts
## Getting started
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Azure Spring cloud azure appconfiguration config client library for Java
# Spring Cloud for Azure appconfiguration config client library for Java

## Key concepts
## Getting started
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Azure Spring cloud azure feature management web client library for Java
# Spring Cloud for Azure feature management web client library for Java

## Key concepts
## Getting started
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Azure Spring cloud azure feature management client library for Java
# Spring Cloud for Azure feature management client library for Java

## Key concepts

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Azure Spring cloud starter App Configuration client library for Java
# Spring Cloud for Azure starter App Configuration client library for Java

This project allows Spring Application to load properties from Azure Configuration Store.

Expand Down
2 changes: 1 addition & 1 deletion sdk/boms/azure-spring-boot-bom/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Azure Spring Cloud Dependencies client library for Java
# Spring Cloud for Azure Dependencies client library for Java

## Getting started

Expand Down
2 changes: 1 addition & 1 deletion sdk/boms/azure-spring-cloud-dependencies/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Azure Spring Cloud Dependencies client library for Java
# Spring Cloud for Azure Dependencies client library for Java

## Getting started

Expand Down
6 changes: 3 additions & 3 deletions sdk/spring/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ azure-servicebus-spring-boot-starter **(Deprecated)** | N/A | [![Maven Central][
azure-spring-boot-metrics-starter **(Deprecated)** | [![Maven Central][metrics-starter-mvn-2.3.x-img]][metrics-starter-mvn-2.3.x] | [![Maven Central][metrics-starter-mvn-2.2.x-img]][metrics-starter-mvn-2.2.x] | [![][metrics-starter-mvn-2.1.x-img]][metrics-starter-mvn-2.1.x] | [![][metrics-starter-mvn-2.0.x-img]][metrics-starter-mvn-2.0.x]
azure-storage-spring-boot-starter | N/A | [![Maven Central][storage-starter-mvn-2.2.x-img]][storage-starter-mvn-2.2.x] | [![][storage-starter-mvn-2.1.x-img]][storage-starter-mvn-2.1.x] | [![][storage-starter-mvn-2.0.x-img]][storage-starter-mvn-2.0.x]

### Azure Spring Cloud
### Spring Cloud for Azure

[Spring Cloud][spring-cloud] provides boilerplate patterns for developers to quickly build and orchestrate their microservice based applications. Based on that, **Spring Cloud Azure** is designed to provide seamless Spring integration with Azure services. Developers can adopt a Spring-idiomatic way to take advantage of services on Azure, with only few lines of configuration and minimal code changes.

Expand All @@ -53,7 +53,7 @@ azure-storage-spring-boot-starter | N/A | [![Maven Central][storage-starter-mvn-
Below packages are available with latest release version. **We recommend users to leverage latest version for bug fix and new features.**

##### [Spring Cloud Stream][spring-cloud-stream]
> ❗ From Azure Spring Cloud 2.0.0 onwards, we changed the groupId from `com.microsoft.azure` to `com.azure.spring`, and changed artifactIds, too.
> ❗ From Spring Cloud for Azure 2.0.0 onwards, we changed the groupId from `com.microsoft.azure` to `com.azure.spring`, and changed artifactIds, too.
Artifact Id | Version for Spring Boot 2.3.x and 2.2.x | Version for Spring Boot 2.4.x
------ |--------- |---
Expand All @@ -69,7 +69,7 @@ Artifact Id | Version for Spring Boot 2.3.x and 2.2.x | Version for Spring Boot
[azure-spring-cloud-starter-storage-queue][azure-spring-cloud-starter-storage-queue-readme] | [![Maven Central][azure-spring-cloud-starter-storage-queue-mvn-2.2.x-img]][azure-spring-cloud-starter-storage-queue-mvn-2.2.x] | [![Maven Central][azure-spring-cloud-starter-storage-queue-mvn-2.3.x-img]][azure-spring-cloud-starter-storage-queue-mvn-2.3.x]
[azure-spring-integration-storage-queue][azure-spring-integration-storage-queue-readme] | [![Maven Central][azure-spring-integration-servicebus-mvn-2.2.x-img]][azure-spring-integration-servicebus-mvn-2.2.x] | [![Maven Central][azure-spring-integration-servicebus-mvn-2.3.x-img]][azure-spring-integration-servicebus-mvn-2.3.x]

Below packages are Azure Spring Cloud packages with original artifactIds and groupId of `com.microsoft.azure`.
Below packages are Spring Cloud for Azure packages with original artifactIds and groupId of `com.microsoft.azure`.

Artifact Id | Version
------ |---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ azure.keyvault.secret-service-version=specify secretServiceVersion value(fill wi
```

### Use MSI / Managed identities
#### Azure Spring Cloud
#### Spring Cloud for Azure

Azure Spring Cloud supports system-assigned managed identity only at present. To use it for Azure Spring Cloud apps, add the below properties:
Spring Cloud for Azure supports system-assigned managed identity only at present. To use it for Spring Cloud for Azure apps, add the below properties:
```
azure.keyvault.enabled=true
azure.keyvault.uri=put-your-azure-keyvault-uri-here
Expand Down
6 changes: 3 additions & 3 deletions sdk/spring/azure-spring-cloud-autoconfigure/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Azure Spring cloud AutoConfigure client library for Java
# Spring Cloud for Azure AutoConfigure client library for Java
This package is for Spring Cloud Starters of Azure services. It helps Spring Cloud developers to adopt Azure services.

[Source code][src] | [Package (Maven)][package] | [API reference documentation][refdocs]
Expand Down Expand Up @@ -30,7 +30,7 @@ This project provides auto-configuration for the following Azure services:

## Examples

The following section provides sample projects illustrating how to use the Azure Spring Cloud starters.
The following section provides sample projects illustrating how to use the Spring Cloud for Azure starters.
### More sample code
- [Azure App Configuration][app_configuration_sample]
- [Azure App Configuration Conversation][app_configuration_conversation_sample]
Expand Down Expand Up @@ -60,7 +60,7 @@ For more information about setting logging in spring, please refer to the [offic

## Next steps

The following section provides sample projects illustrating how to use the Azure Spring Cloud starters.
The following section provides sample projects illustrating how to use the Spring Cloud for Azure starters.
### More sample code
- [Azure App Configuration][app_configuration_sample]
- [Azure App Configuration Conversation][app_configuration_conversation_sample]
Expand Down
2 changes: 1 addition & 1 deletion sdk/spring/azure-spring-cloud-context/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ This release is compatible with Spring Boot 2.5.0 - 2.5.3 and Spring Cloud 2020.

## 1.2.8 (2020-09-14)
### Breaking Changes
- Unify Azure Spring Cloud packages version
- Unify Spring Cloud for Azure packages version
4 changes: 2 additions & 2 deletions sdk/spring/azure-spring-cloud-context/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Azure Spring cloud azure context client library for Java
# Spring Cloud for Azure context client library for Java
This package helps developers to finish the auto-configuration of Azure Context.

[Source code][src] | [Package (Maven)][package] | [API reference documentation][refdocs]
Expand All @@ -20,7 +20,7 @@ This package helps developers to finish the auto-configuration of Azure Context.
[//]: # ({x-version-update-end})

## Key concepts
Azure contexts represent your active subscription to run commands against, and the authentication information needed to connect to an Azure cloud. With Azure contexts, Azure Spring Cloud services doesn't need to reauthenticate your account each time you switch subscriptions.
Azure contexts represent your active subscription to run commands against, and the authentication information needed to connect to an Azure cloud. With Azure contexts, Spring Cloud for Azure services doesn't need to reauthenticate your account each time you switch subscriptions.
## Examples

## Troubleshooting
Expand Down
2 changes: 1 addition & 1 deletion sdk/spring/azure-spring-cloud-messaging/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ This release is compatible with Spring Boot 2.5.0 - 2.5.3 and Spring Cloud 2020.

## 1.2.8 (2020-09-14)
### Breaking Changes
- Unify Azure Spring Cloud packages version
- Unify Spring Cloud for Azure packages version
2 changes: 1 addition & 1 deletion sdk/spring/azure-spring-cloud-messaging/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Azure Spring Cloud Messaging client library for Java
# Spring Cloud for Azure Messaging client library for Java
This package is an internal package providing supporting config and annotation classes for Azure Messaging services.

## Getting started
Expand Down
2 changes: 1 addition & 1 deletion sdk/spring/azure-spring-cloud-starter-cache/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ This release is compatible with Spring Boot 2.5.0 - 2.5.3 and Spring Cloud 2020.

## 1.2.8 (2020-09-14)
### Breaking Changes
- Unify Azure Spring Cloud packages version
- Unify Spring Cloud for Azure packages version
2 changes: 1 addition & 1 deletion sdk/spring/azure-spring-cloud-starter-cache/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Azure Spring Cloud Starter Cache client library for Java
# Spring Cloud for Azure Starter Cache client library for Java
This starter provides auto-configuration of Azure Cache for Redis. Azure Cache for Redis provides an in-memory data store based on the open-source software Redis.

[Package (Maven)][package] | [API reference documentation][refdocs] | [Samples][sample]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ This release is compatible with Spring Boot 2.5.0 - 2.5.3 and Spring Cloud 2020.

## 1.2.8 (2020-09-14)
### Breaking Changes
- Unify Azure Spring Cloud packages version
- Unify Spring Cloud for Azure packages version
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ This release is compatible with Spring Boot 2.5.0 - 2.5.3 and Spring Cloud 2020.

## 1.2.8 (2020-09-14)
### Breaking Changes
- Unify Azure Spring Cloud packages version
- Unify Spring Cloud for Azure packages version
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ This release is compatible with Spring Boot 2.5.0 - 2.5.3 and Spring Cloud 2020.

## 1.2.8 (2020-09-14)
### Breaking Changes
- Unify Azure Spring Cloud packages version
- Unify Spring Cloud for Azure packages version
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Azure Spring cloud Starter Storage Queue client library for Java
# Spring Cloud for Azure Starter Storage Queue client library for Java

The Spring Cloud Storage Queue starter helps developers to finish the auto-configuration of Storage Queue and provides Spring Integration with Storage Queue.

Expand Down
2 changes: 1 addition & 1 deletion sdk/spring/azure-spring-cloud-storage/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Azure Spring cloud azure Storage client library for Java
# Spring Cloud for Azure Storage client library for Java
This package helps developers to finish the auto-configuration of Azure Storage.

[Source code][src] | [Package (Maven)][package] | [API reference documentation][refdocs]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ This release is compatible with Spring Boot 2.5.0 - 2.5.3 and Spring Cloud 2020.

## 1.2.8 (2020-09-14)
### Breaking Changes
- Unify Azure Spring Cloud packages version
- Unify Spring Cloud for Azure packages version
2 changes: 1 addition & 1 deletion sdk/spring/azure-spring-cloud-stream-binder-test/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Azure Spring Cloud Stream Binder Test client library for Java
# Spring Cloud for Azure Stream Binder Test client library for Java
This package is an internal package providing test base classes for spring cloud integration on binders.

## Key concepts
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Azure Spring Cloud Integration tests client library for Java
# Spring Cloud for Azure Integration tests client library for Java

## Key concepts
## Getting started
Expand Down
2 changes: 1 addition & 1 deletion sdk/spring/azure-spring-integration-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ This release is compatible with Spring Boot 2.5.0 - 2.5.3 and Spring Cloud 2020.

## 1.2.8 (2020-09-14)
### Breaking Changes
- Unify Azure Spring Cloud packages version
- Unify Spring Cloud for Azure packages version
2 changes: 1 addition & 1 deletion sdk/spring/azure-spring-integration-eventhubs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ This release is compatible with Spring Boot 2.5.0 - 2.5.3 and Spring Cloud 2020.

## 1.2.8 (2020-09-14)
### Breaking Changes
- Unify Azure Spring Cloud packages version
- Unify Spring Cloud for Azure packages version
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ This release is compatible with Spring Boot 2.5.0 - 2.5.3 and Spring Cloud 2020.

## 1.2.8 (2020-09-14)
### Breaking Changes
- Unify Azure Spring Cloud packages version
- Unify Spring Cloud for Azure packages version
2 changes: 1 addition & 1 deletion sdk/spring/azure-spring-integration-test/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ This release is compatible with Spring Boot 2.5.0 - 2.5.3 and Spring Cloud 2020.

## 1.2.8 (2020-09-14)
### Breaking Changes
- Unify Azure Spring Cloud packages version
- Unify Spring Cloud for Azure packages version

0 comments on commit b47af33

Please sign in to comment.