mr-davidc
mr-davidc
I too agree that this would be a great feature to have and would help clean up some of my CI/CD pipeline steps
I also think this would be a great improvement. Even something like: `az aks get-credentials --name --resource-group --msi`
I too think this would be a great feature to have
This happens on version `7.0.102` for me. dotnet format --version `7.0.357101+49c2ef651359526841d13e66129b71d1bcd9cef9` dotnet --version `7.0.102` dotnet --info ``` .NET SDK: Version: 7.0.102 Commit: 4bbdd14480 Runtime Environment: OS Name: Windows OS Version:...
I seem to be running into this issue as well. I've tried pretty much everything in this issue to try and resolve it and still no avail. New messages on...
Hi @awood45 , Thanks for the response. You've mentioned CodeUri a couple of times, I assume you mean ImageUri in my templates case? In regards to your first comment, I...
Interestingly, I decided to go and take a look at the built SAM template in the `.aws-sam\build` directory. The `sam build` has actually substituted both `ImageUri` values as `testfunction1:local-dev` so...
I did as you requested @sriram-mv and it did indeed go through the process of building two images which are of course the same since the DockerContext and Dockerfile are...
Hmm ok then @sriram-mv . I agree that its not exactly intuitive that the `ImageUri` properties are essentially ignored for the `sam build` so perhaps there is some UX or...
@qingchm Yes, I think if that page is at least updated to mention all the discovery we did above for this issue ☝️ ,that would be a good start. As...