File tree Expand file tree Collapse file tree 9 files changed +9
-9
lines changed
Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1010""" # noqa: E501
1111
1212
13- __version__ = "0.14.0 "
13+ __version__ = "0.14.1 "
1414
1515# import apis into sdk package
1616from equinix .services .fabricv4 .api .cloud_events_api import CloudEventsApi
Original file line number Diff line number Diff 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.14.0 '
89+ self .user_agent = 'equinix-sdk-python/0.14.1 '
9090 self .client_side_validation = configuration .client_side_validation
9191
9292 def __enter__ (self ):
Original file line number Diff line number Diff 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.26\n " \
510- "SDK Package Version: 0.14.0 " .\
510+ "SDK Package Version: 0.14.1 " .\
511511 format (env = sys .platform , pyversion = sys .version )
512512
513513 def get_host_settings (self ) -> List [HostSetting ]:
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Equinix Fabric is an advanced software-defined interconnection solution that ena
44The ` equinix.services.fabricv4 ` package is automatically generated by the [ OpenAPI Generator] ( https://openapi-generator.tech ) project:
55
66- API version: 4.26
7- - Package version: 0.14.0
7+ - Package version: 0.14.1
88- Generator version: 7.12.0
99- Build package: org.openapitools.codegen.languages.PythonClientCodegen
1010For more information, please visit [ https://docs.equinix.com/api-support.htm ] ( https://docs.equinix.com/api-support.htm )
Original file line number Diff line number Diff line change 1313""" # noqa: E501
1414
1515
16- __version__ = "0.14.0 "
16+ __version__ = "0.14.1 "
1717
1818# import apis into sdk package
1919from equinix .services .metalv1 .api .authentication_api import AuthenticationApi
Original file line number Diff line number Diff 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.14.0 '
92+ self .user_agent = 'equinix-sdk-python/0.14.1 '
9393 self .client_side_validation = configuration .client_side_validation
9494
9595 def __enter__ (self ):
Original file line number Diff line number Diff 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.14.0 " .\
533+ "SDK Package Version: 0.14.1 " .\
534534 format (env = sys .platform , pyversion = sys .version )
535535
536536 def get_host_settings (self ) -> List [HostSetting ]:
Original file line number Diff line number Diff line change 44The ` 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.14.0
7+ - Package version: 0.14.1
88- Generator version: 7.12.0
99- Build package: org.openapitools.codegen.languages.PythonClientCodegen
1010
Original file line number Diff line number Diff line change 1- 0.14.0
1+ 0.14.1
You can’t perform that action at this time.
0 commit comments