Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,11 @@ public ArmClient(
/// <param name="baseUri"> The base URI of the service. </param>
/// <param name="credential"> A credential used to authenticate to an Azure Service. </param>
/// <param name="options"> The client parameters to use in these operations. </param>
private ArmClient(
public ArmClient(
string defaultSubscriptionId,
Uri baseUri,
TokenCredential credential,
ArmClientOptions options)
ArmClientOptions options = default)
{
if (credential is null)
throw new ArgumentNullException(nameof(credential));
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.