Skip to content

Commit

Permalink
changes to arm core (#22524)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArcturusZhang authored Jul 8, 2021
1 parent cabb9c1 commit 5e281c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.

0 comments on commit 5e281c5

Please sign in to comment.