Skip to content

Commit

Permalink
r/recovery_services_vault: using the requested cloud rather than the …
Browse files Browse the repository at this point in the history
…default

Fixes #5818
  • Loading branch information
tombuildsstuff committed Feb 20, 2020
1 parent 5f57ff5 commit 29b05a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ type Client struct {
}

func NewClient(o *common.ClientOptions) *Client {
vaultConfigsClient := backup.NewResourceVaultConfigsClient(o.SubscriptionId)
vaultConfigsClient := backup.NewResourceVaultConfigsClientWithBaseURI(o.ResourceManagerEndpoint, o.SubscriptionId)
o.ConfigureClient(&vaultConfigsClient.Client, o.ResourceManagerAuthorizer)

vaultsClient := recoveryservices.NewVaultsClientWithBaseURI(o.ResourceManagerEndpoint, o.SubscriptionId)
Expand Down

0 comments on commit 29b05a9

Please sign in to comment.