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.7 .0"
13+ __version__ = "0.8 .0"
1414
1515# import apis into sdk package
1616from equinix .services .fabricv4 .api .cloud_routers_api import CloudRoutersApi
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.7 .0'
89+ self .user_agent = 'equinix-sdk-python/0.8 .0'
9090 self .client_side_validation = configuration .client_side_validation
9191
9292 def __enter__ (self ):
Original file line number Diff line number Diff line change @@ -500,7 +500,7 @@ def to_debug_report(self) -> str:
500500 "OS: {env}\n " \
501501 "Python Version: {pyversion}\n " \
502502 "Version of the API: 4.20\n " \
503- "SDK Package Version: 0.7 .0" .\
503+ "SDK Package Version: 0.8 .0" .\
504504 format (env = sys .platform , pyversion = sys .version )
505505
506506 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.20
7- - Package version: 0.7 .0
7+ - Package version: 0.8 .0
88- Generator version: 7.10.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.7 .0"
16+ __version__ = "0.8 .0"
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.7 .0'
92+ self .user_agent = 'equinix-sdk-python/0.8 .0'
9393 self .client_side_validation = configuration .client_side_validation
9494
9595 def __enter__ (self ):
Original file line number Diff line number Diff line change @@ -523,7 +523,7 @@ def to_debug_report(self) -> str:
523523 "OS: {env}\n " \
524524 "Python Version: {pyversion}\n " \
525525 "Version of the API: 1.0.0\n " \
526- "SDK Package Version: 0.7 .0" .\
526+ "SDK Package Version: 0.8 .0" .\
527527 format (env = sys .platform , pyversion = sys .version )
528528
529529 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.7 .0
7+ - Package version: 0.8 .0
88- Generator version: 7.10.0
99- Build package: org.openapitools.codegen.languages.PythonClientCodegen
1010
Original file line number Diff line number Diff line change 1- 0.7 .0
1+ 0.8 .0
You can’t perform that action at this time.
0 commit comments