Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Commit

Permalink
add MASB tag for failover groups (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongyi-zhang authored Oct 23, 2018
1 parent ee572d1 commit 966db27
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/services/azuresqldbfailovergroup/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,8 @@ sqldbfgOperations.prototype.createFailoverGroup = function (readWriteEndpoint, c
'databases': [
that.primaryDbUrl.replace(that.resourceManagerEndpointUrl, '')
]
}
},
'tags': common.mergeTags({})
};

var headers = common.mergeCommonHeaders('client - createFailoverGroup', that.standardHeaders);
Expand Down

0 comments on commit 966db27

Please sign in to comment.