aws_sagemaker_app_image_config: have at least one jupyterlab, codeeditor or kernel gateway config block, and push them even if empty fixes #37766 #40493 #42753
+111
−105
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
It is currently possible to push an empty
aws_sagemaker_app_image_config
, which is meaningless and leads to spaces not starting properly.Users trying to add an empty
jupyter_lab_image_config
found it was not pushed to the API, and had to uses a trick/workaround, by embedding a unrequiredcontainer_config
subblockThis PR fixes both behaviours.
Relations
Closes #37766
Closes #40493
Output from Acceptance Testing
Nota : tests relying on illegal resources (aws_sagemaker_app_image_config without either
jupyter_lab_image_config
,code_editor_app_image_config
, or `kernel_gateway_image_config) were removed.