File tree Expand file tree Collapse file tree 22 files changed +36
-60
lines changed Expand file tree Collapse file tree 22 files changed +36
-60
lines changed Original file line number Diff line number Diff line change 11## Release History
22
3- ### 1.2.1 (Unreleased )
3+ ### 1.3.0 (2024-11-06 )
44
55#### Features Added
66* Added API Version support. Users can now change the default API Version by setting ClientOptions.APIVersion
77
8- #### Breaking Changes
9-
10- #### Bugs Fixed
11-
12- #### Other Changes
13-
148### 1.2.0 (2024-10-21)
159
1610#### Features Added
Original file line number Diff line number Diff line change @@ -6,14 +6,14 @@ require (
66 github.com/Azure/azure-sdk-for-go/sdk/azcore v1.16.0
77 github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.8.0
88 github.com/Azure/azure-sdk-for-go/sdk/internal v1.10.0
9- github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azkeys v1.1 .0
9+ github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azkeys v1.2 .0
1010 github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/internal v1.1.0
1111 github.com/google/uuid v1.6.0
1212 github.com/stretchr/testify v1.9.0
1313)
1414
1515require (
16- github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2 // indirect
16+ github.com/AzureAD/microsoft-authentication-library-for-go v1.3.1 // indirect
1717 github.com/davecgh/go-spew v1.1.1 // indirect
1818 github.com/golang-jwt/jwt/v5 v5.2.1 // indirect
1919 github.com/kylelemons/godebug v1.1.0 // indirect
Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.8.0/go.mod h1:fiPSssYvltE08H
55github.com/Azure/azure-sdk-for-go/sdk/azidentity/cache v0.3.0 h1:+m0M/LFxN43KvULkDNfdXOgrjtg6UYJPFBJyuEcRCAw =
66github.com/Azure/azure-sdk-for-go/sdk/internal v1.10.0 h1:ywEEhmNahHBihViHepv3xPBn1663uRv2t2q/ESv9seY =
77github.com/Azure/azure-sdk-for-go/sdk/internal v1.10.0 /go.mod h1:iZDifYGJTIgIIkYRNWPENUnqx6bJ2xnSDFI2tjwZNuY =
8- github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azkeys v1.1 .0 h1:DRiANoJTiW6obBQe3SqZizkuV1PEgfiiGivmVocDy64 =
9- github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azkeys v1.1 .0 /go.mod h1:qLIye2hwb/ZouqhpSD9Zn3SJipvpEnz1Ywl3VUk9Y0s =
8+ github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azkeys v1.2 .0 h1:fKSH2aGSnt/ibGvis2f0gD3Lp10bzKr92FQxKutoNDc =
9+ github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azkeys v1.2 .0 /go.mod h1:TPR8de/4RyFL97NXnpjtIaLZFR0eQxlQeXbk7EKIrbw =
1010github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/internal v1.1.0 h1:eXnN9kaS8TiDwXjoie3hMRLuwdUBUMW9KRgOqB3mCaw =
1111github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/internal v1.1.0 /go.mod h1:XIpam8wumeZ5rVMuhdDQLMfIPDf1WO3IzrCRO3e3e3o =
1212github.com/AzureAD/microsoft-authentication-extensions-for-go/cache v0.1.1 h1:WJTmL004Abzc5wDB5VtZG2PJk5ndYDgVacGqfirKxjM =
13- github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2 h1:XHOnouVk1mxXfQidrMEnLlPk9UMeRtyBTnEFtxkV0kU =
14- github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2 /go.mod h1:wP83P5OoQ5p6ip3ScPr0BAq0BvuPAvacpEuSzyouqAI =
13+ github.com/AzureAD/microsoft-authentication-library-for-go v1.3.1 h1:gUDtaZk8heteyfdmv+pcfHvhR9llnh7c7GMwZ8RVG04 =
14+ github.com/AzureAD/microsoft-authentication-library-for-go v1.3.1 /go.mod h1:wP83P5OoQ5p6ip3ScPr0BAq0BvuPAvacpEuSzyouqAI =
1515github.com/cespare/xxhash/v2 v2.3.0 h1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UFvs =
1616github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
1717github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
Original file line number Diff line number Diff line change @@ -8,5 +8,5 @@ package internal
88
99const (
1010 ModuleName = "github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azadmin"
11- Version = "v1.2.1 "
11+ Version = "v1.3.0 "
1212)
Original file line number Diff line number Diff line change 11# Release History
22
3- ## 1.2.1 (Unreleased )
3+ ## 1.3.0 (2024-11-06 )
44
55### Features Added
66* Added API Version support. Users can now change the default API Version by setting ClientOptions.APIVersion
77
8- ### Breaking Changes
9-
10- ### Bugs Fixed
11-
12- ### Other Changes
13-
148## 1.2.0 (2024-10-21)
159
1610### Features Added
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ require (
1111)
1212
1313require (
14- github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2 // indirect
14+ github.com/AzureAD/microsoft-authentication-library-for-go v1.3.1 // indirect
1515 github.com/davecgh/go-spew v1.1.1 // indirect
1616 github.com/golang-jwt/jwt/v5 v5.2.1 // indirect
1717 github.com/google/uuid v1.6.0 // indirect
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ github.com/Azure/azure-sdk-for-go/sdk/internal v1.10.0/go.mod h1:iZDifYGJTIgIIkY
88github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/internal v1.1.0 h1:eXnN9kaS8TiDwXjoie3hMRLuwdUBUMW9KRgOqB3mCaw =
99github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/internal v1.1.0 /go.mod h1:XIpam8wumeZ5rVMuhdDQLMfIPDf1WO3IzrCRO3e3e3o =
1010github.com/AzureAD/microsoft-authentication-extensions-for-go/cache v0.1.1 h1:WJTmL004Abzc5wDB5VtZG2PJk5ndYDgVacGqfirKxjM =
11- github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2 h1:XHOnouVk1mxXfQidrMEnLlPk9UMeRtyBTnEFtxkV0kU =
12- github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2 /go.mod h1:wP83P5OoQ5p6ip3ScPr0BAq0BvuPAvacpEuSzyouqAI =
11+ github.com/AzureAD/microsoft-authentication-library-for-go v1.3.1 h1:gUDtaZk8heteyfdmv+pcfHvhR9llnh7c7GMwZ8RVG04 =
12+ github.com/AzureAD/microsoft-authentication-library-for-go v1.3.1 /go.mod h1:wP83P5OoQ5p6ip3ScPr0BAq0BvuPAvacpEuSzyouqAI =
1313github.com/cespare/xxhash/v2 v2.3.0 h1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UFvs =
1414github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
1515github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
Original file line number Diff line number Diff line change @@ -8,12 +8,12 @@ require (
88 github.com/Azure/azure-sdk-for-go/sdk/azcore v1.16.0
99 github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.8.0
1010 github.com/Azure/azure-sdk-for-go/sdk/internal v1.10.0
11- github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azcertificates v1.1 .0
11+ github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azcertificates v1.2 .0
1212)
1313
1414require (
1515 github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/internal v1.1.0 // indirect
16- github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2 // indirect
16+ github.com/AzureAD/microsoft-authentication-library-for-go v1.3.1 // indirect
1717 github.com/golang-jwt/jwt/v5 v5.2.1 // indirect
1818 github.com/google/uuid v1.6.0 // indirect
1919 github.com/kylelemons/godebug v1.1.0 // indirect
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ github.com/Azure/azure-sdk-for-go/sdk/internal v1.10.0/go.mod h1:iZDifYGJTIgIIkY
88github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/internal v1.1.0 h1:eXnN9kaS8TiDwXjoie3hMRLuwdUBUMW9KRgOqB3mCaw =
99github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/internal v1.1.0 /go.mod h1:XIpam8wumeZ5rVMuhdDQLMfIPDf1WO3IzrCRO3e3e3o =
1010github.com/AzureAD/microsoft-authentication-extensions-for-go/cache v0.1.1 h1:WJTmL004Abzc5wDB5VtZG2PJk5ndYDgVacGqfirKxjM =
11- github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2 h1:XHOnouVk1mxXfQidrMEnLlPk9UMeRtyBTnEFtxkV0kU =
12- github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2 /go.mod h1:wP83P5OoQ5p6ip3ScPr0BAq0BvuPAvacpEuSzyouqAI =
11+ github.com/AzureAD/microsoft-authentication-library-for-go v1.3.1 h1:gUDtaZk8heteyfdmv+pcfHvhR9llnh7c7GMwZ8RVG04 =
12+ github.com/AzureAD/microsoft-authentication-library-for-go v1.3.1 /go.mod h1:wP83P5OoQ5p6ip3ScPr0BAq0BvuPAvacpEuSzyouqAI =
1313github.com/cespare/xxhash/v2 v2.3.0 h1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UFvs =
1414github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
1515github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f h1:lO4WD4F/rVNCu3HqELle0jiPLLBs70cWOduZpkS1E78 =
Original file line number Diff line number Diff line change @@ -8,5 +8,5 @@ package azcertificates
88
99const (
1010 moduleName = "github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azcertificates"
11- version = "v1.2.1 "
11+ version = "v1.3.0 "
1212)
You can’t perform that action at this time.
0 commit comments