Skip to content

Releases: hashicorp/go-azure-helpers

v0.54.0

02 Mar 12:34
d4a5130
Compare
Choose a tag to compare
Merge pull request #156 from hashicorp/f/common-id-key-vault-key-version

resourcemanager/commonids: adding Key Vault Key Version

v0.53.0

02 Mar 11:32
042cc67
Compare
Choose a tag to compare
Merge pull request #154 from hashicorp/f/common-ids-keyvault

resourcemanager/commonids: adding Common IDs for Key Vault & Key Vault Key

v0.52.0

02 Mar 11:30
d1abec4
Compare
Choose a tag to compare
Merge pull request #151 from hashicorp/f/add-commonid-automation-comp…

v0.51.0

03 Feb 07:56
0bf5b64
Compare
Choose a tag to compare
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

02 Feb 09:54
4e5d8c7
Compare
Choose a tag to compare
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

02 Feb 09:54
3d1b3d2
Compare
Choose a tag to compare
Merge pull request #145 from hashicorp/dependencies/update

dependencies: updating

v0.48.0

01 Feb 13:17
05d1058
Compare
Choose a tag to compare
Merge pull request #143 from hashicorp/f/commonids-migrate

resourcemanager/commonids: adding Common IDs for Migrate

v0.20.0

10 Jan 19:29
c2f9257
Compare
Choose a tag to compare
  • Rename the BearerAuthorizerCallback method of the authentication.Config struct to ADALBearerAuthorizerCallback and introduce an MSALBearerAuthorizerCallback method
  • Source the authenticated principal's object ID from access token claims where possible to avoid an unnecessary Graph API call

v0.19.0

15 Dec 04:43
5a411a2
Compare
Choose a tag to compare
  • Introducing a Common Schema type for SystemOrUserAssignedIdentity
  • Renaming the Common Schema type for SystemAssignedUserAssignedIdentity to SystemAndUserAssignedIdentity

v0.17.0

05 Nov 13:52
0ae0f6c
Compare
Choose a tag to compare
  • 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 a pointer package (which is intentionally not called to 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 and UserAssigned)
    • 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 to lang/formatting
  • The response package has been moved to lang/response