Skip to content
Draft
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 @@ -440,6 +440,55 @@ public final class ShareErrorCode extends ExpandableStringEnum<ShareErrorCode> {
@Generated
public static final ShareErrorCode SHARE_SNAPSHOT_NOT_FOUND = fromString("ShareSnapshotNotFound");

/**
* Static value FileShareProvisionedIopsInvalid for ShareErrorCode.
*/
@Generated
public static final ShareErrorCode FILE_SHARE_PROVISIONED_IOPS_INVALID
= fromString("FileShareProvisionedIopsInvalid");

/**
* Static value FileShareProvisionedBandwidthInvalid for ShareErrorCode.
*/
@Generated
public static final ShareErrorCode FILE_SHARE_PROVISIONED_BANDWIDTH_INVALID
= fromString("FileShareProvisionedBandwidthInvalid");

/**
* Static value FileShareProvisionedStorageInvalid for ShareErrorCode.
*/
@Generated
public static final ShareErrorCode FILE_SHARE_PROVISIONED_STORAGE_INVALID
= fromString("FileShareProvisionedStorageInvalid");

/**
* Static value TotalSharesProvisionedCapacityExceedsAccountLimit for ShareErrorCode.
*/
@Generated
public static final ShareErrorCode TOTAL_SHARES_PROVISIONED_CAPACITY_EXCEEDS_ACCOUNT_LIMIT
= fromString("TotalSharesProvisionedCapacityExceedsAccountLimit");

/**
* Static value TotalSharesProvisionedIopsExceedsAccountLimit for ShareErrorCode.
*/
@Generated
public static final ShareErrorCode TOTAL_SHARES_PROVISIONED_IOPS_EXCEEDS_ACCOUNT_LIMIT
= fromString("TotalSharesProvisionedIopsExceedsAccountLimit");

/**
* Static value TotalSharesProvisionedBandwidthExceedsAccountLimit for ShareErrorCode.
*/
@Generated
public static final ShareErrorCode TOTAL_SHARES_PROVISIONED_BANDWIDTH_EXCEEDS_ACCOUNT_LIMIT
= fromString("TotalSharesProvisionedBandwidthExceedsAccountLimit");

/**
* Static value TotalSharesCountExceedsAccountLimit for ShareErrorCode.
*/
@Generated
public static final ShareErrorCode TOTAL_SHARES_COUNT_EXCEEDS_ACCOUNT_LIMIT
= fromString("TotalSharesCountExceedsAccountLimit");

/**
* Creates a new instance of ShareErrorCode value.
*
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
### Code generation settings
``` yaml
use: '@autorest/[email protected]'
input-file: https://raw.githubusercontent.com/Azure/azure-rest-api-specs/refs/heads/main/specification/storage/data-plane/Microsoft.FileStorage/stable/2026-02-06/file.json
input-file: https://raw.githubusercontent.com/nickliu-msft/azure-rest-api-specs/e0c384f2deccb77f98921e0d44d0bb9d2ba91e48/specification/storage/data-plane/Microsoft.FileStorage/stable/2026-04-06/file.json
java: true
output-folder: ../
namespace: com.azure.storage.file.share
Expand Down