Skip to content

Commit

Permalink
Upgrade azure-for-go-sdk to v29.0.0 and autorest to v11.7.0 (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
katbyte authored May 15, 2019
1 parent 15d378e commit cdcc571
Show file tree
Hide file tree
Showing 286 changed files with 32,022 additions and 4,520 deletions.
4 changes: 2 additions & 2 deletions azurestack/resource_arm_storage_account.go
Original file line number Diff line number Diff line change
Expand Up @@ -577,8 +577,8 @@ func expandStorageAccountCustomDomain(d *schema.ResourceData) *storage.CustomDom
name := domain["name"].(string)
useSubDomain := domain["use_subdomain"].(bool)
return &storage.CustomDomain{
Name: utils.String(name),
UseSubDomain: utils.Bool(useSubDomain),
Name: utils.String(name),
UseSubDomainName: utils.Bool(useSubDomain),
}
}

Expand Down
8 changes: 6 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ module github.com/terraform-providers/terraform-provider-azurestack
go 1.12

require (
github.com/Azure/azure-sdk-for-go v21.3.0+incompatible
github.com/Azure/go-autorest v10.15.4+incompatible
contrib.go.opencensus.io/exporter/ocagent v0.5.0 // indirect
github.com/Azure/azure-sdk-for-go v29.0.0+incompatible
github.com/Azure/go-autorest v11.7.0+incompatible
github.com/apache/thrift v0.12.0 // indirect
github.com/davecgh/go-spew v1.1.1
github.com/dnaeon/go-vcr v1.0.1 // indirect
github.com/hashicorp/errwrap v1.0.0
Expand All @@ -14,6 +16,8 @@ require (
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/hashicorp/hil v0.0.0-20190212132231-97b3a9cdfa93 // indirect
github.com/hashicorp/terraform v0.12.0-alpha4.0.20190417210818-177a7afb781f
github.com/openzipkin/zipkin-go v0.1.6 // indirect
github.com/prometheus/client_golang v0.9.3-0.20190127221311-3c4408c8b829 // indirect
github.com/terraform-providers/terraform-provider-azurerm v1.15.0
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
golang.org/x/sys v0.0.0-20190312061237-fead79001313 // indirect
Expand Down
79 changes: 79 additions & 0 deletions go.sum

Large diffs are not rendered by default.

18 changes: 18 additions & 0 deletions vendor/contrib.go.opencensus.io/exporter/ocagent/.travis.yml

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

24 changes: 24 additions & 0 deletions vendor/contrib.go.opencensus.io/exporter/ocagent/CONTRIBUTING.md

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

201 changes: 201 additions & 0 deletions vendor/contrib.go.opencensus.io/exporter/ocagent/LICENSE

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

61 changes: 61 additions & 0 deletions vendor/contrib.go.opencensus.io/exporter/ocagent/README.md

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

38 changes: 38 additions & 0 deletions vendor/contrib.go.opencensus.io/exporter/ocagent/common.go

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

Loading

0 comments on commit cdcc571

Please sign in to comment.