Skip to content

Commit de32a3d

Browse files
author
Srinivas Alluri
committed
removed the update commands for Project and Branches
1 parent d13d0c9 commit de32a3d

5 files changed

Lines changed: 1655 additions & 134 deletions

File tree

src/neon/azext_neon/aaz/latest/neon/postgres/organization/_delete.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@
1919
class Delete(AAZCommand):
2020
"""Delete a Neon Postgres Organization
2121
22-
:example: Organizations_Delete
22+
:example: Delete Neon Postgres Organization
2323
az neon postgres organization delete --subscription 12345678-1234-1234-1234-123456789abc --resource-group demoResourceGroup --name demoNeonResource
2424
"""
2525

2626
_aaz_info = {
27-
"version": "2024-08-01-preview",
27+
"version": "2025-03-01",
2828
"resources": [
29-
["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/neon.postgres/organizations/{}", "2024-08-01-preview"],
29+
["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/neon.postgres/organizations/{}", "2025-03-01"],
3030
]
3131
}
3232

@@ -59,7 +59,7 @@ def _build_arguments_schema(cls, *args, **kwargs):
5959
),
6060
)
6161
_args_schema.resource_group = AAZResourceGroupNameArg(
62-
help="Name of the resource group",
62+
help="The name of the Azure resource group",
6363
required=True,
6464
)
6565
return cls._args_schema
@@ -150,7 +150,7 @@ def url_parameters(self):
150150
def query_parameters(self):
151151
parameters = {
152152
**self.serialize_query_param(
153-
"api-version", "2024-08-01-preview",
153+
"api-version", "2025-03-01",
154154
required=True,
155155
),
156156
}

0 commit comments

Comments
 (0)