Skip to content

Commit 7eb2b60

Browse files
authored
Updated file share swagger to point to correct file (Azure#18453)
Co-authored-by: gapra <gapra@microsoft.com>
1 parent 37d2cbc commit 7eb2b60

File tree

1 file changed

+2
-2
lines changed
  • sdk/storage/azure-storage-file-share/swagger

1 file changed

+2
-2
lines changed

sdk/storage/azure-storage-file-share/swagger/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ autorest --use=@microsoft.azure/autorest.java@3.0.4 --use=jianghaolu/autorest.mo
1515

1616
### Code generation settings
1717
``` yaml
18-
input-file: https://raw.githubusercontent.com/Azure/azure-rest-api-specs/storage-dataplane-preview/specification/storage/data-plane/Microsoft.FileStorage/preview/2020-02-10/file.json
18+
input-file: https://raw.githubusercontent.com/Azure/azure-rest-api-specs/storage-dataplane-preview/specification/storage/data-plane/Microsoft.FileStorage/preview/2020-04-08/file.json
1919
java: true
2020
output-folder: ../
2121
namespace: com.azure.storage.file.share
@@ -26,7 +26,7 @@ license-header: MICROSOFT_MIT_SMALL
2626
add-context-parameter: true
2727
models-subpackage: implementation.models
2828
custom-types-subpackage: models
29-
custom-types: HandleItem,ShareFileHttpHeaders,ShareServiceProperties,ShareCorsRule,Range,FileRange,ClearRange,ShareFileRangeList,CopyStatusType,ShareSignedIdentifier,SourceModifiedAccessConditions,ShareErrorCode,StorageServiceProperties,ShareMetrics,ShareAccessPolicy,ShareFileDownloadHeaders,LeaseDurationType,LeaseStateType,LeaseStatusType,PermissionCopyModeType,ShareAccessTier
29+
custom-types: HandleItem,ShareFileHttpHeaders,ShareServiceProperties,ShareCorsRule,Range,FileRange,ClearRange,ShareFileRangeList,CopyStatusType,ShareSignedIdentifier,SourceModifiedAccessConditions,ShareErrorCode,StorageServiceProperties,ShareMetrics,ShareAccessPolicy,ShareFileDownloadHeaders,LeaseDurationType,LeaseStateType,LeaseStatusType,PermissionCopyModeType,ShareAccessTier,ShareRootSquash
3030
```
3131
3232
### Query Parameters

0 commit comments

Comments
 (0)