You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When new-service is executed, the service status changes automatically to "in progress". The issue is when new-service is executed more than 1 time (maybe you need more than 1 template to be copied), this tries to change the service status to "in progress" again when it is "in progress" already.
It is necessary to add a check for the service status before trying to change it.
The text was updated successfully, but these errors were encountered:
When new-service is executed, the service status changes automatically to "in progress". The issue is when new-service is executed more than 1 time (maybe you need more than 1 template to be copied), this tries to change the service status to "in progress" again when it is "in progress" already.
It is necessary to add a check for the service status before trying to change it.
The text was updated successfully, but these errors were encountered: