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

Files Provisioned Billing V2 updates #30752

Merged
Merged
Changes from 2 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 @@ -328,19 +328,25 @@
"x-ms-client-name": "ShareProvisionedIops",
"type": "integer",
"format": "int64",
"description": "The provisioned IOPS of the share. If this is not specified, compute the recommended IOPS of the share using the formula for a share in this media tier (SSD/HDD as appropriate)."
"description": "The provisioned IOPS of the share."
},
"x-ms-share-provisioned-bandwidth-mibps": {
"x-ms-client-name": "ShareProvisionedBandwidthMibps",
"type": "integer",
"format": "int64",
"description": "The provisioned throughput of the share. If this is not specified, compute the recommended throughput of the share using the formula for a share in this media tier (SSD/HDD as appropriate)."
"description": "The provisioned throughput of the share."
},
"x-ms-share-included-burst-iops": {
"x-ms-client-name": "ShareIncludedBurstIops",
"type": "integer",
"format": "int64",
"description": "ShareIncludedBurstIops"
"description": "Returns the calculated burst IOPS of the share."
},
"x-ms-share-max-burst-credits-for-iops": {
"x-ms-client-name": "MaxBurstCreditsForIops",
"description": "Returned the calculated maximum burst credits. This is not the current burst credit level, but the maximum burst credits the share can have.",
seanmcc-msft marked this conversation as resolved.
Show resolved Hide resolved
"type": "integer",
"format": "int64"
}
}
},
Expand Down Expand Up @@ -444,7 +450,7 @@
"x-ms-share-provisioned-bandwidth-mibps": {
"x-ms-client-name": "ProvisionedBandwidthMibps",
"type": "integer",
"description": "Returns the current share provisioned bandwidth in megabits per second."
"description": "Returns the current share provisioned bandwidth in mebibytes per second."
},
"x-ms-lease-duration": {
"x-ms-client-name": "LeaseDuration",
Expand Down Expand Up @@ -559,13 +565,13 @@
},
"x-ms-share-next-allowed-provisioned-iops-downgrade-time": {
"x-ms-client-name": "NextAllowedProvisionedIopsDowngradeTime",
"description": "Return timestamp for provisioned IOPS following existing rules for provisioned storage GiB.",
"description": "Returns the current share next allowed provisioend iops downgrade time.",
seanmcc-msft marked this conversation as resolved.
Show resolved Hide resolved
"type": "string",
"format": "date-time-rfc1123"
},
"x-ms-share-next-allowed-provisioned-bandwidth-downgrade-time": {
"x-ms-client-name": "NextAllowedProvisionedBandwidthDowngradeTime",
"description": "Return timestamp for provisioned throughput following existing rules for provisioned storage GiB.",
"description": "Returns the current share next allowed provisioned bandwidth downgrade time.",
seanmcc-msft marked this conversation as resolved.
Show resolved Hide resolved
"type": "string",
"format": "date-time-rfc1123"
}
Expand Down Expand Up @@ -630,12 +636,12 @@
"format": "date-time-rfc1123",
"description": "A UTC date/time value generated by the service that indicates the time at which the response was initiated."
},
"x-ms-share-usage-bytes": {
"x-ms-file-share-usage-bytes": {
"type": "integer",
"format": "int64",
"description": "The \"live share\" portion of the data that the customer will be billed for in the soft-deleted capacity (logical storage size)."
seanmcc-msft marked this conversation as resolved.
Show resolved Hide resolved
},
"x-ms-share-snapshot-usage-bytes": {
"x-ms-file-share-snapshot-usage-bytes": {
"type": "integer",
"format": "int64",
"description": "The snapshot share portion of the data that the customer will be billed for in the soft-deleted capacity (this is the delta, or \"physical storage size\")."
seanmcc-msft marked this conversation as resolved.
Show resolved Hide resolved
Expand Down Expand Up @@ -1638,7 +1644,7 @@
"x-ms-client-name": "ProvisionedBandwidthMibps",
"type": "integer",
"format": "int64",
"description": "Returns the current share provisioned bandwidth in megabits per second."
"description": "Returns the current share provisioned bandwidth in mebibytes per second."
},
"x-ms-share-included-burst-iops": {
"x-ms-client-name": "IncludedBurstIops",
Expand Down Expand Up @@ -2137,7 +2143,7 @@
"x-ms-client-name": "ProvisionedBandwidthMibps",
"type": "integer",
"format": "int64",
"description": "Returns the current share provisioned bandwidth in megabits per second."
"description": "Returns the current share provisioned bandwidth in mebibytes per second."
},
"x-ms-share-included-burst-iops": {
"x-ms-client-name": "IncludedBurstIops",
Expand Down Expand Up @@ -7703,7 +7709,7 @@
"name": "x-ms-share-provisioned-iops",
"x-ms-client-name": "shareProvisionedIops",
"in": "header",
"description": "Optional. The provisioned IOPS of the share. If this is not specified, compute the recommended IOPS of the share using the formula for a share in this media tier (SSD/HDD as appropriate). The provisioned IOPS of the share is always explicitly stored on the share object, even if the recommendation formula is used.",
"description": "Optional. Supported in version 2025-01-05 and later. Only allowed for provisioned v2 file shares. Specifies the provisioned number of input/output operations per second (IOPS) of the share. If this is not specified, the provisioned IOPS is set to value calculated based on recommendation formula.",
"required": false,
"type": "integer",
"format": "int64",
Expand All @@ -7713,7 +7719,7 @@
"name": "x-ms-share-provisioned-bandwidth-mibps",
"x-ms-client-name": "shareProvisionedBandwidthMibps",
"in": "header",
"description": "Optional. The provisioned throughput of the share. If this is not specified, compute the recommended throughput of the share using the formula for a share in this media tier (SSD/HDD as appropriate).",
"description": "Optional. Supported in version 2025-01-05 and later. Only allowed for provisioned v2 file shares. Specifies the provisioned bandwidth of the share, in mebibytes per second (MiBps). If this is not specified, the provisioned bandwidth is set to value calculated based on recommendation formula.",
"required": false,
"type": "integer",
"format": "int64",
Expand Down