Skip to content

Commit 529ea79

Browse files
authored
Update webpubsub.json (#15048)
* Update webpubsub.json * Remove JS/Java autorest Since the SDK does not rely on that
1 parent 48796af commit 529ea79

File tree

2 files changed

+1
-34
lines changed

2 files changed

+1
-34
lines changed

specification/webpubsub/data-plane/WebPubSub/preview/2021-05-01-preview/webpubsub.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
"webpubsub"
143143
],
144144
"summary": "Close the client connection.",
145-
"operationId": "WebPubSub_CloseClientConnection",
145+
"operationId": "WebPubSub_CloseConnection",
146146
"parameters": [
147147
{
148148
"in": "path",

specification/webpubsub/data-plane/readme.md

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@ This is not used by Autorest itself.
6161
swagger-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

11683
These settings apply only when `--python` is specified on the command line.

0 commit comments

Comments
 (0)