Skip to content

Commit

Permalink
azurerm_spring_cloud_api_portal - change to a typed resource (#24250)
Browse files Browse the repository at this point in the history
  • Loading branch information
ms-henglu authored Dec 20, 2023
1 parent 9288218 commit 9112bd5
Show file tree
Hide file tree
Showing 2 changed files with 323 additions and 271 deletions.
2 changes: 1 addition & 1 deletion internal/services/springcloud/registration.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ func (r Registration) SupportedDataSources() map[string]*pluginsdk.Resource {
func (r Registration) SupportedResources() map[string]*pluginsdk.Resource {
return map[string]*pluginsdk.Resource{
"azurerm_spring_cloud_active_deployment": resourceSpringCloudActiveDeployment(),
"azurerm_spring_cloud_api_portal": resourceSpringCloudAPIPortal(),
"azurerm_spring_cloud_api_portal_custom_domain": resourceSpringCloudAPIPortalCustomDomain(),
"azurerm_spring_cloud_app": resourceSpringCloudApp(),
"azurerm_spring_cloud_app_cosmosdb_association": resourceSpringCloudAppCosmosDBAssociation(),
Expand Down Expand Up @@ -72,6 +71,7 @@ func (r Registration) Resources() []sdk.Resource {
return []sdk.Resource{
SpringCloudGatewayResource{},
SpringCloudApplicationInsightsApplicationPerformanceMonitoringResource{},
SpringCloudAPIPortalResource{},
SpringCloudAcceleratorResource{},
SpringCloudApplicationLiveViewResource{},
SpringCloudDevToolPortalResource{},
Expand Down
Loading

0 comments on commit 9112bd5

Please sign in to comment.