Skip to content

Anycast_Gateway #99

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

Merged
merged 6 commits into from
Aug 2, 2024
Merged

Conversation

kuba-mazurkiewicz
Copy link
Collaborator

  • add anycast_gateway

  • add import_no_id attribute, if import does not require and ID

  • add query_param_no_body and data_source_no_id attributes

  • query_param_no_body, Set to true if the attribute is a query parameter and not part of the body

  • data_source_no_id, Set to true if id in data source should be optional

  • use create_query_path instead of query_param in Create and Update function (api/{id})

  • add GenerateQueryParamString templating helper function (to support multiple query params)

query_param_no_body: bool(required=False) # Set to true if the attribute is a query parameter and not part of the body
data_source_no_id: bool(required=False) # Set to true if id in data source should be optional
@danischm danischm merged commit 59c274e into CiscoDevNet:main Aug 2, 2024
3 checks passed
@kuba-mazurkiewicz kuba-mazurkiewicz deleted the dev_query_params branch November 29, 2024 11:20
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.

2 participants