Skip to content

Commit fc61f75

Browse files
author
dragonfly91
committed
Renamed InstanceId to ContainerId due to conflicts with top level objects.
1 parent 4bba690 commit fc61f75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ResourceManager/AzureBackup/Commands.AzureBackup/Models/AzureBackupContainer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public class AzureBackupContainer : AzureBackupVaultContextObject
4343
/// <summary>
4444
/// Id of the Azure Backup Container
4545
/// </summary>
46-
public string InstanceId { get; set; }
46+
public string ContainerId { get; set; }
4747

4848
/// <summary>
4949
/// Name of the Azure Backup container

0 commit comments

Comments
 (0)