-
Notifications
You must be signed in to change notification settings - Fork 850
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 R19 (#17587)
* [Release] sdk/resourcemanager/eventhub/armeventhub/0.4.0 generation from spec commit: ba65174ad2569e80fdb5838a1dddc26b8c0d6f3d * [Release] sdk/resourcemanager/servicebus/armservicebus/0.4.0 generation from spec commit: ba65174ad2569e80fdb5838a1dddc26b8c0d6f3d * Update README.md * add resources/armresources live test
- Loading branch information
Showing
74 changed files
with
6,538 additions
and
30,822 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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/eventhub/armeventhub | ||
|
||
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.