Skip to content
This repository has been archived by the owner on Jul 6, 2022. It is now read-only.

Commit

Permalink
bump all rdbms modules to preview level of stability (#319)
Browse files Browse the repository at this point in the history
  • Loading branch information
krancour authored and jeremyrickard committed Mar 1, 2018
1 parent 70e6540 commit 61f415e
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion docs/modules/mssql.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# [Azure SQL Database](https://azure.microsoft.com/en-us/services/sql-database/)

|![](https://upload.wikimedia.org/wikipedia/commons/thumb/1/17/Warning.svg/50px-Warning.svg.png) | This module is EXPERIMENTAL. It is under heavy development and remains subject to the possibility of breaking changes. |
|![](https://upload.wikimedia.org/wikipedia/commons/thumb/1/17/Warning.svg/50px-Warning.svg.png) | This module is PREVIEW. It is under moderate development, but remains subject to the possibility of breaking changes if they prove necessary. |
|---|---|

Open Service Broker for Azure (OSBA) contains three Azure SQL Database services. These services enable you to select the most appropriate provisioning scenario for your needs. These services are:
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/mysql.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# [Azure Database for MySQL](https://azure.microsoft.com/en-us/services/mysql/)

|![](https://upload.wikimedia.org/wikipedia/commons/thumb/1/17/Warning.svg/50px-Warning.svg.png) | This module is EXPERIMENTAL. It is under heavy development and remains subject to the possibility of breaking changes. |
|![](https://upload.wikimedia.org/wikipedia/commons/thumb/1/17/Warning.svg/50px-Warning.svg.png) | This module is PREVIEW. It is under moderate development, but remains subject to the possibility of breaking changes if they prove necessary. |
|---|---|

Open Service Broker for Azure contains three Azure Database for MySQL services. These services enable you to select the most appropriate provision scenario for your needs. These services are:
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/postgresql.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# [Azure Database for PostgreSQL](https://azure.microsoft.com/en-us/services/postgresql/)

|![](https://upload.wikimedia.org/wikipedia/commons/thumb/1/17/Warning.svg/50px-Warning.svg.png) | This module is EXPERIMENTAL. It is under heavy development and remains subject to the possibility of breaking changes. |
|![](https://upload.wikimedia.org/wikipedia/commons/thumb/1/17/Warning.svg/50px-Warning.svg.png) | This module is PREVIEW. It is under moderate development, but remains subject to the possibility of breaking changes if they prove necessary. |
|---|---|

Open Service Broker for Azure contains three Azure Database for PostgreSQL services. These services enable you to select the most appropriate provision scenario for your needs. These services are:
Expand Down
12 changes: 6 additions & 6 deletions pkg/services/mssql/catalog.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ func (m *module) GetCatalog() (service.Catalog, error) {
&service.ServiceProperties{
ID: "fb9bc99e-0aa9-11e6-8a8a-000d3a002ed5",
Name: "azure-sql",
Description: "Azure SQL-- DBMS and single database (experimental)",
Description: "Azure SQL-- DBMS and single database (preview)",
Metadata: &service.ServiceMetadata{
DisplayName: "Azure SQL Database",
ImageUrl: "https://azure.microsoft.com/svghandler/sql-database/?width=200",
LongDescription: "Azure SQL Database-- DBMS and single database (experimental)",
LongDescription: "Azure SQL Database-- DBMS and single database (preview)",
DocumentationUrl: "https://docs.microsoft.com/en-us/azure/sql-database/",
SupportUrl: "https://azure.microsoft.com/en-us/support/",
},
Expand Down Expand Up @@ -253,12 +253,12 @@ func (m *module) GetCatalog() (service.Catalog, error) {
&service.ServiceProperties{
ID: "a7454e0e-be2c-46ac-b55f-8c4278117525",
Name: "azure-sql-dbms",
Description: "Azure SQL-- DBMS only (experimental)",
Description: "Azure SQL-- DBMS only (preview)",
ChildServiceID: "2bbc160c-e279-4757-a6b6-4c0a4822d0aa",
Metadata: &service.ServiceMetadata{
DisplayName: "Azure SQL Server (DBMS Only)",
ImageUrl: "https://azure.microsoft.com/svghandler/sql-database/?width=200",
LongDescription: "Azure SQL-- DBMS only (experimental)",
LongDescription: "Azure SQL-- DBMS only (preview)",
DocumentationUrl: "https://docs.microsoft.com/en-us/azure/sql-database/",
SupportUrl: "https://azure.microsoft.com/en-us/support/",
},
Expand All @@ -281,13 +281,13 @@ func (m *module) GetCatalog() (service.Catalog, error) {
&service.ServiceProperties{
ID: "2bbc160c-e279-4757-a6b6-4c0a4822d0aa",
Name: "azure-sql-database",
Description: "Azure SQL-- database only (experimental)",
Description: "Azure SQL-- database only (preview)",
Bindable: true,
ParentServiceID: "a7454e0e-be2c-46ac-b55f-8c4278117525",
Metadata: &service.ServiceMetadata{
DisplayName: "Azure SQL Server (Database Only)",
ImageUrl: "https://azure.microsoft.com/svghandler/sql-database/?width=200",
LongDescription: "Azure SQL-- database only (experimental)",
LongDescription: "Azure SQL-- database only (preview)",
DocumentationUrl: "https://docs.microsoft.com/en-us/azure/sql-database/",
SupportUrl: "https://azure.microsoft.com/en-us/support/",
},
Expand Down
2 changes: 1 addition & 1 deletion pkg/services/mssql/mssql.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,5 @@ func (m *module) GetName() string {
}

func (m *module) GetStability() service.Stability {
return service.StabilityExperimental
return service.StabilityPreview
}
14 changes: 7 additions & 7 deletions pkg/services/mysql/catalog.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ func (m *module) GetCatalog() (service.Catalog, error) {
&service.ServiceProperties{
ID: "997b8372-8dac-40ac-ae65-758b4a5075a5",
Name: "azure-mysql",
Description: "Azure Database for MySQL-- DBMS and single database (experimental)",
Description: "Azure Database for MySQL-- DBMS and single database (preview)",
Metadata: &service.ServiceMetadata{
DisplayName: "Azure Database for MySQL",
ImageUrl: "https://azure.microsoft.com/svghandler/mysql/?width=200",
LongDescription: "Azure Database for MySQL-- DBMS and single database (experimental)",
LongDescription: "Azure Database for MySQL-- DBMS and single database (preview)",
DocumentationUrl: "https://docs.microsoft.com/en-us/azure/mysql/",
SupportUrl: "https://azure.microsoft.com/en-us/support/",
},
Expand Down Expand Up @@ -135,12 +135,12 @@ func (m *module) GetCatalog() (service.Catalog, error) {
&service.ServiceProperties{
ID: "30e7b836-199d-4335-b83d-adc7d23a95c2",
Name: "azure-mysql-dbms",
Description: "Azure Database for MySQL-- DBMS only (experimental)",
Description: "Azure Database for MySQL-- DBMS only (preview)",
ChildServiceID: "6704ae59-3eae-49e9-82b4-4cbcc00edf08",
Metadata: &service.ServiceMetadata{
DisplayName: "Azure Database for MySQL-- DBMS Only",
ImageUrl: "https://azure.microsoft.com/svghandler/mysql/?width=200",
LongDescription: "Azure Database for MySQL-- DBMS only (experimental)",
LongDescription: "Azure Database for MySQL-- DBMS only (preview)",
DocumentationUrl: "https://docs.microsoft.com/en-us/azure/mysql/",
SupportUrl: "https://azure.microsoft.com/en-us/support/",
},
Expand Down Expand Up @@ -262,12 +262,12 @@ func (m *module) GetCatalog() (service.Catalog, error) {
&service.ServiceProperties{
ID: "6704ae59-3eae-49e9-82b4-4cbcc00edf08",
Name: "azure-mysql-database",
Description: "Azure Database for MySQL-- database Only (experimental)",
Description: "Azure Database for MySQL-- database Only (preview)",
ParentServiceID: "30e7b836-199d-4335-b83d-adc7d23a95c2",
Metadata: &service.ServiceMetadata{
DisplayName: "Azure Database for MySQL-- Database Only",
ImageUrl: "https://azure.microsoft.com/svghandler/mysql/?width=200",
LongDescription: "Azure Database for MySQL-- database Only (experimental)",
LongDescription: "Azure Database for MySQL-- database Only (preview)",
DocumentationUrl: "https://docs.microsoft.com/en-us/azure/mysql/",
SupportUrl: "https://azure.microsoft.com/en-us/support/",
},
Expand All @@ -278,7 +278,7 @@ func (m *module) GetCatalog() (service.Catalog, error) {
service.NewPlan(&service.PlanProperties{
ID: "ec77bd04-2107-408e-8fde-8100c1ce1f46",
Name: "database",
Description: "A new database added to an existing DBMS (experimental)",
Description: "A new database added to an existing DBMS",
Free: false,
Metadata: &service.ServicePlanMetadata{
DisplayName: "Azure Database for MySQL-- Database Only",
Expand Down
2 changes: 1 addition & 1 deletion pkg/services/mysql/mysql.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,5 @@ func (m *module) GetName() string {
}

func (m *module) GetStability() service.Stability {
return service.StabilityExperimental
return service.StabilityPreview
}
14 changes: 7 additions & 7 deletions pkg/services/postgresql/catalog.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ func (m *module) GetCatalog() (service.Catalog, error) {
&service.ServiceProperties{
ID: "b43b4bba-5741-4d98-a10b-17dc5cee0175",
Name: "azure-postgresql",
Description: "Azure Database for PostgreSQL-- DBMS and single database (experimental)",
Description: "Azure Database for PostgreSQL-- DBMS and single database (preview)",
Metadata: &service.ServiceMetadata{
DisplayName: "Azure Database for PostgreSQL",
ImageUrl: "https://azure.microsoft.com/svghandler/postgresql/?width=200",
LongDescription: "Azure Database for PostgreSQL-- DBMS and single database (experimental)",
LongDescription: "Azure Database for PostgreSQL-- DBMS and single database (preview)",
DocumentationUrl: "https://docs.microsoft.com/en-us/azure/postgresql/",
SupportUrl: "https://azure.microsoft.com/en-us/support/",
},
Expand Down Expand Up @@ -58,12 +58,12 @@ func (m *module) GetCatalog() (service.Catalog, error) {
&service.ServiceProperties{
ID: "d3f74b44-79bc-4d1e-bf7d-c247c2b851f9",
Name: "azure-postgresql-dbms",
Description: "Azure Database for PostgreSQL-- DBMS only (experimental)",
Description: "Azure Database for PostgreSQL-- DBMS only (preview)",
ChildServiceID: "25434f16-d762-41c7-bbdd-8045d7f74ca",
Metadata: &service.ServiceMetadata{
DisplayName: "Azure Database for PostgreSQL-- DBMS Only",
ImageUrl: "https://azure.microsoft.com/svghandler/postgresql/?width=200",
LongDescription: "Azure Database for PostgreSQL-- DBMS only (experimental)",
LongDescription: "Azure Database for PostgreSQL-- DBMS only (preview)",
DocumentationUrl: "https://docs.microsoft.com/en-us/azure/postgresql/",
SupportUrl: "https://azure.microsoft.com/en-us/support/",
},
Expand Down Expand Up @@ -107,12 +107,12 @@ func (m *module) GetCatalog() (service.Catalog, error) {
&service.ServiceProperties{
ID: "25434f16-d762-41c7-bbdd-8045d7f74ca6",
Name: "azure-postgresql-database",
Description: "Azure Database for PostgreSQL-- database only (experimental)",
Description: "Azure Database for PostgreSQL-- database only (preview)",
ParentServiceID: "d3f74b44-79bc-4d1e-bf7d-c247c2b851f9",
Metadata: &service.ServiceMetadata{
DisplayName: "Azure Database for PostgreSQL-- Database Only",
ImageUrl: "https://azure.microsoft.com/svghandler/postgresql/?width=200",
LongDescription: "Azure Database for PostgreSQL-- database only (experimental)",
LongDescription: "Azure Database for PostgreSQL-- database only (preview)",
DocumentationUrl: "https://docs.microsoft.com/en-us/azure/postgresql/",
SupportUrl: "https://azure.microsoft.com/en-us/support/",
},
Expand All @@ -123,7 +123,7 @@ func (m *module) GetCatalog() (service.Catalog, error) {
service.NewPlan(&service.PlanProperties{
ID: "df6f5ef1-e602-406b-ba73-09c107d1e31b",
Name: "database",
Description: "A new database added to an existing DBMS (experimental)",
Description: "A new database added to an existing DBMS (preview)",
Free: false,
Metadata: &service.ServicePlanMetadata{
DisplayName: "Azure Database for PostgreSQL-- Database Only",
Expand Down
2 changes: 1 addition & 1 deletion pkg/services/postgresql/postgresql.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,5 @@ func (m *module) GetName() string {
}

func (m *module) GetStability() service.Stability {
return service.StabilityExperimental
return service.StabilityPreview
}

0 comments on commit 61f415e

Please sign in to comment.