Skip to content

Commit

Permalink
Merge branch 'feature/mgmt-track2' of https://github.com/Azure/azure-…
Browse files Browse the repository at this point in the history
…sdk-for-net into mgmt-track2
  • Loading branch information
YalinLi0312 committed May 6, 2021
2 parents 3066cd2 + e470fcc commit 9597dc7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ private ArmClient(
throw new ArgumentNullException(nameof(credential));

Credential = credential;
BaseUri = baseUri;
BaseUri = baseUri ?? new Uri(DefaultUri);
ClientOptions = options?.Clone() ?? new ArmClientOptions();
Pipeline = ManagementPipelineBuilder.Build(Credential, BaseUri, ClientOptions);

Expand Down

0 comments on commit 9597dc7

Please sign in to comment.