forked from Azure/azure-sdk-for-go
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release track 2
armcompute
v0.3.0 (Azure#15426)
* [Release] sdk/compute/armcompute/0.2.1 generation from spec commit: d5ad9431bbc19c34090d97209eb497167db32879 * fix exmaple * goimports * fix * fix * fix * fix CHANGELOG release date * fix
- Loading branch information
1 parent
21a8fc7
commit 56ac512
Showing
66 changed files
with
21,055 additions
and
12,562 deletions.
There are no files selected for viewing
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,6 +1,9 @@ | ||
# Release History | ||
|
||
## v0.2.0 (released) | ||
## v0.3.0 (2021-09-03) | ||
Updated with the latest track 2 code generator. | ||
|
||
## v0.1.0 (released) | ||
## v0.2.0 (2021-06-18) | ||
Updated with the latest track 2 code generator. | ||
|
||
## v0.1.0 (2021-05-26) |
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 was deleted.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
### AutoRest Configuration | ||
|
||
> see https://aka.ms/autorest | ||
``` yaml | ||
require: | ||
- https://github.com/Azure/azure-rest-api-specs/blob/d5ad9431bbc19c34090d97209eb497167db32879/specification/compute/resource-manager/readme.md | ||
- https://github.com/Azure/azure-rest-api-specs/blob/d5ad9431bbc19c34090d97209eb497167db32879/specification/compute/resource-manager/readme.go.md | ||
module-version: 0.3.0 | ||
|
||
``` |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
// Copyright (c) Microsoft Corporation. All rights reserved. | ||
// Licensed under the MIT License. See License.txt in the project root for license information. | ||
|
||
// This file enables 'go generate' to regenerate this specific SDK | ||
//go:generate pwsh.exe ../../../eng/scripts/build.ps1 -skipBuild -cleanGenerated -format -tidy -generate armcompute | ||
|
||
package armcompute |
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
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,11 +1,9 @@ | ||
module github.com/Azure/azure-sdk-for-go/sdk/compute/armcompute | ||
|
||
go 1.13 | ||
go 1.16 | ||
|
||
require ( | ||
github.com/Azure/azure-sdk-for-go v55.2.0+incompatible | ||
github.com/Azure/azure-sdk-for-go/sdk/armcore v0.8.0 | ||
github.com/Azure/azure-sdk-for-go/sdk/azcore v0.16.2 | ||
github.com/Azure/azure-sdk-for-go/sdk/azidentity v0.9.1 | ||
github.com/Azure/azure-sdk-for-go/sdk/to v0.1.4 | ||
github.com/Azure/azure-sdk-for-go v57.0.0+incompatible | ||
github.com/Azure/azure-sdk-for-go/sdk/azcore v0.19.0 | ||
github.com/Azure/azure-sdk-for-go/sdk/azidentity v0.10.0 | ||
) |
Oops, something went wrong.