Releases: hashicorp/go-azure-helpers
Releases · hashicorp/go-azure-helpers
v0.54.0
Merge pull request #156 from hashicorp/f/common-id-key-vault-key-version resourcemanager/commonids: adding Key Vault Key Version
v0.53.0
Merge pull request #154 from hashicorp/f/common-ids-keyvault resourcemanager/commonids: adding Common IDs for Key Vault & Key Vault Key
v0.52.0
Merge pull request #151 from hashicorp/f/add-commonid-automation-comp…
v0.51.0
Merge pull request #147 from hashicorp/b/uai-field-rename resourcemanager/commonids: refactoring User Assigned Identity ID to use the updated segment name
v0.50.0
Merge pull request #146 from hashicorp/deps/azure-sdk-v66 dependencies: downgrading to v66 of `github.com/Azure/azure-sdk-for-go`
v0.49.0
Merge pull request #145 from hashicorp/dependencies/update dependencies: updating
v0.48.0
Merge pull request #143 from hashicorp/f/commonids-migrate resourcemanager/commonids: adding Common IDs for Migrate
v0.20.0
- Rename the
BearerAuthorizerCallback
method of theauthentication.Config
struct toADALBearerAuthorizerCallback
and introduce anMSALBearerAuthorizerCallback
method - Source the authenticated principal's object ID from access token claims where possible to avoid an unnecessary Graph API call
v0.19.0
- Introducing a Common Schema type for
SystemOrUserAssignedIdentity
- Renaming the Common Schema type for
SystemAssignedUserAssignedIdentity
toSystemAndUserAssignedIdentity
v0.17.0
- Introduces a new Resource ID Parser which uses Segments
- Introduces Common Resource ID Types (using the new Resource ID Parser) for:
- Management Group ID
- Resource Group ID
- Subscription ID
- User Assigned Identity ID
- Introduces a new
lang
package for Golang specific helpers, this includes apointer
package (which is intentionally not calledto
since this conflicts with the pre-existing Azure/go-autorest package of the same name. - Introduces Common Schema for:
- Location
- Resource Group Name
- Identity (
SystemAssigned
,SystemAssigned, UserAssigned
andUserAssigned
) - Tags - note these Expand functions are only for the new tags, and intentionally not for the existing wrappers
There's also a couple of breaking changes to call out:
- The
formatting
package has been moved tolang/formatting
- The
response
package has been moved tolang/response