This repository has been archived by the owner on Jun 13, 2024. It is now read-only.
Releases: Azure/meta-azure-service-broker
Releases · Azure/meta-azure-service-broker
v1.13.0: Refine the admin credentials source for Azure SQLDB module
- Service module
azure-sqldb
- It is now switched to using the
administratorLogin
andadministratorPasswrod
from theAZURE_SQLDB_SQL_SERVER_POOL
property in broker manifest during binding and unbinding operations. #211 This allows users to change SQL server admin password out of the broker and easier update it for the broker.
- It is now switched to using the
v1.12.0
v1.11.1
v1.11.0
v1.10.0
-
Service Broker
-
Module
azure-rediscache
- Bindings deliver
uri
withrediss
schema when non-SSL port is disabled. #188
- Bindings deliver
-
Module
azure-mysqldb
/azure-postgresqldb
v1.9.0
-
Module
azure-rediscache
-
Module
azure-sqldb-failover-group
v1.8.0
- Module
azure-sqldb
- Add a service plan to azure-sqldb service to support registering existing database as service instance #180
- See example provisioning parameters here. The parameters
userProvidedDatabaseLogin
anduserProvidedDatabaseLoginPassword
are optional. If present, the broker won't create a new database login in bindings and just deliver the user-provided database login/password to your apps.
- See example provisioning parameters here. The parameters
- Add a service plan to azure-sqldb service to support registering existing database as service instance #180
v1.7.0
v1.6.1
-
Redis Cache service
- Treat 200 as success in creation to mitigate 504 gateway timeout error from Azure. Get 504, but it actually succeeded. Retry would get 200 instead of 201. As the REST API is idempotent, it is OK to also treat 200 as success.
-
SQL DB service
- Add plans for Standard S4 - S12 and Premium P15
- The original approach can't correctly handle the case sql server name is provided by default parameters. Fixed.
-
SQL DB failover group service
- Fix FQDN generation RegEx issue in binding. In v1.6.0, The binding FQDN is not correct when the primary name contains dashes.
v1.6.0
- Service broker
azure-rediscache
- Service Plans
- Move the specification of SKU from provisioning parameters to service plans. It is a fix as the original service plans don't match to the Azure Redis Cache SKUs at all. It may break scripts to create new Redis instances.
- Service Plans
- Service broker
azure-sqldb-failover-group
NEW- Service plan
SecondaryDatabaseWithFailoverGroup
to support creating SQL Database failover group based on two existing servers and one existing primary database. - The other service plan 'ExistingDatabaseInFailoverGroup' to support registering an existing failover group as a service instance.
- See details in the module doc: https://github.com/Azure/meta-azure-service-broker/blob/master/docs/azure-sql-db-failover-group.md
- Service plan