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

Fix SDK call to use Configuration class #1670

Merged

Conversation

Yaish25491
Copy link
Contributor

Until now, begin_create_or_update function was called with values directly which caused failure due to unexpected format, str instead of dict.
Changes to use Configuration class for the parameter's value

SUMMARY

Wrapped value and source parameters with Configuration class in begin_create_or_update function

ISSUE TYPE
  • Bugfix Pull Request
COMPONENT NAME

azure_rm_postgresqlconfiguration

ADDITIONAL INFORMATION

>
> Until now, begin_create_or_update function was called with values directly which caused to failure due to unexpected format, str instead of dict.
> Changes to use Configuration class for the parameter's value

Signed-off-by: hyaish <[email protected]>
@nirarg
Copy link
Collaborator

nirarg commented Aug 12, 2024

@Fred-sun @xuzhang3 can you please review this?
The integration test azure_rm_postgresqlserver was failed before this fix and now it passed (executed locally)
This test has skip flag, do you think we should remove the skip flag from it?
Started CI test:
https://dev.azure.com/azclitools/public/_build/results?buildId=180896&view=results
(Probably the test is going to be skipped here, right?)

@xuzhang3 xuzhang3 merged commit 9c85475 into ansible-collections:dev Aug 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants