-
Notifications
You must be signed in to change notification settings - Fork 2.6k
[AzureSpringCloudV0] Using PUT method when deploying custom container app #19253
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
_generated/AzureSpringCloudV0_Node20/deploymentProvider/azure-arm-spring-apps.ts
Show resolved
Hide resolved
@mmrazik Please help merge this PR at your convenience. Thanks a lot! |
84cd330
to
02b2893
Compare
Could we please get this merged? It would be nice to have this working during demos. |
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
…es-tasks into ruoyu/dev1108
Azure Pipelines successfully started running 3 pipeline(s). |
@microsoft/azure-spring-apps @RuoyuWang-MS @anishp55 - Edit: for clarity: we provided @microsoft/azure-spring-apps write access to the repo for Microsoft development. Thank you! |
Task name:
AzureSpringCloudV0
Description:
Fix one bug when deploying custom container to Azure Spring Apps.
When deploy custom container in ASA, we should use PUT method instead of PATCH method.
Also need to keep other properties unchanged when deploying custom container app.
Documentation changes required: (Y/N)
N
Added unit tests: (Y/N)
N
Attached related issue: (Y/N)
Y
#19132
Checklist: