-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: lakshmimsft <[email protected]>
- Loading branch information
1 parent
64a21cd
commit 7625b4f
Showing
18 changed files
with
981 additions
and
232 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
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 |
---|---|---|
|
@@ -44,7 +44,8 @@ The following configuration generates track2 go models and client. | |
```yaml $(tag) != '' | ||
version: 3.*.* | ||
use: "@autorest/[email protected]" | ||
use: "@autorest/[email protected]" | ||
module: "github.com/radius-project/radius/pkg/messagingrp/api/v20231001preview" | ||
module-version: 0.0.1 | ||
file-prefix: zz_generated_ | ||
license-header: "Licensed under the Apache License, Version 2.0 . See LICENSE in the repository root for license information.\nCode generated by Microsoft (R) AutoRest Code Generator.\nChanges may cause incorrect behavior and will be lost if the code is regenerated." | ||
|
66 changes: 66 additions & 0 deletions
66
pkg/messagingrp/api/v20231001preview/fake/zz_generated_internal.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
118 changes: 118 additions & 0 deletions
118
pkg/messagingrp/api/v20231001preview/fake/zz_generated_operations_server.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.