Skip to content

Commit

Permalink
Update webpubsub.json (#15048)
Browse files Browse the repository at this point in the history
* Update webpubsub.json

* Remove JS/Java autorest 

Since the SDK does not rely on that
  • Loading branch information
vicancy authored Jul 20, 2021
1 parent 48796af commit 529ea79
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 34 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
"webpubsub"
],
"summary": "Close the client connection.",
"operationId": "WebPubSub_CloseClientConnection",
"operationId": "WebPubSub_CloseConnection",
"parameters": [
{
"in": "path",
Expand Down
33 changes: 0 additions & 33 deletions specification/webpubsub/data-plane/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ This is not used by Autorest itself.
swagger-to-sdk:
- repo: azure-sdk-for-python
- repo: azure-sdk-for-net
- repo: azure-sdk-for-java
- repo: azure-sdk-for-js
```

## C#
Expand All @@ -80,37 +78,6 @@ csharp:
clear-output-folder: true
```

## Java

These settings apply only when `--java` is specified on the command line.
Please also specify `--azure-libraries-for-java-folder=<path to the root directory of your azure-libraries-for-java clone>`.

``` yaml $(java)
azure-arm: false
fluent: true
namespace: com.azure.messaging.webpubsub
license-header: MICROSOFT_MIT_NO_CODEGEN
payload-flattening-threshold: 1
output-folder: $(azure-libraries-for-java-folder)/webpubsub/data-plane
```

## TypeScript

These settings apply only when `--typescript` is specified on the command line.
Please also specify `--typescript-sdks-folder=<path to root folder of your azure-sdk-for-js clone>`.

``` yaml $(typescript)
azure-arm: false
package-name: "@azure/web-pubsub"
license-header: MICROSOFT_MIT_NO_VERSION
output-folder: "$(typescript-sdks-folder)/sdk/web-pubsub/web-pubsub"
clear-output-folder: true
generate-metadata: true
v3: true
use-extension:
"@autorest/typescript": "6.0.0-dev.20201105.2"
```

## Python

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

0 comments on commit 529ea79

Please sign in to comment.