-
Notifications
You must be signed in to change notification settings - Fork 143
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
Add a unique step id for each OperationStep #3239
Conversation
/test-extended |
🤖 pr-bot 🤖 🏃 Running extended tests: https://github.com/microsoft/AzureTRE/actions/runs/4242578659 (with refid (in response to this comment from @anatbal) |
🤖 pr-bot 🤖 🏃 Running extended tests: https://github.com/microsoft/AzureTRE/actions/runs/4242578659 (with refid (in response to this comment from @anatbal) |
/test-extended |
🤖 pr-bot 🤖 🏃 Running extended tests: https://github.com/microsoft/AzureTRE/actions/runs/4250756010 (with refid (in response to this comment from @anatbal) |
2 similar comments
🤖 pr-bot 🤖 🏃 Running extended tests: https://github.com/microsoft/AzureTRE/actions/runs/4250756010 (with refid (in response to this comment from @anatbal) |
🤖 pr-bot 🤖 🏃 Running extended tests: https://github.com/microsoft/AzureTRE/actions/runs/4250756010 (with refid (in response to this comment from @anatbal) |
/test-extended |
🤖 pr-bot 🤖 🏃 Running extended tests: https://github.com/microsoft/AzureTRE/actions/runs/4252889258 (with refid (in response to this comment from @tamirkamara) |
/test-extended |
🤖 pr-bot 🤖 🏃 Running extended tests: https://github.com/microsoft/AzureTRE/actions/runs/4283635494 (with refid (in response to this comment from @anatbal) |
2 similar comments
🤖 pr-bot 🤖 🏃 Running extended tests: https://github.com/microsoft/AzureTRE/actions/runs/4283635494 (with refid (in response to this comment from @anatbal) |
🤖 pr-bot 🤖 🏃 Running extended tests: https://github.com/microsoft/AzureTRE/actions/runs/4283635494 (with refid (in response to this comment from @anatbal) |
/test-extended |
🤖 pr-bot 🤖 🏃 Running extended tests: https://github.com/microsoft/AzureTRE/actions/runs/4285755026 (with refid (in response to this comment from @anatbal) |
1 similar comment
🤖 pr-bot 🤖 🏃 Running extended tests: https://github.com/microsoft/AzureTRE/actions/runs/4285755026 (with refid (in response to this comment from @anatbal) |
Resolves #3213
What is being addressed
Since each stepId in the template object is hard coded, it created clashes when cascade disabling/deleting the same type of object (for example ws service). This PR creates a unique id for each operation step.