-
Notifications
You must be signed in to change notification settings - Fork 877
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
armcontainerregistry 1.1.0-beta.2 release (#20986)
* armcontainerregistry 1.1.0-beta.2 release * add module setting to config file * update to latest code generator add testable fake example bump release date
- Loading branch information
1 parent
c4ae431
commit 54863e9
Showing
51 changed files
with
7,940 additions
and
1,225 deletions.
There are no files selected for viewing
6 changes: 6 additions & 0 deletions
6
sdk/resourcemanager/containerregistry/armcontainerregistry/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
96 changes: 69 additions & 27 deletions
96
sdk/resourcemanager/containerregistry/armcontainerregistry/agentpools_client.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,6 @@ | |
// 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 ../../../../eng/scripts/build.ps1 -skipBuild -cleanGenerated -format -tidy -generate resourcemanager/containerregistry/armcontainerregistry | ||
//go:generate pwsh ../../../../eng/scripts/build.ps1 -goExtension "@autorest/[email protected]" -skipBuild -cleanGenerated -format -tidy -generate resourcemanager/containerregistry/armcontainerregistry | ||
|
||
package armcontainerregistry |
Oops, something went wrong.