add MASB tag for failover groups (#196)
This commit is contained in:
Родитель
ee572d1115
Коммит
966db275b6
|
@ -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);
|
||||
|
|
Загрузка…
Ссылка в новой задаче