Jesse Squire
Jesse Squire
Thank you for the additional context, @nquandt. Forgive me, but I'm not sure that I'm following the flow of what that looks like. Would you be able to share a...
@JoshLove-msft : Please include this in the discussion of the use of factories in our extensions packages. Thanks!
@AlexanderSher: Since you're looking into Extension package feature requests, please include this one as well.
Thanks to the PR submitted by @MattKotsenas (#49681), we were able to reopen discussions with the Azure SDK architecture board and secure an exemption from the guidelines that disallow lambda...
> acsdevx-msf But is the best contact point for the ACS team, who don't have a formal GitHub team. It's pretty much this or we remove the path unless you...
> I wonder if we should use azure-sdk-write-communication? Good thought. I didn't know that was here. I'll update both to that.
Hi @punitganshani. Thanks for reaching out and we regret that you're experiencing difficulties. The first thing that we'll want to do is understand what the client is seeing. To do...
Hi @brianwp3000. Thanks for reaching out and we regret that you're experiencing difficulties. You'll want to use [RegistryArtifact.GetAllTagProperties](https://learn.microsoft.com/dotnet/api/azure.containers.containerregistry.registryartifact.getalltagproperties?view=azure-dotnet#azure-containers-containerregistry-registryartifact-getalltagproperties(azure-containers-containerregistry-artifacttagorder-system-threading-cancellationtoken)). That method calls [ContainerRegistryRestClient.GetTags](https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/containerregistry/Azure.Containers.ContainerRegistry/src/Generated/ContainerRegistryRestClient.cs#L679), which invokes the [ContainerRegistry_GetTags](https://github.com/Azure/azure-rest-api-specs/blob/c8d9a26a2857828e095903efa72512cf3a76c15d/specification/containerregistry/data-plane/Azure.ContainerRegistry/stable/2021-07-01/containerregistry.json/), which is the REST...
Hi @brianwp3000. Thank you for the additional context. Forgive me if I'm missing a nuance, but looking at the implementation, I do not think that the `tagOrDigest` passed when getting...
@brianwp3000: Thanks, that was my disconnect. I did indeed overlook it being passed via query parameter, as I was too focused on the URL being formed. Thanks for your patience...