Skip to content

Commit

Permalink
add corerp
Browse files Browse the repository at this point in the history
  • Loading branch information
lakshmimsft committed Nov 10, 2024
1 parent 0861ac7 commit 4f33be7
Show file tree
Hide file tree
Showing 30 changed files with 3,602 additions and 774 deletions.
6 changes: 3 additions & 3 deletions build/generate.mk
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,12 @@ generate-genericcliclient: generate-node-installed generate-autorest-installed
.PHONY: generate-rad-corerp-client
generate-rad-corerp-client: generate-node-installed generate-autorest-installed generate-tsp-installed generate-openapi-spec ## Generates the corerp client SDK (Autorest).
@echo "$(AUTOREST_MODULE_VERSION) is module version"
autorest pkg/corerp/api/README.md --tag=core-2023-10-01-preview
autorest pkg/corerp/api/README.md --tag=core-2023-10-01-preview && rm pkg/corerp/api/v20231001preview/go.mod

.PHONY: generate-rad-datastoresrp-client
generate-rad-datastoresrp-client: generate-node-installed generate-autorest-installed generate-tsp-installed generate-openapi-spec ## Generates the datastoresrp client SDK (Autorest).
@echo "$(AUTOREST_MODULE_VERSION) is module version"
autorest pkg/datastoresrp/api/README.md --tag=datastores-2023-10-01-preview
autorest pkg/datastoresrp/api/README.md --tag=datastores-2023-10-01-preview && rm pkg/datastoresrp/api/v20231001preview/go.mod

.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).
Expand All @@ -94,7 +94,7 @@ generate-rad-messagingrp-client: generate-node-installed generate-autorest-insta
.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).
@echo "$(AUTOREST_MODULE_VERSION) is module version"
autorest pkg/daprrp/api/README.md --tag=dapr-2023-10-01-preview
autorest pkg/daprrp/api/README.md --tag=dapr-2023-10-01-preview

.PHONY: generate-rad-ucp-client
generate-rad-ucp-client: generate-node-installed generate-autorest-installed test-ucp-spec-examples ## Generates the UCP client SDK (Autorest).
Expand Down
3 changes: 2 additions & 1 deletion pkg/corerp/api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ The following configuration generates track2 go models and client.
```yaml $(tag) != ''
version: 3.*.*
use: "@autorest/go@4.0.0-preview.55"
use: "@autorest/go@4.0.0-preview.69"
module: "github.com/radius-project/radius/pkg/corerp/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

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

Loading

0 comments on commit 4f33be7

Please sign in to comment.