Skip to content

Neon GA PowerShell CLI Command lets #27669

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

Open
wants to merge 17 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 7 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
26 changes: 26 additions & 0 deletions src/NeonPostgres/NeonPostgres.Autorest/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the Apache License, Version 2.0 (the ""License"");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
// http://www.apache.org/licenses/LICENSE-2.0
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an ""AS IS"" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
// Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code
// is regenerated.

using System;
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

[assembly: System.Reflection.AssemblyCompanyAttribute("Microsoft")]
[assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright © Microsoft")]
[assembly: System.Reflection.AssemblyProductAttribute("Microsoft Azure PowerShell")]
[assembly: System.Reflection.AssemblyTitleAttribute("Microsoft Azure PowerShell - NeonPostgres")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("0.1.1")]
[assembly: System.Reflection.AssemblyVersionAttribute("0.1.1")]
[assembly: System.Runtime.InteropServices.ComVisibleAttribute(false)]
[assembly: System.CLSCompliantAttribute(false)]
26 changes: 24 additions & 2 deletions src/NeonPostgres/NeonPostgres.Autorest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ For information on how to develop for `Az.NeonPostgres`, see [how-to.md](how-to.

```yaml
# pin the swagger version by using the commit id instead of branch name
commit: 75fdb87b5367a3ab306e85fb6daa7501d54f0553
commit: eb9abbcdb08fe6c2faca5c2a6182568b52a3b1ce
require:
# readme.azure.noprofile.md is the common configuration file
- $(this-folder)/../../readme.azure.noprofile.md
Expand All @@ -40,7 +40,7 @@ try-require:
- $(repo)/specification/liftrneon/resource-manager/readme.powershell.md

# For new RP, the version is 0.1.0
module-version: 0.1.0
module-version: 1.0.0
Copy link
Preview

Copilot AI May 12, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nitpick] Ensure that the module version in the README aligns with the assembly version and overall release plan for consistency.

Suggested change
module-version: 1.0.0
module-version: 2.3.4

Copilot uses AI. Check for mistakes.

# Normally, title is the service name
title: NeonPostgres
subject-prefix: $(service-name)
Expand Down Expand Up @@ -70,4 +70,26 @@ directive:
- where:
verb: Set
remove: true
- remove-operation:
- Organizations_GetPostgresVersions
- Projects_Update
- Branches_Update
- Computes_List
- Computes_Get
- Computes_CreateOrUpdate
- Computes_Update
- Computes_Delete
- Endpoints_List
- Endpoints_Get
- Endpoints_CreateOrUpdate
- Endpoints_Update
- Endpoints_Delete
- NeonDatabases_Get
- NeonDatabases_CreateOrUpdate
- NeonDatabases_Update
- NeonDatabases_Delete
- NeonRoles_Get
- NeonRoles_CreateOrUpdate
- NeonRoles_Update
- NeonRoles_Delete
```
Original file line number Diff line number Diff line change
@@ -0,0 +1,105 @@
{
"resourceType": "organizations/projects/branches",
"apiVersion": "2025-03-01",
"learnMore": {
"url": "https://learn.microsoft.com/powershell/module/az.neonpostgres"
},
"commands": [
{
"name": "Get-AzNeonPostgresBranch",
"description": "Get a Branch",
"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Neon.Postgres/organizations/{organizationName}/projects/{projectName}/branches/{branchName}",
"help": {
"learnMore": {
"url": "https://learn.microsoft.com/powershell/module/az.neonpostgres/get-azneonpostgresbranch"
},
"parameterSets": [
{
"parameters": [
"-Name <String>",
"-OrganizationName <String>",
"-ProjectName <String>",
"-ResourceGroupName <String>",
"[-SubscriptionId <String[]>]"
]
}
]
},
"examples": [
{
"description": "Get a Branch",
"parameters": [
{
"name": "-Name",
"value": "[Path.branchName]"
},
{
"name": "-OrganizationName",
"value": "[Path.organizationName]"
},
{
"name": "-ProjectName",
"value": "[Path.projectName]"
},
{
"name": "-ResourceGroupName",
"value": "[Path.resourceGroupName]"
},
{
"name": "-SubscriptionId",
"value": "[Path.subscriptionId]"
}
]
}
]
},
{
"name": "Remove-AzNeonPostgresBranch",
"description": "Delete a Branch",
"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Neon.Postgres/organizations/{organizationName}/projects/{projectName}/branches/{branchName}",
"help": {
"learnMore": {
"url": "https://learn.microsoft.com/powershell/module/az.neonpostgres/remove-azneonpostgresbranch"
},
"parameterSets": [
{
"parameters": [
"-Name <String>",
"-OrganizationName <String>",
"-ProjectName <String>",
"-ResourceGroupName <String>",
"[-SubscriptionId <String>]"
]
}
]
},
"examples": [
{
"description": "Delete a Branch",
"parameters": [
{
"name": "-Name",
"value": "[Path.branchName]"
},
{
"name": "-OrganizationName",
"value": "[Path.organizationName]"
},
{
"name": "-ProjectName",
"value": "[Path.projectName]"
},
{
"name": "-ResourceGroupName",
"value": "[Path.resourceGroupName]"
},
{
"name": "-SubscriptionId",
"value": "[Path.subscriptionId]"
}
]
}
]
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,95 @@
{
"resourceType": "organizations/projects",
"apiVersion": "2025-03-01",
"learnMore": {
"url": "https://learn.microsoft.com/powershell/module/az.neonpostgres"
},
"commands": [
{
"name": "Get-AzNeonPostgresProject",
"description": "Get a Project",
"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Neon.Postgres/organizations/{organizationName}/projects/{projectName}",
"help": {
"learnMore": {
"url": "https://learn.microsoft.com/powershell/module/az.neonpostgres/get-azneonpostgresproject"
},
"parameterSets": [
{
"parameters": [
"-Name <String>",
"-OrganizationName <String>",
"-ResourceGroupName <String>",
"[-SubscriptionId <String[]>]"
]
}
]
},
"examples": [
{
"description": "Get a Project",
"parameters": [
{
"name": "-Name",
"value": "[Path.projectName]"
},
{
"name": "-OrganizationName",
"value": "[Path.organizationName]"
},
{
"name": "-ResourceGroupName",
"value": "[Path.resourceGroupName]"
},
{
"name": "-SubscriptionId",
"value": "[Path.subscriptionId]"
}
]
}
]
},
{
"name": "Remove-AzNeonPostgresProject",
"description": "Delete a Project",
"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Neon.Postgres/organizations/{organizationName}/projects/{projectName}",
"help": {
"learnMore": {
"url": "https://learn.microsoft.com/powershell/module/az.neonpostgres/remove-azneonpostgresproject"
},
"parameterSets": [
{
"parameters": [
"-Name <String>",
"-OrganizationName <String>",
"-ResourceGroupName <String>",
"[-SubscriptionId <String>]"
]
}
]
},
"examples": [
{
"description": "Delete a Project",
"parameters": [
{
"name": "-Name",
"value": "[Path.projectName]"
},
{
"name": "-OrganizationName",
"value": "[Path.organizationName]"
},
{
"name": "-ResourceGroupName",
"value": "[Path.resourceGroupName]"
},
{
"name": "-SubscriptionId",
"value": "[Path.subscriptionId]"
}
]
}
]
}
]
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"resourceType": "organizations",
"apiVersion": "2024-08-01-preview",
"apiVersion": "2025-03-01",
"learnMore": {
"url": "https://learn.microsoft.com/powershell/module/az.neonpostgres"
},
Expand Down
35 changes: 34 additions & 1 deletion src/NeonPostgres/NeonPostgres.Autorest/docs/Az.NeonPostgres.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
Module Name: Az.NeonPostgres
Module Guid: b3e01e02-1629-4884-8793-ec1494a14142
Module Guid: aad66304-ae00-437a-af8a-40cda356d324
Download Help Link: https://learn.microsoft.com/powershell/module/az.neonpostgres
Help Version: 1.0.0.0
Locale: en-US
Expand All @@ -11,15 +11,48 @@ Locale: en-US
Microsoft Azure PowerShell: NeonPostgres cmdlets

## Az.NeonPostgres Cmdlets
### [Get-AzNeonPostgresBranch](Get-AzNeonPostgresBranch.md)
Get a Branch

### [Get-AzNeonPostgresNeonDatabase](Get-AzNeonPostgresNeonDatabase.md)
List NeonDatabase resources by Branch

### [Get-AzNeonPostgresNeonRole](Get-AzNeonPostgresNeonRole.md)
List NeonRole resources by Branch

### [Get-AzNeonPostgresOrganization](Get-AzNeonPostgresOrganization.md)
Get a OrganizationResource

### [Get-AzNeonPostgresProject](Get-AzNeonPostgresProject.md)
Get a Project

### [Get-AzNeonPostgresProjectConnectionUri](Get-AzNeonPostgresProjectConnectionUri.md)
Action to retrieve the connection URI for the Neon Database.

### [New-AzNeonPostgresBranch](New-AzNeonPostgresBranch.md)
create a Branch

### [New-AzNeonPostgresOrganization](New-AzNeonPostgresOrganization.md)
create a OrganizationResource

### [New-AzNeonPostgresProject](New-AzNeonPostgresProject.md)
create a Project

### [Remove-AzNeonPostgresBranch](Remove-AzNeonPostgresBranch.md)
Delete a Branch

### [Remove-AzNeonPostgresOrganization](Remove-AzNeonPostgresOrganization.md)
Delete a OrganizationResource

### [Remove-AzNeonPostgresProject](Remove-AzNeonPostgresProject.md)
Delete a Project

### [Update-AzNeonPostgresBranch](Update-AzNeonPostgresBranch.md)
update a Branch

### [Update-AzNeonPostgresOrganization](Update-AzNeonPostgresOrganization.md)
update a OrganizationResource

### [Update-AzNeonPostgresProject](Update-AzNeonPostgresProject.md)
update a Project

Loading