Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bot] Include PG Replication User Option: Re-Generated From digitalocean/openapi@6748be6 #266

Merged
merged 1 commit into from
Feb 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DO_OPENAPI_COMMIT_SHA.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4087119
6748be6
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ azure-identity==1.12.0 ; python_full_version >= "3.7.2" and python_full_version
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" and platform_python_implementation != "PyPy"
charset-normalizer==2.1.1 ; 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"
cryptography==42.0.2 ; 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 Down
102 changes: 83 additions & 19 deletions src/pydo/aio/operations/_operations.py
Original file line number Diff line number Diff line change
Expand Up @@ -73033,7 +73033,11 @@ async def list_clusters(
regex for matching the topic(s) that this ACL should
apply to. Required.
}
]
],
"pg_allow_replication": bool #
Optional. For Postgres clusters, set to ``true`` for a user
with replication rights."nThis option is not currently
supported for other database engines.
}
}
],
Expand Down Expand Up @@ -73346,7 +73350,11 @@ async def create_cluster(
matching the topic(s) that this ACL should apply to.
Required.
}
]
],
"pg_allow_replication": bool # Optional. For
Postgres clusters, set to ``true`` for a user with replication
rights."nThis option is not currently supported for other database
engines.
}
}
],
Expand Down Expand Up @@ -73540,7 +73548,11 @@ async def create_cluster(
matching the topic(s) that this ACL should apply to.
Required.
}
]
],
"pg_allow_replication": bool # Optional. For
Postgres clusters, set to ``true`` for a user with replication
rights."nThis option is not currently supported for other
database engines.
}
}
],
Expand Down Expand Up @@ -73785,7 +73797,11 @@ async def create_cluster(
matching the topic(s) that this ACL should apply to.
Required.
}
]
],
"pg_allow_replication": bool # Optional. For
Postgres clusters, set to ``true`` for a user with replication
rights."nThis option is not currently supported for other
database engines.
}
}
],
Expand Down Expand Up @@ -74028,7 +74044,11 @@ async def create_cluster(self, body: Union[JSON, IO], **kwargs: Any) -> JSON:
matching the topic(s) that this ACL should apply to.
Required.
}
]
],
"pg_allow_replication": bool # Optional. For
Postgres clusters, set to ``true`` for a user with replication
rights."nThis option is not currently supported for other
database engines.
}
}
],
Expand Down Expand Up @@ -74346,7 +74366,11 @@ async def get_cluster(self, database_cluster_uuid: str, **kwargs: Any) -> JSON:
matching the topic(s) that this ACL should apply to.
Required.
}
]
],
"pg_allow_replication": bool # Optional. For
Postgres clusters, set to ``true`` for a user with replication
rights."nThis option is not currently supported for other
database engines.
}
}
],
Expand Down Expand Up @@ -77791,7 +77815,11 @@ async def list_users(self, database_cluster_uuid: str, **kwargs: Any) -> JSON:
matching the topic(s) that this ACL should apply to.
Required.
}
]
],
"pg_allow_replication": bool # Optional. For
Postgres clusters, set to ``true`` for a user with replication
rights."nThis option is not currently supported for other database
engines.
}
}
]
Expand Down Expand Up @@ -77957,7 +77985,10 @@ async def add_user(
"topic": "str" # A regex for matching the topic(s)
that this ACL should apply to. Required.
}
]
],
"pg_allow_replication": bool # Optional. For Postgres clusters, set
to ``true`` for a user with replication rights."nThis option is not currently
supported for other database engines.
}
}

Expand Down Expand Up @@ -77999,7 +78030,10 @@ async def add_user(
"topic": "str" # A regex for matching the
topic(s) that this ACL should apply to. Required.
}
]
],
"pg_allow_replication": bool # Optional. For Postgres
clusters, set to ``true`` for a user with replication rights."nThis
option is not currently supported for other database engines.
}
}
}
Expand Down Expand Up @@ -78094,7 +78128,10 @@ async def add_user(
"topic": "str" # A regex for matching the
topic(s) that this ACL should apply to. Required.
}
]
],
"pg_allow_replication": bool # Optional. For Postgres
clusters, set to ``true`` for a user with replication rights."nThis
option is not currently supported for other database engines.
}
}
}
Expand Down Expand Up @@ -78184,7 +78221,10 @@ async def add_user(
"topic": "str" # A regex for matching the
topic(s) that this ACL should apply to. Required.
}
]
],
"pg_allow_replication": bool # Optional. For Postgres
clusters, set to ``true`` for a user with replication rights."nThis
option is not currently supported for other database engines.
}
}
}
Expand Down Expand Up @@ -78353,7 +78393,10 @@ async def get_user(
"topic": "str" # A regex for matching the
topic(s) that this ACL should apply to. Required.
}
]
],
"pg_allow_replication": bool # Optional. For Postgres
clusters, set to ``true`` for a user with replication rights."nThis
option is not currently supported for other database engines.
}
}
}
Expand Down Expand Up @@ -78604,7 +78647,10 @@ async def update_user(
"topic": "str" # A regex for matching the topic(s)
that this ACL should apply to. Required.
}
]
],
"pg_allow_replication": bool # Optional. For Postgres clusters, set
to ``true`` for a user with replication rights."nThis option is not currently
supported for other database engines.
}
}

Expand Down Expand Up @@ -78646,7 +78692,10 @@ async def update_user(
"topic": "str" # A regex for matching the
topic(s) that this ACL should apply to. Required.
}
]
],
"pg_allow_replication": bool # Optional. For Postgres
clusters, set to ``true`` for a user with replication rights."nThis
option is not currently supported for other database engines.
}
}
}
Expand Down Expand Up @@ -78742,7 +78791,10 @@ async def update_user(
"topic": "str" # A regex for matching the
topic(s) that this ACL should apply to. Required.
}
]
],
"pg_allow_replication": bool # Optional. For Postgres
clusters, set to ``true`` for a user with replication rights."nThis
option is not currently supported for other database engines.
}
}
}
Expand Down Expand Up @@ -78836,7 +78888,10 @@ async def update_user(
"topic": "str" # A regex for matching the
topic(s) that this ACL should apply to. Required.
}
]
],
"pg_allow_replication": bool # Optional. For Postgres
clusters, set to ``true`` for a user with replication rights."nThis
option is not currently supported for other database engines.
}
}
}
Expand Down Expand Up @@ -79026,7 +79081,10 @@ async def reset_auth(
"topic": "str" # A regex for matching the
topic(s) that this ACL should apply to. Required.
}
]
],
"pg_allow_replication": bool # Optional. For Postgres
clusters, set to ``true`` for a user with replication rights."nThis
option is not currently supported for other database engines.
}
}
}
Expand Down Expand Up @@ -79119,7 +79177,10 @@ async def reset_auth(
"topic": "str" # A regex for matching the
topic(s) that this ACL should apply to. Required.
}
]
],
"pg_allow_replication": bool # Optional. For Postgres
clusters, set to ``true`` for a user with replication rights."nThis
option is not currently supported for other database engines.
}
}
}
Expand Down Expand Up @@ -79210,7 +79271,10 @@ async def reset_auth(
"topic": "str" # A regex for matching the
topic(s) that this ACL should apply to. Required.
}
]
],
"pg_allow_replication": bool # Optional. For Postgres
clusters, set to ``true`` for a user with replication rights."nThis
option is not currently supported for other database engines.
}
}
}
Expand Down
Loading
Loading