Open
Description
The credentials stored for a sql container are being persisted in ADS and not overwritten when a new container is created. This causes a login failure in ADS and forces a reset of the password, putting the context in SQLCMD out of synch with the creds in the SQL container.
There are 2 things that probably need to happen here:
- ADS creds for a container need to be deleted when a container is deleted.
- SQLCMD needs a mechanism to change a user password to avoid out of synch contexts - this should probably update ADS creds too.