Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
cnadolny committed Apr 6, 2020
1 parent 6961a67 commit e33a18b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ func (s *AzureSqlActionManager) UpdateUserPassword(ctx context.Context, groupNam

dbUserCustomNamespace := "azuresqluser-" + serverName + "-" + dbName

DBSecret := azuresqluserManager.GetOrPrepareSecret(ctx, instance, userSecretClient, dbUserCustomNamespace)
DBSecret := azuresqluserManager.GetOrPrepareSecret(ctx, instance, userSecretClient)
// reset user from secret in case it was loaded
userExists, err := azuresqluserManager.UserExists(ctx, db, string(DBSecret["username"]))
if err != nil {
Expand Down

0 comments on commit e33a18b

Please sign in to comment.