[QUERY][STORAGE] Support for updating Azure Storage's Lifecycle Management Policy #47928
Labels
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
Mgmt
This issue is related to a management-plane library.
needs-team-attention
Workflow: This issue needs attention from Azure service team or SDK team
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Storage
Storage Service (Queues, Blobs, Files)
Library name and version
Azure.ResourceManager.Storage
Query/Question
I'm looking for a way to manage Azure Storage lifecycle management policy as described here: https://learn.microsoft.com/en-us/azure/storage/blobs/lifecycle-management-policy-configure?tabs=azure-portal using .net sdk. I know that the depreciated Microsoft.Azure.Management.Storage was capable of doing this by creating a ManagementPolicySchema and applying it with StorageManagementClient.ManagementPolicies.CreateOrUpdateWithHttpsMessagesAsync. However, I haven't found something similar with the current SDK. Due to compliance, I cannot use the old depreciated SDK. Is there a way for me to do this? Or is this a capability that is not yet in feature parity as the depreciated management sdk? And if it is not yet supported, are there plans of supporting this, and what is the work around?
Environment
No response
The text was updated successfully, but these errors were encountered: