Skip to content

Generator: Update SDK /services/resourcemanager #28

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

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions services/resourcemanager/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ dev = [
]

[project.urls]
Homepage = "https://github.com/stackitcloud/stackit-sdk-python-beta"
Issues = "https://github.com/stackitcloud/stackit-sdk-python-beta/issues"
Homepage = "https://github.com/stackitcloud/stackit-sdk-python"
Issues = "https://github.com/stackitcloud/stackit-sdk-python/issues"

[build-system]
requires = ["setuptools"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,12 @@
# import models into sdk package
from stackit.resourcemanager.models.create_project_payload import CreateProjectPayload
from stackit.resourcemanager.models.error_response import ErrorResponse
from stackit.resourcemanager.models.folder_response import FolderResponse
from stackit.resourcemanager.models.get_project_response import GetProjectResponse
from stackit.resourcemanager.models.lifecycle_state import LifecycleState
from stackit.resourcemanager.models.list_organization_containers_response import (
ListOrganizationContainersResponse,
)
from stackit.resourcemanager.models.list_organizations_response import (
ListOrganizationsResponse,
)
Expand Down
Loading
Loading