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
ACI Create Or Update a Container Group Action - unused parameters in the GA Designer are showing up in the underlying JSON. Causes execution to fail
#5084
Open
mlee78 opened this issue
Jul 8, 2024
· 0 comments
· May be fixed by #6278
Click on Add New Item under ContainerGroup Volumes
At this point you can look at the JSON and see the issues:
Issue 1: Under containers->properties->resources there is an entry for gpu's. Even if no gpu is selected a value shows up in the json config. And when you execute this action you will receive an error saying a null value for count is not legal.
Issue 2: Under containers->properties->limits there is now an entry for gpu limits. Again this brings up an error due to a null value
Issue 3: Under containers->properties->livenessProbe there is a null value for exec. Even if you don't use a livenessProbe it shows up in the config and causes an error to occur when you execute it with a null value
Issue 4: Under containers->properties->readinessProbe there is a null value for exec. Even if you don't use a readinessProbe it shows up in the config and causes an error to occur when you execute it with a null value
Issue 5: Under containers->properties->volumes there is a gitRepo entry. If you don't use a git repo and try executing this action you will run into an error because of the null value under the repository key.
To correct the issue you need to go into code view and deleting the unneeded keys. However, if you do this the New Designer will no longer show the pretty/detail inputs view of the various values and only shows the raw json view instead.
The text was updated successfully, but these errors were encountered:
Describe the Bug with repro steps
At this point you can look at the JSON and see the issues:
Issue 1: Under containers->properties->resources there is an entry for gpu's. Even if no gpu is selected a value shows up in the json config. And when you execute this action you will receive an error saying a null value for count is not legal.
Issue 2: Under containers->properties->limits there is now an entry for gpu limits. Again this brings up an error due to a null value
Issue 3: Under containers->properties->livenessProbe there is a null value for exec. Even if you don't use a livenessProbe it shows up in the config and causes an error to occur when you execute it with a null value
Issue 4: Under containers->properties->readinessProbe there is a null value for exec. Even if you don't use a readinessProbe it shows up in the config and causes an error to occur when you execute it with a null value
Issue 5: Under containers->properties->volumes there is a gitRepo entry. If you don't use a git repo and try executing this action you will run into an error because of the null value under the repository key.
What type of Logic App Is this happening in?
Consumption (Portal)
Are you using new designer or old designer
New Designer
Did you refer to the TSG before filing this issue? https://aka.ms/lauxtsg
Yes
Workflow JSON
Screenshots or Videos
Browser
Chrome, Edge
Additional context
To correct the issue you need to go into code view and deleting the unneeded keys. However, if you do this the New Designer will no longer show the pretty/detail inputs view of the various values and only shows the raw json view instead.
The text was updated successfully, but these errors were encountered: