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
{{ message }}
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.
Created part of a Push Migration script.
It creates Config group and feature profiles to which we can attach parcels.
Description of changes:
How to run (for now):
with create_manager_session(
url="exmaple.com",
username="admin",
password="pass",
port=11011,
logger=logger,
) as session:
result = push_ux2_config(session, UX2Config(), logger)
print(result)
Effect:
Added more fields to ConfigGroup Pydantic model, because the endpoint is returning more fields
Changed ConfigGroup GET endpoint to get all or get by id
Checklist:
Make sure to run pre-commit before committing changes
Make sure all checks have passed
PR description is clear and comprehensive
Mentioned the issue that this PR solves (if applicable)
Make sure you test the changes
The text was updated successfully, but these errors were encountered:
Pull Request summary:
Created part of a Push Migration script.
It creates Config group and feature profiles to which we can attach parcels.
Description of changes:
How to run (for now):
Effect:
Added more fields to ConfigGroup Pydantic model, because the endpoint is returning more fields
Changed ConfigGroup GET endpoint to get all or get by id
Checklist:
The text was updated successfully, but these errors were encountered: