-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
# Description Updates to generate.mk to include generation of clients for daprrp, messagingrp and datastoresrp This PR: Updates generate.mk Corrects/updates path for Readme.md files and includes new copyright text used when generating client files. ##Part of #3499 Fixes: (not created new issues for this. part of #3499) ## Checklist Please make sure you've completed the relevant tasks for this PR, out of the following list: * [ ] Code compiles correctly * [ ] Adds necessary unit tests for change * [ ] Adds necessary E2E tests for change * [ ] Unit tests passing * [ ] Extended the documentation / Created issue for it
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,7 @@ These settings apply only when `--tag=dapr-2022-03-15-privatepreview` is specifi | |
|
||
```yaml $(tag) == 'dapr-2022-03-15-privatepreview' | ||
input-file: | ||
- ../../../../swagger/specification/applications/resource-manager/Applications.Dapr/preview/2022-03-15-privatepreview/openapi.json | ||
- ../../../swagger/specification/applications/resource-manager/Applications.Dapr/preview/2022-03-15-privatepreview/openapi.json | ||
modelerfour: | ||
treat-type-object-as-anything: false | ||
``` | ||
|
@@ -47,7 +47,7 @@ version: 3.*.* | |
use: "@autorest/[email protected]" | ||
module-version: 0.0.1 | ||
file-prefix: zz_generated_ | ||
license-header: MICROSOFT_MIT_NO_VERSION | ||
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." | ||
azure-arm: true | ||
``` | ||
|
@@ -58,5 +58,5 @@ azure-arm: true | |
These settings apply only when `--tag=dapr-2022-03-15-privatepreview` is specified on the command line. | ||
|
||
```yaml $(tag) == 'dapr-2022-03-15-privatepreview' | ||
output-folder: ../v20220315privatepreview | ||
output-folder: ./v20220315privatepreview | ||
``` |
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.
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.
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.