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

Updated queues swagger #22620

Merged
merged 2 commits into from
Jul 7, 2021
Merged
Changes from 1 commit
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
Prev Previous commit
Updated queue swagger to main one
  • Loading branch information
gapra-msft committed Jul 7, 2021
commit d4640ea35f17e13af4ddde1fc11cea5bf47e7247
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-queue/swagger/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ autorest --java --use:@autorest/java@4.0.x

### Code generation settings
``` yaml
input-file: https://raw.githubusercontent.com/Azure/azure-rest-api-specs/e26b202f59cf887d2df3859d8154a31908d74a66/specification/storage/data-plane/Microsoft.QueueStorage/preview/2018-03-28/queue.json
input-file: https://raw.githubusercontent.com/Azure/azure-rest-api-specs/storage-dataplane-preview/specification/storage/data-plane/Microsoft.QueueStorage/preview/2018-03-28/queue.json
java: true
output-folder: ../
namespace: com.azure.storage.queue
Expand Down