Skip to content

Commit

Permalink
[bot] Updated client based on openapi-4087119/clientgen (#263)
Browse files Browse the repository at this point in the history
Co-authored-by: API Engineering <[email protected]>
  • Loading branch information
digitalocean-engineering and API Engineering authored Feb 8, 2024
1 parent cc32e20 commit db20334
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 10 deletions.
2 changes: 1 addition & 1 deletion DO_OPENAPI_COMMIT_SHA.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6e029d2
4087119
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ attrs==22.1.0 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0"
azure-core==1.26.1 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0"
azure-identity==1.12.0 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0"
certifi==2023.7.22 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0"
cffi==1.15.1 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0"
cffi==1.15.1 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0" and platform_python_implementation != "PyPy"
charset-normalizer==2.1.1 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0"
cryptography==41.0.6 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0"
cryptography==42.0.0 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0"
frozenlist==1.3.3 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0"
idna==3.4 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0"
isodate==0.6.1 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0"
Expand All @@ -18,7 +18,7 @@ msrest==0.7.1 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0"
multidict==6.0.2 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0"
oauthlib==3.2.2 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0"
portalocker==2.6.0 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0"
pycparser==2.21 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0"
pycparser==2.21 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0" and platform_python_implementation != "PyPy"
pyjwt[crypto]==2.6.0 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0"
pywin32==305 ; python_full_version >= "3.7.2" and platform_system == "Windows" and python_full_version < "4.0.0"
requests-oauthlib==1.3.1 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0"
Expand Down
15 changes: 12 additions & 3 deletions src/pydo/aio/operations/_operations.py
Original file line number Diff line number Diff line change
Expand Up @@ -88920,7 +88920,10 @@ async def post(
- Changes a Droplet's kernel. Only applies to Droplets with externally managed kernels.
All Droplets created after March 2017 use internal kernels by default.
* - :code:`<nobr>`enable_ipv6`</nobr>`
- Enables IPv6 for a Droplet.
- Enables IPv6 for a Droplet. Once enabled for a Droplet, IPv6 can not be disabled. When
enabling IPv6 on an existing Droplet, `additional OS-level configuration
<https://docs.digitalocean.com/products/networking/ipv6/how-to/enable/#on-existing-droplets>`_
is required.
* - :code:`<nobr>`snapshot`</nobr>`
- Takes a snapshot of a Droplet.

Expand Down Expand Up @@ -89054,7 +89057,10 @@ async def post(
- Changes a Droplet's kernel. Only applies to Droplets with externally managed kernels.
All Droplets created after March 2017 use internal kernels by default.
* - :code:`<nobr>`enable_ipv6`</nobr>`
- Enables IPv6 for a Droplet.
- Enables IPv6 for a Droplet. Once enabled for a Droplet, IPv6 can not be disabled. When
enabling IPv6 on an existing Droplet, `additional OS-level configuration
<https://docs.digitalocean.com/products/networking/ipv6/how-to/enable/#on-existing-droplets>`_
is required.
* - :code:`<nobr>`snapshot`</nobr>`
- Takes a snapshot of a Droplet.

Expand Down Expand Up @@ -89180,7 +89186,10 @@ async def post(
- Changes a Droplet's kernel. Only applies to Droplets with externally managed kernels.
All Droplets created after March 2017 use internal kernels by default.
* - :code:`<nobr>`enable_ipv6`</nobr>`
- Enables IPv6 for a Droplet.
- Enables IPv6 for a Droplet. Once enabled for a Droplet, IPv6 can not be disabled. When
enabling IPv6 on an existing Droplet, `additional OS-level configuration
<https://docs.digitalocean.com/products/networking/ipv6/how-to/enable/#on-existing-droplets>`_
is required.
* - :code:`<nobr>`snapshot`</nobr>`
- Takes a snapshot of a Droplet.

Expand Down
15 changes: 12 additions & 3 deletions src/pydo/operations/_operations.py
Original file line number Diff line number Diff line change
Expand Up @@ -95835,7 +95835,10 @@ def post(
- Changes a Droplet's kernel. Only applies to Droplets with externally managed kernels.
All Droplets created after March 2017 use internal kernels by default.
* - :code:`<nobr>`enable_ipv6`</nobr>`
- Enables IPv6 for a Droplet.
- Enables IPv6 for a Droplet. Once enabled for a Droplet, IPv6 can not be disabled. When
enabling IPv6 on an existing Droplet, `additional OS-level configuration
<https://docs.digitalocean.com/products/networking/ipv6/how-to/enable/#on-existing-droplets>`_
is required.
* - :code:`<nobr>`snapshot`</nobr>`
- Takes a snapshot of a Droplet.

Expand Down Expand Up @@ -95969,7 +95972,10 @@ def post(
- Changes a Droplet's kernel. Only applies to Droplets with externally managed kernels.
All Droplets created after March 2017 use internal kernels by default.
* - :code:`<nobr>`enable_ipv6`</nobr>`
- Enables IPv6 for a Droplet.
- Enables IPv6 for a Droplet. Once enabled for a Droplet, IPv6 can not be disabled. When
enabling IPv6 on an existing Droplet, `additional OS-level configuration
<https://docs.digitalocean.com/products/networking/ipv6/how-to/enable/#on-existing-droplets>`_
is required.
* - :code:`<nobr>`snapshot`</nobr>`
- Takes a snapshot of a Droplet.

Expand Down Expand Up @@ -96095,7 +96101,10 @@ def post(
- Changes a Droplet's kernel. Only applies to Droplets with externally managed kernels.
All Droplets created after March 2017 use internal kernels by default.
* - :code:`<nobr>`enable_ipv6`</nobr>`
- Enables IPv6 for a Droplet.
- Enables IPv6 for a Droplet. Once enabled for a Droplet, IPv6 can not be disabled. When
enabling IPv6 on an existing Droplet, `additional OS-level configuration
<https://docs.digitalocean.com/products/networking/ipv6/how-to/enable/#on-existing-droplets>`_
is required.
* - :code:`<nobr>`snapshot`</nobr>`
- Takes a snapshot of a Droplet.

Expand Down

0 comments on commit db20334

Please sign in to comment.