Skip to content

Commit

Permalink
ci: regenerate code for version 0.6.0 triggered by @thogarty
Browse files Browse the repository at this point in the history
  • Loading branch information
equinix-labs@auto-commit-workflow committed Oct 16, 2024
1 parent 0c20974 commit 3af67a9
Show file tree
Hide file tree
Showing 11 changed files with 907 additions and 9 deletions.
897 changes: 897 additions & 0 deletions .openapi-generator/FILES

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions .openapi-generator/VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
7.4.0
2 changes: 1 addition & 1 deletion equinix/services/fabricv4/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
""" # noqa: E501


__version__ = "0.5.0"
__version__ = "0.6.0"

# import apis into sdk package
from equinix.services.fabricv4.api.cloud_routers_api import CloudRoutersApi
Expand Down
2 changes: 1 addition & 1 deletion equinix/services/fabricv4/api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def __init__(
self.default_headers[header_name] = header_value
self.cookie = cookie
# Set default User-Agent.
self.user_agent = 'equinix-sdk-python/0.5.0'
self.user_agent = 'equinix-sdk-python/0.6.0'
self.client_side_validation = configuration.client_side_validation

def __enter__(self):
Expand Down
2 changes: 1 addition & 1 deletion equinix/services/fabricv4/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ def to_debug_report(self):
"OS: {env}\n"\
"Python Version: {pyversion}\n"\
"Version of the API: 4.17\n"\
"SDK Package Version: 0.5.0".\
"SDK Package Version: 0.6.0".\
format(env=sys.platform, pyversion=sys.version)

def get_host_settings(self):
Expand Down
2 changes: 1 addition & 1 deletion equinix/services/fabricv4_README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Equinix Fabric is an advanced software-defined interconnection solution that ena
The `equinix.services.fabricv4` package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: 4.17
- Package version: 0.5.0
- Package version: 0.6.0
- Generator version: 7.4.0
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
For more information, please visit [https://docs.equinix.com/api-support.htm](https://docs.equinix.com/api-support.htm)
Expand Down
2 changes: 1 addition & 1 deletion equinix/services/metalv1/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
""" # noqa: E501


__version__ = "0.5.0"
__version__ = "0.6.0"

# import apis into sdk package
from equinix.services.metalv1.api.authentication_api import AuthenticationApi
Expand Down
2 changes: 1 addition & 1 deletion equinix/services/metalv1/api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def __init__(
self.default_headers[header_name] = header_value
self.cookie = cookie
# Set default User-Agent.
self.user_agent = 'equinix-sdk-python/0.5.0'
self.user_agent = 'equinix-sdk-python/0.6.0'
self.client_side_validation = configuration.client_side_validation

def __enter__(self):
Expand Down
2 changes: 1 addition & 1 deletion equinix/services/metalv1/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ def to_debug_report(self):
"OS: {env}\n"\
"Python Version: {pyversion}\n"\
"Version of the API: 1.0.0\n"\
"SDK Package Version: 0.5.0".\
"SDK Package Version: 0.6.0".\
format(env=sys.platform, pyversion=sys.version)

def get_host_settings(self):
Expand Down
2 changes: 1 addition & 1 deletion equinix/services/metalv1_README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
The `equinix.services.metalv1` package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: 1.0.0
- Package version: 0.5.0
- Package version: 0.6.0
- Generator version: 7.4.0
- Build package: org.openapitools.codegen.languages.PythonClientCodegen

Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.0
0.6.0

0 comments on commit 3af67a9

Please sign in to comment.