acr icon indicating copy to clipboard operation
acr copied to clipboard

C# Sdk cannot find a way to enable Zone Redundancy on Acr

Open digeler opened this issue 4 years ago • 2 comments

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior: Looking at the method to create container registry in c# : IRegistriesOperations am not able to see how to create the acr with zone redundancy enabled. This are the properties i see : Sku sku, string location = null, string id = null, string name = null, string type = null, IDictionary<string, string> tags = null, string loginServer = null, DateTime? creationDate = null, string provisioningState = null, Status status = null, bool? adminUserEnabled = null, StorageAccountProperties storageAccount = null) : base(location, id, name, type, tags) { this.Sku = sku; this.LoginServer = loginServer; this.CreationDate = creationDate; this.ProvisioningState = provisioningState; this.Status = status; this.AdminUserEnabled = adminUserEnabled; this.StorageAccount = storageAccount; }

Provides Container Registry management (Fluent) capabilities for Microsoft Azure. 1.37.1 Expected behavior cannot find the method to enable zone redundancy.

is there a newer sdk that support this method ? thanks

digeler avatar Jul 27 '21 07:07 digeler

The SDK is currently based on API version 2019-12-01-preview. However, the availability zone is supported since API version 2020-11-01-preview.

@luisdlp Do we have a plan to upgrade the dotnet SDK against the latest API version?

shizhMSFT avatar Aug 04 '21 06:08 shizhMSFT

@digeler We are planning to publish a GA API this semester and will update all SDKs accordingly.

shizhMSFT avatar Aug 05 '21 06:08 shizhMSFT

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days.

github-actions[bot] avatar Nov 17 '23 01:11 github-actions[bot]

This issue was closed because it has been stalled for 30 days with no activity.

github-actions[bot] avatar Dec 17 '23 01:12 github-actions[bot]