Skip to content
Merged
Show file tree
Hide file tree
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
Main
  • Loading branch information
vincenttran-msft committed Jun 6, 2024
commit 57408cc271bf014487085f0aeb5244311a7ed7f9
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-blob/swagger/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ autorest --v3 --python

### Settings
``` yaml
input-file: https://raw.githubusercontent.com/Azure/azure-rest-api-specs/ad12f8e756a3dfbeb27b6e005ffdc99f027737a9/specification/storage/data-plane/Microsoft.BlobStorage/stable/2024-08-04/blob.json
input-file: https://raw.githubusercontent.com/Azure/azure-rest-api-specs/main/specification/storage/data-plane/Microsoft.BlobStorage/stable/2024-08-04/blob.json
output-folder: ../azure/storage/blob/_generated
namespace: azure.storage.blob
no-namespace-folders: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ autorest --v3 --python

### Settings
``` yaml
input-file: https://raw.githubusercontent.com/Azure/azure-rest-api-specs/ad12f8e756a3dfbeb27b6e005ffdc99f027737a9/specification/storage/data-plane/Azure.Storage.Files.DataLake/stable/2023-05-03/DataLakeStorage.json
input-file: https://raw.githubusercontent.com/Azure/azure-rest-api-specs/main/specification/storage/data-plane/Azure.Storage.Files.DataLake/stable/2023-05-03/DataLakeStorage.json
output-folder: ../azure/storage/filedatalake/_generated
namespace: azure.storage.filedatalake
no-namespace-folders: true
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-file-share/swagger/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ autorest --v3 --python

### Settings
``` yaml
input-file: https://raw.githubusercontent.com/Azure/azure-rest-api-specs/ad12f8e756a3dfbeb27b6e005ffdc99f027737a9/specification/storage/data-plane/Microsoft.FileStorage/stable/2024-08-04/file.json
input-file: https://raw.githubusercontent.com/Azure/azure-rest-api-specs/main/specification/storage/data-plane/Microsoft.FileStorage/stable/2024-08-04/file.json
output-folder: ../azure/storage/fileshare/_generated
namespace: azure.storage.fileshare
no-namespace-folders: true
Expand Down
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 @@ -19,7 +19,7 @@ autorest --use=C:/work/autorest.python --version=2.0.4280

### Settings
``` yaml
input-file: https://raw.githubusercontent.com/Azure/azure-rest-api-specs/ad12f8e756a3dfbeb27b6e005ffdc99f027737a9/specification/storage/data-plane/Microsoft.QueueStorage/stable/2018-03-28/queue.json
input-file: https://raw.githubusercontent.com/Azure/azure-rest-api-specs/main/specification/storage/data-plane/Microsoft.QueueStorage/stable/2018-03-28/queue.json
output-folder: ../azure/storage/queue/_generated
namespace: azure.storage.queue
no-namespace-folders: true
Expand Down