зеркало из https://github.com/Azure/ARO-RP.git
Remove the UniqueKeyPolicy from the Subscriptions database
This commit is contained in:
Родитель
910607350a
Коммит
706bcb1258
|
@ -225,15 +225,6 @@
|
||||||
"/id"
|
"/id"
|
||||||
],
|
],
|
||||||
"kind": "Hash"
|
"kind": "Hash"
|
||||||
},
|
|
||||||
"uniqueKeyPolicy": {
|
|
||||||
"uniqueKeys": [
|
|
||||||
{
|
|
||||||
"paths": [
|
|
||||||
"/key"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"options": {}
|
"options": {}
|
||||||
|
|
|
@ -982,15 +982,6 @@
|
||||||
"/id"
|
"/id"
|
||||||
],
|
],
|
||||||
"kind": "Hash"
|
"kind": "Hash"
|
||||||
},
|
|
||||||
"uniqueKeyPolicy": {
|
|
||||||
"uniqueKeys": [
|
|
||||||
{
|
|
||||||
"paths": [
|
|
||||||
"/key"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"options": {}
|
"options": {}
|
||||||
|
|
|
@ -1794,15 +1794,6 @@ func (g *generator) database(databaseName string, addDependsOn bool) []*arm.Reso
|
||||||
},
|
},
|
||||||
Kind: mgmtdocumentdb.PartitionKindHash,
|
Kind: mgmtdocumentdb.PartitionKindHash,
|
||||||
},
|
},
|
||||||
UniqueKeyPolicy: &mgmtdocumentdb.UniqueKeyPolicy{
|
|
||||||
UniqueKeys: &[]mgmtdocumentdb.UniqueKey{
|
|
||||||
{
|
|
||||||
Paths: &[]string{
|
|
||||||
"/key",
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
Options: &mgmtdocumentdb.CreateUpdateOptions{},
|
Options: &mgmtdocumentdb.CreateUpdateOptions{},
|
||||||
},
|
},
|
||||||
|
|
Загрузка…
Ссылка в новой задаче