Azure / meta-azure-service-broker

A service broker to manage multiple Azure services in Cloud Foundry
Apache License 2.0
39 stars 44 forks source link

Updating SQLDB module bind/unbind to use admin credentials from manif… #211

Closed sagupta1001 closed 5 years ago

sagupta1001 commented 5 years ago

SQLDB module is now switched to using the administratorLogin and administratorPasswrod from the AZURE_SQLDB_SQL_SERVER_POOL property during bind and unbind operations.

Note: The design and implementation were discussed with Zhongyi Zhang. Implemented as partof Plato Team at Scotiabank.

msftclas commented 5 years ago

CLA assistant check
All CLA requirements met.

zhongyi-zhang commented 5 years ago

LGTM. And the integration test also passed in my side. Merging. Thanks for contribution!