Skip to content

Commit

Permalink
vendor: Add vendor files for Azure-sdk-for-go
Browse files Browse the repository at this point in the history
Adding vendor files for Azure Stack Hub client support for DNS.
Hybrid version 2018-05-01 did not work for DNS so adding 2016 version.
  • Loading branch information
rna-afk committed Jul 21, 2021
1 parent bc10a2c commit 8303357
Show file tree
Hide file tree
Showing 8 changed files with 2,406 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/destroy/azure/azure.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ func (o *ClusterUninstaller) Run() error {
waitCtx,
func(ctx context.Context) {
o.Logger.Debugf("deleting public records")
if o.Environment.Name == "AzureStackCloud" || o.Environment.Name == "" {
if o.Environment.Name == "AzureStackCloud" {
err = deleteAzureStackPublicRecords(ctx, o)
} else {
err = deletePublicRecords(ctx, o.zonesClient, o.recordsClient, o.privateZonesClient, o.privateRecordSetsClient, o.Logger, o.ResourceGroupName)
Expand Down

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

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

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

0 comments on commit 8303357

Please sign in to comment.