Skip to content

Commit c665198

Browse files
author
equinix-labs@auto-commit-workflow
committed
ci: regenerate code for version 0.9.0 triggered by @ctreatma
1 parent caed6bb commit c665198

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

equinix/services/fabricv4/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
""" # noqa: E501
1111

1212

13-
__version__ = "0.8.0"
13+
__version__ = "0.9.0"
1414

1515
# import apis into sdk package
1616
from equinix.services.fabricv4.api.cloud_routers_api import CloudRoutersApi

equinix/services/fabricv4/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def __init__(
8686
self.default_headers[header_name] = header_value
8787
self.cookie = cookie
8888
# Set default User-Agent.
89-
self.user_agent = 'equinix-sdk-python/0.8.0'
89+
self.user_agent = 'equinix-sdk-python/0.9.0'
9090
self.client_side_validation = configuration.client_side_validation
9191

9292
def __enter__(self):

equinix/services/fabricv4/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ def to_debug_report(self) -> str:
507507
"OS: {env}\n"\
508508
"Python Version: {pyversion}\n"\
509509
"Version of the API: 4.20\n"\
510-
"SDK Package Version: 0.8.0".\
510+
"SDK Package Version: 0.9.0".\
511511
format(env=sys.platform, pyversion=sys.version)
512512

513513
def get_host_settings(self) -> List[HostSetting]:

equinix/services/fabricv4_README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Equinix Fabric is an advanced software-defined interconnection solution that ena
44
The `equinix.services.fabricv4` package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
55

66
- API version: 4.20
7-
- Package version: 0.8.0
7+
- Package version: 0.9.0
88
- Generator version: 7.12.0
99
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
1010
For more information, please visit [https://docs.equinix.com/api-support.htm](https://docs.equinix.com/api-support.htm)

equinix/services/metalv1/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
""" # noqa: E501
1414

1515

16-
__version__ = "0.8.0"
16+
__version__ = "0.9.0"
1717

1818
# import apis into sdk package
1919
from equinix.services.metalv1.api.authentication_api import AuthenticationApi

equinix/services/metalv1/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def __init__(
8989
self.default_headers[header_name] = header_value
9090
self.cookie = cookie
9191
# Set default User-Agent.
92-
self.user_agent = 'equinix-sdk-python/0.8.0'
92+
self.user_agent = 'equinix-sdk-python/0.9.0'
9393
self.client_side_validation = configuration.client_side_validation
9494

9595
def __enter__(self):

equinix/services/metalv1/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ def to_debug_report(self) -> str:
530530
"OS: {env}\n"\
531531
"Python Version: {pyversion}\n"\
532532
"Version of the API: 1.0.0\n"\
533-
"SDK Package Version: 0.8.0".\
533+
"SDK Package Version: 0.9.0".\
534534
format(env=sys.platform, pyversion=sys.version)
535535

536536
def get_host_settings(self) -> List[HostSetting]:

equinix/services/metalv1_README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
The `equinix.services.metalv1` package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
55

66
- API version: 1.0.0
7-
- Package version: 0.8.0
7+
- Package version: 0.9.0
88
- Generator version: 7.12.0
99
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
1010

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.8.0
1+
0.9.0

0 commit comments

Comments
 (0)