-
Notifications
You must be signed in to change notification settings - Fork 849
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release refresh all package R2 (#17506)
* [Release] sdk/resourcemanager/attestation/armattestation/0.3.0 generation from spec commit: 74ca59fc8cb6563d5a9d66fb533b8622522143eb * [Release] sdk/resourcemanager/authorization/armauthorization/0.4.0 generation from spec commit: 74ca59fc8cb6563d5a9d66fb533b8622522143eb * [Release] sdk/resourcemanager/automanage/armautomanage/0.3.0 generation from spec commit: 74ca59fc8cb6563d5a9d66fb533b8622522143eb * [Release] sdk/resourcemanager/automation/armautomation/0.4.0 generation from spec commit: 74ca59fc8cb6563d5a9d66fb533b8622522143eb * [Release] sdk/resourcemanager/avs/armavs/0.3.0 generation from spec commit: 74ca59fc8cb6563d5a9d66fb533b8622522143eb * [Release] sdk/resourcemanager/azurearcdata/armazurearcdata/0.3.0 generation from spec commit: 74ca59fc8cb6563d5a9d66fb533b8622522143eb * [Release] sdk/resourcemanager/azuredata/armazuredata/0.3.0 generation from spec commit: 74ca59fc8cb6563d5a9d66fb533b8622522143eb * [Release] sdk/resourcemanager/azurestackhci/armazurestackhci/0.3.0 generation from spec commit: 74ca59fc8cb6563d5a9d66fb533b8622522143eb * [Release] sdk/resourcemanager/baremetalinfrastructure/armbaremetalinfrastructure/0.3.0 generation from spec commit: 74ca59fc8cb6563d5a9d66fb533b8622522143eb * [Release] sdk/resourcemanager/batch/armbatch/0.3.0 generation from spec commit: 74ca59fc8cb6563d5a9d66fb533b8622522143eb * Update README.md * update build constraint
- Loading branch information
Showing
365 changed files
with
26,678 additions
and
37,249 deletions.
There are no files selected for viewing
63 changes: 63 additions & 0 deletions
63
sdk/resourcemanager/attestation/armattestation/CHANGELOG.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,21 @@ | ||
module github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/attestation/armattestation | ||
|
||
go 1.16 | ||
go 1.18 | ||
|
||
require ( | ||
github.com/Azure/azure-sdk-for-go/sdk/azcore v0.21.0 | ||
github.com/Azure/azure-sdk-for-go/sdk/azidentity v0.13.0 | ||
github.com/Azure/azure-sdk-for-go/sdk/azcore v0.23.0 | ||
github.com/Azure/azure-sdk-for-go/sdk/azidentity v0.14.0 | ||
) | ||
|
||
require ( | ||
github.com/Azure/azure-sdk-for-go/sdk/internal v0.9.1 // indirect | ||
github.com/AzureAD/microsoft-authentication-library-for-go v0.4.0 // indirect | ||
github.com/golang-jwt/jwt v3.2.1+incompatible // indirect | ||
github.com/google/uuid v1.1.1 // indirect | ||
github.com/kylelemons/godebug v1.1.0 // indirect | ||
github.com/pkg/browser v0.0.0-20210115035449-ce105d075bb4 // indirect | ||
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897 // indirect | ||
golang.org/x/net v0.0.0-20211015210444-4f30a5c0130f // indirect | ||
golang.org/x/sys v0.0.0-20211019181941-9d821ace8654 // indirect | ||
golang.org/x/text v0.3.7 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.