Skip to content

Commit

Permalink
upd client for messengerrp
Browse files Browse the repository at this point in the history
Signed-off-by: lakshmimsft <[email protected]>
  • Loading branch information
lakshmimsft committed Nov 27, 2024
1 parent 64a21cd commit 7625b4f
Show file tree
Hide file tree
Showing 18 changed files with 981 additions and 232 deletions.
2 changes: 1 addition & 1 deletion build/generate.mk
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ generate-rad-datastoresrp-client: generate-node-installed generate-autorest-inst
.PHONY: generate-rad-messagingrp-client
generate-rad-messagingrp-client: generate-node-installed generate-autorest-installed generate-tsp-installed generate-openapi-spec ## Generates the messagingrp client SDK (Autorest).
@echo "$(AUTOREST_MODULE_VERSION) is module version"
autorest pkg/messagingrp/api/README.md --tag=messaging-2023-10-01-preview
autorest pkg/messagingrp/api/README.md --tag=messaging-2023-10-01-preview && rm pkg/messagingrp/api/v20231001preview/go.mod

.PHONY: generate-rad-daprrp-client
generate-rad-daprrp-client: generate-node-installed generate-autorest-installed generate-tsp-installed generate-openapi-spec ## Generates the daprrp client SDK (Autorest).
Expand Down
3 changes: 2 additions & 1 deletion pkg/messagingrp/api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down
66 changes: 66 additions & 0 deletions 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.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7625b4f

Please sign in to comment.