Skip to content
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

Update webpubsub.json #15048

Merged
merged 2 commits into from
Jul 20, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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