File tree Expand file tree Collapse file tree 11 files changed +907
-9
lines changed
Expand file tree Collapse file tree 11 files changed +907
-9
lines changed Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 1+ 7.4.0
Original file line number Diff line number Diff line change 1515""" # noqa: E501
1616
1717
18- __version__ = "0.4 .0"
18+ __version__ = "0.5 .0"
1919
2020# import apis into sdk package
2121from equinix .services .fabricv4 .api .cloud_routers_api import CloudRoutersApi
Original file line number Diff line number Diff 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 ):
Original file line number Diff line number Diff 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 ):
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.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
1010For more information, please visit [ https://equinix.com/about/ ] ( https://equinix.com/about/ )
Original file line number Diff line number Diff line change 1313""" # noqa: E501
1414
1515
16- __version__ = "0.4 .0"
16+ __version__ = "0.5 .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 @@ -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 ):
Original file line number Diff line number Diff 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 ):
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.4 .0
7+ - Package version: 0.5 .0
88- Generator version: 7.4.0
99- Build package: org.openapitools.codegen.languages.PythonClientCodegen
1010
You can’t perform that action at this time.
0 commit comments