Skip to content

Commit a5e98d4

Browse files
author
equinix-labs@auto-commit-workflow
committed
ci: regenerate code for version 0.5.0 triggered by @ctreatma
1 parent 830a815 commit a5e98d4

File tree

11 files changed

+907
-9
lines changed

11 files changed

+907
-9
lines changed

.openapi-generator/FILES

Lines changed: 897 additions & 0 deletions
Large diffs are not rendered by default.

.openapi-generator/VERSION

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
7.4.0

equinix/services/fabricv4/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
""" # noqa: E501
1616

1717

18-
__version__ = "0.4.0"
18+
__version__ = "0.5.0"
1919

2020
# import apis into sdk package
2121
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
@@ -88,7 +88,7 @@ def __init__(
8888
self.default_headers[header_name] = header_value
8989
self.cookie = cookie
9090
# Set default User-Agent.
91-
self.user_agent = 'equinix-sdk-python/0.4.0'
91+
self.user_agent = 'equinix-sdk-python/0.5.0'
9292
self.client_side_validation = configuration.client_side_validation
9393

9494
def __enter__(self):

equinix/services/fabricv4/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ def to_debug_report(self):
380380
"OS: {env}\n"\
381381
"Python Version: {pyversion}\n"\
382382
"Version of the API: 4.15\n"\
383-
"SDK Package Version: 0.4.0".\
383+
"SDK Package Version: 0.5.0".\
384384
format(env=sys.platform, pyversion=sys.version)
385385

386386
def get_host_settings(self):

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.15
7-
- Package version: 0.4.0
7+
- Package version: 0.5.0
88
- Generator version: 7.4.0
99
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
1010
For more information, please visit [https://equinix.com/about/](https://equinix.com/about/)

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.4.0"
16+
__version__ = "0.5.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
@@ -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.4.0'
89+
self.user_agent = 'equinix-sdk-python/0.5.0'
9090
self.client_side_validation = configuration.client_side_validation
9191

9292
def __enter__(self):

equinix/services/metalv1/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ def to_debug_report(self):
398398
"OS: {env}\n"\
399399
"Python Version: {pyversion}\n"\
400400
"Version of the API: 1.0.0\n"\
401-
"SDK Package Version: 0.4.0".\
401+
"SDK Package Version: 0.5.0".\
402402
format(env=sys.platform, pyversion=sys.version)
403403

404404
def get_host_settings(self):

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.4.0
7+
- Package version: 0.5.0
88
- Generator version: 7.4.0
99
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
1010

0 commit comments

Comments
 (0)