File tree Expand file tree Collapse file tree 2 files changed +1
-34
lines changed
specification/webpubsub/data-plane
WebPubSub/preview/2021-05-01-preview Expand file tree Collapse file tree 2 files changed +1
-34
lines changed Original file line number Diff line number Diff line change 142142 " webpubsub"
143143 ],
144144 "summary" : " Close the client connection." ,
145- "operationId" : " WebPubSub_CloseClientConnection " ,
145+ "operationId" : " WebPubSub_CloseConnection " ,
146146 "parameters" : [
147147 {
148148 "in" : " path" ,
Original file line number Diff line number Diff line change @@ -61,8 +61,6 @@ This is not used by Autorest itself.
6161swagger-to-sdk:
6262 - repo: azure-sdk-for-python
6363 - repo: azure-sdk-for-net
64- - repo: azure-sdk-for-java
65- - repo: azure-sdk-for-js
6664` ` `
6765
6866# # C#
@@ -80,37 +78,6 @@ csharp:
8078 clear-output-folder: true
8179` ` `
8280
83- # # Java
84-
85- These settings apply only when `--java` is specified on the command line.
86- Please also specify `--azure-libraries-for-java-folder=<path to the root directory of your azure-libraries-for-java clone>`.
87-
88- ` ` ` yaml $(java)
89- azure-arm: false
90- fluent: true
91- namespace: com.azure.messaging.webpubsub
92- license-header: MICROSOFT_MIT_NO_CODEGEN
93- payload-flattening-threshold: 1
94- output-folder: $(azure-libraries-for-java-folder)/webpubsub/data-plane
95- ` ` `
96-
97- # # TypeScript
98-
99- These settings apply only when `--typescript` is specified on the command line.
100- Please also specify `--typescript-sdks-folder=<path to root folder of your azure-sdk-for-js clone>`.
101-
102- ` ` ` yaml $(typescript)
103- azure-arm: false
104- package-name: "@azure/web-pubsub"
105- license-header: MICROSOFT_MIT_NO_VERSION
106- output-folder: "$(typescript-sdks-folder)/sdk/web-pubsub/web-pubsub"
107- clear-output-folder: true
108- generate-metadata: true
109- v3: true
110- use-extension:
111- "@autorest/typescript": "6.0.0-dev.20201105.2"
112- ` ` `
113-
11481# # Python
11582
11683These settings apply only when `--python` is specified on the command line.
You can’t perform that action at this time.
0 commit comments