Skip to content

Commit 82ac32c

Browse files
authored
Update PSAzureActiveDirectoryApp so that TenantId can be updated (#13220)
Update PSAzureActiveDirectoryApp so that TenantId can be updated. By default, the cmdlet sets TenantId from the logged in context, but customer may want to provide a different tenantid.
1 parent 34467c6 commit 82ac32c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/DataMigration/DataMigration/Models/PSAzureActiveDirectoryApp.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public PSAzureActiveDirectoryApp(string tenantId)
3333

3434
public SecureString AppKey { get; set; }
3535

36-
public string TenantId { get; private set; }
36+
public string TenantId { get; set; }
3737

3838
}
39-
}
39+
}

0 commit comments

Comments
 (0)