forked from Azure/azure-sdk-for-go
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CodeGen from PR 18683 in Azure/azure-rest-api-specs
Merge ef3e80f8a7d9d2ed9157410e7dfb1837bd1d35a3 into ba65174ad2569e80fdb5838a1dddc26b8c0d6f3d
- Loading branch information
SDKAuto
committed
Apr 14, 2022
1 parent
917ea6d
commit acc1cbe
Showing
14 changed files
with
637 additions
and
1,016 deletions.
There are no files selected for viewing
70 changes: 70 additions & 0 deletions
70
sdk/resourcemanager/resources/armdeploymentscripts/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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,30 @@ | ||
module github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armdeploymentscripts | ||
|
||
go 1.16 | ||
go 1.18 | ||
|
||
require ( | ||
github.com/Azure/azure-sdk-for-go/sdk/azcore v0.22.0 | ||
github.com/Azure/azure-sdk-for-go/sdk/azidentity v0.13.1 | ||
github.com/Azure/azure-sdk-for-go/sdk/azcore v0.23.0 | ||
github.com/Azure/azure-sdk-for-go/sdk/internal v0.9.1 | ||
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/internal v0.1.0 | ||
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/msi/armmsi v0.3.1 | ||
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/internal v0.3.0 | ||
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/msi/armmsi v0.4.0 | ||
github.com/stretchr/testify v1.7.0 | ||
) | ||
|
||
require ( | ||
github.com/Azure/azure-sdk-for-go/sdk/azidentity v0.14.0 // indirect | ||
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armresources v0.4.0 // indirect | ||
github.com/AzureAD/microsoft-authentication-library-for-go v0.4.0 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/dnaeon/go-vcr v1.1.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 | ||
github.com/pmezard/go-difflib v1.0.0 // 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 | ||
gopkg.in/yaml.v2 v2.4.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // 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.