mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-30 14:22:05 +00:00
Added comprehensive unit test coverage for Container Copy jobs (#2275)
* copy job uts * unit test coverage * lint fix * normalize account dropdown id
This commit is contained in:
@@ -11,6 +11,7 @@ export enum IdentityType {
|
||||
|
||||
export enum DefaultIdentityType {
|
||||
SystemAssignedIdentity = "systemassignedidentity",
|
||||
FirstPartyIdentity = "FirstPartyIdentity",
|
||||
}
|
||||
|
||||
export enum BackupPolicyType {
|
||||
|
||||
Reference in New Issue
Block a user