-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Closed
Labels
Service AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.Storagecustomer-reportedfeature-requestThis issue requires a new behavior in the product in order be resolved.This issue requires a new behavior in the product in order be resolved.needs-author-feedbackMore information is needed from author to address the issue.More information is needed from author to address the issue.
Description
Description of the new feature
I would like the ability to create and acquire a lease for a Storage Account Blob object, as currently there is only support to do this using the Azure CLI, .NET, Java, JavaScript and Python, but not directly and natively via a PowerShell command.
By CLI: https://learn.microsoft.com/en-us/cli/azure/storage/blob/lease?view=azure-cli-latest
By other language: https://learn.microsoft.com/en-us/azure/storage/blobs/storage-blob-lease
By PowerShell: ?
Proposed implementation details (optional)
To leverage a command like New-AzStorageBlobLease to target an existing blob within a Storage Account and create a lease lock on that object.
Example usage: New-AzStorageBlobLease -Blob $blobName -Container $containerName -Context $context -LeaseDuration $leaseDuration
AzraJordan, steevaavoo, domgillion, bennyguk, adamrushuk and 1 more
Metadata
Metadata
Assignees
Labels
Service AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.Storagecustomer-reportedfeature-requestThis issue requires a new behavior in the product in order be resolved.This issue requires a new behavior in the product in order be resolved.needs-author-feedbackMore information is needed from author to address the issue.More information is needed from author to address the issue.