-
Notifications
You must be signed in to change notification settings - Fork 5.9k
add auth and fix some generated code issue in .net #24725
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 3 commits
c76c5bc
bff5061
aba2240
a57146b
72407c8
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -11,14 +11,14 @@ options: | |
| "@azure-tools/typespec-autorest": | ||
| azure-resource-provider-folder: "data-plane" | ||
| emitter-output-dir: "{project-root}/.." | ||
| examples-directory: "examples" | ||
| examples-directory: "{project-root}/examples" | ||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. FYI - issue#3182
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'm OK working around this for now but do we know if we can get some of these to be defaults so we don't have to specify them in all the tspconfig files?
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I saw this issue was planned in July sprint. It's ok to use the correct value in sample config as this issue will be gone soon. |
||
| output-file: "{azure-resource-provider-folder}/{service-name}/{version-status}/{version}/widgets.json" | ||
| "@azure-tools/typespec-python": | ||
| package-dir: "azure-contoso-widgetmanager" | ||
| package-mode: "dataplane" | ||
| package-name: "{package-dir}" | ||
| "@azure-tools/typespec-csharp": | ||
| package-dir: "Azure.Contoso.WidgetManager" | ||
| package-dir: "Azure.Storage.Contoso" | ||
|
raych1 marked this conversation as resolved.
Outdated
|
||
| clear-output-folder: true | ||
| model-namespace: false | ||
| namespace: "{package-dir}" | ||
|
|
@@ -28,4 +28,4 @@ options: | |
| name: "@azure-rest/contoso-widgetmanager-rest" | ||
| "@azure-tools/typespec-java": | ||
| package-dir: "azure-contoso-widgetmanager" | ||
| namespace: com.azure.contoso.widgetmanager | ||
| namespace: com.azure.contoso.widgetmanager | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Ray Chen (@raych1): Please do not remove trailing newlines when editing files. |
||
Uh oh!
There was an error while loading. Please reload this page.