Add Properties for Azure.Containers.ContainerRegistry.ArtifactManifestProperties #40465
Labels
Client
This issue points to a problem in the data-plane of the library.
Container Registry
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
feature-request
This issue requires a new behavior in the product in order be resolved.
Milestone
Library name
Azure.Containers.ContainerRegistry
Please describe the feature.
In the previous iteration of our cmdlets, particularly Get-AzContainerRegistryManifest, the output included two properties: MediaType and ConfigMediaType. However, following the update to Track 2 SDK, as per the changes documented in the pull request 24341 , we noticed that these properties have been removed in here. The justification mentioned was a lack of usage by customers.
Given this situation, we find ourselves in a challenging position. As per our internal policy regarding breaking changes, and considering the potential impact on basic user scenarios, it is critical for us to find an appropriate solution. The absence of these properties in the Track 2 client could potentially hinder some fundamental functionalities for our users.
Hence, we request the reintroduction of the MediaType and ConfigMediaType properties in future releases.
The text was updated successfully, but these errors were encountered: