Azure / azure-service-operator

Azure Service Operator allows you to create Azure resources using kubectl
https://azure.github.io/azure-service-operator/
MIT License
702 stars 188 forks source link

Disk resource does not support "Premium_ZRS" and few other sku's #4057

Open ganeshg2491 opened 1 month ago

ganeshg2491 commented 1 month ago

Describe the current behavior Currently Disk resource is generated from " /compute/resource-manager/Microsoft.Compute/DiskRP/stable/2020-09-30/disk.json" and it does not seem to be supported all the mention ZRS sku's in https://learn.microsoft.com/en-us/azure/templates/microsoft.compute/disks?pivots=deployment-language-arm-template#disksku-1

Describe the improvement Disk resource needs to be regenerated from the latest arm api version "2023-10-02".

Additional context Add any other context about the suggested improvement.

theunrepentantgeek commented 1 month ago

We'll look into adding support for api-version 2023-10-02 - this will sit alongside the existing version, allowing users to update on their schedule, not ours.

ganeshg2491 commented 1 month ago

@theunrepentantgeek : Thanks. As a part of this change, can we also support including "Microsoft.Compute/diskAccesses" and "Microsoft.Compute/diskAccesses/privateEndpointConnections" resource which is require for Disk private access.