-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor Azure Spring projects structure #23004
Refactor Azure Spring projects structure #23004
Conversation
…-spring-boot to azure-spring-cloud-autoconfigure, delete azure-spring-cloud-storage and move resource managers out of azure-spring-cloud-context
This comment has been minimized.
This comment has been minimized.
/azp run java - spring - tests |
/azp run java - spring - ci |
Azure Pipelines successfully started running 1 pipeline(s). |
1 similar comment
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run java - spring - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run java - spring - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run java - spring - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run java - spring - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
import com.azure.spring.cloud.autoconfigure.context.AzureContextProperties; | ||
import com.azure.spring.cloud.context.core.api.EnvironmentProvider; | ||
import com.azure.spring.cloud.autoconfigure.context.AzureResourceManagerAutoConfiguration; | ||
import com.azure.spring.cloud.context.core.api.AzureResourceMetadata; | ||
import com.azure.spring.cloud.context.core.impl.EventHubNamespaceManager; | ||
import com.azure.spring.cloud.context.core.impl.StorageAccountManager; | ||
import com.azure.spring.cloud.context.core.storage.StorageConnectionStringProvider; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
StorageConnectionStringProvider class could be moved to package com.azure.spring.cloud.autoconfigure.storage of lib azure-spring-cloud-autoconfigure as well.
Will create another PR to address:
|
|
||
private String region; | ||
private String resourceGroup; | ||
private boolean autoCreateResources; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The property of tetantId and subscriptionId could be put here as well.
…23597) * Unify spring configurations (#22937) * Refactor Azure Spring projects structure (#23004) * Mapping spring legacy props (#23166) ** use file for property mapping ** add environmentpostprocessor after kv ** map multiple key vault use case * update readme for unified configuration (#23452) Co-authored-by: Yi Liu <yiliu6@microsoft.com>
This PR is refactoring the Azure Spring project structures.
Remove azure-spring-boot (the autoconfiguration module), move the code to azure-spring-cloud-autoconfigure
Remove azure-spring-boot-core, move the code to azure-spring-cloud-context
Make a separate module azure-spring-cloud-resourcemanager