Skip to content

Commit

Permalink
Merge pull request #3004 from hashicorp/f/key-vault-base-layer
Browse files Browse the repository at this point in the history
tools/generator-go-sdk: reverting `KeyVault` to the old base layer for the moment
  • Loading branch information
tombuildsstuff authored Sep 1, 2023
2 parents 2039562 + 6edd480 commit 5051c50
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/generator-go-sdk/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ func main() {
"ContainerService",
"LoadTestService",
"ManagedIdentity",

// @tombuildsstuff: KeyVault requires that the exact casing retrieved from the API is re-sent back to the API
// as such will require custom work in the Provider (potentially a custom unmarshaller from the HTTP Body) to support this
"KeyVault",
)

var serviceNames string
Expand Down

0 comments on commit 5051c50

Please sign in to comment.