Skip to content
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

ServiceCatalog.Client.update_provisioned_product - when UsePreviousValue is set to True the Value is not ignored #4426

Open
jankarolewskIT opened this issue Feb 5, 2025 · 2 comments
Assignees
Labels
bug This issue is a confirmed bug. documentation This is a problem with documentation. p3 This is a minor priority issue response-requested Waiting on additional information or feedback.

Comments

@jankarolewskIT
Copy link

Describe the issue

When one of ProvisioningParameters has UsePreviousValue == True then Value of that parameter is not ignored. The Service Catalog return error message:

"AmazonCloudFormationException Invalid input for parameter key . Cannot specify usePreviousValue as true and non empty value for a parameter (...)"

The information from the docs:
"
(...)
UsePreviousValue (boolean) –

If set to true, Value is ignored and the previous parameter value is kept.
(...)
"

boto3 ~= 1.35

Links

https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/servicecatalog/client/update_provisioned_product.html#

@jankarolewskIT jankarolewskIT added documentation This is a problem with documentation. needs-triage This issue or PR still needs to be triaged. labels Feb 5, 2025
@RyanFitzSimmonsAK RyanFitzSimmonsAK self-assigned this Feb 5, 2025
@RyanFitzSimmonsAK RyanFitzSimmonsAK added investigating This issue is being investigated and/or work is in progress to resolve the issue. p3 This is a minor priority issue bug This issue is a confirmed bug. and removed needs-triage This issue or PR still needs to be triaged. labels Feb 5, 2025
@RyanFitzSimmonsAK
Copy link
Contributor

Hi @jankarolewskIT, could you provide debug logs of this behavior? You can get debug logs by adding boto3.set_stream_logger('') to the top of your script, and redacting any sensitive information.

@RyanFitzSimmonsAK RyanFitzSimmonsAK added response-requested Waiting on additional information or feedback. and removed investigating This issue is being investigated and/or work is in progress to resolve the issue. labels Feb 5, 2025
Copy link

Greetings! It looks like this issue hasn’t been active in longer than five days. We encourage you to check if this is still an issue in the latest release. In the absence of more information, we will be closing this issue soon. If you find that this is still a problem, please feel free to provide a comment or upvote with a reaction on the initial post to prevent automatic closure. If the issue is already closed, please feel free to open a new one.

@github-actions github-actions bot removed the response-requested Waiting on additional information or feedback. label Feb 19, 2025
@RyanFitzSimmonsAK RyanFitzSimmonsAK added the response-requested Waiting on additional information or feedback. label Feb 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue is a confirmed bug. documentation This is a problem with documentation. p3 This is a minor priority issue response-requested Waiting on additional information or feedback.
Projects
None yet
Development

No branches or pull requests

2 participants