Skip to content

Commit

Permalink
Update PSAzureActiveDirectoryApp so that TenantId can be updated (#13220
Browse files Browse the repository at this point in the history
)

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.
  • Loading branch information
hitenjava authored Oct 15, 2020
1 parent 34467c6 commit 82ac32c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public PSAzureActiveDirectoryApp(string tenantId)

public SecureString AppKey { get; set; }

public string TenantId { get; private set; }
public string TenantId { get; set; }

}
}
}

0 comments on commit 82ac32c

Please sign in to comment.