From 5fff3b2d67c9e2692ba73831f0d9392de979e0ab Mon Sep 17 00:00:00 2001 From: Srinivas Alluri Date: Fri, 25 Apr 2025 17:23:23 +0530 Subject: [PATCH 1/9] updated the commitId and version --- .../NeonPostgres.Autorest/README.md | 23 ++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/src/NeonPostgres/NeonPostgres.Autorest/README.md b/src/NeonPostgres/NeonPostgres.Autorest/README.md index d9dd3849ba23..a8d684f90b3d 100644 --- a/src/NeonPostgres/NeonPostgres.Autorest/README.md +++ b/src/NeonPostgres/NeonPostgres.Autorest/README.md @@ -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 @@ -70,4 +70,25 @@ directive: - where: verb: Set remove: true + - remove-operation: + - 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 ``` From f7538d5fc2a79931d7cd2a8e320e007e0652ed4b Mon Sep 17 00:00:00 2001 From: Srinivas Alluri Date: Fri, 25 Apr 2025 17:24:07 +0530 Subject: [PATCH 2/9] updated module version and removed unused operations --- src/NeonPostgres/NeonPostgres.Autorest/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NeonPostgres/NeonPostgres.Autorest/README.md b/src/NeonPostgres/NeonPostgres.Autorest/README.md index a8d684f90b3d..13e6dc945fd0 100644 --- a/src/NeonPostgres/NeonPostgres.Autorest/README.md +++ b/src/NeonPostgres/NeonPostgres.Autorest/README.md @@ -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 # Normally, title is the service name title: NeonPostgres subject-prefix: $(service-name) From 67cb6909da4d10c3b0a41bc46452f1f003c7a5c4 Mon Sep 17 00:00:00 2001 From: Srinivas Alluri Date: Fri, 25 Apr 2025 19:07:25 +0530 Subject: [PATCH 3/9] updated the ReadMe.md --- src/NeonPostgres/NeonPostgres.Autorest/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/NeonPostgres/NeonPostgres.Autorest/README.md b/src/NeonPostgres/NeonPostgres.Autorest/README.md index 13e6dc945fd0..19067fda526d 100644 --- a/src/NeonPostgres/NeonPostgres.Autorest/README.md +++ b/src/NeonPostgres/NeonPostgres.Autorest/README.md @@ -71,6 +71,7 @@ directive: verb: Set remove: true - remove-operation: + - Organizations_GetPostgresVersions - Projects_Update - Branches_Update - Computes_List From ce1e95f3f3b8b65671a1a599cb33e8cc7fc01021 Mon Sep 17 00:00:00 2001 From: Srinivas Alluri Date: Mon, 28 Apr 2025 17:09:43 +0530 Subject: [PATCH 4/9] added neon postgres project, branches, databases commands --- .../Properties/AssemblyInfo.cs | 26 + .../organizations-projects-branches.json | 105 ++++ .../Neon.Postgres/organizations-projects.json | 95 +++ .../UX/Neon.Postgres/organizations.json | 2 +- .../docs/Az.NeonPostgres.md | 35 +- .../docs/Get-AzNeonPostgresBranch.md | 226 +++++++ .../docs/Get-AzNeonPostgresNeonDatabase.md | 154 +++++ .../docs/Get-AzNeonPostgresNeonRole.md | 154 +++++ .../docs/Get-AzNeonPostgresProject.md | 190 ++++++ .../Get-AzNeonPostgresProjectConnectionUri.md | 391 ++++++++++++ .../docs/New-AzNeonPostgresBranch.md | 399 ++++++++++++ .../docs/New-AzNeonPostgresOrganization.md | 27 +- .../docs/New-AzNeonPostgresProject.md | 553 +++++++++++++++++ .../docs/Remove-AzNeonPostgresBranch.md | 267 ++++++++ .../docs/Remove-AzNeonPostgresProject.md | 230 +++++++ .../docs/Update-AzNeonPostgresBranch.md | 429 +++++++++++++ .../docs/Update-AzNeonPostgresOrganization.md | 166 ++++- .../docs/Update-AzNeonPostgresProject.md | 569 ++++++++++++++++++ .../examples/Get-AzNeonPostgresBranch.md | 22 + .../Get-AzNeonPostgresNeonDatabase.md | 22 + .../examples/Get-AzNeonPostgresNeonRole.md | 22 + .../examples/Get-AzNeonPostgresProject.md | 22 + .../Get-AzNeonPostgresProjectConnectionUri.md | 22 + .../examples/New-AzNeonPostgresBranch.md | 22 + .../examples/New-AzNeonPostgresProject.md | 22 + .../examples/Remove-AzNeonPostgresBranch.md | 22 + .../examples/Remove-AzNeonPostgresProject.md | 22 + .../examples/Update-AzNeonPostgresBranch.md | 22 + .../examples/Update-AzNeonPostgresProject.md | 22 + .../NeonPostgres.Autorest/generate-info.json | 2 +- .../NeonPostgres.Autorest/resources/README.md | 11 + .../test/Get-AzNeonPostgresBranch.Tests.ps1 | 37 ++ .../Get-AzNeonPostgresNeonDatabase.Tests.ps1 | 21 + .../test/Get-AzNeonPostgresNeonRole.Tests.ps1 | 21 + ...-AzNeonPostgresOrganization.Recording.json | 29 +- .../test/Get-AzNeonPostgresProject.Tests.ps1 | 33 + ...NeonPostgresProjectConnectionUri.Tests.ps1 | 49 ++ .../test/New-AzNeonPostgresBranch.Tests.ps1 | 29 + ...-AzNeonPostgresOrganization.Recording.json | 161 +---- .../test/New-AzNeonPostgresProject.Tests.ps1 | 29 + .../Remove-AzNeonPostgresBranch.Tests.ps1 | 33 + ...-AzNeonPostgresOrganization.Recording.json | 29 +- .../Remove-AzNeonPostgresProject.Tests.ps1 | 29 + .../Update-AzNeonPostgresBranch.Tests.ps1 | 33 + ...-AzNeonPostgresOrganization.Recording.json | 26 +- .../Update-AzNeonPostgresProject.Tests.ps1 | 29 + .../NeonPostgres.Autorest/test/env.json | 4 +- src/NeonPostgres/NeonPostgres.sln | 89 ++- .../NeonPostgres/Az.NeonPostgres.psd1 | 24 +- .../NeonPostgres/help/Az.NeonPostgres.md | 33 + .../help/Get-AzNeonPostgresBranch.md | 227 +++++++ .../help/Get-AzNeonPostgresNeonDatabase.md | 154 +++++ .../help/Get-AzNeonPostgresNeonRole.md | 154 +++++ .../help/Get-AzNeonPostgresOrganization.md | 90 +++ .../help/Get-AzNeonPostgresProject.md | 190 ++++++ .../Get-AzNeonPostgresProjectConnectionUri.md | 392 ++++++++++++ .../help/New-AzNeonPostgresBranch.md | 398 ++++++++++++ .../help/New-AzNeonPostgresOrganization.md | 28 +- .../help/New-AzNeonPostgresProject.md | 552 +++++++++++++++++ .../help/Remove-AzNeonPostgresBranch.md | 268 +++++++++ .../help/Remove-AzNeonPostgresProject.md | 231 +++++++ .../help/Update-AzNeonPostgresBranch.md | 429 +++++++++++++ .../help/Update-AzNeonPostgresOrganization.md | 168 +++++- .../help/Update-AzNeonPostgresProject.md | 568 +++++++++++++++++ 64 files changed, 8608 insertions(+), 252 deletions(-) create mode 100644 src/NeonPostgres/NeonPostgres.Autorest/Properties/AssemblyInfo.cs create mode 100644 src/NeonPostgres/NeonPostgres.Autorest/UX/Neon.Postgres/organizations-projects-branches.json create mode 100644 src/NeonPostgres/NeonPostgres.Autorest/UX/Neon.Postgres/organizations-projects.json create mode 100644 src/NeonPostgres/NeonPostgres.Autorest/docs/Get-AzNeonPostgresBranch.md create mode 100644 src/NeonPostgres/NeonPostgres.Autorest/docs/Get-AzNeonPostgresNeonDatabase.md create mode 100644 src/NeonPostgres/NeonPostgres.Autorest/docs/Get-AzNeonPostgresNeonRole.md create mode 100644 src/NeonPostgres/NeonPostgres.Autorest/docs/Get-AzNeonPostgresProject.md create mode 100644 src/NeonPostgres/NeonPostgres.Autorest/docs/Get-AzNeonPostgresProjectConnectionUri.md create mode 100644 src/NeonPostgres/NeonPostgres.Autorest/docs/New-AzNeonPostgresBranch.md create mode 100644 src/NeonPostgres/NeonPostgres.Autorest/docs/New-AzNeonPostgresProject.md create mode 100644 src/NeonPostgres/NeonPostgres.Autorest/docs/Remove-AzNeonPostgresBranch.md create mode 100644 src/NeonPostgres/NeonPostgres.Autorest/docs/Remove-AzNeonPostgresProject.md create mode 100644 src/NeonPostgres/NeonPostgres.Autorest/docs/Update-AzNeonPostgresBranch.md create mode 100644 src/NeonPostgres/NeonPostgres.Autorest/docs/Update-AzNeonPostgresProject.md create mode 100644 src/NeonPostgres/NeonPostgres.Autorest/examples/Get-AzNeonPostgresBranch.md create mode 100644 src/NeonPostgres/NeonPostgres.Autorest/examples/Get-AzNeonPostgresNeonDatabase.md create mode 100644 src/NeonPostgres/NeonPostgres.Autorest/examples/Get-AzNeonPostgresNeonRole.md create mode 100644 src/NeonPostgres/NeonPostgres.Autorest/examples/Get-AzNeonPostgresProject.md create mode 100644 src/NeonPostgres/NeonPostgres.Autorest/examples/Get-AzNeonPostgresProjectConnectionUri.md create mode 100644 src/NeonPostgres/NeonPostgres.Autorest/examples/New-AzNeonPostgresBranch.md create mode 100644 src/NeonPostgres/NeonPostgres.Autorest/examples/New-AzNeonPostgresProject.md create mode 100644 src/NeonPostgres/NeonPostgres.Autorest/examples/Remove-AzNeonPostgresBranch.md create mode 100644 src/NeonPostgres/NeonPostgres.Autorest/examples/Remove-AzNeonPostgresProject.md create mode 100644 src/NeonPostgres/NeonPostgres.Autorest/examples/Update-AzNeonPostgresBranch.md create mode 100644 src/NeonPostgres/NeonPostgres.Autorest/examples/Update-AzNeonPostgresProject.md create mode 100644 src/NeonPostgres/NeonPostgres.Autorest/resources/README.md create mode 100644 src/NeonPostgres/NeonPostgres.Autorest/test/Get-AzNeonPostgresBranch.Tests.ps1 create mode 100644 src/NeonPostgres/NeonPostgres.Autorest/test/Get-AzNeonPostgresNeonDatabase.Tests.ps1 create mode 100644 src/NeonPostgres/NeonPostgres.Autorest/test/Get-AzNeonPostgresNeonRole.Tests.ps1 create mode 100644 src/NeonPostgres/NeonPostgres.Autorest/test/Get-AzNeonPostgresProject.Tests.ps1 create mode 100644 src/NeonPostgres/NeonPostgres.Autorest/test/Get-AzNeonPostgresProjectConnectionUri.Tests.ps1 create mode 100644 src/NeonPostgres/NeonPostgres.Autorest/test/New-AzNeonPostgresBranch.Tests.ps1 create mode 100644 src/NeonPostgres/NeonPostgres.Autorest/test/New-AzNeonPostgresProject.Tests.ps1 create mode 100644 src/NeonPostgres/NeonPostgres.Autorest/test/Remove-AzNeonPostgresBranch.Tests.ps1 create mode 100644 src/NeonPostgres/NeonPostgres.Autorest/test/Remove-AzNeonPostgresProject.Tests.ps1 create mode 100644 src/NeonPostgres/NeonPostgres.Autorest/test/Update-AzNeonPostgresBranch.Tests.ps1 create mode 100644 src/NeonPostgres/NeonPostgres.Autorest/test/Update-AzNeonPostgresProject.Tests.ps1 create mode 100644 src/NeonPostgres/NeonPostgres/help/Get-AzNeonPostgresBranch.md create mode 100644 src/NeonPostgres/NeonPostgres/help/Get-AzNeonPostgresNeonDatabase.md create mode 100644 src/NeonPostgres/NeonPostgres/help/Get-AzNeonPostgresNeonRole.md create mode 100644 src/NeonPostgres/NeonPostgres/help/Get-AzNeonPostgresProject.md create mode 100644 src/NeonPostgres/NeonPostgres/help/Get-AzNeonPostgresProjectConnectionUri.md create mode 100644 src/NeonPostgres/NeonPostgres/help/New-AzNeonPostgresBranch.md create mode 100644 src/NeonPostgres/NeonPostgres/help/New-AzNeonPostgresProject.md create mode 100644 src/NeonPostgres/NeonPostgres/help/Remove-AzNeonPostgresBranch.md create mode 100644 src/NeonPostgres/NeonPostgres/help/Remove-AzNeonPostgresProject.md create mode 100644 src/NeonPostgres/NeonPostgres/help/Update-AzNeonPostgresBranch.md create mode 100644 src/NeonPostgres/NeonPostgres/help/Update-AzNeonPostgresProject.md diff --git a/src/NeonPostgres/NeonPostgres.Autorest/Properties/AssemblyInfo.cs b/src/NeonPostgres/NeonPostgres.Autorest/Properties/AssemblyInfo.cs new file mode 100644 index 000000000000..13dbd5f729f7 --- /dev/null +++ b/src/NeonPostgres/NeonPostgres.Autorest/Properties/AssemblyInfo.cs @@ -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)] diff --git a/src/NeonPostgres/NeonPostgres.Autorest/UX/Neon.Postgres/organizations-projects-branches.json b/src/NeonPostgres/NeonPostgres.Autorest/UX/Neon.Postgres/organizations-projects-branches.json new file mode 100644 index 000000000000..2fdcdb6ff85b --- /dev/null +++ b/src/NeonPostgres/NeonPostgres.Autorest/UX/Neon.Postgres/organizations-projects-branches.json @@ -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 ", + "-OrganizationName ", + "-ProjectName ", + "-ResourceGroupName ", + "[-SubscriptionId ]" + ] + } + ] + }, + "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 ", + "-OrganizationName ", + "-ProjectName ", + "-ResourceGroupName ", + "[-SubscriptionId ]" + ] + } + ] + }, + "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]" + } + ] + } + ] + } + ] +} diff --git a/src/NeonPostgres/NeonPostgres.Autorest/UX/Neon.Postgres/organizations-projects.json b/src/NeonPostgres/NeonPostgres.Autorest/UX/Neon.Postgres/organizations-projects.json new file mode 100644 index 000000000000..89d7c79211f4 --- /dev/null +++ b/src/NeonPostgres/NeonPostgres.Autorest/UX/Neon.Postgres/organizations-projects.json @@ -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 ", + "-OrganizationName ", + "-ResourceGroupName ", + "[-SubscriptionId ]" + ] + } + ] + }, + "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 ", + "-OrganizationName ", + "-ResourceGroupName ", + "[-SubscriptionId ]" + ] + } + ] + }, + "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]" + } + ] + } + ] + } + ] +} diff --git a/src/NeonPostgres/NeonPostgres.Autorest/UX/Neon.Postgres/organizations.json b/src/NeonPostgres/NeonPostgres.Autorest/UX/Neon.Postgres/organizations.json index a00f96717c90..f2533d327550 100644 --- a/src/NeonPostgres/NeonPostgres.Autorest/UX/Neon.Postgres/organizations.json +++ b/src/NeonPostgres/NeonPostgres.Autorest/UX/Neon.Postgres/organizations.json @@ -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" }, diff --git a/src/NeonPostgres/NeonPostgres.Autorest/docs/Az.NeonPostgres.md b/src/NeonPostgres/NeonPostgres.Autorest/docs/Az.NeonPostgres.md index 5e82ec3afb36..ca535000246b 100644 --- a/src/NeonPostgres/NeonPostgres.Autorest/docs/Az.NeonPostgres.md +++ b/src/NeonPostgres/NeonPostgres.Autorest/docs/Az.NeonPostgres.md @@ -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 @@ -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 + diff --git a/src/NeonPostgres/NeonPostgres.Autorest/docs/Get-AzNeonPostgresBranch.md b/src/NeonPostgres/NeonPostgres.Autorest/docs/Get-AzNeonPostgresBranch.md new file mode 100644 index 000000000000..6c4d0cc22e8d --- /dev/null +++ b/src/NeonPostgres/NeonPostgres.Autorest/docs/Get-AzNeonPostgresBranch.md @@ -0,0 +1,226 @@ +--- +external help file: +Module Name: Az.NeonPostgres +online version: https://learn.microsoft.com/powershell/module/az.neonpostgres/get-azneonpostgresbranch +schema: 2.0.0 +--- + +# Get-AzNeonPostgresBranch + +## SYNOPSIS +Get a Branch + +## SYNTAX + +### List (Default) +``` +Get-AzNeonPostgresBranch -OrganizationName -ProjectName -ResourceGroupName + [-SubscriptionId ] [-DefaultProfile ] [] +``` + +### Get +``` +Get-AzNeonPostgresBranch -Name -OrganizationName -ProjectName + -ResourceGroupName [-SubscriptionId ] [-DefaultProfile ] [] +``` + +### GetViaIdentity +``` +Get-AzNeonPostgresBranch -InputObject [-DefaultProfile ] + [] +``` + +### GetViaIdentityOrganization +``` +Get-AzNeonPostgresBranch -Name -OrganizationInputObject -ProjectName + [-DefaultProfile ] [] +``` + +### GetViaIdentityProject +``` +Get-AzNeonPostgresBranch -Name -ProjectInputObject + [-DefaultProfile ] [] +``` + +## DESCRIPTION +Get a Branch + +## EXAMPLES + +### Example 1: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + +## PARAMETERS + +### -DefaultProfile +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +Identity Parameter + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.INeonPostgresIdentity +Parameter Sets: GetViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Name +The name of the Branch + +```yaml +Type: System.String +Parameter Sets: Get, GetViaIdentityOrganization, GetViaIdentityProject +Aliases: BranchName + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -OrganizationInputObject +Identity Parameter + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.INeonPostgresIdentity +Parameter Sets: GetViaIdentityOrganization +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -OrganizationName +Name of the Neon Organizations resource + +```yaml +Type: System.String +Parameter Sets: Get, List +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ProjectInputObject +Identity Parameter + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.INeonPostgresIdentity +Parameter Sets: GetViaIdentityProject +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -ProjectName +The name of the Project + +```yaml +Type: System.String +Parameter Sets: Get, GetViaIdentityOrganization, List +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group. +The name is case insensitive. + +```yaml +Type: System.String +Parameter Sets: Get, List +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +The ID of the target subscription. +The value must be an UUID. + +```yaml +Type: System.String[] +Parameter Sets: Get, List +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.INeonPostgresIdentity + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IBranch + +## NOTES + +## RELATED LINKS + diff --git a/src/NeonPostgres/NeonPostgres.Autorest/docs/Get-AzNeonPostgresNeonDatabase.md b/src/NeonPostgres/NeonPostgres.Autorest/docs/Get-AzNeonPostgresNeonDatabase.md new file mode 100644 index 000000000000..fe6f230a41c4 --- /dev/null +++ b/src/NeonPostgres/NeonPostgres.Autorest/docs/Get-AzNeonPostgresNeonDatabase.md @@ -0,0 +1,154 @@ +--- +external help file: +Module Name: Az.NeonPostgres +online version: https://learn.microsoft.com/powershell/module/az.neonpostgres/get-azneonpostgresneondatabase +schema: 2.0.0 +--- + +# Get-AzNeonPostgresNeonDatabase + +## SYNOPSIS +List NeonDatabase resources by Branch + +## SYNTAX + +``` +Get-AzNeonPostgresNeonDatabase -BranchName -OrganizationName -ProjectName + -ResourceGroupName [-SubscriptionId ] [-DefaultProfile ] [] +``` + +## DESCRIPTION +List NeonDatabase resources by Branch + +## EXAMPLES + +### Example 1: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + +## PARAMETERS + +### -BranchName +The name of the Branch + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultProfile +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -OrganizationName +Name of the Neon Organizations resource + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ProjectName +The name of the Project + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group. +The name is case insensitive. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +The ID of the target subscription. +The value must be an UUID. + +```yaml +Type: System.String[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.INeonDatabase + +## NOTES + +## RELATED LINKS + diff --git a/src/NeonPostgres/NeonPostgres.Autorest/docs/Get-AzNeonPostgresNeonRole.md b/src/NeonPostgres/NeonPostgres.Autorest/docs/Get-AzNeonPostgresNeonRole.md new file mode 100644 index 000000000000..22e1cd103bf8 --- /dev/null +++ b/src/NeonPostgres/NeonPostgres.Autorest/docs/Get-AzNeonPostgresNeonRole.md @@ -0,0 +1,154 @@ +--- +external help file: +Module Name: Az.NeonPostgres +online version: https://learn.microsoft.com/powershell/module/az.neonpostgres/get-azneonpostgresneonrole +schema: 2.0.0 +--- + +# Get-AzNeonPostgresNeonRole + +## SYNOPSIS +List NeonRole resources by Branch + +## SYNTAX + +``` +Get-AzNeonPostgresNeonRole -BranchName -OrganizationName -ProjectName + -ResourceGroupName [-SubscriptionId ] [-DefaultProfile ] [] +``` + +## DESCRIPTION +List NeonRole resources by Branch + +## EXAMPLES + +### Example 1: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + +## PARAMETERS + +### -BranchName +The name of the Branch + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultProfile +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -OrganizationName +Name of the Neon Organizations resource + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ProjectName +The name of the Project + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group. +The name is case insensitive. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +The ID of the target subscription. +The value must be an UUID. + +```yaml +Type: System.String[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.INeonRole + +## NOTES + +## RELATED LINKS + diff --git a/src/NeonPostgres/NeonPostgres.Autorest/docs/Get-AzNeonPostgresProject.md b/src/NeonPostgres/NeonPostgres.Autorest/docs/Get-AzNeonPostgresProject.md new file mode 100644 index 000000000000..da7c26f350ba --- /dev/null +++ b/src/NeonPostgres/NeonPostgres.Autorest/docs/Get-AzNeonPostgresProject.md @@ -0,0 +1,190 @@ +--- +external help file: +Module Name: Az.NeonPostgres +online version: https://learn.microsoft.com/powershell/module/az.neonpostgres/get-azneonpostgresproject +schema: 2.0.0 +--- + +# Get-AzNeonPostgresProject + +## SYNOPSIS +Get a Project + +## SYNTAX + +### List (Default) +``` +Get-AzNeonPostgresProject -OrganizationName -ResourceGroupName [-SubscriptionId ] + [-DefaultProfile ] [] +``` + +### Get +``` +Get-AzNeonPostgresProject -Name -OrganizationName -ResourceGroupName + [-SubscriptionId ] [-DefaultProfile ] [] +``` + +### GetViaIdentity +``` +Get-AzNeonPostgresProject -InputObject [-DefaultProfile ] + [] +``` + +### GetViaIdentityOrganization +``` +Get-AzNeonPostgresProject -Name -OrganizationInputObject + [-DefaultProfile ] [] +``` + +## DESCRIPTION +Get a Project + +## EXAMPLES + +### Example 1: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + +## PARAMETERS + +### -DefaultProfile +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +Identity Parameter + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.INeonPostgresIdentity +Parameter Sets: GetViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Name +The name of the Project + +```yaml +Type: System.String +Parameter Sets: Get, GetViaIdentityOrganization +Aliases: ProjectName + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -OrganizationInputObject +Identity Parameter + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.INeonPostgresIdentity +Parameter Sets: GetViaIdentityOrganization +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -OrganizationName +Name of the Neon Organizations resource + +```yaml +Type: System.String +Parameter Sets: Get, List +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group. +The name is case insensitive. + +```yaml +Type: System.String +Parameter Sets: Get, List +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +The ID of the target subscription. +The value must be an UUID. + +```yaml +Type: System.String[] +Parameter Sets: Get, List +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.INeonPostgresIdentity + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IProject + +## NOTES + +## RELATED LINKS + diff --git a/src/NeonPostgres/NeonPostgres.Autorest/docs/Get-AzNeonPostgresProjectConnectionUri.md b/src/NeonPostgres/NeonPostgres.Autorest/docs/Get-AzNeonPostgresProjectConnectionUri.md new file mode 100644 index 000000000000..2a8460f6e17b --- /dev/null +++ b/src/NeonPostgres/NeonPostgres.Autorest/docs/Get-AzNeonPostgresProjectConnectionUri.md @@ -0,0 +1,391 @@ +--- +external help file: +Module Name: Az.NeonPostgres +online version: https://learn.microsoft.com/powershell/module/az.neonpostgres/get-azneonpostgresprojectconnectionuri +schema: 2.0.0 +--- + +# Get-AzNeonPostgresProjectConnectionUri + +## SYNOPSIS +Action to retrieve the connection URI for the Neon Database. + +## SYNTAX + +### GetExpanded (Default) +``` +Get-AzNeonPostgresProjectConnectionUri -OrganizationName -ProjectName + -ResourceGroupName [-SubscriptionId ] [-BranchId ] [-DatabaseName ] + [-EndpointId ] [-IsPooled] [-ProjectId ] [-RoleName ] [-DefaultProfile ] + [-Confirm] [-WhatIf] [] +``` + +### Get +``` +Get-AzNeonPostgresProjectConnectionUri -OrganizationName -ProjectName + -ResourceGroupName -ConnectionUriParameter + [-SubscriptionId ] [-DefaultProfile ] [-Confirm] [-WhatIf] [] +``` + +### GetViaIdentity +``` +Get-AzNeonPostgresProjectConnectionUri -InputObject + -ConnectionUriParameter [-DefaultProfile ] [-Confirm] [-WhatIf] + [] +``` + +### GetViaIdentityExpanded +``` +Get-AzNeonPostgresProjectConnectionUri -InputObject [-BranchId ] + [-DatabaseName ] [-EndpointId ] [-IsPooled] [-ProjectId ] [-RoleName ] + [-DefaultProfile ] [-Confirm] [-WhatIf] [] +``` + +### GetViaIdentityOrganization +``` +Get-AzNeonPostgresProjectConnectionUri -OrganizationInputObject -ProjectName + -ConnectionUriParameter [-DefaultProfile ] [-Confirm] [-WhatIf] + [] +``` + +### GetViaIdentityOrganizationExpanded +``` +Get-AzNeonPostgresProjectConnectionUri -OrganizationInputObject -ProjectName + [-BranchId ] [-DatabaseName ] [-EndpointId ] [-IsPooled] [-ProjectId ] + [-RoleName ] [-DefaultProfile ] [-Confirm] [-WhatIf] [] +``` + +### GetViaJsonFilePath +``` +Get-AzNeonPostgresProjectConnectionUri -OrganizationName -ProjectName + -ResourceGroupName -JsonFilePath [-SubscriptionId ] [-DefaultProfile ] + [-Confirm] [-WhatIf] [] +``` + +### GetViaJsonString +``` +Get-AzNeonPostgresProjectConnectionUri -OrganizationName -ProjectName + -ResourceGroupName -JsonString [-SubscriptionId ] [-DefaultProfile ] + [-Confirm] [-WhatIf] [] +``` + +## DESCRIPTION +Action to retrieve the connection URI for the Neon Database. + +## EXAMPLES + +### Example 1: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + +## PARAMETERS + +### -BranchId +Branch Id associated with this connection + +```yaml +Type: System.String +Parameter Sets: GetExpanded, GetViaIdentityExpanded, GetViaIdentityOrganizationExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ConnectionUriParameter +Connection uri parameters for the associated database + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IModelsConnectionUriProperties +Parameter Sets: Get, GetViaIdentity, GetViaIdentityOrganization +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -DatabaseName +Database name associated with this connection + +```yaml +Type: System.String +Parameter Sets: GetExpanded, GetViaIdentityExpanded, GetViaIdentityOrganizationExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultProfile +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -EndpointId +the endpoint Id with this connection + +```yaml +Type: System.String +Parameter Sets: GetExpanded, GetViaIdentityExpanded, GetViaIdentityOrganizationExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +Identity Parameter + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.INeonPostgresIdentity +Parameter Sets: GetViaIdentity, GetViaIdentityExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -IsPooled +Indicates if the connection is pooled + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: GetExpanded, GetViaIdentityExpanded, GetViaIdentityOrganizationExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -JsonFilePath +Path of Json file supplied to the Get operation + +```yaml +Type: System.String +Parameter Sets: GetViaJsonFilePath +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -JsonString +Json string supplied to the Get operation + +```yaml +Type: System.String +Parameter Sets: GetViaJsonString +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -OrganizationInputObject +Identity Parameter + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.INeonPostgresIdentity +Parameter Sets: GetViaIdentityOrganization, GetViaIdentityOrganizationExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -OrganizationName +Name of the Neon Organizations resource + +```yaml +Type: System.String +Parameter Sets: Get, GetExpanded, GetViaJsonFilePath, GetViaJsonString +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ProjectId +Project Id associated with this connection + +```yaml +Type: System.String +Parameter Sets: GetExpanded, GetViaIdentityExpanded, GetViaIdentityOrganizationExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ProjectName +The name of the Project + +```yaml +Type: System.String +Parameter Sets: Get, GetExpanded, GetViaIdentityOrganization, GetViaIdentityOrganizationExpanded, GetViaJsonFilePath, GetViaJsonString +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group. +The name is case insensitive. + +```yaml +Type: System.String +Parameter Sets: Get, GetExpanded, GetViaJsonFilePath, GetViaJsonString +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -RoleName +The role name used for authentication + +```yaml +Type: System.String +Parameter Sets: GetExpanded, GetViaIdentityExpanded, GetViaIdentityOrganizationExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +The ID of the target subscription. +The value must be an UUID. + +```yaml +Type: System.String[] +Parameter Sets: Get, GetExpanded, GetViaJsonFilePath, GetViaJsonString +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IModelsConnectionUriProperties + +### Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.INeonPostgresIdentity + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IModelsConnectionUriProperties + +## NOTES + +## RELATED LINKS + diff --git a/src/NeonPostgres/NeonPostgres.Autorest/docs/New-AzNeonPostgresBranch.md b/src/NeonPostgres/NeonPostgres.Autorest/docs/New-AzNeonPostgresBranch.md new file mode 100644 index 000000000000..15a948eec4be --- /dev/null +++ b/src/NeonPostgres/NeonPostgres.Autorest/docs/New-AzNeonPostgresBranch.md @@ -0,0 +1,399 @@ +--- +external help file: +Module Name: Az.NeonPostgres +online version: https://learn.microsoft.com/powershell/module/az.neonpostgres/new-azneonpostgresbranch +schema: 2.0.0 +--- + +# New-AzNeonPostgresBranch + +## SYNOPSIS +create a Branch + +## SYNTAX + +### CreateExpanded (Default) +``` +New-AzNeonPostgresBranch -Name -OrganizationName -ProjectName + -ResourceGroupName [-SubscriptionId ] [-Attribute ] + [-Database ] [-DatabaseName ] + [-Endpoint ] [-EntityName ] [-ParentId ] [-ProjectId ] + [-Role ] [-RoleName ] [-DefaultProfile ] [-AsJob] [-NoWait] + [-Confirm] [-WhatIf] [] +``` + +### CreateViaJsonFilePath +``` +New-AzNeonPostgresBranch -Name -OrganizationName -ProjectName + -ResourceGroupName -JsonFilePath [-SubscriptionId ] [-DefaultProfile ] + [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] +``` + +### CreateViaJsonString +``` +New-AzNeonPostgresBranch -Name -OrganizationName -ProjectName + -ResourceGroupName -JsonString [-SubscriptionId ] [-DefaultProfile ] + [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] +``` + +## DESCRIPTION +create a Branch + +## EXAMPLES + +### Example 1: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + +## PARAMETERS + +### -AsJob +Run the command as a job + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Attribute +Additional attributes for the entity + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IModelsAttributes[] +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Database +Neon Databases associated with the branch + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IModelsNeonDatabaseProperties[] +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DatabaseName +Database name associated with the branch + +```yaml +Type: System.String +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultProfile +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Endpoint +Endpoints associated with the branch + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IModelsEndpointProperties[] +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -EntityName +Name of the resource + +```yaml +Type: System.String +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -JsonFilePath +Path of Json file supplied to the Create operation + +```yaml +Type: System.String +Parameter Sets: CreateViaJsonFilePath +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -JsonString +Json string supplied to the Create operation + +```yaml +Type: System.String +Parameter Sets: CreateViaJsonString +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Name +The name of the Branch + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: BranchName + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -NoWait +Run the command asynchronously + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -OrganizationName +Name of the Neon Organizations resource + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ParentId +The ID of the parent branch + +```yaml +Type: System.String +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ProjectId +The ID of the project this branch belongs to + +```yaml +Type: System.String +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ProjectName +The name of the Project + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group. +The name is case insensitive. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Role +Roles associated with the branch + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IModelsNeonRoleProperties[] +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -RoleName +Role name associated with the branch + +```yaml +Type: System.String +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +The ID of the target subscription. +The value must be an UUID. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IBranch + +## NOTES + +## RELATED LINKS + diff --git a/src/NeonPostgres/NeonPostgres.Autorest/docs/New-AzNeonPostgresOrganization.md b/src/NeonPostgres/NeonPostgres.Autorest/docs/New-AzNeonPostgresOrganization.md index 76e0286a9da5..e47c23f8e1d3 100644 --- a/src/NeonPostgres/NeonPostgres.Autorest/docs/New-AzNeonPostgresOrganization.md +++ b/src/NeonPostgres/NeonPostgres.Autorest/docs/New-AzNeonPostgresOrganization.md @@ -21,12 +21,12 @@ New-AzNeonPostgresOrganization -Name -ResourceGroupName -Locat [-MarketplaceDetailSubscriptionStatus ] [-OfferDetailOfferId ] [-OfferDetailPlanId ] [-OfferDetailPlanName ] [-OfferDetailPublisherId ] [-OfferDetailTermId ] [-OfferDetailTermUnit ] [-PartnerOrganizationPropertyOrganizationId ] - [-PartnerOrganizationPropertyOrganizationName ] [-SingleSignOnPropertyAadDomain ] - [-SingleSignOnPropertyEnterpriseAppId ] [-SingleSignOnPropertySingleSignOnState ] - [-SingleSignOnPropertySingleSignOnUrl ] [-Tag ] [-UserDetailEmailAddress ] - [-UserDetailFirstName ] [-UserDetailLastName ] [-UserDetailPhoneNumber ] - [-UserDetailUpn ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] - [] + [-PartnerOrganizationPropertyOrganizationName ] [-ProjectProperty ] + [-SingleSignOnPropertyAadDomain ] [-SingleSignOnPropertyEnterpriseAppId ] + [-SingleSignOnPropertySingleSignOnState ] [-SingleSignOnPropertySingleSignOnUrl ] + [-Tag ] [-UserDetailEmailAddress ] [-UserDetailFirstName ] + [-UserDetailLastName ] [-UserDetailPhoneNumber ] [-UserDetailUpn ] + [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] ``` ### CreateViaJsonFilePath @@ -446,6 +446,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProjectProperty +Neon Project Properties + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IModelsProjectProperties +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group. The name is case insensitive. diff --git a/src/NeonPostgres/NeonPostgres.Autorest/docs/New-AzNeonPostgresProject.md b/src/NeonPostgres/NeonPostgres.Autorest/docs/New-AzNeonPostgresProject.md new file mode 100644 index 000000000000..ff872a97030e --- /dev/null +++ b/src/NeonPostgres/NeonPostgres.Autorest/docs/New-AzNeonPostgresProject.md @@ -0,0 +1,553 @@ +--- +external help file: +Module Name: Az.NeonPostgres +online version: https://learn.microsoft.com/powershell/module/az.neonpostgres/new-azneonpostgresproject +schema: 2.0.0 +--- + +# New-AzNeonPostgresProject + +## SYNOPSIS +create a Project + +## SYNTAX + +### CreateExpanded (Default) +``` +New-AzNeonPostgresProject -Name -OrganizationName -ResourceGroupName + [-SubscriptionId ] [-Attribute ] [-BranchAttribute ] + [-BranchDatabase ] [-BranchDatabaseName ] + [-BranchEndpoint ] [-BranchEntityName ] [-BranchParentId ] + [-BranchProjectId ] [-BranchRole ] [-BranchRoleName ] + [-Database ] [-DefaultEndpointSettingAutoscalingLimitMaxCu ] + [-DefaultEndpointSettingAutoscalingLimitMinCu ] [-Endpoint ] + [-EntityName ] [-HistoryRetention ] [-PgVersion ] [-RegionId ] + [-Role ] [-Storage ] [-DefaultProfile ] [-AsJob] [-NoWait] + [-Confirm] [-WhatIf] [] +``` + +### CreateViaJsonFilePath +``` +New-AzNeonPostgresProject -Name -OrganizationName -ResourceGroupName + -JsonFilePath [-SubscriptionId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] + [-WhatIf] [] +``` + +### CreateViaJsonString +``` +New-AzNeonPostgresProject -Name -OrganizationName -ResourceGroupName + -JsonString [-SubscriptionId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] + [-WhatIf] [] +``` + +## DESCRIPTION +create a Project + +## EXAMPLES + +### Example 1: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + +## PARAMETERS + +### -AsJob +Run the command as a job + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Attribute +Additional attributes for the entity + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IModelsAttributes[] +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -BranchAttribute +Additional attributes for the entity + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IModelsAttributes[] +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -BranchDatabase +Neon Databases associated with the branch + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IModelsNeonDatabaseProperties[] +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -BranchDatabaseName +Database name associated with the branch + +```yaml +Type: System.String +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -BranchEndpoint +Endpoints associated with the branch + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IModelsEndpointProperties[] +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -BranchEntityName +Name of the resource + +```yaml +Type: System.String +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -BranchParentId +The ID of the parent branch + +```yaml +Type: System.String +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -BranchProjectId +The ID of the project this branch belongs to + +```yaml +Type: System.String +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -BranchRole +Roles associated with the branch + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IModelsNeonRoleProperties[] +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -BranchRoleName +Role name associated with the branch + +```yaml +Type: System.String +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Database +Neon Databases associated with the project + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IModelsNeonDatabaseProperties[] +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultEndpointSettingAutoscalingLimitMaxCu +Maximum compute units for autoscaling. + +```yaml +Type: System.Single +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultEndpointSettingAutoscalingLimitMinCu +Minimum compute units for autoscaling. + +```yaml +Type: System.Single +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultProfile +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Endpoint +Endpoints associated with the project + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IModelsEndpointProperties[] +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -EntityName +Name of the resource + +```yaml +Type: System.String +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -HistoryRetention +The retention period for project history in seconds. + +```yaml +Type: System.Int32 +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -JsonFilePath +Path of Json file supplied to the Create operation + +```yaml +Type: System.String +Parameter Sets: CreateViaJsonFilePath +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -JsonString +Json string supplied to the Create operation + +```yaml +Type: System.String +Parameter Sets: CreateViaJsonString +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Name +The name of the Project + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: ProjectName + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -NoWait +Run the command asynchronously + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -OrganizationName +Name of the Neon Organizations resource + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -PgVersion +Postgres version for the project + +```yaml +Type: System.Int32 +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -RegionId +Region where the project is created + +```yaml +Type: System.String +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group. +The name is case insensitive. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Role +Roles associated with the project + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IModelsNeonRoleProperties[] +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Storage +Data Storage bytes per hour for the project + +```yaml +Type: System.Int64 +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +The ID of the target subscription. +The value must be an UUID. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IProject + +## NOTES + +## RELATED LINKS + diff --git a/src/NeonPostgres/NeonPostgres.Autorest/docs/Remove-AzNeonPostgresBranch.md b/src/NeonPostgres/NeonPostgres.Autorest/docs/Remove-AzNeonPostgresBranch.md new file mode 100644 index 000000000000..22b64b67d46c --- /dev/null +++ b/src/NeonPostgres/NeonPostgres.Autorest/docs/Remove-AzNeonPostgresBranch.md @@ -0,0 +1,267 @@ +--- +external help file: +Module Name: Az.NeonPostgres +online version: https://learn.microsoft.com/powershell/module/az.neonpostgres/remove-azneonpostgresbranch +schema: 2.0.0 +--- + +# Remove-AzNeonPostgresBranch + +## SYNOPSIS +Delete a Branch + +## SYNTAX + +### Delete (Default) +``` +Remove-AzNeonPostgresBranch -Name -OrganizationName -ProjectName + -ResourceGroupName [-SubscriptionId ] [-DefaultProfile ] [-PassThru] [-Confirm] + [-WhatIf] [] +``` + +### DeleteViaIdentity +``` +Remove-AzNeonPostgresBranch -InputObject [-DefaultProfile ] [-PassThru] + [-Confirm] [-WhatIf] [] +``` + +### DeleteViaIdentityOrganization +``` +Remove-AzNeonPostgresBranch -Name -OrganizationInputObject + -ProjectName [-DefaultProfile ] [-PassThru] [-Confirm] [-WhatIf] [] +``` + +### DeleteViaIdentityProject +``` +Remove-AzNeonPostgresBranch -Name -ProjectInputObject + [-DefaultProfile ] [-PassThru] [-Confirm] [-WhatIf] [] +``` + +## DESCRIPTION +Delete a Branch + +## EXAMPLES + +### Example 1: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + +## PARAMETERS + +### -DefaultProfile +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +Identity Parameter + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.INeonPostgresIdentity +Parameter Sets: DeleteViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Name +The name of the Branch + +```yaml +Type: System.String +Parameter Sets: Delete, DeleteViaIdentityOrganization, DeleteViaIdentityProject +Aliases: BranchName + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -OrganizationInputObject +Identity Parameter + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.INeonPostgresIdentity +Parameter Sets: DeleteViaIdentityOrganization +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -OrganizationName +Name of the Neon Organizations resource + +```yaml +Type: System.String +Parameter Sets: Delete +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -PassThru +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ProjectInputObject +Identity Parameter + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.INeonPostgresIdentity +Parameter Sets: DeleteViaIdentityProject +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -ProjectName +The name of the Project + +```yaml +Type: System.String +Parameter Sets: Delete, DeleteViaIdentityOrganization +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group. +The name is case insensitive. + +```yaml +Type: System.String +Parameter Sets: Delete +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +The ID of the target subscription. +The value must be an UUID. + +```yaml +Type: System.String +Parameter Sets: Delete +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.INeonPostgresIdentity + +## OUTPUTS + +### System.Boolean + +## NOTES + +## RELATED LINKS + diff --git a/src/NeonPostgres/NeonPostgres.Autorest/docs/Remove-AzNeonPostgresProject.md b/src/NeonPostgres/NeonPostgres.Autorest/docs/Remove-AzNeonPostgresProject.md new file mode 100644 index 000000000000..d0596198c3da --- /dev/null +++ b/src/NeonPostgres/NeonPostgres.Autorest/docs/Remove-AzNeonPostgresProject.md @@ -0,0 +1,230 @@ +--- +external help file: +Module Name: Az.NeonPostgres +online version: https://learn.microsoft.com/powershell/module/az.neonpostgres/remove-azneonpostgresproject +schema: 2.0.0 +--- + +# Remove-AzNeonPostgresProject + +## SYNOPSIS +Delete a Project + +## SYNTAX + +### Delete (Default) +``` +Remove-AzNeonPostgresProject -Name -OrganizationName -ResourceGroupName + [-SubscriptionId ] [-DefaultProfile ] [-PassThru] [-Confirm] [-WhatIf] [] +``` + +### DeleteViaIdentity +``` +Remove-AzNeonPostgresProject -InputObject [-DefaultProfile ] [-PassThru] + [-Confirm] [-WhatIf] [] +``` + +### DeleteViaIdentityOrganization +``` +Remove-AzNeonPostgresProject -Name -OrganizationInputObject + [-DefaultProfile ] [-PassThru] [-Confirm] [-WhatIf] [] +``` + +## DESCRIPTION +Delete a Project + +## EXAMPLES + +### Example 1: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + +## PARAMETERS + +### -DefaultProfile +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +Identity Parameter + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.INeonPostgresIdentity +Parameter Sets: DeleteViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Name +The name of the Project + +```yaml +Type: System.String +Parameter Sets: Delete, DeleteViaIdentityOrganization +Aliases: ProjectName + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -OrganizationInputObject +Identity Parameter + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.INeonPostgresIdentity +Parameter Sets: DeleteViaIdentityOrganization +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -OrganizationName +Name of the Neon Organizations resource + +```yaml +Type: System.String +Parameter Sets: Delete +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -PassThru +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group. +The name is case insensitive. + +```yaml +Type: System.String +Parameter Sets: Delete +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +The ID of the target subscription. +The value must be an UUID. + +```yaml +Type: System.String +Parameter Sets: Delete +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.INeonPostgresIdentity + +## OUTPUTS + +### System.Boolean + +## NOTES + +## RELATED LINKS + diff --git a/src/NeonPostgres/NeonPostgres.Autorest/docs/Update-AzNeonPostgresBranch.md b/src/NeonPostgres/NeonPostgres.Autorest/docs/Update-AzNeonPostgresBranch.md new file mode 100644 index 000000000000..20a35f635c7c --- /dev/null +++ b/src/NeonPostgres/NeonPostgres.Autorest/docs/Update-AzNeonPostgresBranch.md @@ -0,0 +1,429 @@ +--- +external help file: +Module Name: Az.NeonPostgres +online version: https://learn.microsoft.com/powershell/module/az.neonpostgres/update-azneonpostgresbranch +schema: 2.0.0 +--- + +# Update-AzNeonPostgresBranch + +## SYNOPSIS +update a Branch + +## SYNTAX + +### UpdateExpanded (Default) +``` +Update-AzNeonPostgresBranch -Name -OrganizationName -ProjectName + -ResourceGroupName [-SubscriptionId ] [-Attribute ] + [-Database ] [-DatabaseName ] + [-Endpoint ] [-EntityName ] [-ParentId ] [-ProjectId ] + [-Role ] [-RoleName ] [-DefaultProfile ] [-AsJob] [-NoWait] + [-Confirm] [-WhatIf] [] +``` + +### UpdateViaIdentityExpanded +``` +Update-AzNeonPostgresBranch -InputObject [-Attribute ] + [-Database ] [-DatabaseName ] + [-Endpoint ] [-EntityName ] [-ParentId ] [-ProjectId ] + [-Role ] [-RoleName ] [-DefaultProfile ] [-AsJob] [-NoWait] + [-Confirm] [-WhatIf] [] +``` + +### UpdateViaIdentityOrganizationExpanded +``` +Update-AzNeonPostgresBranch -Name -OrganizationInputObject + -ProjectName [-Attribute ] [-Database ] + [-DatabaseName ] [-Endpoint ] [-EntityName ] + [-ParentId ] [-ProjectId ] [-Role ] [-RoleName ] + [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] +``` + +### UpdateViaIdentityProjectExpanded +``` +Update-AzNeonPostgresBranch -Name -ProjectInputObject + [-Attribute ] [-Database ] [-DatabaseName ] + [-Endpoint ] [-EntityName ] [-ParentId ] [-ProjectId ] + [-Role ] [-RoleName ] [-DefaultProfile ] [-AsJob] [-NoWait] + [-Confirm] [-WhatIf] [] +``` + +## DESCRIPTION +update a Branch + +## EXAMPLES + +### Example 1: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + +## PARAMETERS + +### -AsJob +Run the command as a job + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Attribute +Additional attributes for the entity + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IModelsAttributes[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Database +Neon Databases associated with the branch + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IModelsNeonDatabaseProperties[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DatabaseName +Database name associated with the branch + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultProfile +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Endpoint +Endpoints associated with the branch + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IModelsEndpointProperties[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -EntityName +Name of the resource + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +Identity Parameter + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.INeonPostgresIdentity +Parameter Sets: UpdateViaIdentityExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Name +The name of the Branch + +```yaml +Type: System.String +Parameter Sets: UpdateExpanded, UpdateViaIdentityOrganizationExpanded, UpdateViaIdentityProjectExpanded +Aliases: BranchName + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -NoWait +Run the command asynchronously + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -OrganizationInputObject +Identity Parameter + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.INeonPostgresIdentity +Parameter Sets: UpdateViaIdentityOrganizationExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -OrganizationName +Name of the Neon Organizations resource + +```yaml +Type: System.String +Parameter Sets: UpdateExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ParentId +The ID of the parent branch + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ProjectId +The ID of the project this branch belongs to + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ProjectInputObject +Identity Parameter + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.INeonPostgresIdentity +Parameter Sets: UpdateViaIdentityProjectExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -ProjectName +The name of the Project + +```yaml +Type: System.String +Parameter Sets: UpdateExpanded, UpdateViaIdentityOrganizationExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group. +The name is case insensitive. + +```yaml +Type: System.String +Parameter Sets: UpdateExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Role +Roles associated with the branch + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IModelsNeonRoleProperties[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -RoleName +Role name associated with the branch + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +The ID of the target subscription. +The value must be an UUID. + +```yaml +Type: System.String +Parameter Sets: UpdateExpanded +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.INeonPostgresIdentity + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IBranch + +## NOTES + +## RELATED LINKS + diff --git a/src/NeonPostgres/NeonPostgres.Autorest/docs/Update-AzNeonPostgresOrganization.md b/src/NeonPostgres/NeonPostgres.Autorest/docs/Update-AzNeonPostgresOrganization.md index 81fc2c339f82..ffbca3a52f39 100644 --- a/src/NeonPostgres/NeonPostgres.Autorest/docs/Update-AzNeonPostgresOrganization.md +++ b/src/NeonPostgres/NeonPostgres.Autorest/docs/Update-AzNeonPostgresOrganization.md @@ -17,13 +17,16 @@ update a OrganizationResource Update-AzNeonPostgresOrganization -Name -ResourceGroupName [-SubscriptionId ] [-CompanyDetailBusinessPhone ] [-CompanyDetailCompanyName ] [-CompanyDetailCountry ] [-CompanyDetailDomain ] [-CompanyDetailNumberOfEmployee ] - [-CompanyDetailOfficeAddress ] [-PartnerOrganizationPropertyOrganizationId ] - [-PartnerOrganizationPropertyOrganizationName ] [-SingleSignOnPropertyAadDomain ] - [-SingleSignOnPropertyEnterpriseAppId ] [-SingleSignOnPropertySingleSignOnState ] - [-SingleSignOnPropertySingleSignOnUrl ] [-Tag ] [-UserDetailEmailAddress ] - [-UserDetailFirstName ] [-UserDetailLastName ] [-UserDetailPhoneNumber ] - [-UserDetailUpn ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] - [] + [-CompanyDetailOfficeAddress ] [-MarketplaceDetailSubscriptionId ] + [-MarketplaceDetailSubscriptionStatus ] [-OfferDetailOfferId ] [-OfferDetailPlanId ] + [-OfferDetailPlanName ] [-OfferDetailPublisherId ] [-OfferDetailTermId ] + [-OfferDetailTermUnit ] [-PartnerOrganizationPropertyOrganizationId ] + [-PartnerOrganizationPropertyOrganizationName ] [-ProjectProperty ] + [-SingleSignOnPropertyAadDomain ] [-SingleSignOnPropertyEnterpriseAppId ] + [-SingleSignOnPropertySingleSignOnState ] [-SingleSignOnPropertySingleSignOnUrl ] + [-Tag ] [-UserDetailEmailAddress ] [-UserDetailFirstName ] + [-UserDetailLastName ] [-UserDetailPhoneNumber ] [-UserDetailUpn ] + [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] ``` ### UpdateViaIdentityExpanded @@ -31,12 +34,16 @@ Update-AzNeonPostgresOrganization -Name -ResourceGroupName [-S Update-AzNeonPostgresOrganization -InputObject [-CompanyDetailBusinessPhone ] [-CompanyDetailCompanyName ] [-CompanyDetailCountry ] [-CompanyDetailDomain ] [-CompanyDetailNumberOfEmployee ] [-CompanyDetailOfficeAddress ] + [-MarketplaceDetailSubscriptionId ] [-MarketplaceDetailSubscriptionStatus ] + [-OfferDetailOfferId ] [-OfferDetailPlanId ] [-OfferDetailPlanName ] + [-OfferDetailPublisherId ] [-OfferDetailTermId ] [-OfferDetailTermUnit ] [-PartnerOrganizationPropertyOrganizationId ] [-PartnerOrganizationPropertyOrganizationName ] - [-SingleSignOnPropertyAadDomain ] [-SingleSignOnPropertyEnterpriseAppId ] - [-SingleSignOnPropertySingleSignOnState ] [-SingleSignOnPropertySingleSignOnUrl ] - [-Tag ] [-UserDetailEmailAddress ] [-UserDetailFirstName ] - [-UserDetailLastName ] [-UserDetailPhoneNumber ] [-UserDetailUpn ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] + [-ProjectProperty ] [-SingleSignOnPropertyAadDomain ] + [-SingleSignOnPropertyEnterpriseAppId ] [-SingleSignOnPropertySingleSignOnState ] + [-SingleSignOnPropertySingleSignOnUrl ] [-Tag ] [-UserDetailEmailAddress ] + [-UserDetailFirstName ] [-UserDetailLastName ] [-UserDetailPhoneNumber ] + [-UserDetailUpn ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] + [] ``` ### UpdateViaJsonFilePath @@ -298,6 +305,36 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -MarketplaceDetailSubscriptionId +SaaS subscription id for the the marketplace offer + +```yaml +Type: System.String +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -MarketplaceDetailSubscriptionStatus +Marketplace subscription status + +```yaml +Type: System.String +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Name Name of the Neon Organizations resource @@ -328,6 +365,96 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -OfferDetailOfferId +Offer Id for the marketplace offer + +```yaml +Type: System.String +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -OfferDetailPlanId +Plan Id for the marketplace offer + +```yaml +Type: System.String +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -OfferDetailPlanName +Plan Name for the marketplace offer + +```yaml +Type: System.String +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -OfferDetailPublisherId +Publisher Id for the marketplace offer + +```yaml +Type: System.String +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -OfferDetailTermId +Term Id for the marketplace offer + +```yaml +Type: System.String +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -OfferDetailTermUnit +Term Name for the marketplace offer + +```yaml +Type: System.String +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -PartnerOrganizationPropertyOrganizationId Organization Id in partner's system @@ -358,6 +485,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProjectProperty +Neon Project Properties + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IModelsProjectPropertiesUpdate +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group. The name is case insensitive. diff --git a/src/NeonPostgres/NeonPostgres.Autorest/docs/Update-AzNeonPostgresProject.md b/src/NeonPostgres/NeonPostgres.Autorest/docs/Update-AzNeonPostgresProject.md new file mode 100644 index 000000000000..bc0d507540ee --- /dev/null +++ b/src/NeonPostgres/NeonPostgres.Autorest/docs/Update-AzNeonPostgresProject.md @@ -0,0 +1,569 @@ +--- +external help file: +Module Name: Az.NeonPostgres +online version: https://learn.microsoft.com/powershell/module/az.neonpostgres/update-azneonpostgresproject +schema: 2.0.0 +--- + +# Update-AzNeonPostgresProject + +## SYNOPSIS +update a Project + +## SYNTAX + +### UpdateExpanded (Default) +``` +Update-AzNeonPostgresProject -Name -OrganizationName -ResourceGroupName + [-SubscriptionId ] [-Attribute ] [-BranchAttribute ] + [-BranchDatabase ] [-BranchDatabaseName ] + [-BranchEndpoint ] [-BranchEntityName ] [-BranchParentId ] + [-BranchProjectId ] [-BranchRole ] [-BranchRoleName ] + [-Database ] [-DefaultEndpointSettingAutoscalingLimitMaxCu ] + [-DefaultEndpointSettingAutoscalingLimitMinCu ] [-Endpoint ] + [-EntityName ] [-HistoryRetention ] [-PgVersion ] [-RegionId ] + [-Role ] [-Storage ] [-DefaultProfile ] [-AsJob] [-NoWait] + [-Confirm] [-WhatIf] [] +``` + +### UpdateViaIdentityExpanded +``` +Update-AzNeonPostgresProject -InputObject [-Attribute ] + [-BranchAttribute ] [-BranchDatabase ] + [-BranchDatabaseName ] [-BranchEndpoint ] [-BranchEntityName ] + [-BranchParentId ] [-BranchProjectId ] [-BranchRole ] + [-BranchRoleName ] [-Database ] + [-DefaultEndpointSettingAutoscalingLimitMaxCu ] + [-DefaultEndpointSettingAutoscalingLimitMinCu ] [-Endpoint ] + [-EntityName ] [-HistoryRetention ] [-PgVersion ] [-RegionId ] + [-Role ] [-Storage ] [-DefaultProfile ] [-AsJob] [-NoWait] + [-Confirm] [-WhatIf] [] +``` + +### UpdateViaIdentityOrganizationExpanded +``` +Update-AzNeonPostgresProject -Name -OrganizationInputObject + [-Attribute ] [-BranchAttribute ] + [-BranchDatabase ] [-BranchDatabaseName ] + [-BranchEndpoint ] [-BranchEntityName ] [-BranchParentId ] + [-BranchProjectId ] [-BranchRole ] [-BranchRoleName ] + [-Database ] [-DefaultEndpointSettingAutoscalingLimitMaxCu ] + [-DefaultEndpointSettingAutoscalingLimitMinCu ] [-Endpoint ] + [-EntityName ] [-HistoryRetention ] [-PgVersion ] [-RegionId ] + [-Role ] [-Storage ] [-DefaultProfile ] [-AsJob] [-NoWait] + [-Confirm] [-WhatIf] [] +``` + +## DESCRIPTION +update a Project + +## EXAMPLES + +### Example 1: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + +## PARAMETERS + +### -AsJob +Run the command as a job + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Attribute +Additional attributes for the entity + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IModelsAttributes[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -BranchAttribute +Additional attributes for the entity + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IModelsAttributes[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -BranchDatabase +Neon Databases associated with the branch + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IModelsNeonDatabaseProperties[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -BranchDatabaseName +Database name associated with the branch + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -BranchEndpoint +Endpoints associated with the branch + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IModelsEndpointProperties[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -BranchEntityName +Name of the resource + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -BranchParentId +The ID of the parent branch + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -BranchProjectId +The ID of the project this branch belongs to + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -BranchRole +Roles associated with the branch + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IModelsNeonRoleProperties[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -BranchRoleName +Role name associated with the branch + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Database +Neon Databases associated with the project + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IModelsNeonDatabaseProperties[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultEndpointSettingAutoscalingLimitMaxCu +Maximum compute units for autoscaling. + +```yaml +Type: System.Single +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultEndpointSettingAutoscalingLimitMinCu +Minimum compute units for autoscaling. + +```yaml +Type: System.Single +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultProfile +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Endpoint +Endpoints associated with the project + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IModelsEndpointProperties[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -EntityName +Name of the resource + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -HistoryRetention +The retention period for project history in seconds. + +```yaml +Type: System.Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +Identity Parameter + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.INeonPostgresIdentity +Parameter Sets: UpdateViaIdentityExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Name +The name of the Project + +```yaml +Type: System.String +Parameter Sets: UpdateExpanded, UpdateViaIdentityOrganizationExpanded +Aliases: ProjectName + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -NoWait +Run the command asynchronously + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -OrganizationInputObject +Identity Parameter + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.INeonPostgresIdentity +Parameter Sets: UpdateViaIdentityOrganizationExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -OrganizationName +Name of the Neon Organizations resource + +```yaml +Type: System.String +Parameter Sets: UpdateExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -PgVersion +Postgres version for the project + +```yaml +Type: System.Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -RegionId +Region where the project is created + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group. +The name is case insensitive. + +```yaml +Type: System.String +Parameter Sets: UpdateExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Role +Roles associated with the project + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IModelsNeonRoleProperties[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Storage +Data Storage bytes per hour for the project + +```yaml +Type: System.Int64 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +The ID of the target subscription. +The value must be an UUID. + +```yaml +Type: System.String +Parameter Sets: UpdateExpanded +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.INeonPostgresIdentity + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IProject + +## NOTES + +## RELATED LINKS + diff --git a/src/NeonPostgres/NeonPostgres.Autorest/examples/Get-AzNeonPostgresBranch.md b/src/NeonPostgres/NeonPostgres.Autorest/examples/Get-AzNeonPostgresBranch.md new file mode 100644 index 000000000000..0371f56c36d2 --- /dev/null +++ b/src/NeonPostgres/NeonPostgres.Autorest/examples/Get-AzNeonPostgresBranch.md @@ -0,0 +1,22 @@ +### Example 1: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + diff --git a/src/NeonPostgres/NeonPostgres.Autorest/examples/Get-AzNeonPostgresNeonDatabase.md b/src/NeonPostgres/NeonPostgres.Autorest/examples/Get-AzNeonPostgresNeonDatabase.md new file mode 100644 index 000000000000..0371f56c36d2 --- /dev/null +++ b/src/NeonPostgres/NeonPostgres.Autorest/examples/Get-AzNeonPostgresNeonDatabase.md @@ -0,0 +1,22 @@ +### Example 1: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + diff --git a/src/NeonPostgres/NeonPostgres.Autorest/examples/Get-AzNeonPostgresNeonRole.md b/src/NeonPostgres/NeonPostgres.Autorest/examples/Get-AzNeonPostgresNeonRole.md new file mode 100644 index 000000000000..0371f56c36d2 --- /dev/null +++ b/src/NeonPostgres/NeonPostgres.Autorest/examples/Get-AzNeonPostgresNeonRole.md @@ -0,0 +1,22 @@ +### Example 1: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + diff --git a/src/NeonPostgres/NeonPostgres.Autorest/examples/Get-AzNeonPostgresProject.md b/src/NeonPostgres/NeonPostgres.Autorest/examples/Get-AzNeonPostgresProject.md new file mode 100644 index 000000000000..0371f56c36d2 --- /dev/null +++ b/src/NeonPostgres/NeonPostgres.Autorest/examples/Get-AzNeonPostgresProject.md @@ -0,0 +1,22 @@ +### Example 1: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + diff --git a/src/NeonPostgres/NeonPostgres.Autorest/examples/Get-AzNeonPostgresProjectConnectionUri.md b/src/NeonPostgres/NeonPostgres.Autorest/examples/Get-AzNeonPostgresProjectConnectionUri.md new file mode 100644 index 000000000000..0371f56c36d2 --- /dev/null +++ b/src/NeonPostgres/NeonPostgres.Autorest/examples/Get-AzNeonPostgresProjectConnectionUri.md @@ -0,0 +1,22 @@ +### Example 1: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + diff --git a/src/NeonPostgres/NeonPostgres.Autorest/examples/New-AzNeonPostgresBranch.md b/src/NeonPostgres/NeonPostgres.Autorest/examples/New-AzNeonPostgresBranch.md new file mode 100644 index 000000000000..0371f56c36d2 --- /dev/null +++ b/src/NeonPostgres/NeonPostgres.Autorest/examples/New-AzNeonPostgresBranch.md @@ -0,0 +1,22 @@ +### Example 1: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + diff --git a/src/NeonPostgres/NeonPostgres.Autorest/examples/New-AzNeonPostgresProject.md b/src/NeonPostgres/NeonPostgres.Autorest/examples/New-AzNeonPostgresProject.md new file mode 100644 index 000000000000..0371f56c36d2 --- /dev/null +++ b/src/NeonPostgres/NeonPostgres.Autorest/examples/New-AzNeonPostgresProject.md @@ -0,0 +1,22 @@ +### Example 1: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + diff --git a/src/NeonPostgres/NeonPostgres.Autorest/examples/Remove-AzNeonPostgresBranch.md b/src/NeonPostgres/NeonPostgres.Autorest/examples/Remove-AzNeonPostgresBranch.md new file mode 100644 index 000000000000..0371f56c36d2 --- /dev/null +++ b/src/NeonPostgres/NeonPostgres.Autorest/examples/Remove-AzNeonPostgresBranch.md @@ -0,0 +1,22 @@ +### Example 1: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + diff --git a/src/NeonPostgres/NeonPostgres.Autorest/examples/Remove-AzNeonPostgresProject.md b/src/NeonPostgres/NeonPostgres.Autorest/examples/Remove-AzNeonPostgresProject.md new file mode 100644 index 000000000000..0371f56c36d2 --- /dev/null +++ b/src/NeonPostgres/NeonPostgres.Autorest/examples/Remove-AzNeonPostgresProject.md @@ -0,0 +1,22 @@ +### Example 1: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + diff --git a/src/NeonPostgres/NeonPostgres.Autorest/examples/Update-AzNeonPostgresBranch.md b/src/NeonPostgres/NeonPostgres.Autorest/examples/Update-AzNeonPostgresBranch.md new file mode 100644 index 000000000000..0371f56c36d2 --- /dev/null +++ b/src/NeonPostgres/NeonPostgres.Autorest/examples/Update-AzNeonPostgresBranch.md @@ -0,0 +1,22 @@ +### Example 1: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + diff --git a/src/NeonPostgres/NeonPostgres.Autorest/examples/Update-AzNeonPostgresProject.md b/src/NeonPostgres/NeonPostgres.Autorest/examples/Update-AzNeonPostgresProject.md new file mode 100644 index 000000000000..0371f56c36d2 --- /dev/null +++ b/src/NeonPostgres/NeonPostgres.Autorest/examples/Update-AzNeonPostgresProject.md @@ -0,0 +1,22 @@ +### Example 1: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + diff --git a/src/NeonPostgres/NeonPostgres.Autorest/generate-info.json b/src/NeonPostgres/NeonPostgres.Autorest/generate-info.json index 0f1b341fe7fb..93830d71bb13 100644 --- a/src/NeonPostgres/NeonPostgres.Autorest/generate-info.json +++ b/src/NeonPostgres/NeonPostgres.Autorest/generate-info.json @@ -1,3 +1,3 @@ { - "generate_Id": "9c2d0a41-94ea-4770-a946-08ef5bd695a5" + "generate_Id": "b5996383-8ce4-4cff-80b7-37b8f8dfa2df" } diff --git a/src/NeonPostgres/NeonPostgres.Autorest/resources/README.md b/src/NeonPostgres/NeonPostgres.Autorest/resources/README.md new file mode 100644 index 000000000000..937f07f8fec2 --- /dev/null +++ b/src/NeonPostgres/NeonPostgres.Autorest/resources/README.md @@ -0,0 +1,11 @@ +# Resources +This directory can contain any additional resources for module that are not required at runtime. This directory **does not** get packaged with the module. If you have assets for custom implementation, place them into the `..\custom` folder. + +## Info +- Modifiable: yes +- Generated: no +- Committed: yes +- Packaged: no + +## Purpose +Use this folder to put anything you want to keep around as part of the repository for the module, but is not something that is required for the module. For example, development files, packaged builds, or additional information. This is only intended to be used in repositories where the module's output directory is cleaned, but tangential resources for the module want to remain intact. \ No newline at end of file diff --git a/src/NeonPostgres/NeonPostgres.Autorest/test/Get-AzNeonPostgresBranch.Tests.ps1 b/src/NeonPostgres/NeonPostgres.Autorest/test/Get-AzNeonPostgresBranch.Tests.ps1 new file mode 100644 index 000000000000..07b841b6e9f6 --- /dev/null +++ b/src/NeonPostgres/NeonPostgres.Autorest/test/Get-AzNeonPostgresBranch.Tests.ps1 @@ -0,0 +1,37 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Get-AzNeonPostgresBranch')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Get-AzNeonPostgresBranch.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Get-AzNeonPostgresBranch' { + It 'List' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'GetViaIdentityProject' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'GetViaIdentityOrganization' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'Get' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'GetViaIdentity' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/NeonPostgres/NeonPostgres.Autorest/test/Get-AzNeonPostgresNeonDatabase.Tests.ps1 b/src/NeonPostgres/NeonPostgres.Autorest/test/Get-AzNeonPostgresNeonDatabase.Tests.ps1 new file mode 100644 index 000000000000..66418501a8a2 --- /dev/null +++ b/src/NeonPostgres/NeonPostgres.Autorest/test/Get-AzNeonPostgresNeonDatabase.Tests.ps1 @@ -0,0 +1,21 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Get-AzNeonPostgresNeonDatabase')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Get-AzNeonPostgresNeonDatabase.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Get-AzNeonPostgresNeonDatabase' { + It 'List' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/NeonPostgres/NeonPostgres.Autorest/test/Get-AzNeonPostgresNeonRole.Tests.ps1 b/src/NeonPostgres/NeonPostgres.Autorest/test/Get-AzNeonPostgresNeonRole.Tests.ps1 new file mode 100644 index 000000000000..8deed82f39d3 --- /dev/null +++ b/src/NeonPostgres/NeonPostgres.Autorest/test/Get-AzNeonPostgresNeonRole.Tests.ps1 @@ -0,0 +1,21 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Get-AzNeonPostgresNeonRole')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Get-AzNeonPostgresNeonRole.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Get-AzNeonPostgresNeonRole' { + It 'List' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/NeonPostgres/NeonPostgres.Autorest/test/Get-AzNeonPostgresOrganization.Recording.json b/src/NeonPostgres/NeonPostgres.Autorest/test/Get-AzNeonPostgresOrganization.Recording.json index eff064a1dc63..9e336e21064c 100644 --- a/src/NeonPostgres/NeonPostgres.Autorest/test/Get-AzNeonPostgresOrganization.Recording.json +++ b/src/NeonPostgres/NeonPostgres.Autorest/test/Get-AzNeonPostgresOrganization.Recording.json @@ -1,45 +1,44 @@ { - "Get-AzNeonPostgresOrganization+[NoContext]+List+$GET+https://management.azure.com/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/providers/Neon.Postgres/organizations?api-version=2024-08-01-preview+1": { + "Get-AzNeonPostgresOrganization+[NoContext]+List+$GET+https://management.azure.com/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/providers/Neon.Postgres/organizations?api-version=2025-03-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/providers/Neon.Postgres/organizations?api-version=2024-08-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/providers/Neon.Postgres/organizations?api-version=2025-03-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "1" ], - "x-ms-client-request-id": [ "e4a44823-b4d8-4f15-ad64-37c09032cfe1" ], + "x-ms-client-request-id": [ "917ab05d-dcc7-431c-bc22-f9f54aa7659d" ], "CommandName": [ "Get-AzNeonPostgresOrganization" ], "FullCommandName": [ "Get-AzNeonPostgresOrganization_List" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v12.1.0", "PSVersion/v7.4.6", "Az.NeonPostgres/0.1.0" ], + "User-Agent": [ "AzurePowershell/v8.2.0", "PSVersion/v7.5.0", "Az.NeonPostgres/0.1.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { } }, "Response": { - "StatusCode": 200, + "StatusCode": 401, "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-original-request-ids": [ "b384ab76-3c08-41bf-a765-9af3657abacb", "ed0bb676-f4a5-4d24-8c62-3bde5a9a4f5e", "f937c91f-d68b-4dfd-9eb8-aeccc05e4861" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], - "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], - "x-ms-request-id": [ "5a93ef73-6bf5-43b8-a91f-728649ac4df2" ], - "x-ms-correlation-request-id": [ "5a93ef73-6bf5-43b8-a91f-728649ac4df2" ], - "x-ms-routing-request-id": [ "JIOINDIACENTRAL:20241108T131246Z:5a93ef73-6bf5-43b8-a91f-728649ac4df2" ], + "WWW-Authenticate": [ "Bearer authorization_uri=\"https://login.windows.net/c8604a67-8a77-4032-85a9-c6a9aaac5a7c\", error=\"invalid_token\", error_description=\"The access token is from the wrong issuer. It must match the tenant associated with this subscription. Please use correct authority to get the token.\"" ], + "x-ms-failure-cause": [ "gateway" ], + "x-ms-request-id": [ "f94f8480-60a1-4b01-b803-dd68ecd41993" ], + "x-ms-correlation-request-id": [ "f94f8480-60a1-4b01-b803-dd68ecd41993" ], + "x-ms-routing-request-id": [ "WESTINDIA:20250426T075313Z:f94f8480-60a1-4b01-b803-dd68ecd41993" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "X-Cache": [ "CONFIG_NOCACHE" ], - "X-MSEdge-Ref": [ "Ref A: 0C36BBBCA5B84CE2AA756AB9ECC0B9A7 Ref B: MAA201060516011 Ref C: 2024-11-08T13:12:43Z" ], - "Date": [ "Fri, 08 Nov 2024 13:12:45 GMT" ] + "X-MSEdge-Ref": [ "Ref A: 670B1A484C5D4F90A9CDE669E172EE2C Ref B: MAA201060514039 Ref C: 2025-04-26T07:53:13Z" ], + "Date": [ "Sat, 26 Apr 2025 07:53:13 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "181440" ], + "Content-Length": [ "677" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/deepika-test-rg/providers/Neon.Postgres/organizations/org123\",\"name\":\"org123\",\"type\":\"neon.postgres/organizations\",\"location\":\"eastus2\",\"tags\":{\"env\":\"canary\"},\"systemData\":{\"createdBy\":\"deepikan@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-10-25T05:59:50.9926464Z\",\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2024-10-25T06:03:05.6033567Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"07a05ead-f711-4748-d3f0-ccd67de09a5a\",\"subscriptionStatus\":\"Subscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Serverless Postgres - Free (Test_Liftr)\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Deepika\",\"lastName\":\"N\",\"emailAddress\":\"deepikan@microsoft.com\",\"upn\":\"deepikan_microsoft.com#EXT#@qumulotesttenant2.onmicrosoft.com\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Succeeded\",\"partnerOrganizationProperties\":{\"organizationId\":\"org-cool-shadow-45800462\",\"organizationName\":\"org123\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-cool-shadow-45800462\"}}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/sralluri_rg/providers/Neon.Postgres/organizations/Sr-Neon-Org-Prod\",\"name\":\"Sr-Neon-Org-Prod\",\"type\":\"neon.postgres/organizations\",\"location\":\"eastus2\",\"tags\":{},\"systemData\":{\"createdBy\":\"srinivas.alluri@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-10-25T10:04:14.9726654Z\",\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2024-10-25T10:07:02.9668988Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"490f6c5f-1e60-443d-c7ad-6ccbe27c528c\",\"subscriptionStatus\":\"Subscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Serverless Postgres - Free (Test_Liftr)\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Srinivas\",\"lastName\":\"Alluri\",\"emailAddress\":\"srinivas.alluri@microsoft.com\",\"upn\":\"srinivas.alluri_microsoft.com#EXT#@qumulotesttenant2.onmicrosoft.com\",\"phoneNumber\":\"0987654321\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Succeeded\",\"partnerOrganizationProperties\":{\"organizationId\":\"org-twilight-union-48734045\",\"organizationName\":\"Sr-Neon-Org-Prod\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-twilight-union-48734045\"}}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/sralluri_rg/providers/Neon.Postgres/organizations/Sr-Neon-Org-Prod-2\",\"name\":\"Sr-Neon-Org-Prod-2\",\"type\":\"neon.postgres/organizations\",\"location\":\"eastus2\",\"tags\":{\"env\":\"Prod\"},\"systemData\":{\"createdBy\":\"srinivas.alluri@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-10-25T10:16:08.253292Z\",\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2024-10-25T10:17:06.3799222Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"26204ba2-5e43-45d9-d927-bc75b79fe401\",\"subscriptionStatus\":\"Subscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Serverless Postgres - Free (Test_Liftr)\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Srinivas\",\"lastName\":\"Alluri\",\"emailAddress\":\"srinivas.alluri@microsoft.com\",\"upn\":\"srinivas.alluri_microsoft.com#EXT#@qumulotesttenant2.onmicrosoft.com\",\"phoneNumber\":\"0987654321\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Succeeded\",\"partnerOrganizationProperties\":{\"organizationId\":\"org-billowing-sky-96504791\",\"organizationName\":\"Sr-Neon-Org-Prod-2\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-billowing-sky-96504791\"}}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/sralluri_rg/providers/Neon.Postgres/organizations/ProdNeonOrg-1\",\"name\":\"ProdNeonOrg-1\",\"type\":\"neon.postgres/organizations\",\"location\":\"eastus2\",\"tags\":{},\"systemData\":{\"createdBy\":\"srinivas.alluri@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-10-29T05:02:55.0776488Z\",\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2024-10-29T05:04:59.7428564Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"c0142c74-27d6-44a8-c051-66a3a679ccf8\",\"subscriptionStatus\":\"Subscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Serverless Postgres - Free (Test_Liftr)\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Srinivas\",\"lastName\":\"Alluri\",\"emailAddress\":\"srinivas.alluri@microsoft.com\",\"upn\":\"srinivas.alluri_microsoft.com#EXT#@qumulotesttenant2.onmicrosoft.com\",\"phoneNumber\":\"0987654321\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Succeeded\",\"partnerOrganizationProperties\":{\"organizationId\":\"org-floral-dust-64895481\",\"organizationName\":\"ProdNeonOrg-1\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-floral-dust-64895481\"}}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/test-123/providers/Neon.Postgres/organizations/My-new-neon-org\",\"name\":\"My-new-neon-org\",\"type\":\"neon.postgres/organizations\",\"location\":\"eastus2\",\"systemData\":{\"createdBy\":\"priyverma@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-10-29T12:33:47.8956169Z\",\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2024-10-29T12:34:40.4863268Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"465f6443-b85e-4b41-cb1b-6ba0fae48f87\",\"subscriptionStatus\":\"Subscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Serverless Postgres - Free (Test_Liftr)\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Priyanshi\",\"lastName\":\"Verma\",\"emailAddress\":\"priyverma@microsoft.com\",\"upn\":\"priyverma_microsoft.com#EXT#@qumulotesttenant2.onmicrosoft.com\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Succeeded\",\"partnerOrganizationProperties\":{\"organizationId\":\"org-crimson-king-81505259\",\"organizationName\":\"My-new-neon-org\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-crimson-king-81505259\"}}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/sralluri_rg/providers/Neon.Postgres/organizations/ProdOrgTest\",\"name\":\"ProdOrgTest\",\"type\":\"neon.postgres/organizations\",\"location\":\"eastus2\",\"tags\":{},\"systemData\":{\"createdBy\":\"srinivas.alluri@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-10-29T15:42:54.9203969Z\",\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2024-10-29T15:43:35.436048Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"7b4aa848-d64f-4ff2-d1fb-0784c136f135\",\"subscriptionStatus\":\"Subscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_serverless_postgres_azure_prod\",\"planId\":\"neon_serverless_postgres_private_preview\",\"planName\":\"Neon Serverless Postgres Private Preview - Scale\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Srinivas\",\"lastName\":\"Alluri\",\"emailAddress\":\"srinivas.alluri@microsoft.com\",\"upn\":\"srinivas.alluri_microsoft.com#EXT#@qumulotesttenant2.onmicrosoft.com\",\"phoneNumber\":\"0987654321\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Succeeded\",\"partnerOrganizationProperties\":{\"organizationId\":\"org-lively-night-96391951\",\"organizationName\":\"ProdOrgTest\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-lively-night-96391951\"}}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/priyverma-rg/providers/Neon.Postgres/organizations/My-new-Neon-Org\",\"name\":\"My-new-Neon-Org\",\"type\":\"neon.postgres/organizations\",\"location\":\"eastus2\",\"tags\":{},\"systemData\":{\"createdBy\":\"priyverma@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-11-04T11:17:17.186519Z\",\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2024-11-04T11:18:27.7305585Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"a0d03638-ce98-47c5-c485-b0d5e39df7f0\",\"subscriptionStatus\":\"Subscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_serverless_postgres_azure_prod\",\"planId\":\"neon_serverless_postgres_private_preview\",\"planName\":\"Neon Serverless Postgres Private Preview - Scale\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Priyanshi\",\"lastName\":\"Verma\",\"emailAddress\":\"priyverma@microsoft.com\",\"upn\":\"priyverma_microsoft.com#EXT#@qumulotesttenant2.onmicrosoft.com\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Succeeded\",\"partnerOrganizationProperties\":{\"organizationId\":\"org-morning-sound-58968581\",\"organizationName\":\"My-new-Neon-Org\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-morning-sound-58968581\"}}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/raja-rg/providers/Neon.Postgres/organizations/rj-prod-MP-DONOT-DELETE\",\"name\":\"rj-prod-MP-DONOT-DELETE\",\"type\":\"neon.postgres/organizations\",\"location\":\"eastus2\",\"tags\":{},\"systemData\":{\"createdBy\":\"rajasinghal@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-11-06T05:13:20.1571224Z\",\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2024-11-06T05:14:23.7659505Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"d6ce9362-7b86-469f-c62c-f14d9091bc02\",\"subscriptionStatus\":\"Subscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_serverless_postgres_azure_prod\",\"planId\":\"neon_serverless_postgres_private_preview\",\"planName\":\"Neon Serverless Postgres Private Preview - Scale\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"emailAddress\":\"rajasinghal@microsoft.com\",\"upn\":\"rajasinghal_microsoft.com#EXT#@qumulotesttenant2.onmicrosoft.com\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Succeeded\",\"partnerOrganizationProperties\":{\"organizationId\":\"org-small-glitter-29140581\",\"organizationName\":\"rj-prod-MP-DONOT-DELETE\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-small-glitter-29140581\"}}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/deepika-newrg-2310/providers/Neon.Postgres/organizations/abcd\",\"name\":\"abcd\",\"type\":\"neon.postgres/organizations\",\"location\":\"eastus2\",\"tags\":{},\"systemData\":{\"createdBy\":\"deepikan@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-11-06T11:26:34.003348Z\",\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2024-11-06T11:28:56.4010994Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"\",\"subscriptionStatus\":\"Unsubscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Serverless Postgres - Free (Test_Liftr)\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Deepika\",\"lastName\":\"N\",\"emailAddress\":\"deepikan@microsoft.com\",\"upn\":\"deepikan_microsoft.com#EXT#@qumulotesttenant2.onmicrosoft.com\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Failed\",\"partnerOrganizationProperties\":{\"organizationName\":\"abcd\"}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/deepika-newrg-2310/providers/Neon.Postgres/organizations/abc\",\"name\":\"abc\",\"type\":\"neon.postgres/organizations\",\"location\":\"eastus2\",\"tags\":{},\"systemData\":{\"createdBy\":\"deepikan@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-11-06T11:31:23.9213265Z\",\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2024-11-06T11:33:45.7601155Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"\",\"subscriptionStatus\":\"Unsubscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Serverless Postgres - Free (Test_Liftr)\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Deepika\",\"lastName\":\"N\",\"emailAddress\":\"deepikan@microsoft.com\",\"upn\":\"deepikan_microsoft.com#EXT#@qumulotesttenant2.onmicrosoft.com\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Failed\",\"partnerOrganizationProperties\":{\"organizationName\":\"abc\"}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/sralluri_rg/providers/Neon.Postgres/organizations/TestEUS21\",\"name\":\"TestEUS21\",\"type\":\"neon.postgres/organizations\",\"location\":\"eastus2euap\",\"systemData\":{\"createdBy\":\"srinivas.alluri@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-10-16T09:45:05.7469413Z\",\"lastModifiedBy\":\"srinivas.alluri@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2024-10-16T09:45:05.7469413Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"\",\"subscriptionStatus\":\"PendingFulfillmentStart\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Postgres - Free\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Srinivas\",\"lastName\":\"Alluri\",\"emailAddress\":\"srinivas.alluri@microsoft.com\",\"upn\":\"srinivas.alluri_microsoft.com#EXT#@qumulotesttenant2.onmicrosoft.com\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Failed\",\"partnerOrganizationProperties\":{\"organizationName\":\"TestEUS21\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-dark-waterfall-92198998\"}}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/gupta51/providers/Neon.Postgres/organizations/test_20\",\"name\":\"test_20\",\"type\":\"neon.postgres/organizations\",\"location\":\"eastus2euap\",\"tags\":{\"env\":\"canary\"},\"systemData\":{\"lastModifiedBy\":\"guptashash@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2024-10-16T12:16:40.407826Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"\",\"subscriptionStatus\":\"PendingFulfillmentStart\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Postgres - Free\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Shashank\",\"lastName\":\"Gupta\",\"emailAddress\":\"guptashash@microsoft.com\",\"upn\":\"guptashash@microsoft.com\",\"phoneNumber\":\"\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"officeAddress\":null,\"businessPhone\":\"\",\"domain\":null,\"numberOfEmployees\":null},\"provisioningState\":\"Failed\",\"partnerOrganizationProperties\":{\"organizationId\":null,\"organizationName\":\"test_20\",\"singleSignOnProperties\":null}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/gupta51/providers/Neon.Postgres/organizations/test_21\",\"name\":\"test_21\",\"type\":\"neon.postgres/organizations\",\"location\":\"eastus2euap\",\"tags\":{\"env\":\"canary\"},\"systemData\":{\"createdBy\":\"guptashash@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-10-16T12:17:29.5226805Z\",\"lastModifiedBy\":\"guptashash@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2024-10-16T12:17:29.5226805Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"\",\"subscriptionStatus\":\"PendingFulfillmentStart\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Postgres - Free\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Shashank\",\"lastName\":\"Gupta\",\"emailAddress\":\"guptashash@microsoft.com\",\"upn\":\"guptashash@microsoft.com\",\"phoneNumber\":\"\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"officeAddress\":null,\"businessPhone\":\"\",\"domain\":null,\"numberOfEmployees\":null},\"provisioningState\":\"Failed\",\"partnerOrganizationProperties\":{\"organizationId\":null,\"organizationName\":\"test_21\",\"singleSignOnProperties\":null}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/gupta51/providers/Neon.Postgres/organizations/test_22\",\"name\":\"test_22\",\"type\":\"neon.postgres/organizations\",\"location\":\"eastus2euap\",\"tags\":{\"env\":\"canary\"},\"systemData\":{\"createdBy\":\"guptashash@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-10-16T12:19:06.1185273Z\",\"lastModifiedBy\":\"guptashash@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2024-10-16T12:19:06.1185273Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"\",\"subscriptionStatus\":\"PendingFulfillmentStart\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Postgres - Free\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Shashank\",\"lastName\":\"Gupta\",\"emailAddress\":\"guptashash@microsoft.com\",\"upn\":\"guptashash@microsoft.com\",\"phoneNumber\":\"\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"officeAddress\":null,\"businessPhone\":\"\",\"domain\":null,\"numberOfEmployees\":null},\"provisioningState\":\"Failed\",\"partnerOrganizationProperties\":{\"organizationId\":null,\"organizationName\":\"test_22\",\"singleSignOnProperties\":null}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/raja-rg/providers/Neon.Postgres/organizations/testrg-88888\",\"name\":\"testrg-88888\",\"type\":\"neon.postgres/organizations\",\"location\":\"eastus2euap\",\"tags\":{\"env\":\"canary\"},\"systemData\":{\"createdBy\":\"rajasinghal@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-10-16T12:44:45.806407Z\",\"lastModifiedBy\":\"rajasinghal@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2024-10-16T12:44:45.806407Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"\",\"subscriptionStatus\":\"PendingFulfillmentStart\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"nlbfiwtslenfwek\",\"planName\":\"neon_test_1\",\"termUnit\":\"qbcq\",\"termId\":\"aedlchikwqckuploswthvshe\"}},\"userDetails\":{\"firstName\":\"Srinivas\",\"lastName\":\"Alluri\",\"emailAddress\":\"sralluri@microsoft.com\",\"upn\":\"sralluri@microsoft.com\",\"phoneNumber\":\"0987654321\"},\"companyDetails\":{\"companyName\":\"Liftr\",\"country\":\"India\",\"officeAddress\":null,\"businessPhone\":\"0987654321\",\"domain\":null,\"numberOfEmployees\":null},\"provisioningState\":\"Failed\",\"partnerOrganizationProperties\":{\"organizationId\":null,\"organizationName\":\"sr-postgres1\",\"singleSignOnProperties\":null}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/gupta51/providers/Neon.Postgres/organizations/test_24\",\"name\":\"test_24\",\"type\":\"neon.postgres/organizations\",\"location\":\"eastus2euap\",\"tags\":{\"env\":\"canary\"},\"systemData\":{\"createdBy\":\"guptashash@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-10-16T13:43:58.0804269Z\",\"lastModifiedBy\":\"guptashash@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2024-10-16T13:43:58.0804269Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"\",\"subscriptionStatus\":\"PendingFulfillmentStart\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Postgres - Free\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Shashank\",\"lastName\":\"Gupta\",\"emailAddress\":\"guptashash@microsoft.com\",\"upn\":\"guptashash@microsoft.com\",\"phoneNumber\":\"\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"officeAddress\":null,\"businessPhone\":\"\",\"domain\":null,\"numberOfEmployees\":null},\"provisioningState\":\"Failed\",\"partnerOrganizationProperties\":{\"organizationId\":null,\"organizationName\":\"test_24\",\"singleSignOnProperties\":null}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/gupta51/providers/Neon.Postgres/organizations/test_25\",\"name\":\"test_25\",\"type\":\"neon.postgres/organizations\",\"location\":\"eastus2euap\",\"tags\":{\"env\":\"canary\"},\"systemData\":{\"createdBy\":\"guptashash@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-10-16T13:44:41.3699106Z\",\"lastModifiedBy\":\"guptashash@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2024-10-16T13:44:41.3699106Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"\",\"subscriptionStatus\":\"PendingFulfillmentStart\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Postgres - Free\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Shashank\",\"lastName\":\"Gupta\",\"emailAddress\":\"guptashash@microsoft.com\",\"upn\":\"guptashash@microsoft.com\",\"phoneNumber\":\"\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"officeAddress\":null,\"businessPhone\":\"\",\"domain\":null,\"numberOfEmployees\":null},\"provisioningState\":\"Failed\",\"partnerOrganizationProperties\":{\"organizationId\":null,\"organizationName\":\"test_25\",\"singleSignOnProperties\":null}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/sralluri_rg/providers/Neon.Postgres/organizations/TestOperationState\",\"name\":\"TestOperationState\",\"type\":\"neon.postgres/organizations\",\"location\":\"eastus2euap\",\"systemData\":{\"lastModifiedBy\":\"srinivas.alluri@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2024-10-17T02:10:29.9154705Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"\",\"subscriptionStatus\":\"PendingFulfillmentStart\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Postgres - Free\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Srinivas\",\"lastName\":\"Alluri\",\"emailAddress\":\"srinivas.alluri@microsoft.com\",\"upn\":\"srinivas.alluri_microsoft.com#EXT#@qumulotesttenant2.onmicrosoft.com\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Failed\",\"partnerOrganizationProperties\":{\"organizationName\":\"TestOperationState\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-green-sun-53390735\"}}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/deepika-test-rg/providers/Neon.Postgres/organizations/eus2euap-nt29\",\"name\":\"eus2euap-nt29\",\"type\":\"neon.postgres/organizations\",\"location\":\"eastus2euap\",\"tags\":{\"env\":\"canary\"},\"systemData\":{\"createdBy\":\"srinivas.alluri@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-10-17T02:17:44.1198494Z\",\"lastModifiedBy\":\"srinivas.alluri@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2024-10-17T02:17:44.1198494Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"\",\"subscriptionStatus\":\"PendingFulfillmentStart\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Postgres - Free\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Srinivas\",\"lastName\":\"Alluri\",\"emailAddress\":\"srinivas.alluri@microsoft.com\",\"upn\":\"sralluri@microsoft.com\",\"phoneNumber\":\"\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Failed\",\"partnerOrganizationProperties\":{\"organizationName\":\"eus2euap-nt29\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-odd-dust-80809405\"}}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/deepika-test-rg/providers/Neon.Postgres/organizations/eus2euap-nt31\",\"name\":\"eus2euap-nt31\",\"type\":\"neon.postgres/organizations\",\"location\":\"eastus2euap\",\"tags\":{\"env\":\"canary\"},\"systemData\":{\"createdBy\":\"srinivas.alluri@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-10-17T05:12:21.2977096Z\",\"lastModifiedBy\":\"srinivas.alluri@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2024-10-17T05:12:21.2977096Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"\",\"subscriptionStatus\":\"PendingFulfillmentStart\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Postgres - Free\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Srinivas\",\"lastName\":\"Alluri\",\"emailAddress\":\"srinivas.alluri@microsoft.com\",\"upn\":\"sralluri@microsoft.com\",\"phoneNumber\":\"\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Failed\",\"partnerOrganizationProperties\":{\"organizationName\":\"eus2euap-nt31\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-patient-unit-11626814\"}}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/sralluri_rg/providers/Neon.Postgres/organizations/test433\",\"name\":\"test433\",\"type\":\"neon.postgres/organizations\",\"location\":\"eastus2euap\",\"systemData\":{\"createdBy\":\"srinivas.alluri@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-10-17T05:25:21.5239162Z\",\"lastModifiedBy\":\"srinivas.alluri@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2024-10-17T05:25:21.5239162Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"\",\"subscriptionStatus\":\"PendingFulfillmentStart\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Postgres - Free\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Srinivas\",\"lastName\":\"Alluri\",\"emailAddress\":\"srinivas.alluri@microsoft.com\",\"upn\":\"srinivas.alluri_microsoft.com#EXT#@qumulotesttenant2.onmicrosoft.com\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Failed\",\"partnerOrganizationProperties\":{\"organizationName\":\"test433\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-morning-union-52457945\"}}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/raja-rg/providers/Neon.Postgres/organizations/testrg-123456\",\"name\":\"testrg-123456\",\"type\":\"neon.postgres/organizations\",\"location\":\"eastus2euap\",\"tags\":{\"env\":\"canary\"},\"systemData\":{\"createdBy\":\"rajasinghal@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-10-17T07:15:17.6686702Z\",\"lastModifiedBy\":\"rajasinghal@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2024-10-17T07:15:17.6686702Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"\",\"subscriptionStatus\":\"PendingFulfillmentStart\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"nlbfiwtslenfwek\",\"planName\":\"neon_test_1\",\"termUnit\":\"qbcq\",\"termId\":\"aedlchikwqckuploswthvshe\"}},\"userDetails\":{\"firstName\":\"Srinivas\",\"lastName\":\"Alluri\",\"emailAddress\":\"sralluri@microsoft.com\",\"upn\":\"sralluri@microsoft.com\",\"phoneNumber\":\"0987654321\"},\"companyDetails\":{\"companyName\":\"Liftr\",\"country\":\"India\",\"officeAddress\":null,\"businessPhone\":\"0987654321\",\"domain\":null,\"numberOfEmployees\":null},\"provisioningState\":\"Failed\",\"partnerOrganizationProperties\":{\"organizationId\":null,\"organizationName\":\"sr-postgres1\",\"singleSignOnProperties\":null}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/raja-rg/providers/Neon.Postgres/organizations/testrg-11112\",\"name\":\"testrg-11112\",\"type\":\"neon.postgres/organizations\",\"location\":\"eastus2euap\",\"tags\":{\"env\":\"canary\"},\"systemData\":{\"createdBy\":\"rajasinghal@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-10-17T07:20:00.9932062Z\",\"lastModifiedBy\":\"rajasinghal@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2024-10-17T07:20:00.9932062Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"\",\"subscriptionStatus\":\"PendingFulfillmentStart\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"nlbfiwtslenfwek\",\"planName\":\"neon_test_1\",\"termUnit\":\"qbcq\",\"termId\":\"aedlchikwqckuploswthvshe\"}},\"userDetails\":{\"firstName\":\"Srinivas\",\"lastName\":\"Alluri\",\"emailAddress\":\"sralluri@microsoft.com\",\"upn\":\"sralluri@microsoft.com\",\"phoneNumber\":\"0987654321\"},\"companyDetails\":{\"companyName\":\"Liftr\",\"country\":\"India\",\"officeAddress\":null,\"businessPhone\":\"0987654321\",\"domain\":null,\"numberOfEmployees\":null},\"provisioningState\":\"Failed\",\"partnerOrganizationProperties\":{\"organizationId\":null,\"organizationName\":\"sr-postgres1\",\"singleSignOnProperties\":null}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/raja-rg/providers/Neon.Postgres/organizations/testrg-111\",\"name\":\"testrg-111\",\"type\":\"neon.postgres/organizations\",\"location\":\"eastus2euap\",\"tags\":{\"env\":\"canary\"},\"systemData\":{\"createdBy\":\"rajasinghal@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-10-17T07:34:34.6218137Z\",\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2024-11-06T08:47:38.982841Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"\",\"subscriptionStatus\":\"PendingFulfillmentStart\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"nlbfiwtslenfwek\",\"planName\":\"neon_test_1\",\"termUnit\":\"qbcq\",\"termId\":\"aedlchikwqckuploswthvshe\"}},\"userDetails\":{\"firstName\":\"Srinivas\",\"lastName\":\"Alluri\",\"emailAddress\":\"sralluri@microsoft.com\",\"upn\":\"sralluri@microsoft.com\",\"phoneNumber\":\"0987654321\"},\"companyDetails\":{\"companyName\":\"Liftr\",\"country\":\"India\",\"businessPhone\":\"0987654321\"},\"provisioningState\":\"Failed\",\"partnerOrganizationProperties\":{\"organizationName\":\"sr-postgres1\"}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/raja-rg/providers/Neon.Postgres/organizations/testrg-11\",\"name\":\"testrg-11\",\"type\":\"neon.postgres/organizations\",\"location\":\"eastus2euap\",\"tags\":{\"env\":\"canary\"},\"systemData\":{\"createdBy\":\"rajasinghal@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-10-17T07:39:51.5139026Z\",\"lastModifiedBy\":\"rajasinghal@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2024-10-17T07:39:51.5139026Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"\",\"subscriptionStatus\":\"PendingFulfillmentStart\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"nlbfiwtslenfwek\",\"planName\":\"neon_test_1\",\"termUnit\":\"qbcq\",\"termId\":\"aedlchikwqckuploswthvshe\"}},\"userDetails\":{\"firstName\":\"Srinivas\",\"lastName\":\"Alluri\",\"emailAddress\":\"sralluri@microsoft.com\",\"upn\":\"sralluri@microsoft.com\",\"phoneNumber\":\"0987654321\"},\"companyDetails\":{\"companyName\":\"Liftr\",\"country\":\"India\",\"officeAddress\":null,\"businessPhone\":\"0987654321\",\"domain\":null,\"numberOfEmployees\":null},\"provisioningState\":\"Failed\",\"partnerOrganizationProperties\":{\"organizationId\":null,\"organizationName\":\"sr-postgres1\",\"singleSignOnProperties\":null}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/raja-rg/providers/Neon.Postgres/organizations/testrg-2626\",\"name\":\"testrg-2626\",\"type\":\"neon.postgres/organizations\",\"location\":\"eastus2euap\",\"tags\":{\"env\":\"canary\"},\"systemData\":{\"createdBy\":\"rajasinghal@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-10-17T08:09:47.2024837Z\",\"lastModifiedBy\":\"rajasinghal@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2024-10-17T08:09:47.2024837Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"\",\"subscriptionStatus\":\"PendingFulfillmentStart\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"nlbfiwtslenfwek\",\"planName\":\"neon_test_1\",\"termUnit\":\"qbcq\",\"termId\":\"aedlchikwqckuploswthvshe\"}},\"userDetails\":{\"firstName\":\"Srinivas\",\"lastName\":\"Alluri\",\"emailAddress\":\"sralluri@microsoft.com\",\"upn\":\"sralluri@microsoft.com\",\"phoneNumber\":\"0987654321\"},\"companyDetails\":{\"companyName\":\"Liftr\",\"country\":\"India\",\"officeAddress\":null,\"businessPhone\":\"0987654321\",\"domain\":null,\"numberOfEmployees\":null},\"provisioningState\":\"Failed\",\"partnerOrganizationProperties\":{\"organizationId\":null,\"organizationName\":\"testrg-2626\",\"singleSignOnProperties\":null}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/sralluri_rg/providers/Neon.Postgres/organizations/TestOperationStatus2\",\"name\":\"TestOperationStatus2\",\"type\":\"neon.postgres/organizations\",\"location\":\"eastus2euap\",\"systemData\":{\"createdBy\":\"srinivas.alluri@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-10-17T08:12:14.0806179Z\",\"lastModifiedBy\":\"srinivas.alluri@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2024-10-17T08:12:14.0806179Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"\",\"subscriptionStatus\":\"PendingFulfillmentStart\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Postgres - Free\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Srinivas\",\"lastName\":\"Alluri\",\"emailAddress\":\"srinivas.alluri@microsoft.com\",\"upn\":\"srinivas.alluri_microsoft.com#EXT#@qumulotesttenant2.onmicrosoft.com\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Failed\",\"partnerOrganizationProperties\":{\"organizationName\":\"TestOperationStatus2\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-misty-lake-11365065\"}}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/sralluri_rg/providers/Neon.Postgres/organizations/eus2euap-nt32\",\"name\":\"eus2euap-nt32\",\"type\":\"neon.postgres/organizations\",\"location\":\"eastus2euap\",\"tags\":{\"env\":\"canary\"},\"systemData\":{\"createdBy\":\"srinivas.alluri@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-10-17T08:18:49.7983034Z\",\"lastModifiedBy\":\"srinivas.alluri@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2024-10-17T08:18:49.7983034Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"\",\"subscriptionStatus\":\"PendingFulfillmentStart\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Postgres - Free\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Srinivas\",\"lastName\":\"Alluri\",\"emailAddress\":\"srinivas.alluri@microsoft.com\",\"upn\":\"sralluri@microsoft.com\",\"phoneNumber\":\"\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Failed\",\"partnerOrganizationProperties\":{\"organizationName\":\"eus2euap-nt32\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-solitary-cake-50614732\"}}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/raja-rg/providers/Neon.Postgres/organizations/testrg-2627\",\"name\":\"testrg-2627\",\"type\":\"neon.postgres/organizations\",\"location\":\"eastus2euap\",\"tags\":{\"env\":\"canary\"},\"systemData\":{\"createdBy\":\"rajasinghal@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-10-17T08:21:38.0116952Z\",\"lastModifiedBy\":\"rajasinghal@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2024-10-17T08:21:38.0116952Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"\",\"subscriptionStatus\":\"PendingFulfillmentStart\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Postgres - Free\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Raja\",\"lastName\":\"Singhal\",\"emailAddress\":\"rajasinghal@microsoft.com\",\"upn\":\"rajasinghal@microsoft.com\",\"phoneNumber\":\"08764288851\"},\"companyDetails\":{\"companyName\":\"Liftr\",\"country\":\"India\",\"businessPhone\":\"0987654321\"},\"provisioningState\":\"Failed\",\"partnerOrganizationProperties\":{\"organizationName\":\"testrg-2627\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-misty-river-14958008\"}}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/raja-rg/providers/Neon.Postgres/organizations/testrg-2630\",\"name\":\"testrg-2630\",\"type\":\"neon.postgres/organizations\",\"location\":\"eastus2euap\",\"tags\":{\"env\":\"canary\"},\"systemData\":{\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2024-11-06T09:04:55.7581725Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"\",\"subscriptionStatus\":\"PendingFulfillmentStart\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Postgres - Free\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Raja\",\"lastName\":\"Singhal\",\"emailAddress\":\"rajasinghal@microsoft.com\",\"upn\":\"rajasinghal@microsoft.com\",\"phoneNumber\":\"08764288851\"},\"companyDetails\":{\"companyName\":\"Liftr\",\"country\":\"India\",\"businessPhone\":\"0987654321\"},\"provisioningState\":\"Failed\",\"partnerOrganizationProperties\":{\"organizationName\":\"testrg-2630\"}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/sralluri_rg/providers/Neon.Postgres/organizations/eus2euap-nt33\",\"name\":\"eus2euap-nt33\",\"type\":\"neon.postgres/organizations\",\"location\":\"eastus2euap\",\"tags\":{\"env\":\"canary\"},\"systemData\":{\"createdBy\":\"srinivas.alluri@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-10-17T10:06:20.8027229Z\",\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2024-10-17T10:09:29.4396235Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"\",\"subscriptionStatus\":\"PendingFulfillmentStart\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Postgres - Free\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Srinivas\",\"lastName\":\"Alluri\",\"emailAddress\":\"srinivas.alluri@microsoft.com\",\"upn\":\"sralluri@microsoft.com\",\"phoneNumber\":\"\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Succeeded\",\"partnerOrganizationProperties\":{\"organizationName\":\"eus2euap-nt33\"}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/sralluri_rg/providers/Neon.Postgres/organizations/eus2euap-nt34\",\"name\":\"eus2euap-nt34\",\"type\":\"neon.postgres/organizations\",\"location\":\"eastus2euap\",\"tags\":{\"env\":\"canary\"},\"systemData\":{\"createdBy\":\"srinivas.alluri@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-10-17T10:16:20.3941379Z\",\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2024-10-17T10:20:14.6452925Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"\",\"subscriptionStatus\":\"PendingFulfillmentStart\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Postgres - Free\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Srinivas\",\"lastName\":\"Alluri\",\"emailAddress\":\"srinivas.alluri@microsoft.com\",\"upn\":\"sralluri@microsoft.com\",\"phoneNumber\":\"\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Succeeded\",\"partnerOrganizationProperties\":{\"organizationName\":\"eus2euap-nt34\"}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/gupta51/providers/Neon.Postgres/organizations/test_26\",\"name\":\"test_26\",\"type\":\"neon.postgres/organizations\",\"location\":\"eastus2euap\",\"tags\":{\"env\":\"canary\"},\"systemData\":{\"createdBy\":\"guptashash@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-10-17T11:50:38.0218065Z\",\"lastModifiedBy\":\"guptashash@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2024-10-17T11:50:38.0218065Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"\",\"subscriptionStatus\":\"PendingFulfillmentStart\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Postgres - Free\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Shashank\",\"lastName\":\"Gupta\",\"emailAddress\":\"guptashash@microsoft.com\",\"upn\":\"guptashash@microsoft.com\",\"phoneNumber\":\"\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"officeAddress\":null,\"businessPhone\":\"\",\"domain\":null,\"numberOfEmployees\":null},\"provisioningState\":\"Failed\",\"partnerOrganizationProperties\":{\"organizationId\":null,\"organizationName\":\"test_26\",\"singleSignOnProperties\":null}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/gupta51/providers/Neon.Postgres/organizations/test_27\",\"name\":\"test_27\",\"type\":\"neon.postgres/organizations\",\"location\":\"eastus2euap\",\"tags\":{\"env\":\"canary\"},\"systemData\":{\"createdBy\":\"guptashash@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-10-17T11:51:42.6349704Z\",\"lastModifiedBy\":\"guptashash@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2024-10-17T11:51:42.6349704Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"\",\"subscriptionStatus\":\"PendingFulfillmentStart\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Postgres - Free\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Shashank\",\"lastName\":\"Gupta\",\"emailAddress\":\"guptashash@microsoft.com\",\"upn\":\"guptashash@microsoft.com\",\"phoneNumber\":\"\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"officeAddress\":null,\"businessPhone\":\"\",\"domain\":null,\"numberOfEmployees\":null},\"provisioningState\":\"Failed\",\"partnerOrganizationProperties\":{\"organizationId\":null,\"organizationName\":\"test_27\",\"singleSignOnProperties\":null}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/gupta51/providers/Neon.Postgres/organizations/test_28\",\"name\":\"test_28\",\"type\":\"neon.postgres/organizations\",\"location\":\"eastus2euap\",\"tags\":{\"env\":\"canary\"},\"systemData\":{\"createdBy\":\"guptashash@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-10-17T11:52:29.4026224Z\",\"lastModifiedBy\":\"guptashash@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2024-10-17T11:52:29.4026224Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"\",\"subscriptionStatus\":\"PendingFulfillmentStart\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Postgres - Free\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Shashank\",\"lastName\":\"Gupta\",\"emailAddress\":\"guptashash@microsoft.com\",\"upn\":\"guptashash@microsoft.com\",\"phoneNumber\":\"\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"officeAddress\":null,\"businessPhone\":\"\",\"domain\":null,\"numberOfEmployees\":null},\"provisioningState\":\"Failed\",\"partnerOrganizationProperties\":{\"organizationId\":null,\"organizationName\":\"test_28\",\"singleSignOnProperties\":null}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/gupta51/providers/Neon.Postgres/organizations/test_29\",\"name\":\"test_29\",\"type\":\"neon.postgres/organizations\",\"location\":\"eastus2euap\",\"tags\":{\"env\":\"canary\"},\"systemData\":{\"createdBy\":\"guptashash@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-10-17T14:32:38.7940544Z\",\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2024-10-17T14:34:18.0928311Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"\",\"subscriptionStatus\":\"PendingFulfillmentStart\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Postgres - Free\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Shashank\",\"lastName\":\"Gupta\",\"emailAddress\":\"guptashash@microsoft.com\",\"upn\":\"guptashash@microsoft.com\",\"phoneNumber\":\"\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Succeeded\",\"partnerOrganizationProperties\":{\"organizationName\":\"test_29\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-snowy-shadow-71976338\"}}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/gupta51/providers/Neon.Postgres/organizations/test_30\",\"name\":\"test_30\",\"type\":\"neon.postgres/organizations\",\"location\":\"eastus2euap\",\"tags\":{\"env\":\"canary\"},\"systemData\":{\"createdBy\":\"guptashash@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-10-17T14:33:46.0340283Z\",\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2024-10-17T14:35:15.115468Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"\",\"subscriptionStatus\":\"PendingFulfillmentStart\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Postgres - Free\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Shashank\",\"lastName\":\"Gupta\",\"emailAddress\":\"guptashash@microsoft.com\",\"upn\":\"guptashash@microsoft.com\",\"phoneNumber\":\"\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Succeeded\",\"partnerOrganizationProperties\":{\"organizationName\":\"test_30\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-misty-dew-72348090\"}}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/gupta51/providers/Neon.Postgres/organizations/test_31\",\"name\":\"test_31\",\"type\":\"neon.postgres/organizations\",\"location\":\"eastus2euap\",\"tags\":{\"env\":\"canary\"},\"systemData\":{\"lastModifiedBy\":\"guptashash@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2024-10-17T15:06:54.4806329Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"\",\"subscriptionStatus\":\"PendingFulfillmentStart\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Postgres - Free\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Shashank\",\"lastName\":\"Gupta\",\"emailAddress\":\"guptashash@microsoft.com\",\"upn\":\"guptashash@microsoft.com\",\"phoneNumber\":\"\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"officeAddress\":null,\"businessPhone\":\"\",\"domain\":null,\"numberOfEmployees\":null},\"provisioningState\":\"Failed\",\"partnerOrganizationProperties\":{\"organizationId\":null,\"organizationName\":\"test_31\",\"singleSignOnProperties\":null}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/gupta51/providers/Neon.Postgres/organizations/test_32\",\"name\":\"test_32\",\"type\":\"neon.postgres/organizations\",\"location\":\"eastus2euap\",\"tags\":{\"env\":\"canary\"},\"systemData\":{\"createdBy\":\"guptashash@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-10-17T15:07:31.8070432Z\",\"lastModifiedBy\":\"guptashash@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2024-10-17T15:07:31.8070432Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"\",\"subscriptionStatus\":\"PendingFulfillmentStart\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Postgres - Free\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Shashank\",\"lastName\":\"Gupta\",\"emailAddress\":\"guptashash@microsoft.com\",\"upn\":\"guptashash@microsoft.com\",\"phoneNumber\":\"\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"officeAddress\":null,\"businessPhone\":\"\",\"domain\":null,\"numberOfEmployees\":null},\"provisioningState\":\"Failed\",\"partnerOrganizationProperties\":{\"organizationId\":null,\"organizationName\":\"test_32\",\"singleSignOnProperties\":null}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/gupta51/providers/Neon.Postgres/organizations/test_33\",\"name\":\"test_33\",\"type\":\"neon.postgres/organizations\",\"location\":\"eastus2euap\",\"tags\":{\"env\":\"canary\"},\"systemData\":{\"lastModifiedBy\":\"guptashash@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2024-10-18T07:37:54.7703793Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"\",\"subscriptionStatus\":\"PendingFulfillmentStart\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Postgres - Free\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Shashank\",\"lastName\":\"Gupta\",\"emailAddress\":\"guptashash@microsoft.com\",\"upn\":\"guptashash@microsoft.com\",\"phoneNumber\":\"\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"officeAddress\":null,\"businessPhone\":\"\",\"domain\":null,\"numberOfEmployees\":null},\"provisioningState\":\"Failed\",\"partnerOrganizationProperties\":{\"organizationId\":null,\"organizationName\":\"test_33\",\"singleSignOnProperties\":null}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/gupta51/providers/Neon.Postgres/organizations/test_34\",\"name\":\"test_34\",\"type\":\"neon.postgres/organizations\",\"location\":\"eastus2euap\",\"tags\":{\"env\":\"canary\"},\"systemData\":{\"createdBy\":\"guptashash@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-10-18T07:38:33.8411623Z\",\"lastModifiedBy\":\"guptashash@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2024-10-18T07:38:33.8411623Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"\",\"subscriptionStatus\":\"PendingFulfillmentStart\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Postgres - Free\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Shashank\",\"lastName\":\"Gupta\",\"emailAddress\":\"guptashash@microsoft.com\",\"upn\":\"guptashash@microsoft.com\",\"phoneNumber\":\"\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"officeAddress\":null,\"businessPhone\":\"\",\"domain\":null,\"numberOfEmployees\":null},\"provisioningState\":\"Failed\",\"partnerOrganizationProperties\":{\"organizationId\":null,\"organizationName\":\"test_34\",\"singleSignOnProperties\":null}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/gupta51/providers/Neon.Postgres/organizations/test_35\",\"name\":\"test_35\",\"type\":\"neon.postgres/organizations\",\"location\":\"eastus2euap\",\"tags\":{\"env\":\"canary\"},\"systemData\":{\"lastModifiedBy\":\"guptashash@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2024-10-18T08:47:15.6433304Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"\",\"subscriptionStatus\":\"PendingFulfillmentStart\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Postgres - Free\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Shashank\",\"lastName\":\"Gupta\",\"emailAddress\":\"guptashash@microsoft.com\",\"upn\":\"guptashash@microsoft.com\",\"phoneNumber\":\"\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"officeAddress\":null,\"businessPhone\":\"\",\"domain\":null,\"numberOfEmployees\":null},\"provisioningState\":\"Failed\",\"partnerOrganizationProperties\":{\"organizationId\":null,\"organizationName\":\"test_35\",\"singleSignOnProperties\":null}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/gupta51/providers/Neon.Postgres/organizations/test_36\",\"name\":\"test_36\",\"type\":\"neon.postgres/organizations\",\"location\":\"eastus2euap\",\"tags\":{\"env\":\"canary\"},\"systemData\":{\"createdBy\":\"guptashash@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-10-18T08:47:56.9565987Z\",\"lastModifiedBy\":\"guptashash@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2024-10-18T08:47:56.9565987Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"\",\"subscriptionStatus\":\"PendingFulfillmentStart\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Postgres - Free\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Shashank\",\"lastName\":\"Gupta\",\"emailAddress\":\"guptashash@microsoft.com\",\"upn\":\"guptashash@microsoft.com\",\"phoneNumber\":\"\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"officeAddress\":null,\"businessPhone\":\"\",\"domain\":null,\"numberOfEmployees\":null},\"provisioningState\":\"Failed\",\"partnerOrganizationProperties\":{\"organizationId\":null,\"organizationName\":\"test_36\",\"singleSignOnProperties\":null}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/gupta51/providers/Neon.Postgres/organizations/test_37\",\"name\":\"test_37\",\"type\":\"neon.postgres/organizations\",\"location\":\"eastus2euap\",\"tags\":{\"env\":\"canary\"},\"systemData\":{\"lastModifiedBy\":\"guptashash@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2024-10-18T11:08:09.8378684Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"\",\"subscriptionStatus\":\"PendingFulfillmentStart\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Postgres - Free\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Shashank\",\"lastName\":\"Gupta\",\"emailAddress\":\"guptashash@microsoft.com\",\"upn\":\"guptashash@microsoft.com\",\"phoneNumber\":\"\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Failed\",\"partnerOrganizationProperties\":{\"organizationName\":\"test_37\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-late-surf-12908850\"}}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/gupta51/providers/Neon.Postgres/organizations/test_38\",\"name\":\"test_38\",\"type\":\"neon.postgres/organizations\",\"location\":\"eastus2euap\",\"tags\":{\"env\":\"canary\"},\"systemData\":{\"createdBy\":\"guptashash@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-10-18T11:08:44.8068609Z\",\"lastModifiedBy\":\"guptashash@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2024-10-18T11:08:44.8068609Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"\",\"subscriptionStatus\":\"PendingFulfillmentStart\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Postgres - Free\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Shashank\",\"lastName\":\"Gupta\",\"emailAddress\":\"guptashash@microsoft.com\",\"upn\":\"guptashash@microsoft.com\",\"phoneNumber\":\"\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Failed\",\"partnerOrganizationProperties\":{\"organizationName\":\"test_38\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-royal-water-32199411\"}}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/gupta51/providers/Neon.Postgres/organizations/test_40\",\"name\":\"test_40\",\"type\":\"neon.postgres/organizations\",\"location\":\"eastus2euap\",\"tags\":{\"env\":\"canary\"},\"systemData\":{\"createdBy\":\"guptashash@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-10-18T13:34:56.844481Z\",\"lastModifiedBy\":\"guptashash@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2024-10-18T13:34:56.844481Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"\",\"subscriptionStatus\":\"PendingFulfillmentStart\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Postgres - Free\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Shashank\",\"lastName\":\"Gupta\",\"emailAddress\":\"guptashash@microsoft.com\",\"upn\":\"guptashash@microsoft.com\",\"phoneNumber\":\"\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"officeAddress\":null,\"businessPhone\":\"\",\"domain\":null,\"numberOfEmployees\":null},\"provisioningState\":\"Failed\",\"partnerOrganizationProperties\":{\"organizationId\":null,\"organizationName\":\"test_40\",\"singleSignOnProperties\":null}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/gupta51/providers/Neon.Postgres/organizations/test_41\",\"name\":\"test_41\",\"type\":\"neon.postgres/organizations\",\"location\":\"eastus2euap\",\"tags\":{\"env\":\"canary\"},\"systemData\":{\"lastModifiedBy\":\"guptashash@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2024-10-18T15:26:55.213017Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"\",\"subscriptionStatus\":\"PendingFulfillmentStart\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Postgres - Free\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Shashank\",\"lastName\":\"Gupta\",\"emailAddress\":\"guptashash@microsoft.com\",\"upn\":\"guptashash@microsoft.com\",\"phoneNumber\":\"\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"officeAddress\":null,\"businessPhone\":\"\",\"domain\":null,\"numberOfEmployees\":null},\"provisioningState\":\"Failed\",\"partnerOrganizationProperties\":{\"organizationId\":null,\"organizationName\":\"test_41\",\"singleSignOnProperties\":null}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/gupta51/providers/Neon.Postgres/organizations/test_42\",\"name\":\"test_42\",\"type\":\"neon.postgres/organizations\",\"location\":\"eastus2euap\",\"tags\":{\"env\":\"canary\"},\"systemData\":{\"createdBy\":\"guptashash@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-10-18T15:27:37.7286161Z\",\"lastModifiedBy\":\"guptashash@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2024-10-18T15:27:37.7286161Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"ac504e3b-61b5-4760-ca54-0591da3a8087\",\"subscriptionStatus\":\"PendingFulfillmentStart\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Postgres - Free\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Shashank\",\"lastName\":\"Gupta\",\"emailAddress\":\"guptashash@microsoft.com\",\"upn\":\"guptashash@microsoft.com\",\"phoneNumber\":\"\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Failed\",\"partnerOrganizationProperties\":{\"organizationName\":\"test_42\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-spring-hat-19085711\"}}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/gupta51/providers/Neon.Postgres/organizations/test_44\",\"name\":\"test_44\",\"type\":\"neon.postgres/organizations\",\"location\":\"eastus2euap\",\"tags\":{\"env\":\"canary\"},\"systemData\":{\"createdBy\":\"guptashash@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-10-20T10:45:14.2245833Z\",\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2024-10-20T10:48:37.6696964Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"00d06ee7-6e40-4dcb-d599-be0f830295e4\",\"subscriptionStatus\":\"Subscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Postgres - Free\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Shashank\",\"lastName\":\"Gupta\",\"emailAddress\":\"guptashash@microsoft.com\",\"upn\":\"guptashash@microsoft.com\",\"phoneNumber\":\"\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Succeeded\",\"partnerOrganizationProperties\":{\"organizationName\":\"test_44\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-calm-truth-95002090\"}}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/sralluri_rg/providers/Neon.Postgres/organizations/eus2euap-nt37\",\"name\":\"eus2euap-nt37\",\"type\":\"neon.postgres/organizations\",\"location\":\"eastus2euap\",\"tags\":{\"env\":\"canary\"},\"systemData\":{\"createdBy\":\"srinivas.alluri@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-10-20T12:00:30.1850885Z\",\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2024-10-20T12:03:15.8575194Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"3b1dc500-d445-4720-d308-9f4a7a6313ce\",\"subscriptionStatus\":\"Subscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Postgres - Free\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Srinivas\",\"lastName\":\"Alluri\",\"emailAddress\":\"srinivas.alluri@microsoft.com\",\"upn\":\"sralluri@microsoft.com\",\"phoneNumber\":\"\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Failed\",\"partnerOrganizationProperties\":{\"organizationName\":\"eus2euap-nt36\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-withered-bar-18212556\"}}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/deepika-test-rg/providers/Neon.Postgres/organizations/deepika-neon-org-2110\",\"name\":\"deepika-neon-org-2110\",\"type\":\"neon.postgres/organizations\",\"location\":\"eastus2euap\",\"systemData\":{\"createdBy\":\"deepikan@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-10-21T05:43:27.3874974Z\",\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2024-10-21T05:45:13.1057016Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"8e966f3d-b1d7-4beb-dcf2-d667d848a804\",\"subscriptionStatus\":\"Subscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Serverless Postgres - Free (Test_Liftr)\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Deepika\",\"lastName\":\"N\",\"emailAddress\":\"deepikan@microsoft.com\",\"upn\":\"deepikan_microsoft.com#EXT#@qumulotesttenant2.onmicrosoft.com\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Succeeded\",\"partnerOrganizationProperties\":{\"organizationName\":\"deepika-neon-org-2110\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-bitter-river-68692748\"}}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/NeonDemoRG/providers/Neon.Postgres/organizations/testOrgAAK\",\"name\":\"testOrgAAK\",\"type\":\"neon.postgres/organizations\",\"location\":\"eastus2euap\",\"systemData\":{\"createdBy\":\"khanalmas@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-10-21T07:12:25.3271874Z\",\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2024-10-21T07:14:54.8372555Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"cb35e68e-40d2-4571-c4a3-69dfc1688178\",\"subscriptionStatus\":\"Subscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Serverless Postgres - Free (Test_Liftr)\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Almas\",\"lastName\":\"Khan\",\"emailAddress\":\"khanalmas@microsoft.com\",\"upn\":\"khanalmas_microsoft.com#EXT#@qumulotesttenant2.onmicrosoft.com\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Succeeded\",\"partnerOrganizationProperties\":{\"organizationName\":\"testOrgAAK\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-broad-bird-88286889\"}}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/NeonDemoRG/providers/Neon.Postgres/organizations/NeonTestResource\",\"name\":\"NeonTestResource\",\"type\":\"neon.postgres/organizations\",\"location\":\"eastus2euap\",\"systemData\":{\"createdBy\":\"khanalmas@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-10-21T16:34:49.0962829Z\",\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2024-10-21T16:36:28.8779884Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"cc303643-4057-491f-cc8e-030a0fcdb5e6\",\"subscriptionStatus\":\"Subscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Serverless Postgres - Free (Test_Liftr)\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Almas\",\"lastName\":\"Khan\",\"emailAddress\":\"khanalmas@example.com\",\"upn\":\"khanalmas_microsoft.com#EXT#@qumulotesttenant2.onmicrosoft.com\",\"phoneNumber\":\"+1234567890\"},\"companyDetails\":{\"companyName\":\"SampleCompany\",\"country\":\"USA\",\"officeAddress\":\"5678 Azure Blvd\",\"businessPhone\":\"+1234567890\",\"domain\":\"samplecompany.com\",\"numberOfEmployees\":500},\"provisioningState\":\"Succeeded\",\"partnerOrganizationProperties\":{\"organizationId\":\"org67890\",\"organizationName\":\"PartnerOrgTest\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"enterpriseAppId\":\"app67890\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-delicate-morning-13588151\",\"aadDomains\":[\"partnerorgtest.com\"]}}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/NeonDemoRG/providers/Neon.Postgres/organizations/testCLI3\",\"name\":\"testCLI3\",\"type\":\"neon.postgres/organizations\",\"location\":\"eastus2euap\",\"systemData\":{\"createdBy\":\"khanalmas@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-10-21T18:03:52.7521565Z\",\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2024-10-21T18:04:53.9735963Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"8e525940-3300-4809-c0fd-fccf77cfd730\",\"subscriptionStatus\":\"Subscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Serverless Postgres - Free (Test_Liftr)\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Almas\",\"lastName\":\"Khan\",\"emailAddress\":\"khanalmas@microsoft.com\",\"upn\":\"khanalmas_microsoft.com#EXT#@qumulotesttenant2.onmicrosoft.com\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Succeeded\",\"partnerOrganizationProperties\":{\"organizationName\":\"testCLI3\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-long-waterfall-13574342\"}}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/NeonDemoRG/providers/Neon.Postgres/organizations/almasTestNeonCLI1\",\"name\":\"almasTestNeonCLI1\",\"type\":\"neon.postgres/organizations\",\"location\":\"eastus2euap\",\"systemData\":{\"createdBy\":\"khanalmas@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-10-21T18:13:21.5974908Z\",\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2024-10-21T18:14:41.9817237Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"d7956329-f6f6-4310-c32a-6d3c46bffbc4\",\"subscriptionStatus\":\"Subscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Serverless Postgres - Free (Test_Liftr)\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Almas\",\"lastName\":\"Khan\",\"emailAddress\":\"khanalmas@microsoft.com\",\"upn\":\"khanalmas_microsoft.com#EXT#@qumulotesttenant2.onmicrosoft.com\",\"phoneNumber\":\"+1234567890\"},\"companyDetails\":{\"companyName\":\"DemoCompany\",\"country\":\"USA\",\"officeAddress\":\"1234 Azure Ave\",\"businessPhone\":\"+1234567890\",\"domain\":\"demo.com\",\"numberOfEmployees\":500},\"provisioningState\":\"Succeeded\",\"partnerOrganizationProperties\":{\"organizationId\":\"org12345\",\"organizationName\":\"PartnerOrg\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"enterpriseAppId\":\"app12345\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-autumn-smoke-39663810\",\"aadDomains\":[\"partnerorg.com\"]}}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/NeonDemoRG/providers/Neon.Postgres/organizations/NeonTestResourceForCLI2\",\"name\":\"NeonTestResourceForCLI2\",\"type\":\"neon.postgres/organizations\",\"location\":\"eastus2euap\",\"systemData\":{\"createdBy\":\"khanalmas@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-10-21T18:49:26.3211919Z\",\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2024-11-08T13:01:17.1223483Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"db3e2813-417f-441e-c220-550fa20ed372\",\"subscriptionStatus\":\"Subscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Serverless Postgres - Free (Test_Liftr)\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Almas\",\"lastName\":\"Khan\",\"emailAddress\":\"khanalmas@example.com\",\"upn\":\"khanalmas_microsoft.com#EXT#@qumulotesttenant2.onmicrosoft.com\",\"phoneNumber\":\"+1234567890\"},\"companyDetails\":{\"companyName\":\"SampleCompany\",\"country\":\"USA\",\"officeAddress\":\"5678 Azure Blvd\",\"businessPhone\":\"+1234567890\",\"domain\":\"samplecompany.com\",\"numberOfEmployees\":500},\"provisioningState\":\"Failed\",\"partnerOrganizationProperties\":{\"organizationId\":\"org67890\",\"organizationName\":\"PartnerOrgTestForCLI2\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"enterpriseAppId\":\"app67890\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-dry-heart-14145168\",\"aadDomains\":[\"partnerorgtest.com\"]}}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/NeonDemoRG/providers/Neon.Postgres/organizations/NeonTestResourceForCLI3\",\"name\":\"NeonTestResourceForCLI3\",\"type\":\"neon.postgres/organizations\",\"location\":\"eastus2euap\",\"systemData\":{\"createdBy\":\"khanalmas@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-10-21T18:53:07.8740855Z\",\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2024-10-21T18:53:59.8132572Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"b075c3cc-fa48-46f1-d7a8-56e7de262ec1\",\"subscriptionStatus\":\"Subscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Serverless Postgres - Free (Test_Liftr)\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Almas\",\"lastName\":\"Khan\",\"emailAddress\":\"khanalmas@example.com\",\"upn\":\"khanalmas_microsoft.com#EXT#@qumulotesttenant2.onmicrosoft.com\",\"phoneNumber\":\"+1234567890\"},\"companyDetails\":{\"companyName\":\"SampleCompany\",\"country\":\"USA\",\"officeAddress\":\"5678 Azure Blvd\",\"businessPhone\":\"+1234567890\",\"domain\":\"samplecompany.com\",\"numberOfEmployees\":500},\"provisioningState\":\"Deleting\",\"partnerOrganizationProperties\":{\"organizationId\":\"org67890\",\"organizationName\":\"PartnerOrgTestForCLI3\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"enterpriseAppId\":\"app67890\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-lucky-snow-46458514\",\"aadDomains\":[\"partnerorgtest.com\"]}}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/NeonDemoRG/providers/Neon.Postgres/organizations/NeonCLITestResource1\",\"name\":\"NeonCLITestResource1\",\"type\":\"neon.postgres/organizations\",\"location\":\"eastus2euap\",\"systemData\":{\"createdBy\":\"khanalmas@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-10-21T18:56:12.8009938Z\",\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2024-10-21T18:57:47.0688822Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"372b00ba-f425-4a84-de2f-c8ad6ca94da9\",\"subscriptionStatus\":\"Subscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Serverless Postgres - Free (Test_Liftr)\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Almas\",\"lastName\":\"Khan\",\"emailAddress\":\"khanalmas@example.com\",\"upn\":\"khanalmas_microsoft.com#EXT#@qumulotesttenant2.onmicrosoft.com\",\"phoneNumber\":\"+1234567890\"},\"companyDetails\":{\"companyName\":\"SampleCompany\",\"country\":\"USA\",\"officeAddress\":\"5678 Azure Blvd\",\"businessPhone\":\"+1234567890\",\"domain\":\"samplecompany.com\",\"numberOfEmployees\":500},\"provisioningState\":\"Succeeded\",\"partnerOrganizationProperties\":{\"organizationId\":\"org67890\",\"organizationName\":\"PartnerOrgCLITest\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"enterpriseAppId\":\"app67890\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-young-term-63759514\",\"aadDomains\":[\"partnerorgtest.com\"]}}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/NeonDemoRG/providers/Neon.Postgres/organizations/NeonCLITestOrg1\",\"name\":\"NeonCLITestOrg1\",\"type\":\"neon.postgres/organizations\",\"location\":\"eastus2euap\",\"systemData\":{\"createdBy\":\"khanalmas@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-10-21T19:03:11.7505214Z\",\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2024-10-21T19:04:16.4363549Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"0e758fc3-3dd7-419e-d32e-25d5072f837e\",\"subscriptionStatus\":\"Subscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Serverless Postgres - Free (Test_Liftr)\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Almas\",\"lastName\":\"Khan\",\"emailAddress\":\"khanalmas@example.com\",\"upn\":\"khanalmas_microsoft.com#EXT#@qumulotesttenant2.onmicrosoft.com\",\"phoneNumber\":\"+1234567890\"},\"companyDetails\":{\"companyName\":\"SampleCompany\",\"country\":\"USA\",\"officeAddress\":\"5678 Azure Blvd\",\"businessPhone\":\"+1234567890\",\"domain\":\"samplecompany.com\",\"numberOfEmployees\":500},\"provisioningState\":\"Succeeded\",\"partnerOrganizationProperties\":{\"organizationId\":\"org67890\",\"organizationName\":\"PartnerOrgForCLITest1\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"enterpriseAppId\":\"app67890\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-super-grass-33609650\",\"aadDomains\":[\"partnerorgtest.com\"]}}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/deepika-test-rg/providers/Neon.Postgres/organizations/deepika-abc\",\"name\":\"deepika-abc\",\"type\":\"neon.postgres/organizations\",\"location\":\"eastus2euap\",\"systemData\":{\"createdBy\":\"deepikan@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-10-22T07:38:10.8361851Z\",\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2024-10-22T07:40:36.880667Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"\",\"subscriptionStatus\":\"Unsubscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_serverless_postgres_azure_prod\",\"planId\":\"neon_serverless_postgres_private_preview\",\"planName\":\"Neon Serverless Postgres Private Preview - Scale\",\"termUnit\":\"gmz7xq9ge3py\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Deepika\",\"lastName\":\"N\",\"emailAddress\":\"deepikan@microsoft.com\",\"upn\":\"deepikan_microsoft.com#EXT#@qumulotesttenant2.onmicrosoft.com\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Failed\",\"partnerOrganizationProperties\":{\"organizationName\":\"deep1env\"}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/deepika-test-rg/providers/Neon.Postgres/organizations/abcd\",\"name\":\"abcd\",\"type\":\"neon.postgres/organizations\",\"location\":\"eastus2euap\",\"systemData\":{\"createdBy\":\"deepikan@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-10-22T08:10:39.8736582Z\",\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2024-10-22T08:12:48.2869499Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"b3c41932-8d9b-4104-c808-5b76dcb3f971\",\"subscriptionStatus\":\"Subscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_serverless_postgres_azure_prod\",\"planId\":\"neon_serverless_postgres_private_preview\",\"planName\":\"Neon Serverless Postgres Private Preview - Scale\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Deepika\",\"lastName\":\"N\",\"emailAddress\":\"deepikan@microsoft.com\",\"upn\":\"deepikan_microsoft.com#EXT#@qumulotesttenant2.onmicrosoft.com\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Failed\",\"partnerOrganizationProperties\":{\"organizationName\":\"abcd\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-shiny-cloud-62461410\"}}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/sralluri_rg/providers/Neon.Postgres/organizations/LocalDemo234\",\"name\":\"LocalDemo234\",\"type\":\"neon.postgres/organizations\",\"location\":\"eastus2euap\",\"systemData\":{\"createdBy\":\"srinivas.alluri@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-10-22T09:05:37.716622Z\",\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2024-10-22T15:42:37.5369321Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"ab2e41ad-eac0-4b85-c271-39370c8ebd81\",\"subscriptionStatus\":\"Subscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Serverless Postgres - Free (Test_Liftr)\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Srinivas\",\"lastName\":\"Alluri\",\"emailAddress\":\"srinivas.alluri@microsoft.com\",\"upn\":\"srinivas.alluri_microsoft.com#EXT#@qumulotesttenant2.onmicrosoft.com\",\"phoneNumber\":\"0987654321\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Failed\",\"partnerOrganizationProperties\":{\"organizationName\":\"LocalDemo23\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-wild-bonus-61488120\"}}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/NeonDemoRG/providers/Neon.Postgres/organizations/TestDemoTime\",\"name\":\"TestDemoTime\",\"type\":\"neon.postgres/organizations\",\"location\":\"eastus2euap\",\"systemData\":{\"createdBy\":\"srinivas.alluri@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-10-22T09:19:58.262958Z\",\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2024-10-22T09:21:16.1070803Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"f057abb7-00fe-4dff-cc6d-67c81853ec22\",\"subscriptionStatus\":\"Subscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Serverless Postgres - Free (Test_Liftr)\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Srinivas\",\"lastName\":\"Alluri\",\"emailAddress\":\"srinivas.alluri@microsoft.com\",\"upn\":\"srinivas.alluri_microsoft.com#EXT#@qumulotesttenant2.onmicrosoft.com\",\"phoneNumber\":\"0987654321\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Succeeded\",\"partnerOrganizationProperties\":{\"organizationName\":\"TestDemoTime\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-summer-sea-65154455\"}}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/deepika-test-rg/providers/Neon.Postgres/organizations/deepika-neon-org-2\",\"name\":\"deepika-neon-org-2\",\"type\":\"neon.postgres/organizations\",\"location\":\"eastus2euap\",\"systemData\":{\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2024-10-23T11:10:40.1624497Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"37d167b9-f79d-4837-d70d-ad64c4a2a6a9\",\"subscriptionStatus\":\"Subscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_serverless_postgres_azure_prod\",\"planId\":\"neon_serverless_postgres_private_preview\",\"planName\":\"Neon Serverless Postgres Private Preview - Scale\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Deepika\",\"lastName\":\"N\",\"emailAddress\":\"deepikan@microsoft.com\",\"upn\":\"deepikan_microsoft.com#EXT#@qumulotesttenant2.onmicrosoft.com\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Failed\",\"partnerOrganizationProperties\":{\"organizationId\":\"org-delicate-tree-26917105\",\"organizationName\":\"deep09env\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-delicate-tree-26917105\"}}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/raja-rg/providers/Neon.Postgres/organizations/rj-test-2\",\"name\":\"rj-test-2\",\"type\":\"neon.postgres/organizations\",\"location\":\"eastus2euap\",\"systemData\":{\"createdBy\":\"rajasinghal@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-10-22T16:18:55.8675968Z\",\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2024-11-06T08:43:14.7204529Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"8da8d190-21b8-4172-d671-a2d04c8b74fe\",\"subscriptionStatus\":\"Unsubscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Serverless Postgres - Free (Test_Liftr)\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"emailAddress\":\"rajasinghal@microsoft.com\",\"upn\":\"rajasinghal_microsoft.com#EXT#@qumulotesttenant2.onmicrosoft.com\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Failed\",\"partnerOrganizationProperties\":{\"organizationId\":\"org-tiny-fog-93640917\",\"organizationName\":\"rj-test-2\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-tiny-fog-93640917\"}}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/sralluri_rg/providers/Neon.Postgres/organizations/DelOrg2\",\"name\":\"DelOrg2\",\"type\":\"neon.postgres/organizations\",\"location\":\"eastus2euap\",\"systemData\":{\"createdBy\":\"srinivas.alluri@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-10-22T16:38:10.410968Z\",\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2024-10-22T16:48:27.8341629Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"923586ea-7012-4a74-d453-10f27ef1cac6\",\"subscriptionStatus\":\"Unsubscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Serverless Postgres - Free (Test_Liftr)\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Srinivas\",\"lastName\":\"Alluri\",\"emailAddress\":\"srinivas.alluri@microsoft.com\",\"upn\":\"srinivas.alluri_microsoft.com#EXT#@qumulotesttenant2.onmicrosoft.com\",\"phoneNumber\":\"0987654321\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Failed\",\"partnerOrganizationProperties\":{\"organizationId\":\"org-proud-shadow-28613117\",\"organizationName\":\"DelOrg2\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-proud-shadow-28613117\"}}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/sralluri_rg/providers/Neon.Postgres/organizations/DeleteTestOrg11\",\"name\":\"DeleteTestOrg11\",\"type\":\"neon.postgres/organizations\",\"location\":\"eastus2euap\",\"systemData\":{\"createdBy\":\"srinivas.alluri@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-10-22T16:59:59.4434845Z\",\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2024-10-22T17:09:37.260644Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"e1e0b2f7-20f8-4bd8-c731-5fce2d74d57b\",\"subscriptionStatus\":\"Unsubscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Serverless Postgres - Free (Test_Liftr)\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Srinivas\",\"lastName\":\"Alluri\",\"emailAddress\":\"srinivas.alluri@microsoft.com\",\"upn\":\"srinivas.alluri_microsoft.com#EXT#@qumulotesttenant2.onmicrosoft.com\",\"phoneNumber\":\"0987654321\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Failed\",\"partnerOrganizationProperties\":{\"organizationId\":\"org-delicate-flower-75370745\",\"organizationName\":\"DeleteTestOrg11\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-delicate-flower-75370745\"}}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/sralluri_rg/providers/Neon.Postgres/organizations/LocalDeleteTest12\",\"name\":\"LocalDeleteTest12\",\"type\":\"neon.postgres/organizations\",\"location\":\"eastus2euap\",\"systemData\":{\"createdBy\":\"srinivas.alluri@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-10-22T17:30:57.1129936Z\",\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2024-10-22T17:42:33.2420777Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"b263d3bd-06d2-43d6-dc63-b7e2ccb8ff2e\",\"subscriptionStatus\":\"Unsubscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Serverless Postgres - Free (Test_Liftr)\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Srinivas\",\"lastName\":\"Alluri\",\"emailAddress\":\"srinivas.alluri@microsoft.com\",\"upn\":\"srinivas.alluri_microsoft.com#EXT#@qumulotesttenant2.onmicrosoft.com\",\"phoneNumber\":\"0987654321\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Failed\",\"partnerOrganizationProperties\":{\"organizationId\":\"org-odd-leaf-34144287\",\"organizationName\":\"LocalDeleteTest12\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-odd-leaf-34144287\"}}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/NeonDemoRG/providers/Neon.Postgres/organizations/TestORgCreate12\",\"name\":\"TestORgCreate12\",\"type\":\"neon.postgres/organizations\",\"location\":\"eastus2euap\",\"systemData\":{\"createdBy\":\"srinivas.alluri@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-10-23T01:43:54.5546897Z\",\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2024-10-23T01:55:37.0773693Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"59838c35-902a-4293-ce75-b65be0341728\",\"subscriptionStatus\":\"Unsubscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Serverless Postgres - Free (Test_Liftr)\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Srinivas\",\"lastName\":\"Alluri\",\"emailAddress\":\"srinivas.alluri@microsoft.com\",\"upn\":\"srinivas.alluri_microsoft.com#EXT#@qumulotesttenant2.onmicrosoft.com\",\"phoneNumber\":\"0987654321\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Failed\",\"partnerOrganizationProperties\":{\"organizationId\":\"org-quiet-night-38746973\",\"organizationName\":\"TestORgCreate12\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-quiet-night-38746973\"}}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/sralluri_rg/providers/Neon.Postgres/organizations/oldBranchORg\",\"name\":\"oldBranchORg\",\"type\":\"neon.postgres/organizations\",\"location\":\"eastus2euap\",\"systemData\":{\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2024-10-23T02:25:20.5225085Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"d69d2a4e-72f0-4419-cfcd-8530516e1a6a\",\"subscriptionStatus\":\"Unsubscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Serverless Postgres - Free (Test_Liftr)\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Srinivas\",\"lastName\":\"Alluri\",\"emailAddress\":\"srinivas.alluri@microsoft.com\",\"upn\":\"srinivas.alluri_microsoft.com#EXT#@qumulotesttenant2.onmicrosoft.com\",\"phoneNumber\":\"0987654321\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Failed\",\"partnerOrganizationProperties\":{\"organizationName\":\"oldBranchORg\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-steep-pond-15957334\"}}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/sralluri_rg/providers/Neon.Postgres/organizations/TestOrgNeon5\",\"name\":\"TestOrgNeon5\",\"type\":\"neon.postgres/organizations\",\"location\":\"eastus2euap\",\"systemData\":{\"createdBy\":\"srinivas.alluri@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-10-23T03:57:24.8996185Z\",\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2024-10-23T04:09:12.2443454Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"207221e5-85a9-414e-cdeb-93f16556014d\",\"subscriptionStatus\":\"Unsubscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Serverless Postgres - Free (Test_Liftr)\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Srinivas\",\"lastName\":\"Alluri\",\"emailAddress\":\"srinivas.alluri@microsoft.com\",\"upn\":\"srinivas.alluri_microsoft.com#EXT#@qumulotesttenant2.onmicrosoft.com\",\"phoneNumber\":\"0987654321\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Failed\",\"partnerOrganizationProperties\":{\"organizationName\":\"TestOrgNeon5\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-still-cake-89379705\"}}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/sralluri_rg/providers/Neon.Postgres/organizations/eus2euap-nt39\",\"name\":\"eus2euap-nt39\",\"type\":\"neon.postgres/organizations\",\"location\":\"eastus2euap\",\"tags\":{\"env\":\"canary\"},\"systemData\":{\"createdBy\":\"srinivas.alluri@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-10-25T06:11:45.4924385Z\",\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2024-10-25T06:16:33.0535858Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"0e3bfad7-0039-4d8b-cbdd-38169b0781ae\",\"subscriptionStatus\":\"Unsubscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Postgres - Free\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Srinivas\",\"lastName\":\"Alluri\",\"upn\":\"sralluri@microsoft.com\",\"phoneNumber\":\"\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Failed\",\"partnerOrganizationProperties\":{\"organizationId\":\"org-dawn-mouse-16194571\",\"organizationName\":\"eus2euap-nt39\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-dawn-mouse-16194571\"}}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/sralluri_rg/providers/Neon.Postgres/organizations/eus2euap-nt40\",\"name\":\"eus2euap-nt40\",\"type\":\"neon.postgres/organizations\",\"location\":\"eastus2euap\",\"tags\":{\"env\":\"canary\"},\"systemData\":{\"createdBy\":\"srinivas.alluri@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-10-25T07:04:23.821737Z\",\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2024-10-25T07:08:01.8589709Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"f83024ef-19c7-4ba2-d621-5d0a6f6a3d9a\",\"subscriptionStatus\":\"Unsubscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Postgres - Free\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Srinivas\",\"lastName\":\"Alluri\",\"upn\":\"sralluri@microsoft.com\",\"phoneNumber\":\"\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Failed\",\"partnerOrganizationProperties\":{\"organizationId\":\"org-rapid-star-52416281\",\"organizationName\":\"eus2euap-nt40\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-rapid-star-52416281\"}}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/raja-rg/providers/Neon.Postgres/organizations/rj-test-org52\",\"name\":\"rj-test-org52\",\"type\":\"neon.postgres/organizations\",\"location\":\"eastus2euap\",\"systemData\":{\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2024-10-25T14:21:42.7415758Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"21d83f83-765b-4916-df36-d77f33a199bd\",\"subscriptionStatus\":\"Unsubscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Serverless Postgres - Free (Test_Liftr)\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"emailAddress\":\"rajasinghal@microsoft.com\",\"upn\":\"rajasinghal_microsoft.com#EXT#@qumulotesttenant2.onmicrosoft.com\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Failed\",\"partnerOrganizationProperties\":{\"organizationId\":\"org-misty-sky-86590422\",\"organizationName\":\"rj-test-org52\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-misty-sky-86590422\"}}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/raja-rg/providers/Neon.Postgres/organizations/rj-test-errLog\",\"name\":\"rj-test-errLog\",\"type\":\"neon.postgres/organizations\",\"location\":\"eastus2euap\",\"systemData\":{\"createdBy\":\"rajasinghal@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-10-25T14:24:36.5060633Z\",\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2024-10-25T14:26:57.9166019Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"27584830-6e4c-44e7-d3fd-06c3fb627de1\",\"subscriptionStatus\":\"Unsubscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Serverless Postgres - Free (Test_Liftr)\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"emailAddress\":\"rajasinghal@microsoft.com\",\"upn\":\"rajasinghal_microsoft.com#EXT#@qumulotesttenant2.onmicrosoft.com\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Failed\",\"partnerOrganizationProperties\":{\"organizationId\":\"org-misty-sunset-19888206\",\"organizationName\":\"rj-test-errLog\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-misty-sunset-19888206\"}}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/raja-rg/providers/Neon.Postgres/organizations/rj-test-org55\",\"name\":\"rj-test-org55\",\"type\":\"neon.postgres/organizations\",\"location\":\"eastus2euap\",\"systemData\":{\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2024-11-06T08:56:53.8190557Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"f7af23ba-a5ba-456d-cd9c-5c2f388216c0\",\"subscriptionStatus\":\"Unsubscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Serverless Postgres - Free (Test_Liftr)\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"emailAddress\":\"rajasinghal@microsoft.com\",\"upn\":\"rajasinghal_microsoft.com#EXT#@qumulotesttenant2.onmicrosoft.com\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Failed\",\"partnerOrganizationProperties\":{\"organizationId\":\"org-green-unit-22214665\",\"organizationName\":\"rj-test-org55\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-green-unit-22214665\"}}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/raja-rg/providers/Neon.Postgres/organizations/rj-test-org57\",\"name\":\"rj-test-org57\",\"type\":\"neon.postgres/organizations\",\"location\":\"eastus2euap\",\"tags\":{},\"systemData\":{\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2024-11-06T08:46:53.6187157Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"d1dcccab-0434-4f02-c618-136074977dd0\",\"subscriptionStatus\":\"Unsubscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Serverless Postgres - Free (Test_Liftr)\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"emailAddress\":\"rajasinghal@microsoft.com\",\"upn\":\"rajasinghal_microsoft.com#EXT#@qumulotesttenant2.onmicrosoft.com\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Failed\",\"partnerOrganizationProperties\":{\"organizationId\":\"org-icy-butterfly-08459723\",\"organizationName\":\"rj-test-org57\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-icy-butterfly-08459723\"}}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/raja-rg/providers/Neon.Postgres/organizations/rj-test-org58\",\"name\":\"rj-test-org58\",\"type\":\"neon.postgres/organizations\",\"location\":\"eastus2euap\",\"tags\":{},\"systemData\":{\"createdBy\":\"rajasinghal@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-10-26T10:22:40.383972Z\",\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2024-10-26T10:25:41.8486041Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"013fe0f4-376e-4c30-d832-2d0924ad772d\",\"subscriptionStatus\":\"Unsubscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Serverless Postgres - Free (Test_Liftr)\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"emailAddress\":\"rajasinghal@microsoft.com\",\"upn\":\"rajasinghal_microsoft.com#EXT#@qumulotesttenant2.onmicrosoft.com\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Failed\",\"partnerOrganizationProperties\":{\"organizationId\":\"org-morning-butterfly-11068126\",\"organizationName\":\"rj-test-org58\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-morning-butterfly-11068126\"}}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/raja-rg/providers/Neon.Postgres/organizations/rj-test-org61\",\"name\":\"rj-test-org61\",\"type\":\"neon.postgres/organizations\",\"location\":\"eastus2euap\",\"tags\":{},\"systemData\":{\"createdBy\":\"rajasinghal@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-10-28T05:59:22.5243881Z\",\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2024-10-28T06:02:37.9636346Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"08c06325-ed68-4224-c4c6-e1452c344fd2\",\"subscriptionStatus\":\"Unsubscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Serverless Postgres - Free (Test_Liftr)\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"emailAddress\":\"rajasinghal@microsoft.com\",\"upn\":\"rajasinghal_microsoft.com#EXT#@qumulotesttenant2.onmicrosoft.com\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Failed\",\"partnerOrganizationProperties\":{\"organizationId\":\"org-misty-credit-26078101\",\"organizationName\":\"rj-test-org61\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-misty-credit-26078101\"}}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/raja-rg/providers/Neon.Postgres/organizations/rj-test-auth2\",\"name\":\"rj-test-auth2\",\"type\":\"neon.postgres/organizations\",\"location\":\"eastus2euap\",\"tags\":{},\"systemData\":{\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2024-10-28T09:09:45.2289825Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"c3c6da91-44e6-4380-c5c4-75f7d1a03de6\",\"subscriptionStatus\":\"Unsubscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Serverless Postgres - Free (Test_Liftr)\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"emailAddress\":\"rajasinghal@microsoft.com\",\"upn\":\"rajasinghal_microsoft.com#EXT#@qumulotesttenant2.onmicrosoft.com\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Failed\",\"partnerOrganizationProperties\":{\"organizationId\":\"org-polished-tree-53233749\",\"organizationName\":\"rj-test-auth2\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-polished-tree-53233749\"}}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/raja-rg/providers/Neon.Postgres/organizations/rj-test-org65\",\"name\":\"rj-test-org65\",\"type\":\"neon.postgres/organizations\",\"location\":\"eastus2euap\",\"tags\":{},\"systemData\":{\"createdBy\":\"rajasinghal@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-10-28T09:15:16.3985599Z\",\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2024-11-06T08:52:19.8329029Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"8c4dd96e-48d6-4bf0-cf59-a76d606a2532\",\"subscriptionStatus\":\"Subscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Serverless Postgres - Free (Test_Liftr)\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"emailAddress\":\"rajasinghal@microsoft.com\",\"upn\":\"rajasinghal_microsoft.com#EXT#@qumulotesttenant2.onmicrosoft.com\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Failed\",\"partnerOrganizationProperties\":{\"organizationId\":\"org-floral-darkness-19280518\",\"organizationName\":\"rj-test-org65\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-floral-darkness-19280518\"}}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/NeonDemoRG/providers/Neon.Postgres/organizations/almasTestNeonPS1\",\"name\":\"almasTestNeonPS1\",\"type\":\"neon.postgres/organizations\",\"location\":\"eastus2euap\",\"tags\":{\"environment\":\"production\"},\"systemData\":{\"createdBy\":\"khanalmas@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-11-06T03:59:19.8133358Z\",\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2024-11-06T04:29:37.2094545Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"6410a9e4-1346-43e0-d2bc-78c7111a68cf\",\"subscriptionStatus\":\"Unsubscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Serverless Postgres - Free (Test_Liftr)\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Almas\",\"lastName\":\"Khan\",\"emailAddress\":\"khanalmas@microsoft.com\",\"upn\":\"khanalmas_microsoft.com#EXT#@qumulotesttenant2.onmicrosoft.com\",\"phoneNumber\":\"+1234567890\"},\"companyDetails\":{\"companyName\":\"DemoCompany\",\"country\":\"USA\",\"officeAddress\":\"1234 Azure Ave\",\"businessPhone\":\"+1234567890\",\"domain\":\"demo.com\",\"numberOfEmployees\":500},\"provisioningState\":\"Failed\",\"partnerOrganizationProperties\":{\"organizationId\":\"org-steep-math-83980080\",\"organizationName\":\"PartnerOrg\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"enterpriseAppId\":\"app12345\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-steep-math-83980080\",\"aadDomains\":[\"partnerorg.com\"]}}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/NeonDemoRG/providers/Neon.Postgres/organizations/almasTestNeonPS2\",\"name\":\"almasTestNeonPS2\",\"type\":\"neon.postgres/organizations\",\"location\":\"eastus2euap\",\"systemData\":{\"createdBy\":\"khanalmas@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-11-06T04:06:04.3742005Z\",\"lastModifiedBy\":\"khanalmas@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2024-11-06T04:06:04.3742005Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"yxmkfivp\",\"subscriptionStatus\":\"PendingFulfillmentStart\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Serverless Postgres - Free (Test_Liftr)\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Almas\",\"lastName\":\"Khan\",\"emailAddress\":\"khanalmas@microsoft.com\",\"upn\":\"khanalmas_microsoft.com#EXT#@qumulotesttenant2.onmicrosoft.com\",\"phoneNumber\":\"+1234567890\"},\"companyDetails\":{\"companyName\":\"DemoCompany\",\"country\":\"USA\",\"officeAddress\":\"1234 Azure Ave\",\"businessPhone\":\"+1234567890\",\"domain\":\"demo.com\",\"numberOfEmployees\":500},\"provisioningState\":\"Accepted\",\"partnerOrganizationProperties\":{\"organizationId\":\"org12345\",\"organizationName\":\"PartnerOrg\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"enterpriseAppId\":\"app12345\",\"singleSignOnUrl\":\"https://sso.partnerorg.com\",\"aadDomains\":[\"partnerorg.com\"]}}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/NeonDemoRG/providers/Neon.Postgres/organizations/AlmasTestNov1\",\"name\":\"AlmasTestNov1\",\"type\":\"neon.postgres/organizations\",\"location\":\"eastus2euap\",\"tags\":{},\"systemData\":{\"createdBy\":\"khanalmas@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-11-06T04:14:27.0241898Z\",\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2024-11-08T11:06:55.4515401Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"85ab8814-818f-4d21-c30e-1d7a29809f1c\",\"subscriptionStatus\":\"Subscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_serverless_postgres_azure_prod\",\"planId\":\"neon_serverless_postgres_private_preview\",\"planName\":\"Neon Serverless Postgres Private Preview - Scale\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Almas\",\"lastName\":\"Khan\",\"emailAddress\":\"khanalmas@microsoft.com\",\"upn\":\"khanalmas_microsoft.com#EXT#@qumulotesttenant2.onmicrosoft.com\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Failed\",\"partnerOrganizationProperties\":{\"organizationId\":\"org-winter-hill-52241870\",\"organizationName\":\"AlmasTestNov1\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-winter-hill-52241870\"}}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/NeonDemoRG/providers/Neon.Postgres/organizations/testAlmasNov2\",\"name\":\"testAlmasNov2\",\"type\":\"neon.postgres/organizations\",\"location\":\"eastus2euap\",\"tags\":{},\"systemData\":{\"createdBy\":\"khanalmas@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-11-06T04:16:35.8403288Z\",\"lastModifiedBy\":\"khanalmas@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2024-11-06T04:16:35.8403288Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"\",\"subscriptionStatus\":\"PendingFulfillmentStart\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_serverless_postgres_azure_prod\",\"planId\":\"neon_serverless_postgres_private_preview\",\"planName\":\"Neon Serverless Postgres Private Preview - Scale\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Almas\",\"lastName\":\"Khan\",\"emailAddress\":\"khanalmas@microsoft.com\",\"upn\":\"khanalmas_microsoft.com#EXT#@qumulotesttenant2.onmicrosoft.com\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"officeAddress\":null,\"businessPhone\":\"\",\"domain\":null,\"numberOfEmployees\":null},\"provisioningState\":\"Accepted\",\"partnerOrganizationProperties\":{\"organizationId\":null,\"organizationName\":\"testAlmasNov2\",\"singleSignOnProperties\":null}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/raja-rg/providers/Neon.Postgres/organizations/rj-test-0\",\"name\":\"rj-test-0\",\"type\":\"neon.postgres/organizations\",\"location\":\"eastus2euap\",\"tags\":{},\"systemData\":{\"createdBy\":\"rajasinghal@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-11-06T08:55:59.1381094Z\",\"lastModifiedBy\":\"rajasinghal@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2024-11-06T08:55:59.1381094Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"\",\"subscriptionStatus\":\"PendingFulfillmentStart\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_serverless_postgres_azure_prod\",\"planId\":\"neon_serverless_postgres_private_preview\",\"planName\":\"Neon Serverless Postgres Private Preview - Scale\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"emailAddress\":\"rajasinghal@microsoft.com\",\"upn\":\"rajasinghal_microsoft.com#EXT#@qumulotesttenant2.onmicrosoft.com\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"officeAddress\":null,\"businessPhone\":\"\",\"domain\":null,\"numberOfEmployees\":null},\"provisioningState\":\"Accepted\",\"partnerOrganizationProperties\":{\"organizationId\":null,\"organizationName\":\"rj-test-0\",\"singleSignOnProperties\":null}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/raja-rg/providers/Neon.Postgres/organizations/rj-test-100\",\"name\":\"rj-test-100\",\"type\":\"neon.postgres/organizations\",\"location\":\"eastus2euap\",\"tags\":{},\"systemData\":{\"createdBy\":\"rajasinghal@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-11-06T09:09:42.8316849Z\",\"lastModifiedBy\":\"rajasinghal@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2024-11-06T09:09:42.8316849Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"\",\"subscriptionStatus\":\"PendingFulfillmentStart\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_serverless_postgres_azure_prod\",\"planId\":\"neon_serverless_postgres_private_preview\",\"planName\":\"Neon Serverless Postgres Private Preview - Scale\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"emailAddress\":\"rajasinghal@microsoft.com\",\"upn\":\"rajasinghal_microsoft.com#EXT#@qumulotesttenant2.onmicrosoft.com\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"officeAddress\":null,\"businessPhone\":\"\",\"domain\":null,\"numberOfEmployees\":null},\"provisioningState\":\"Accepted\",\"partnerOrganizationProperties\":{\"organizationId\":null,\"organizationName\":\"rj-test-100\",\"singleSignOnProperties\":null}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/sralluri_rg/providers/Neon.Postgres/organizations/TestUSerID\",\"name\":\"TestUSerID\",\"type\":\"neon.postgres/organizations\",\"location\":\"eastus2euap\",\"tags\":{},\"systemData\":{\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2024-11-07T05:56:21.6655932Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"\",\"subscriptionStatus\":\"Unsubscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_serverless_postgres_azure_prod\",\"planId\":\"neon_serverless_postgres_private_preview\",\"planName\":\"Neon Serverless Postgres Private Preview - Scale\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Srinivas\",\"lastName\":\"Alluri\",\"emailAddress\":\"srinivas.alluri@microsoft.com\",\"upn\":\"srinivas.alluri_microsoft.com#EXT#@qumulotesttenant2.onmicrosoft.com\",\"phoneNumber\":\"0987654321\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Failed\",\"partnerOrganizationProperties\":{\"organizationName\":\"TestUSerID\"}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/sralluri_rg/providers/Neon.Postgres/organizations/taretr\",\"name\":\"taretr\",\"type\":\"neon.postgres/organizations\",\"location\":\"eastus2euap\",\"tags\":{},\"systemData\":{\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2024-11-07T10:09:57.6062841Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"\",\"subscriptionStatus\":\"Unsubscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_serverless_postgres_azure_prod\",\"planId\":\"neon_serverless_postgres_private_preview\",\"planName\":\"Neon Serverless Postgres Private Preview - Scale\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Srinivas\",\"lastName\":\"Alluri\",\"emailAddress\":\"srinivas.alluri@microsoft.com\",\"upn\":\"srinivas.alluri_microsoft.com#EXT#@qumulotesttenant2.onmicrosoft.com\",\"phoneNumber\":\"0987654321\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Failed\",\"partnerOrganizationProperties\":{\"organizationName\":\"taretr\"}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/raja-rg/providers/Neon.Postgres/organizations/rj-db-test-6\",\"name\":\"rj-db-test-6\",\"type\":\"neon.postgres/organizations\",\"location\":\"eastus2euap\",\"tags\":{},\"systemData\":{\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2024-11-07T11:42:58.4681541Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"dc7de63a-36e4-49c1-d648-12972b2a4616\",\"subscriptionStatus\":\"Subscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_serverless_postgres_azure_prod\",\"planId\":\"neon_serverless_postgres_private_preview\",\"planName\":\"Neon Serverless Postgres Private Preview - Scale\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"emailAddress\":\"rajasinghal@microsoft.com\",\"upn\":\"rajasinghal_microsoft.com#EXT#@qumulotesttenant2.onmicrosoft.com\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Failed\",\"partnerOrganizationProperties\":{\"organizationId\":\"org-winter-night-73540081\",\"organizationName\":\"rj-db-test-6\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-winter-night-73540081\"}}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/raja-rg/providers/Neon.Postgres/organizations/rj-test-db-7\",\"name\":\"rj-test-db-7\",\"type\":\"neon.postgres/organizations\",\"location\":\"eastus2euap\",\"tags\":{},\"systemData\":{\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2024-11-08T04:20:57.7271734Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"d77f738f-dcbd-453d-dcee-5cc4e8cf3d5e\",\"subscriptionStatus\":\"Subscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_serverless_postgres_azure_prod\",\"planId\":\"neon_serverless_postgres_private_preview\",\"planName\":\"Neon Serverless Postgres Private Preview - Scale\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"emailAddress\":\"rajasinghal@microsoft.com\",\"upn\":\"rajasinghal_microsoft.com#EXT#@qumulotesttenant2.onmicrosoft.com\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Succeeded\",\"partnerOrganizationProperties\":{\"organizationId\":\"org-wild-violet-38655699\",\"organizationName\":\"rj-test-db-7\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-wild-violet-38655699\"}}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/raja-rg/providers/Neon.Postgres/organizations/rj-db-test-10\",\"name\":\"rj-db-test-10\",\"type\":\"neon.postgres/organizations\",\"location\":\"eastus2euap\",\"tags\":{},\"systemData\":{\"createdBy\":\"rajasinghal@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-11-08T04:26:35.8518701Z\",\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2024-11-08T04:57:36.5334564Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"0f4445e1-910b-4eda-ccfb-c97b3c81eb5e\",\"subscriptionStatus\":\"Unsubscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_serverless_postgres_azure_prod\",\"planId\":\"neon_serverless_postgres_private_preview\",\"planName\":\"Neon Serverless Postgres Private Preview - Scale\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"emailAddress\":\"rajasinghal@microsoft.com\",\"upn\":\"rajasinghal_microsoft.com#EXT#@qumulotesttenant2.onmicrosoft.com\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Failed\",\"partnerOrganizationProperties\":{\"organizationId\":\"org-muddy-smoke-45275866\",\"organizationName\":\"rj-db-test-10\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-muddy-smoke-45275866\"}}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/raja-rg/providers/Neon.Postgres/organizations/rj-db-test-11\",\"name\":\"rj-db-test-11\",\"type\":\"neon.postgres/organizations\",\"location\":\"eastus2euap\",\"tags\":{},\"systemData\":{\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2024-11-08T05:55:46.963398Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"\",\"subscriptionStatus\":\"Unsubscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_serverless_postgres_azure_prod\",\"planId\":\"neon_serverless_postgres_private_preview\",\"planName\":\"Neon Serverless Postgres Private Preview - Scale\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"emailAddress\":\"rajasinghal@microsoft.com\",\"upn\":\"rajasinghal_microsoft.com#EXT#@qumulotesttenant2.onmicrosoft.com\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Failed\",\"partnerOrganizationProperties\":{\"organizationName\":\"rj-db-test-11\"}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/raja-rg/providers/Neon.Postgres/organizations/rj-db-test-12\",\"name\":\"rj-db-test-12\",\"type\":\"neon.postgres/organizations\",\"location\":\"eastus2euap\",\"tags\":{},\"systemData\":{\"createdBy\":\"rajasinghal@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-11-08T05:32:44.6868061Z\",\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2024-11-08T05:57:37.1403169Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"1f6f81f3-db17-43a1-d646-81d0884d5e42\",\"subscriptionStatus\":\"Unsubscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_serverless_postgres_azure_prod\",\"planId\":\"neon_serverless_postgres_private_preview\",\"planName\":\"Neon Serverless Postgres Private Preview - Scale\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"emailAddress\":\"rajasinghal@microsoft.com\",\"upn\":\"rajasinghal_microsoft.com#EXT#@qumulotesttenant2.onmicrosoft.com\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Failed\",\"partnerOrganizationProperties\":{\"organizationId\":\"org-bold-cell-54038508\",\"organizationName\":\"rj-db-test-12\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-bold-cell-54038508\"}}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/raja-rg/providers/Neon.Postgres/organizations/rj-db-test-13\",\"name\":\"rj-db-test-13\",\"type\":\"neon.postgres/organizations\",\"location\":\"eastus2euap\",\"tags\":{},\"systemData\":{\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2024-11-08T09:13:40.3503059Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"\",\"subscriptionStatus\":\"Unsubscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_serverless_postgres_azure_prod\",\"planId\":\"neon_serverless_postgres_private_preview\",\"planName\":\"Neon Serverless Postgres Private Preview - Scale\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"emailAddress\":\"rajasinghal@microsoft.com\",\"upn\":\"rajasinghal_microsoft.com#EXT#@qumulotesttenant2.onmicrosoft.com\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Failed\",\"partnerOrganizationProperties\":{\"organizationName\":\"rj-db-test-13\"}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/deepika-test-rg/providers/Neon.Postgres/organizations/TestConnector-1\",\"name\":\"TestConnector-1\",\"type\":\"neon.postgres/organizations\",\"location\":\"centraluseuap\",\"systemData\":{\"createdBy\":\"priyverma@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-10-18T07:38:13.2123095Z\",\"lastModifiedBy\":\"priyverma@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2024-10-18T07:38:13.2123095Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"\",\"subscriptionStatus\":\"PendingFulfillmentStart\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Postgres - Free\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Priyanshi\",\"lastName\":\"Verma\",\"emailAddress\":\"priyverma@microsoft.com\",\"upn\":\"priyverma_microsoft.com#EXT#@qumulotesttenant2.onmicrosoft.com\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"officeAddress\":null,\"businessPhone\":\"\",\"domain\":null,\"numberOfEmployees\":0},\"provisioningState\":\"Succeeded\",\"partnerOrganizationProperties\":{\"organizationId\":\"org-orange-lab-31620121\",\"organizationName\":\"TestConnector-1\",\"singleSignOnProperties\":{\"singleSignOnState\":null,\"enterpriseAppId\":null,\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-orange-lab-31620121\",\"aadDomains\":null}}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/deepika-test-rg/providers/Neon.Postgres/organizations/serviceconnectortest\",\"name\":\"serviceconnectortest\",\"type\":\"neon.postgres/organizations\",\"location\":\"centraluseuap\",\"systemData\":{\"createdBy\":\"chejian@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-10-18T07:47:18.0268497Z\",\"lastModifiedBy\":\"chejian@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2024-10-18T07:47:18.0268497Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"\",\"subscriptionStatus\":\"PendingFulfillmentStart\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Postgres - Free\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Bryce\",\"lastName\":\"Bryce\",\"emailAddress\":\"chejian@microsoft.com\",\"upn\":\"chejian_microsoft.com#EXT#@qumulotesttenant2.onmicrosoft.com\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"officeAddress\":null,\"businessPhone\":\"\",\"domain\":null,\"numberOfEmployees\":0},\"provisioningState\":\"Succeeded\",\"partnerOrganizationProperties\":{\"organizationId\":\"org-shy-frost-34375307\",\"organizationName\":\"serviceconnectortest\",\"singleSignOnProperties\":{\"singleSignOnState\":null,\"enterpriseAppId\":null,\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-shy-frost-34375307\",\"aadDomains\":null}}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/deepika-test-rg/providers/Neon.Postgres/organizations/abc\",\"name\":\"abc\",\"type\":\"neon.postgres/organizations\",\"location\":\"centraluseuap\",\"systemData\":{\"createdBy\":\"deepikan@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-10-18T08:50:34.9174502Z\",\"lastModifiedBy\":\"deepikan@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2024-10-18T08:50:34.9174502Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"\",\"subscriptionStatus\":\"PendingFulfillmentStart\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Serverless Postgres - Free (Test_Liftr)\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Deepika\",\"lastName\":\"N\",\"emailAddress\":\"deepikan@microsoft.com\",\"upn\":\"deepikan_microsoft.com#EXT#@qumulotesttenant2.onmicrosoft.com\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"officeAddress\":null,\"businessPhone\":\"\",\"domain\":null,\"numberOfEmployees\":0},\"provisioningState\":\"Failed\",\"partnerOrganizationProperties\":{\"organizationId\":\"org-square-hat-34005347\",\"organizationName\":\"abc\",\"singleSignOnProperties\":{\"singleSignOnState\":null,\"enterpriseAppId\":null,\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-square-hat-34005347\",\"aadDomains\":null}}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/raja-rg/providers/Neon.Postgres/organizations/testrg-0030\",\"name\":\"testrg-0030\",\"type\":\"neon.postgres/organizations\",\"location\":\"centraluseuap\",\"tags\":{\"env\":\"canary\"},\"systemData\":{\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2024-10-18T12:07:30.5953465Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"\",\"subscriptionStatus\":\"PendingFulfillmentStart\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Postgres - Free\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Raja\",\"lastName\":\"Singhal\",\"emailAddress\":\"rajasinghal@microsoft.com\",\"upn\":\"rajasinghal@microsoft.com\",\"phoneNumber\":\"08764288851\"},\"companyDetails\":{\"companyName\":\"Liftr\",\"country\":\"India\",\"businessPhone\":\"0987654321\"},\"provisioningState\":\"Failed\",\"partnerOrganizationProperties\":{\"organizationName\":\"testrg-0030\"}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/sralluri_rg/providers/Neon.Postgres/organizations/sr_neon_org\",\"name\":\"sr_neon_org\",\"type\":\"neon.postgres/organizations\",\"location\":\"centraluseuap\",\"systemData\":{\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2024-10-23T06:18:47.6993496Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"35207736-0a47-47be-dbba-2183d0d33c48\",\"subscriptionStatus\":\"Subscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Serverless Postgres - Free (Test_Liftr)\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Srinivas\",\"lastName\":\"Alluri\",\"emailAddress\":\"srinivas.alluri@microsoft.com\",\"upn\":\"srinivas.alluri_microsoft.com#EXT#@qumulotesttenant2.onmicrosoft.com\",\"phoneNumber\":\"0987654321\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Failed\",\"partnerOrganizationProperties\":{\"organizationId\":\"org-odd-butterfly-90799848\",\"organizationName\":\"sr_neon_org\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-odd-butterfly-90799848\"}}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/raja-rg/providers/Neon.Postgres/organizations/rj-test-delete\",\"name\":\"rj-test-delete\",\"type\":\"neon.postgres/organizations\",\"location\":\"centraluseuap\",\"systemData\":{\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2024-10-23T07:38:07.5856233Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"f67bd209-f956-4d56-d670-f29ada707e60\",\"subscriptionStatus\":\"Subscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Serverless Postgres - Free (Test_Liftr)\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"emailAddress\":\"rajasinghal@microsoft.com\",\"upn\":\"rajasinghal_microsoft.com#EXT#@qumulotesttenant2.onmicrosoft.com\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Succeeded\",\"partnerOrganizationProperties\":{\"organizationId\":\"org-long-brook-84753007\",\"organizationName\":\"rj-test-delete\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-long-brook-84753007\"}}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/deepika-newrg-2310/providers/Neon.Postgres/organizations/neonorg-deepika-2310\",\"name\":\"neonorg-deepika-2310\",\"type\":\"neon.postgres/organizations\",\"location\":\"centraluseuap\",\"systemData\":{\"createdBy\":\"deepikan@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-10-23T08:05:29.6936641Z\",\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2024-10-23T08:07:02.3524211Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"\",\"subscriptionStatus\":\"Unsubscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Serverless Postgres - Free (Test_Liftr)\",\"termUnit\":\"gmz7xq9ge3py\",\"termId\":\"P1M\"}},\"userDetails\":{\"firstName\":\"Deepika\",\"lastName\":\"N\",\"emailAddress\":\"deepikan@microsoft.com\",\"upn\":\"deepikan_microsoft.com#EXT#@qumulotesttenant2.onmicrosoft.com\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Failed\",\"partnerOrganizationProperties\":{\"organizationName\":\"neonorg-deepika-2310\"}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/chsahu-test-rg/providers/Neon.Postgres/organizations/org1-manish\",\"name\":\"org1-manish\",\"type\":\"neon.postgres/organizations\",\"location\":\"centraluseuap\",\"systemData\":{\"createdBy\":\"narulamanish@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-10-23T08:36:17.4224705Z\",\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2024-10-23T08:38:20.3974502Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"7e7278b8-c174-4fde-d77c-53841e615869\",\"subscriptionStatus\":\"Subscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Serverless Postgres - Free (Test_Liftr)\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Manish\",\"lastName\":\"Narula\",\"emailAddress\":\"narulamanish@microsoft.com\",\"upn\":\"narulamanish_microsoft.com#EXT#@qumulotesttenant2.onmicrosoft.com\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Succeeded\",\"partnerOrganizationProperties\":{\"organizationId\":\"org-super-queen-79868034\",\"organizationName\":\"org1-manish\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-super-queen-79868034\"}}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/sralluri_rg/providers/Neon.Postgres/organizations/TestNeonOrgSr\",\"name\":\"TestNeonOrgSr\",\"type\":\"neon.postgres/organizations\",\"location\":\"centraluseuap\",\"systemData\":{\"createdBy\":\"srinivas.alluri@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-10-23T09:10:49.1693618Z\",\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2024-10-23T09:11:49.7789363Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"f8131edf-6c8f-4690-c80e-484aff442c10\",\"subscriptionStatus\":\"Subscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Serverless Postgres - Free (Test_Liftr)\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Srinivas\",\"lastName\":\"Alluri\",\"emailAddress\":\"srinivas.alluri@microsoft.com\",\"upn\":\"srinivas.alluri_microsoft.com#EXT#@qumulotesttenant2.onmicrosoft.com\",\"phoneNumber\":\"0987654321\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Succeeded\",\"partnerOrganizationProperties\":{\"organizationId\":\"org-wispy-paper-83509238\",\"organizationName\":\"TestNeonOrgSr\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-wispy-paper-83509238\"}}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/raja-rg-2/providers/Neon.Postgres/organizations/rj-test-30\",\"name\":\"rj-test-30\",\"type\":\"neon.postgres/organizations\",\"location\":\"centraluseuap\",\"systemData\":{\"createdBy\":\"rajasinghal@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-10-23T09:56:16.5425072Z\",\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2024-10-23T09:57:18.5523349Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"71f8b5f8-35df-48e1-dc14-2dd8fe43ddb3\",\"subscriptionStatus\":\"Subscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Serverless Postgres - Free (Test_Liftr)\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"emailAddress\":\"rajasinghal@microsoft.com\",\"upn\":\"rajasinghal_microsoft.com#EXT#@qumulotesttenant2.onmicrosoft.com\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Succeeded\",\"partnerOrganizationProperties\":{\"organizationId\":\"org-long-silence-75551971\",\"organizationName\":\"rj-test-30\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-long-silence-75551971\"}}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/sralluri_rg/providers/Neon.Postgres/organizations/FinalTestOrgSr\",\"name\":\"FinalTestOrgSr\",\"type\":\"neon.postgres/organizations\",\"location\":\"centraluseuap\",\"systemData\":{\"createdBy\":\"srinivas.alluri@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-10-23T09:58:11.7826789Z\",\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2024-10-23T09:59:04.717623Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"01a6ac94-a854-49d8-c861-de7ec425d179\",\"subscriptionStatus\":\"Subscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Serverless Postgres - Free (Test_Liftr)\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Srinivas\",\"lastName\":\"Alluri\",\"emailAddress\":\"srinivas.alluri@microsoft.com\",\"upn\":\"srinivas.alluri_microsoft.com#EXT#@qumulotesttenant2.onmicrosoft.com\",\"phoneNumber\":\"0987654321\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Succeeded\",\"partnerOrganizationProperties\":{\"organizationId\":\"org-quiet-dew-71271059\",\"organizationName\":\"FinalTestOrgSr\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-quiet-dew-71271059\"}}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/sralluri_rg/providers/Neon.Postgres/organizations/ntt\",\"name\":\"ntt\",\"type\":\"neon.postgres/organizations\",\"location\":\"centraluseuap\",\"tags\":{\"CloudTest\":\"E2E-Automation\"},\"systemData\":{\"createdBy\":\"srinivas.alluri@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-10-24T05:21:18.0863113Z\",\"lastModifiedBy\":\"srinivas.alluri@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2024-10-24T05:28:23.705414Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"4ddbd30a-cfbc-4c54-d02c-c2f2a7eaa86a\",\"subscriptionStatus\":\"Subscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Serverless Postgres - Free (Test_Liftr)\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Srinivas\",\"lastName\":\"Alluri\",\"emailAddress\":\"srinivas.alluri@microsoft.com\",\"upn\":\"srinivas.alluri_microsoft.com#EXT#@qumulotesttenant2.onmicrosoft.com\",\"phoneNumber\":\"0987654321\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Succeeded\",\"partnerOrganizationProperties\":{\"organizationId\":\"org-quiet-bread-79757871\",\"organizationName\":\"ntt\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-quiet-bread-79757871\"}}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/raja-rg/providers/Neon.Postgres/organizations/rj-test-org\",\"name\":\"rj-test-org\",\"type\":\"neon.postgres/organizations\",\"location\":\"centraluseuap\",\"systemData\":{\"createdBy\":\"rajasinghal@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-10-24T05:26:44.0337727Z\",\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2024-10-24T05:27:51.0617884Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"3e3929d3-176a-447d-c1d2-d614ce776c7a\",\"subscriptionStatus\":\"Subscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Serverless Postgres - Free (Test_Liftr)\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"emailAddress\":\"rajasinghal@microsoft.com\",\"upn\":\"rajasinghal_microsoft.com#EXT#@qumulotesttenant2.onmicrosoft.com\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Succeeded\",\"partnerOrganizationProperties\":{\"organizationId\":\"org-young-night-63659323\",\"organizationName\":\"rj-test-org\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-young-night-63659323\"}}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/priyverma-rg/providers/Neon.Postgres/organizations/test-123-neon\",\"name\":\"test-123-neon\",\"type\":\"neon.postgres/organizations\",\"location\":\"centraluseuap\",\"systemData\":{\"createdBy\":\"priyverma@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-10-24T09:56:54.9032678Z\",\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2024-10-24T09:57:58.2561111Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"da3b994a-9328-4c6c-d129-782a8d380129\",\"subscriptionStatus\":\"Subscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Serverless Postgres - Free (Test_Liftr)\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Priyanshi\",\"lastName\":\"Verma\",\"emailAddress\":\"priyverma@microsoft.com\",\"upn\":\"priyverma_microsoft.com#EXT#@qumulotesttenant2.onmicrosoft.com\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Succeeded\",\"partnerOrganizationProperties\":{\"organizationId\":\"org-aged-frog-45487897\",\"organizationName\":\"test-123-neon\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-aged-frog-45487897\"}}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/sralluri_rg/providers/Neon.Postgres/organizations/Sralluri-Neon-Postgres-Org\",\"name\":\"Sralluri-Neon-Postgres-Org\",\"type\":\"neon.postgres/organizations\",\"location\":\"centraluseuap\",\"systemData\":{\"createdBy\":\"srinivas.alluri@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-10-24T10:08:30.3099407Z\",\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2024-10-24T10:09:28.2814813Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"6f90e698-c0b7-456d-c1ce-b9f55243d02c\",\"subscriptionStatus\":\"Subscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Serverless Postgres - Free (Test_Liftr)\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Srinivas\",\"lastName\":\"Alluri\",\"emailAddress\":\"srinivas.alluri@microsoft.com\",\"upn\":\"srinivas.alluri_microsoft.com#EXT#@qumulotesttenant2.onmicrosoft.com\",\"phoneNumber\":\"0987654321\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Succeeded\",\"partnerOrganizationProperties\":{\"organizationId\":\"org-twilight-night-35071595\",\"organizationName\":\"Sralluri-Neon-Postgres-Org\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-twilight-night-35071595\"}}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/sralluri_rg/providers/Neon.Postgres/organizations/NP-Org-1\",\"name\":\"NP-Org-1\",\"type\":\"neon.postgres/organizations\",\"location\":\"centraluseuap\",\"systemData\":{\"createdBy\":\"srinivas.alluri@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-10-24T10:24:17.1310206Z\",\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2024-10-24T10:25:28.8557011Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"b81c7835-d0bd-45ff-c8e2-9a15e85a9527\",\"subscriptionStatus\":\"Subscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Serverless Postgres - Free (Test_Liftr)\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Srinivas\",\"lastName\":\"Alluri\",\"emailAddress\":\"srinivas.alluri@microsoft.com\",\"upn\":\"srinivas.alluri_microsoft.com#EXT#@qumulotesttenant2.onmicrosoft.com\",\"phoneNumber\":\"0987654321\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Succeeded\",\"partnerOrganizationProperties\":{\"organizationId\":\"org-wandering-wildflower-76270823\",\"organizationName\":\"NP-Org-1\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-wandering-wildflower-76270823\"}}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/priyverma-rg/providers/Neon.Postgres/organizations/Test-Neon-Org-22\",\"name\":\"Test-Neon-Org-22\",\"type\":\"neon.postgres/organizations\",\"location\":\"centraluseuap\",\"systemData\":{\"createdBy\":\"priyverma@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-10-24T10:42:04.3384975Z\",\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2024-10-24T10:42:51.0986509Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"ba1834ba-b5f7-4d9c-dd92-4354c166a35d\",\"subscriptionStatus\":\"Subscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Serverless Postgres - Free (Test_Liftr)\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Priyanshi\",\"lastName\":\"Verma\",\"emailAddress\":\"priyverma@microsoft.com\",\"upn\":\"priyverma_microsoft.com#EXT#@qumulotesttenant2.onmicrosoft.com\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Succeeded\",\"partnerOrganizationProperties\":{\"organizationId\":\"org-falling-bread-28494706\",\"organizationName\":\"Test-Neon-Org-22\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-falling-bread-28494706\"}}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/deepika-test-rg/providers/Neon.Postgres/organizations/neon-org-123\",\"name\":\"neon-org-123\",\"type\":\"neon.postgres/organizations\",\"location\":\"centraluseuap\",\"tags\":{\"tag\":\"value1\"},\"systemData\":{\"createdBy\":\"deepikan@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-10-24T12:28:08.9870655Z\",\"lastModifiedBy\":\"deepikan@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2024-10-24T12:30:27.9301145Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"8408370c-5aa2-43f7-ccbb-fb6f4ba60295\",\"subscriptionStatus\":\"Subscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Serverless Postgres - Free (Test_Liftr)\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Deepika\",\"lastName\":\"N\",\"emailAddress\":\"deepikan@microsoft.com\",\"upn\":\"deepikan_microsoft.com#EXT#@qumulotesttenant2.onmicrosoft.com\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Succeeded\",\"partnerOrganizationProperties\":{\"organizationId\":\"org-lively-night-60163501\",\"organizationName\":\"neon-org-123\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-lively-night-60163501\"}}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/deepika-newrg-2310/providers/Neon.Postgres/organizations/test-org-1234-deepika\",\"name\":\"test-org-1234-deepika\",\"type\":\"neon.postgres/organizations\",\"location\":\"centraluseuap\",\"systemData\":{\"createdBy\":\"deepikan@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-10-24T12:32:12.2236194Z\",\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2024-10-24T12:33:17.6238023Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"0fd5d4ee-7cfd-49e8-c957-f10651f188cb\",\"subscriptionStatus\":\"Subscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Serverless Postgres - Free (Test_Liftr)\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Deepika\",\"lastName\":\"N\",\"emailAddress\":\"deepikan@microsoft.com\",\"upn\":\"deepikan_microsoft.com#EXT#@qumulotesttenant2.onmicrosoft.com\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Succeeded\",\"partnerOrganizationProperties\":{\"organizationId\":\"org-billowing-pine-89853604\",\"organizationName\":\"test-org-1234-deepika\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-billowing-pine-89853604\"}}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/deepika-test-rg/providers/Neon.Postgres/organizations/neon-og-1234\",\"name\":\"neon-og-1234\",\"type\":\"neon.postgres/organizations\",\"location\":\"centraluseuap\",\"systemData\":{\"createdBy\":\"deepikan@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-10-24T12:51:17.464874Z\",\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2024-10-24T12:52:18.2599858Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"e8a6059f-1678-4e5c-c5c6-356d7a794a94\",\"subscriptionStatus\":\"Subscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Serverless Postgres - Free (Test_Liftr)\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Deepika\",\"lastName\":\"N\",\"emailAddress\":\"deepikan@microsoft.com\",\"upn\":\"deepikan_microsoft.com#EXT#@qumulotesttenant2.onmicrosoft.com\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Succeeded\",\"partnerOrganizationProperties\":{\"organizationId\":\"org-silent-smoke-92942180\",\"organizationName\":\"neon-og-1234\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-silent-smoke-92942180\"}}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/deepika-test-rg/providers/Neon.Postgres/organizations/org-neon-123\",\"name\":\"org-neon-123\",\"type\":\"neon.postgres/organizations\",\"location\":\"centraluseuap\",\"systemData\":{\"createdBy\":\"deepikan@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-10-24T12:59:06.5074685Z\",\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2024-10-24T13:00:04.4089246Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"0fec48ab-7c58-4b31-c940-cb32953fbfd9\",\"subscriptionStatus\":\"Subscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Serverless Postgres - Free (Test_Liftr)\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Deepika\",\"lastName\":\"N\",\"emailAddress\":\"deepikan@microsoft.com\",\"upn\":\"deepikan_microsoft.com#EXT#@qumulotesttenant2.onmicrosoft.com\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Succeeded\",\"partnerOrganizationProperties\":{\"organizationId\":\"org-sparkling-rice-77717590\",\"organizationName\":\"org-neon-123\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-sparkling-rice-77717590\"}}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/sralluri_rg/providers/Neon.Postgres/organizations/Sr-NT-Org-1\",\"name\":\"Sr-NT-Org-1\",\"type\":\"neon.postgres/organizations\",\"location\":\"centraluseuap\",\"systemData\":{\"createdBy\":\"srinivas.alluri@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-10-24T17:37:49.3161493Z\",\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2024-10-24T17:38:51.7980758Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"c48cf476-b725-4485-c9c7-ea6f295f5f95\",\"subscriptionStatus\":\"Subscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Serverless Postgres - Free (Test_Liftr)\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Srinivas\",\"lastName\":\"Alluri\",\"emailAddress\":\"srinivas.alluri@microsoft.com\",\"upn\":\"srinivas.alluri_microsoft.com#EXT#@qumulotesttenant2.onmicrosoft.com\",\"phoneNumber\":\"0987654321\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Succeeded\",\"partnerOrganizationProperties\":{\"organizationId\":\"org-yellow-king-06110799\",\"organizationName\":\"Sr-NT-Org-1\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-yellow-king-06110799\"}}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/sralluri_rg/providers/Neon.Postgres/organizations/Sr-NT-ORg-2\",\"name\":\"Sr-NT-ORg-2\",\"type\":\"neon.postgres/organizations\",\"location\":\"centraluseuap\",\"systemData\":{\"createdBy\":\"srinivas.alluri@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-10-24T17:51:19.3919206Z\",\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2024-10-24T17:52:32.2025794Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"2c78fb7e-3515-418e-cf28-35ed961f56ff\",\"subscriptionStatus\":\"Subscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Serverless Postgres - Free (Test_Liftr)\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Srinivas\",\"lastName\":\"Alluri\",\"emailAddress\":\"srinivas.alluri@microsoft.com\",\"upn\":\"srinivas.alluri_microsoft.com#EXT#@qumulotesttenant2.onmicrosoft.com\",\"phoneNumber\":\"0987654321\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Succeeded\",\"partnerOrganizationProperties\":{\"organizationId\":\"org-tight-wildflower-09384045\",\"organizationName\":\"Sr-NT-ORg-2\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-tight-wildflower-09384045\"}}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/deepika-test-rg/providers/Neon.Postgres/organizations/neon-org121\",\"name\":\"neon-org121\",\"type\":\"neon.postgres/organizations\",\"location\":\"centraluseuap\",\"systemData\":{\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2024-10-25T05:16:49.8740686Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"01ca6bd7-10d5-49ea-ca54-eb1ff7ebf060\",\"subscriptionStatus\":\"Subscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Serverless Postgres - Free (Test_Liftr)\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Deepika\",\"lastName\":\"N\",\"emailAddress\":\"deepikan@microsoft.com\",\"upn\":\"deepikan_microsoft.com#EXT#@qumulotesttenant2.onmicrosoft.com\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Succeeded\",\"partnerOrganizationProperties\":{\"organizationId\":\"org-winter-art-32620261\",\"organizationName\":\"neon-org121\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-winter-art-32620261\"}}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/sralluri_rg/providers/Neon.Postgres/organizations/Sr-NP-Org-2\",\"name\":\"Sr-NP-Org-2\",\"type\":\"neon.postgres/organizations\",\"location\":\"centraluseuap\",\"systemData\":{\"createdBy\":\"srinivas.alluri@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-10-25T07:03:04.0974829Z\",\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2024-10-25T07:04:14.7639535Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"d0df0484-28e9-4073-d398-b931616d3900\",\"subscriptionStatus\":\"Subscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Serverless Postgres - Free (Test_Liftr)\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Srinivas\",\"lastName\":\"Alluri\",\"emailAddress\":\"srinivas.alluri@microsoft.com\",\"upn\":\"srinivas.alluri_microsoft.com#EXT#@qumulotesttenant2.onmicrosoft.com\",\"phoneNumber\":\"0987654321\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Succeeded\",\"partnerOrganizationProperties\":{\"organizationId\":\"org-old-queen-96188208\",\"organizationName\":\"Sr-NP-Org-2\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-old-queen-96188208\"}}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/sralluri_rg/providers/Neon.Postgres/organizations/Sr-NP-Org-3\",\"name\":\"Sr-NP-Org-3\",\"type\":\"neon.postgres/organizations\",\"location\":\"centraluseuap\",\"systemData\":{\"createdBy\":\"srinivas.alluri@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-10-25T07:08:43.3993221Z\",\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2024-10-25T07:09:40.9954627Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"7bed2f77-85ab-4386-c87f-5954b3c34145\",\"subscriptionStatus\":\"Subscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Serverless Postgres - Free (Test_Liftr)\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Srinivas\",\"lastName\":\"Alluri\",\"emailAddress\":\"srinivas.alluri@microsoft.com\",\"upn\":\"srinivas.alluri_microsoft.com#EXT#@qumulotesttenant2.onmicrosoft.com\",\"phoneNumber\":\"0987654321\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Succeeded\",\"partnerOrganizationProperties\":{\"organizationId\":\"org-polished-bird-22547335\",\"organizationName\":\"Sr-NP-Org-3\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-polished-bird-22547335\"}}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/sralluri_rg/providers/Neon.Postgres/organizations/Sr-NP-Org-4\",\"name\":\"Sr-NP-Org-4\",\"type\":\"neon.postgres/organizations\",\"location\":\"centraluseuap\",\"systemData\":{\"createdBy\":\"srinivas.alluri@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-10-25T07:11:38.3677159Z\",\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2024-10-25T07:12:29.2772158Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"dbe7a3aa-5389-4fbd-c377-5aaae5d35785\",\"subscriptionStatus\":\"Subscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Serverless Postgres - Free (Test_Liftr)\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Srinivas\",\"lastName\":\"Alluri\",\"emailAddress\":\"srinivas.alluri@microsoft.com\",\"upn\":\"srinivas.alluri_microsoft.com#EXT#@qumulotesttenant2.onmicrosoft.com\",\"phoneNumber\":\"0987654321\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Succeeded\",\"partnerOrganizationProperties\":{\"organizationId\":\"org-weathered-star-47480774\",\"organizationName\":\"Sr-NP-Org-4\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-weathered-star-47480774\"}}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/deepika-newrg-2310/providers/Neon.Postgres/organizations/org1234deepika2510\",\"name\":\"org1234deepika2510\",\"type\":\"neon.postgres/organizations\",\"location\":\"centraluseuap\",\"tags\":{\"env\":\"canary\"},\"systemData\":{\"createdBy\":\"deepikan@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-10-25T07:21:58.3723516Z\",\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2024-10-25T07:23:12.3868158Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"572e6a14-d65a-458b-d78b-cd324d13d7a9\",\"subscriptionStatus\":\"Subscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Serverless Postgres - Free (Test_Liftr)\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Deepika\",\"lastName\":\"N\",\"emailAddress\":\"deepikan@microsoft.com\",\"upn\":\"deepikan_microsoft.com#EXT#@qumulotesttenant2.onmicrosoft.com\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Succeeded\",\"partnerOrganizationProperties\":{\"organizationId\":\"org-wandering-boat-33460630\",\"organizationName\":\"org1234\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-wandering-boat-33460630\"}}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/deepika-test-rg/providers/Neon.Postgres/organizations/tags-test-deepika-2510\",\"name\":\"tags-test-deepika-2510\",\"type\":\"neon.postgres/organizations\",\"location\":\"centraluseuap\",\"tags\":{\"env\":\"canary\",\"user\":\"deepika\",\"tag1\":\"value1\",\"project\":\"liftr\"},\"systemData\":{\"createdBy\":\"deepikan@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-10-25T07:25:22.3346594Z\",\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2024-10-25T07:26:23.2347782Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"95938d8a-f0ff-406e-da7a-b8f8533cd964\",\"subscriptionStatus\":\"Subscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Serverless Postgres - Free (Test_Liftr)\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Deepika\",\"lastName\":\"N\",\"emailAddress\":\"deepikan@microsoft.com\",\"upn\":\"deepikan_microsoft.com#EXT#@qumulotesttenant2.onmicrosoft.com\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Succeeded\",\"partnerOrganizationProperties\":{\"organizationId\":\"org-calm-union-09747558\",\"organizationName\":\"tags-test-deepika-2510\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-calm-union-09747558\"}}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/deepika-test-rg/providers/Neon.Postgres/organizations/deeepika-no-tags-test\",\"name\":\"deeepika-no-tags-test\",\"type\":\"neon.postgres/organizations\",\"location\":\"centraluseuap\",\"tags\":{},\"systemData\":{\"createdBy\":\"deepikan@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-10-25T07:54:47.7311363Z\",\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2024-10-25T07:55:54.1021242Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"eea0be04-2a2c-4e90-d367-44d4212fc0c4\",\"subscriptionStatus\":\"Subscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Serverless Postgres - Free (Test_Liftr)\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Deepika\",\"lastName\":\"N\",\"emailAddress\":\"deepikan@microsoft.com\",\"upn\":\"deepikan_microsoft.com#EXT#@qumulotesttenant2.onmicrosoft.com\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Succeeded\",\"partnerOrganizationProperties\":{\"organizationId\":\"org-lively-poetry-50393376\",\"organizationName\":\"abc\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-lively-poetry-50393376\"}}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/sralluri_rg/providers/Neon.Postgres/organizations/Sr-NP-Org-5\",\"name\":\"Sr-NP-Org-5\",\"type\":\"neon.postgres/organizations\",\"location\":\"centraluseuap\",\"systemData\":{\"createdBy\":\"srinivas.alluri@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-10-25T09:40:32.6667398Z\",\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2024-10-25T09:41:25.2813563Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"e7ba56cc-0e50-4b5c-c46b-56d552e00168\",\"subscriptionStatus\":\"Subscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Serverless Postgres - Free (Test_Liftr)\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Srinivas\",\"lastName\":\"Alluri\",\"emailAddress\":\"srinivas.alluri@microsoft.com\",\"upn\":\"srinivas.alluri_microsoft.com#EXT#@qumulotesttenant2.onmicrosoft.com\",\"phoneNumber\":\"0987654321\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Succeeded\",\"partnerOrganizationProperties\":{\"organizationId\":\"org-tight-firefly-18353280\",\"organizationName\":\"Sr-NP-Org-5\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-tight-firefly-18353280\"}}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/deepika-test-rg/providers/Neon.Postgres/organizations/tags-test-2-preview\",\"name\":\"tags-test-2-preview\",\"type\":\"neon.postgres/organizations\",\"location\":\"centraluseuap\",\"tags\":{\"env\":\"canary\",\"user\":\"deepika\"},\"systemData\":{\"createdBy\":\"deepikan@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-10-25T10:09:02.4490987Z\",\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2024-10-25T10:10:02.2640161Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"53bee2b2-8563-46cc-cb57-e75a7b03904b\",\"subscriptionStatus\":\"Subscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Serverless Postgres - Free (Test_Liftr)\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Deepika\",\"lastName\":\"N\",\"emailAddress\":\"deepikan@microsoft.com\",\"upn\":\"deepikan_microsoft.com#EXT#@qumulotesttenant2.onmicrosoft.com\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Succeeded\",\"partnerOrganizationProperties\":{\"organizationId\":\"org-curly-union-40262265\",\"organizationName\":\"tags-test-2-preview\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-curly-union-40262265\"}}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/sralluri_rg/providers/Neon.Postgres/organizations/CentralUSEUAP-Test\",\"name\":\"CentralUSEUAP-Test\",\"type\":\"neon.postgres/organizations\",\"location\":\"centraluseuap\",\"tags\":{},\"systemData\":{\"createdBy\":\"srinivas.alluri@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-10-29T05:27:57.4981195Z\",\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2024-10-29T05:31:06.9696444Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"f1d8149a-e3ba-4861-c43f-7b18c83e65d0\",\"subscriptionStatus\":\"Unsubscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Serverless Postgres - Free (Test_Liftr)\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Srinivas\",\"lastName\":\"Alluri\",\"emailAddress\":\"srinivas.alluri@microsoft.com\",\"upn\":\"srinivas.alluri_microsoft.com#EXT#@qumulotesttenant2.onmicrosoft.com\",\"phoneNumber\":\"0987654321\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Failed\",\"partnerOrganizationProperties\":{\"organizationId\":\"org-empty-sun-58384733\",\"organizationName\":\"CentralUSEUAP-Test\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-empty-sun-58384733\"}}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/deepika-newrg-2310/providers/Neon.Postgres/organizations/neon-org-1232910\",\"name\":\"neon-org-1232910\",\"type\":\"neon.postgres/organizations\",\"location\":\"centraluseuap\",\"tags\":{\"env\":\"canary\"},\"systemData\":{\"createdBy\":\"deepikan@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-10-29T05:41:42.278018Z\",\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2024-10-29T05:46:10.0493588Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"687f5c36-2feb-4242-dfa9-fefb9f2c14e5\",\"subscriptionStatus\":\"Unsubscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_serverless_postgres_azure_prod\",\"planId\":\"neon_serverless_postgres_private_preview\",\"planName\":\"Neon Serverless Postgres Private Preview - Scale\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Deepika\",\"lastName\":\"N\",\"emailAddress\":\"deepikan@microsoft.com\",\"upn\":\"deepikan_microsoft.com#EXT#@qumulotesttenant2.onmicrosoft.com\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Failed\",\"partnerOrganizationProperties\":{\"organizationId\":\"org-withered-bar-40355481\",\"organizationName\":\"neon-org-1232910\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-withered-bar-40355481\"}}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/deepika-test-rg/providers/Neon.Postgres/organizations/testorg123\",\"name\":\"testorg123\",\"type\":\"neon.postgres/organizations\",\"location\":\"centraluseuap\",\"tags\":{},\"systemData\":{\"createdBy\":\"deepikan@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-10-29T14:30:05.557608Z\",\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2024-10-29T14:31:46.191579Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"c3f1a52d-8732-4f63-d29c-505b0ea2daeb\",\"subscriptionStatus\":\"Subscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Serverless Postgres - Free (Test_Liftr)\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Deepika\",\"lastName\":\"N\",\"emailAddress\":\"deepikan@microsoft.com\",\"upn\":\"deepikan_microsoft.com#EXT#@qumulotesttenant2.onmicrosoft.com\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Succeeded\",\"partnerOrganizationProperties\":{\"organizationId\":\"org-soft-glitter-80421208\",\"organizationName\":\"testorg123\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-soft-glitter-80421208\"}}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/deepika-newrg-2310/providers/Neon.Postgres/organizations/neon-org\",\"name\":\"neon-org\",\"type\":\"neon.postgres/organizations\",\"location\":\"centraluseuap\",\"tags\":{\"env\":\"canary\"},\"systemData\":{\"createdBy\":\"deepikan@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-11-05T06:05:23.2507101Z\",\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2024-11-05T06:08:54.0517926Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"1e3faf53-eb80-41c0-d36d-b0771fac9731\",\"subscriptionStatus\":\"Unsubscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_serverless_postgres_azure_prod\",\"planId\":\"neon_serverless_postgres_private_preview\",\"planName\":\"Neon Serverless Postgres Private Preview - Scale\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Deepika\",\"lastName\":\"N\",\"emailAddress\":\"deepikan@microsoft.com\",\"upn\":\"deepikan_microsoft.com#EXT#@qumulotesttenant2.onmicrosoft.com\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Failed\",\"partnerOrganizationProperties\":{\"organizationId\":\"org-mute-bush-14438874\",\"organizationName\":\"neon-org\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-mute-bush-14438874\"}}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/NeonDemoRG/providers/Neon.Postgres/organizations/testAlmasNov3\",\"name\":\"testAlmasNov3\",\"type\":\"neon.postgres/organizations\",\"location\":\"centraluseuap\",\"tags\":{},\"systemData\":{\"createdBy\":\"khanalmas@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-11-06T04:26:44.3914941Z\",\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2024-11-08T11:30:07.203995Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"a4b59c28-765e-429e-c9e0-f580fad0caa2\",\"subscriptionStatus\":\"Subscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_serverless_postgres_azure_prod\",\"planId\":\"neon_serverless_postgres_private_preview\",\"planName\":\"Neon Serverless Postgres Private Preview - Scale\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Almas\",\"lastName\":\"Khan\",\"emailAddress\":\"khanalmas@microsoft.com\",\"upn\":\"khanalmas_microsoft.com#EXT#@qumulotesttenant2.onmicrosoft.com\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Failed\",\"partnerOrganizationProperties\":{\"organizationId\":\"org-old-star-31582715\",\"organizationName\":\"testAlmasNov2\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-old-star-31582715\"}}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/NeonDemoRG/providers/Neon.Postgres/organizations/almasTestNeonPS5\",\"name\":\"almasTestNeonPS5\",\"type\":\"neon.postgres/organizations\",\"location\":\"centraluseuap\",\"tags\":{\"environment\":\"production\"},\"systemData\":{\"createdBy\":\"khanalmas@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-11-06T04:33:03.0173095Z\",\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2024-11-06T04:53:15.2962104Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"66138489-ddea-45d5-c16a-a6d8e9f8d8bc\",\"subscriptionStatus\":\"Subscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Serverless Postgres - Free (Test_Liftr)\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Almas\",\"lastName\":\"Khan\",\"emailAddress\":\"khanalmas@microsoft.com\",\"upn\":\"khanalmas_microsoft.com#EXT#@qumulotesttenant2.onmicrosoft.com\",\"phoneNumber\":\"+1234567890\"},\"companyDetails\":{\"companyName\":\"DemoCompany\",\"country\":\"USA\",\"officeAddress\":\"1234 Azure Ave\",\"businessPhone\":\"+1234567890\",\"domain\":\"demo.com\",\"numberOfEmployees\":500},\"provisioningState\":\"Failed\",\"partnerOrganizationProperties\":{\"organizationId\":\"org-small-paper-01539605\",\"organizationName\":\"PartnerOrg\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"enterpriseAppId\":\"app12345\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-small-paper-01539605\",\"aadDomains\":[\"partnerorg.com\"]}}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/NeonDemoRG/providers/Neon.Postgres/organizations/almasTestNeonPS8\",\"name\":\"almasTestNeonPS8\",\"type\":\"neon.postgres/organizations\",\"location\":\"centraluseuap\",\"tags\":{\"environment\":\"production\"},\"systemData\":{\"createdBy\":\"khanalmas@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-11-06T04:49:42.7132618Z\",\"lastModifiedBy\":\"khanalmas@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2024-11-06T04:53:15.9687413Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"44e2e61d-8456-4c6a-dd0a-acc4edaa729b\",\"subscriptionStatus\":\"Subscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Serverless Postgres - Free (Test_Liftr)\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Almas\",\"lastName\":\"Khan\",\"emailAddress\":\"khanalmas@microsoft.com\",\"upn\":\"khanalmas_microsoft.com#EXT#@qumulotesttenant2.onmicrosoft.com\",\"phoneNumber\":\"+1234567890\"},\"companyDetails\":{\"companyName\":\"DemoCompany\",\"country\":\"USA\",\"officeAddress\":\"1234 Azure Ave\",\"businessPhone\":\"+1234567890\",\"domain\":\"demo.com\",\"numberOfEmployees\":500},\"provisioningState\":\"Succeeded\",\"partnerOrganizationProperties\":{\"organizationId\":\"org-tiny-silence-85146383\",\"organizationName\":\"PartnerOrg8\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"enterpriseAppId\":\"app12345\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-tiny-silence-85146383\",\"aadDomains\":[\"partnerorg.com\"]}}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/raja-rg/providers/Neon.Postgres/organizations/rj-canary-MP-DONOT-DELETE-1\",\"name\":\"rj-canary-MP-DONOT-DELETE-1\",\"type\":\"neon.postgres/organizations\",\"location\":\"centraluseuap\",\"tags\":{},\"systemData\":{\"createdBy\":\"rajasinghal@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-11-06T06:09:02.9399331Z\",\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2024-11-06T06:10:38.0400701Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"887ef8a8-598d-46fb-c0fc-761fb0fceb97\",\"subscriptionStatus\":\"Subscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_serverless_postgres_azure_prod\",\"planId\":\"neon_serverless_postgres_private_preview\",\"planName\":\"Neon Serverless Postgres Private Preview - Scale\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"emailAddress\":\"rajasinghal@microsoft.com\",\"upn\":\"rajasinghal_microsoft.com#EXT#@qumulotesttenant2.onmicrosoft.com\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Succeeded\",\"partnerOrganizationProperties\":{\"organizationId\":\"org-holy-boat-00481533\",\"organizationName\":\"rj-canary-MP-DONOT-DELETE-1\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-holy-boat-00481533\"}}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/NeonDemoRG/providers/Neon.Postgres/organizations/almasTestNeonPS81\",\"name\":\"almasTestNeonPS81\",\"type\":\"neon.postgres/organizations\",\"location\":\"centraluseuap\",\"systemData\":{\"createdBy\":\"khanalmas@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-11-08T09:59:41.9967768Z\",\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2024-11-08T11:22:48.0173934Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"c88f3eca-d976-4116-ccec-17bc97161823\",\"subscriptionStatus\":\"Subscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Serverless Postgres - Free (Test_Liftr)\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Almas\",\"lastName\":\"Khan\",\"emailAddress\":\"khanalmas@microsoft.com\",\"upn\":\"khanalmas_microsoft.com#EXT#@qumulotesttenant2.onmicrosoft.com\",\"phoneNumber\":\"+1234567890\"},\"companyDetails\":{\"companyName\":\"DemoCompany\",\"country\":\"USA\",\"officeAddress\":\"1234 Azure Ave\",\"businessPhone\":\"+1234567890\",\"domain\":\"demo.com\",\"numberOfEmployees\":500},\"provisioningState\":\"Failed\",\"partnerOrganizationProperties\":{\"organizationId\":\"org-lucky-glade-41616812\",\"organizationName\":\"PartnerOrg81\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"enterpriseAppId\":\"app12345\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-lucky-glade-41616812\",\"aadDomains\":[\"partnerorg.com\"]}}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/NeonDemoRG/providers/Neon.Postgres/organizations/almasTestNeonPSRecord002\",\"name\":\"almasTestNeonPSRecord002\",\"type\":\"neon.postgres/organizations\",\"location\":\"centraluseuap\",\"systemData\":{\"createdBy\":\"khanalmas@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-11-08T11:05:34.0512432Z\",\"lastModifiedBy\":\"khanalmas@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2024-11-08T11:12:38.3085529Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"c48452d9-f4d1-4972-d3f4-a2b5e161937e\",\"subscriptionStatus\":\"Subscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Serverless Postgres - Free (Test_Liftr)\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Almas\",\"lastName\":\"Khan\",\"emailAddress\":\"khanalmas@microsoft.com\",\"upn\":\"khanalmas_microsoft.com#EXT#@qumulotesttenant2.onmicrosoft.com\",\"phoneNumber\":\"+1234567890\"},\"companyDetails\":{\"companyName\":\"DemoCompany\",\"country\":\"USA\",\"officeAddress\":\"1234 Azure Ave\",\"businessPhone\":\"+1234567890\",\"domain\":\"demo.com\",\"numberOfEmployees\":500},\"provisioningState\":\"Succeeded\",\"partnerOrganizationProperties\":{\"organizationId\":\"org12345\",\"organizationName\":\"PartnerOrgRecord002\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"enterpriseAppId\":\"app12345\",\"singleSignOnUrl\":\"https://sso.partnerorg.com\",\"aadDomains\":[\"partnerorg.com\"]}}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/NeonDemoRG/providers/Neon.Postgres/organizations/almasTestNeonPSRecord001\",\"name\":\"almasTestNeonPSRecord001\",\"type\":\"neon.postgres/organizations\",\"location\":\"centraluseuap\",\"systemData\":{\"createdBy\":\"khanalmas@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-11-08T11:18:11.5015622Z\",\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2024-11-08T11:27:03.3507049Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"b011f6fc-1c2b-485c-c869-fb8cdf1b686f\",\"subscriptionStatus\":\"Subscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Serverless Postgres - Free (Test_Liftr)\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Almas\",\"lastName\":\"Khan\",\"emailAddress\":\"khanalmas@microsoft.com\",\"upn\":\"khanalmas_microsoft.com#EXT#@qumulotesttenant2.onmicrosoft.com\",\"phoneNumber\":\"+1234567890\"},\"companyDetails\":{\"companyName\":\"DemoCompany\",\"country\":\"USA\",\"officeAddress\":\"1234 Azure Ave\",\"businessPhone\":\"+1234567890\",\"domain\":\"demo.com\",\"numberOfEmployees\":500},\"provisioningState\":\"Failed\",\"partnerOrganizationProperties\":{\"organizationId\":\"org12345\",\"organizationName\":\"PartnerOrgRecord001\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"enterpriseAppId\":\"app12345\",\"singleSignOnUrl\":\"https://sso.partnerorg.com\",\"aadDomains\":[\"partnerorg.com\"]}}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/NeonDemoRG/providers/Neon.Postgres/organizations/almasTestNeonPSRecord0001\",\"name\":\"almasTestNeonPSRecord0001\",\"type\":\"neon.postgres/organizations\",\"location\":\"centraluseuap\",\"systemData\":{\"createdBy\":\"khanalmas@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-11-08T12:36:52.0965661Z\",\"lastModifiedBy\":\"khanalmas@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2024-11-08T13:03:42.2515114Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"9999706b-dcb3-4cd0-c0da-2af9e2016a6e\",\"subscriptionStatus\":\"Subscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Serverless Postgres - Free (Test_Liftr)\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Almas\",\"lastName\":\"Khan\",\"emailAddress\":\"khanalmas@microsoft.com\",\"upn\":\"khanalmas_microsoft.com#EXT#@qumulotesttenant2.onmicrosoft.com\",\"phoneNumber\":\"+1234567890\"},\"companyDetails\":{\"companyName\":\"DemoCompany\",\"country\":\"USA\",\"officeAddress\":\"1234 Azure Ave\",\"businessPhone\":\"+1234567890\",\"domain\":\"demo.com\",\"numberOfEmployees\":500},\"provisioningState\":\"Failed\",\"partnerOrganizationProperties\":{\"organizationId\":\"org12345\",\"organizationName\":\"PartnerOrgRecord0001\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"enterpriseAppId\":\"app12345\",\"singleSignOnUrl\":\"https://sso.partnerorg.com\",\"aadDomains\":[\"partnerorg.com\"]}}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/AlmasNeonTesting/providers/Neon.Postgres/organizations/AlmasPSTest2\",\"name\":\"AlmasPSTest2\",\"type\":\"neon.postgres/organizations\",\"location\":\"centraluseuap\",\"tags\":{},\"systemData\":{\"createdBy\":\"khanalmas@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-11-08T12:54:54.812576Z\",\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2024-11-08T12:56:13.7915743Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"4cb671a0-190c-4a47-c082-6ca40d6f5f47\",\"subscriptionStatus\":\"Subscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_serverless_postgres_azure_prod\",\"planId\":\"neon_serverless_postgres_private_preview\",\"planName\":\"Neon Serverless Postgres Private Preview - Scale\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Almas\",\"lastName\":\"Khan\",\"emailAddress\":\"khanalmas@microsoft.com\",\"upn\":\"khanalmas_microsoft.com#EXT#@qumulotesttenant2.onmicrosoft.com\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Succeeded\",\"partnerOrganizationProperties\":{\"organizationId\":\"org-proud-morning-60387468\",\"organizationName\":\"AlmasPSTest2\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-proud-morning-60387468\"}}}},{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/NeonDemoRG/providers/Neon.Postgres/organizations/almasTestNeonPSRecord10\",\"name\":\"almasTestNeonPSRecord10\",\"type\":\"neon.postgres/organizations\",\"location\":\"centraluseuap\",\"systemData\":{\"createdBy\":\"khanalmas@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-11-08T13:05:44.9402634Z\",\"lastModifiedBy\":\"khanalmas@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2024-11-08T13:07:24.9955593Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"108f88fe-5a9a-4924-dba5-9841ef4dcc06\",\"subscriptionStatus\":\"Subscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Serverless Postgres - Free (Test_Liftr)\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Almas\",\"lastName\":\"Khan\",\"emailAddress\":\"khanalmas@microsoft.com\",\"upn\":\"khanalmas_microsoft.com#EXT#@qumulotesttenant2.onmicrosoft.com\",\"phoneNumber\":\"+1234567890\"},\"companyDetails\":{\"companyName\":\"DemoCompany\",\"country\":\"USA\",\"officeAddress\":\"1234 Azure Ave\",\"businessPhone\":\"+1234567890\",\"domain\":\"demo.com\",\"numberOfEmployees\":500},\"provisioningState\":\"Succeeded\",\"partnerOrganizationProperties\":{\"organizationId\":\"org12345\",\"organizationName\":\"PartnerOrgRecord10\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"enterpriseAppId\":\"app12345\",\"singleSignOnUrl\":\"https://sso.partnerorg.com\",\"aadDomains\":[\"partnerorg.com\"]}}}}]}", + "Content": "{\"error\":{\"code\":\"InvalidAuthenticationTokenTenant\",\"message\":\"The access token is from the wrong issuer \u0027https://sts.windows.net/f27f5a05-ee13-4d31-b6d9-6bfe7b758c17/\u0027. It must match the tenant \u0027https://sts.windows.net/c8604a67-8a77-4032-85a9-c6a9aaac5a7c/\u0027 associated with this subscription. Please use the authority (URL) \u0027https://login.windows.net/c8604a67-8a77-4032-85a9-c6a9aaac5a7c\u0027 to get the token. Note, if the subscription is transferred to another tenant there is no impact to the services, but information about new tenant could take time to propagate (up to an hour). If you just transferred your subscription and see this error message, please try back later.\"}}", "isContentBase64": false } } diff --git a/src/NeonPostgres/NeonPostgres.Autorest/test/Get-AzNeonPostgresProject.Tests.ps1 b/src/NeonPostgres/NeonPostgres.Autorest/test/Get-AzNeonPostgresProject.Tests.ps1 new file mode 100644 index 000000000000..d4d307476855 --- /dev/null +++ b/src/NeonPostgres/NeonPostgres.Autorest/test/Get-AzNeonPostgresProject.Tests.ps1 @@ -0,0 +1,33 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Get-AzNeonPostgresProject')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Get-AzNeonPostgresProject.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Get-AzNeonPostgresProject' { + It 'List' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'GetViaIdentityOrganization' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'Get' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'GetViaIdentity' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/NeonPostgres/NeonPostgres.Autorest/test/Get-AzNeonPostgresProjectConnectionUri.Tests.ps1 b/src/NeonPostgres/NeonPostgres.Autorest/test/Get-AzNeonPostgresProjectConnectionUri.Tests.ps1 new file mode 100644 index 000000000000..f3ac8260ad48 --- /dev/null +++ b/src/NeonPostgres/NeonPostgres.Autorest/test/Get-AzNeonPostgresProjectConnectionUri.Tests.ps1 @@ -0,0 +1,49 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Get-AzNeonPostgresProjectConnectionUri')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Get-AzNeonPostgresProjectConnectionUri.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Get-AzNeonPostgresProjectConnectionUri' { + It 'GetExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'GetViaJsonString' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'GetViaJsonFilePath' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'Get' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'GetViaIdentityOrganizationExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'GetViaIdentityOrganization' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'GetViaIdentityExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'GetViaIdentity' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/NeonPostgres/NeonPostgres.Autorest/test/New-AzNeonPostgresBranch.Tests.ps1 b/src/NeonPostgres/NeonPostgres.Autorest/test/New-AzNeonPostgresBranch.Tests.ps1 new file mode 100644 index 000000000000..ab435d41fbf9 --- /dev/null +++ b/src/NeonPostgres/NeonPostgres.Autorest/test/New-AzNeonPostgresBranch.Tests.ps1 @@ -0,0 +1,29 @@ +if(($null -eq $TestName) -or ($TestName -contains 'New-AzNeonPostgresBranch')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'New-AzNeonPostgresBranch.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'New-AzNeonPostgresBranch' { + It 'CreateExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'CreateViaJsonFilePath' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'CreateViaJsonString' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/NeonPostgres/NeonPostgres.Autorest/test/New-AzNeonPostgresOrganization.Recording.json b/src/NeonPostgres/NeonPostgres.Autorest/test/New-AzNeonPostgresOrganization.Recording.json index 0fce200cfc72..19fe9a724fc0 100644 --- a/src/NeonPostgres/NeonPostgres.Autorest/test/New-AzNeonPostgresOrganization.Recording.json +++ b/src/NeonPostgres/NeonPostgres.Autorest/test/New-AzNeonPostgresOrganization.Recording.json @@ -1,8 +1,8 @@ { - "New-AzNeonPostgresOrganization+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/NeonDemoRG/providers/Neon.Postgres/organizations/almasTestNeonPSRecord1A?api-version=2024-08-01-preview+1": { + "New-AzNeonPostgresOrganization+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/NeonDemoRG/providers/Neon.Postgres/organizations/almasTestNeonPSRecord1A?api-version=2025-03-01+1": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/NeonDemoRG/providers/Neon.Postgres/organizations/almasTestNeonPSRecord1A?api-version=2024-08-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/NeonDemoRG/providers/Neon.Postgres/organizations/almasTestNeonPSRecord1A?api-version=2025-03-01", "Content": "{\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"marketplaceDetails\": {\r\n \"offerDetails\": {\r\n \"publisherId\": \"neon1722366567200\",\r\n \"offerId\": \"neon_test\",\r\n \"planId\": \"neon_test_1\",\r\n \"planName\": \"Neon Serverless Postgres - Free (Test_Liftr)\",\r\n \"termUnit\": \"P1M\",\r\n \"termId\": \"gmz7xq9ge3py\"\r\n },\r\n \"subscriptionId\": \"yxmkfivp\",\r\n \"subscriptionStatus\": \"PendingFulfillmentStart\"\r\n },\r\n \"userDetails\": {\r\n \"firstName\": \"Almas\",\r\n \"lastName\": \"Khan\",\r\n \"emailAddress\": \"khanalmas@microsoft.com\",\r\n \"upn\": \"khanalmas_microsoft.com#EXT#@qumulotesttenant2.onmicrosoft.com\",\r\n \"phoneNumber\": \"+1234567890\"\r\n },\r\n \"companyDetails\": {\r\n \"companyName\": \"DemoCompany\",\r\n \"country\": \"USA\",\r\n \"officeAddress\": \"1234 Azure Ave\",\r\n \"businessPhone\": \"+1234567890\",\r\n \"domain\": \"demo.com\",\r\n \"numberOfEmployees\": 500\r\n },\r\n \"partnerOrganizationProperties\": {\r\n \"singleSignOnProperties\": {\r\n \"singleSignOnState\": \"Enable\",\r\n \"enterpriseAppId\": \"app12345\",\r\n \"singleSignOnUrl\": \"https://sso.partnerorg.com\",\r\n \"aadDomains\": [ \"partnerorg.com\" ]\r\n },\r\n \"organizationId\": \"org12345\",\r\n \"organizationName\": \"PartnerOrgRecord1A\"\r\n }\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -13,164 +13,27 @@ } }, "Response": { - "StatusCode": 201, + "StatusCode": 401, "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"02007f7c-0000-3300-0000-672e0e560000\"" ], - "Location": [ "https://eastus2euap.management.azure.com/providers/Neon.Postgres/locations/CENTRALUSEUAP/operationStatuses/c3bd012c-3cf2-4f5f-a3b3-73e87e4b782b*706CEA960F77FC180CDB2A2C959D01B31E4334F3E1D7F8AEAAE94F83B1CC87BF?api-version=2024-08-01-preview\u0026t=638666683752945937\u0026c=MIIHhzCCBm-gAwIBAgITfAWKSDa5exA4mgXQ1AAABYpINjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjQwOTI0MDE1ODQ4WhcNMjUwMzIzMDE1ODQ4WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAJ4JVoRAfL0BbRxuhbOLqpKBb-91ikhj5uXwN0YFSGOv3Jm6P9C6Nj3qwvAjAZRCvEuD0PJeSbjHWw_LsN2uaXvVUwsZIl3Ji5dmBWvgG7sfDQyhzv8D1JJmJNeeAKRceKVx2_8sFLC0AS0G1rr1ceCV_0ZrZPLTqjfEGuA--EEmKOs70KQ47Kb9FC4W_Vg8f638H6v60zb5leDeQMjLZboLvkluERujKMWJSmTZizMWKD4CCJRF_rE1wjDqoGqpOza-3FZlTeVOpTEzHKRQ3OGdCVJVviigk-s9FQbRjeVnV8QVZkHGCtWAp4WMR8GP55vhHHVDEpin3mMw7p-cSMUCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRvOtcAMcPH33Bgz2VmyYdogz4j2DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBABmO88-7XRCIXOiojIRFVE6cNJ-T71-dYJW-Ued6MhWFUF1zSFvymU_uRv1_bEg_TyrZ750tgpd1H9PhKFlhiHwwz-j83cJmyKo0hYqzk6i5Zx_p5TXpgHTb7OpBsJ7P48Y4Ppsvzxd3QVtUd9ilvCEV-XQJ7fhkKZ13600A6um1pMWXYAAUwkzdm3un8uHXua6Nq-l2vM3z1ZTyjAgj7nvYa7o5ZNs_OcOy2wJMMdqFC889ZaT5MnwhxvMuCwk4oC2qeCYPhlozGGTQ2A2_2d9abDdl6nUk7gqcnJBKzXGM2vpZdzRFR2oN6Kpu1p_5pUtwpvTrpTef5ByUqFnYAY8\u0026s=KkXQoF8znu3JXIVm5ALvHgVJl3LZWvq5YNm_XrYKjeQD5iaY1yQCse2B_JKklJCBpAzj0g0H-GDWGnTX3tOM874xCJVSy_D-ofy-bEDESQRGSNsxyNFqIhV6ltmd1fKEJltmfLYDLUoHKWf7awxMZ03GyEDMMgMHmE859y9o5_3WLRWxiXPo2nFfXz3VxsKwcflCkErM5FlGn7ISQFNu0LF9opEGx-zNK4dupEtBZjBhBg4VYZJt1V9EkWtdlr4tAFrVFi2SaVbwLHweteSC44eW0Fv6Gq-puxbpzIPBLVVZ6_KmwMsMFhOYIxZT8ZjTf6LQk8mfmwXaDBZm34ZXgw\u0026h=oa5dXgC42siz62b4CF-bsu57Skxd6hX3mQz7HiBZ0AU" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "199" ], - "x-ms-providerhub-traffic": [ "True" ], - "Request-Context": [ "appId=cid-v1:726af22e-a98d-41b8-8be8-c1f253ced955" ], + "WWW-Authenticate": [ "Bearer authorization_uri=\"https://login.windows.net/c8604a67-8a77-4032-85a9-c6a9aaac5a7c\", error=\"invalid_token\", error_description=\"The access token is from the wrong issuer. It must match the tenant associated with this subscription. Please use correct authority to get the token.\"" ], + "x-ms-failure-cause": [ "gateway" ], + "x-ms-request-id": [ "3d0176b7-e8f4-4e39-bcb0-e8834159f1c6" ], + "x-ms-correlation-request-id": [ "3d0176b7-e8f4-4e39-bcb0-e8834159f1c6" ], + "x-ms-routing-request-id": [ "WESTINDIA:20250426T075315Z:3d0176b7-e8f4-4e39-bcb0-e8834159f1c6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-correlation-request-id": [ "10679fe6-9c7c-4cfb-aa33-c7dc7ca25bf6" ], - "x-ms-client-request-id": [ "49a53c01-fe63-4d5a-a5c8-85a33c0cc9fa" ], - "Azure-AsyncOperation": [ "https://management.azure.com/providers/Neon.Postgres/locations/CENTRALUSEUAP/operationStatuses/c3bd012c-3cf2-4f5f-a3b3-73e87e4b782b*706CEA960F77FC180CDB2A2C959D01B31E4334F3E1D7F8AEAAE94F83B1CC87BF?api-version=2024-08-01-preview\u0026t=638666683752945937\u0026c=MIIHhzCCBm-gAwIBAgITfAWKSDa5exA4mgXQ1AAABYpINjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjQwOTI0MDE1ODQ4WhcNMjUwMzIzMDE1ODQ4WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAJ4JVoRAfL0BbRxuhbOLqpKBb-91ikhj5uXwN0YFSGOv3Jm6P9C6Nj3qwvAjAZRCvEuD0PJeSbjHWw_LsN2uaXvVUwsZIl3Ji5dmBWvgG7sfDQyhzv8D1JJmJNeeAKRceKVx2_8sFLC0AS0G1rr1ceCV_0ZrZPLTqjfEGuA--EEmKOs70KQ47Kb9FC4W_Vg8f638H6v60zb5leDeQMjLZboLvkluERujKMWJSmTZizMWKD4CCJRF_rE1wjDqoGqpOza-3FZlTeVOpTEzHKRQ3OGdCVJVviigk-s9FQbRjeVnV8QVZkHGCtWAp4WMR8GP55vhHHVDEpin3mMw7p-cSMUCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRvOtcAMcPH33Bgz2VmyYdogz4j2DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBABmO88-7XRCIXOiojIRFVE6cNJ-T71-dYJW-Ued6MhWFUF1zSFvymU_uRv1_bEg_TyrZ750tgpd1H9PhKFlhiHwwz-j83cJmyKo0hYqzk6i5Zx_p5TXpgHTb7OpBsJ7P48Y4Ppsvzxd3QVtUd9ilvCEV-XQJ7fhkKZ13600A6um1pMWXYAAUwkzdm3un8uHXua6Nq-l2vM3z1ZTyjAgj7nvYa7o5ZNs_OcOy2wJMMdqFC889ZaT5MnwhxvMuCwk4oC2qeCYPhlozGGTQ2A2_2d9abDdl6nUk7gqcnJBKzXGM2vpZdzRFR2oN6Kpu1p_5pUtwpvTrpTef5ByUqFnYAY8\u0026s=KkXQoF8znu3JXIVm5ALvHgVJl3LZWvq5YNm_XrYKjeQD5iaY1yQCse2B_JKklJCBpAzj0g0H-GDWGnTX3tOM874xCJVSy_D-ofy-bEDESQRGSNsxyNFqIhV6ltmd1fKEJltmfLYDLUoHKWf7awxMZ03GyEDMMgMHmE859y9o5_3WLRWxiXPo2nFfXz3VxsKwcflCkErM5FlGn7ISQFNu0LF9opEGx-zNK4dupEtBZjBhBg4VYZJt1V9EkWtdlr4tAFrVFi2SaVbwLHweteSC44eW0Fv6Gq-puxbpzIPBLVVZ6_KmwMsMFhOYIxZT8ZjTf6LQk8mfmwXaDBZm34ZXgw\u0026h=oa5dXgC42siz62b4CF-bsu57Skxd6hX3mQz7HiBZ0AU" ], - "x-ms-request-id": [ "c3bd012c-3cf2-4f5f-a3b3-73e87e4b782b" ], - "x-ms-ratelimit-remaining-subscription-global-writes": [ "2999" ], - "x-ms-routing-request-id": [ "JIOINDIACENTRAL:20241108T131255Z:10679fe6-9c7c-4cfb-aa33-c7dc7ca25bf6" ], "X-Cache": [ "CONFIG_NOCACHE" ], - "X-MSEdge-Ref": [ "Ref A: 34A675B2324741C7A8B80CFD624C9D2D Ref B: MAA201060516011 Ref C: 2024-11-08T13:12:47Z" ], - "Date": [ "Fri, 08 Nov 2024 13:12:55 GMT" ] + "X-MSEdge-Ref": [ "Ref A: 25DB2A8B35214CEA8E683A27B8F8E4BF Ref B: MAA201060514039 Ref C: 2025-04-26T07:53:15Z" ], + "Date": [ "Sat, 26 Apr 2025 07:53:15 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1452" ], + "Content-Length": [ "677" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/NeonDemoRG/providers/Neon.Postgres/organizations/almasTestNeonPSRecord1A\",\"name\":\"almasTestNeonPSRecord1A\",\"type\":\"neon.postgres/organizations\",\"location\":\"centraluseuap\",\"systemData\":{\"createdBy\":\"khanalmas@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-11-08T13:12:49.8725261Z\",\"lastModifiedBy\":\"khanalmas@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2024-11-08T13:12:49.8725261Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"yxmkfivp\",\"subscriptionStatus\":\"PendingFulfillmentStart\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Serverless Postgres - Free (Test_Liftr)\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Almas\",\"lastName\":\"Khan\",\"emailAddress\":\"khanalmas@microsoft.com\",\"upn\":\"khanalmas_microsoft.com#EXT#@qumulotesttenant2.onmicrosoft.com\",\"phoneNumber\":\"+1234567890\"},\"companyDetails\":{\"companyName\":\"DemoCompany\",\"country\":\"USA\",\"officeAddress\":\"1234 Azure Ave\",\"businessPhone\":\"+1234567890\",\"domain\":\"demo.com\",\"numberOfEmployees\":500},\"provisioningState\":\"Accepted\",\"partnerOrganizationProperties\":{\"organizationId\":\"org12345\",\"organizationName\":\"PartnerOrgRecord1A\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"enterpriseAppId\":\"app12345\",\"singleSignOnUrl\":\"https://sso.partnerorg.com\",\"aadDomains\":[\"partnerorg.com\"]}}}}", - "isContentBase64": false - } - }, - "New-AzNeonPostgresOrganization+[NoContext]+CreateExpanded+$GET+https://management.azure.com/providers/Neon.Postgres/locations/CENTRALUSEUAP/operationStatuses/c3bd012c-3cf2-4f5f-a3b3-73e87e4b782b*706CEA960F77FC180CDB2A2C959D01B31E4334F3E1D7F8AEAAE94F83B1CC87BF?api-version=2024-08-01-preview\u0026t=638666683752945937\u0026c=MIIHhzCCBm-gAwIBAgITfAWKSDa5exA4mgXQ1AAABYpINjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjQwOTI0MDE1ODQ4WhcNMjUwMzIzMDE1ODQ4WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAJ4JVoRAfL0BbRxuhbOLqpKBb-91ikhj5uXwN0YFSGOv3Jm6P9C6Nj3qwvAjAZRCvEuD0PJeSbjHWw_LsN2uaXvVUwsZIl3Ji5dmBWvgG7sfDQyhzv8D1JJmJNeeAKRceKVx2_8sFLC0AS0G1rr1ceCV_0ZrZPLTqjfEGuA--EEmKOs70KQ47Kb9FC4W_Vg8f638H6v60zb5leDeQMjLZboLvkluERujKMWJSmTZizMWKD4CCJRF_rE1wjDqoGqpOza-3FZlTeVOpTEzHKRQ3OGdCVJVviigk-s9FQbRjeVnV8QVZkHGCtWAp4WMR8GP55vhHHVDEpin3mMw7p-cSMUCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRvOtcAMcPH33Bgz2VmyYdogz4j2DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBABmO88-7XRCIXOiojIRFVE6cNJ-T71-dYJW-Ued6MhWFUF1zSFvymU_uRv1_bEg_TyrZ750tgpd1H9PhKFlhiHwwz-j83cJmyKo0hYqzk6i5Zx_p5TXpgHTb7OpBsJ7P48Y4Ppsvzxd3QVtUd9ilvCEV-XQJ7fhkKZ13600A6um1pMWXYAAUwkzdm3un8uHXua6Nq-l2vM3z1ZTyjAgj7nvYa7o5ZNs_OcOy2wJMMdqFC889ZaT5MnwhxvMuCwk4oC2qeCYPhlozGGTQ2A2_2d9abDdl6nUk7gqcnJBKzXGM2vpZdzRFR2oN6Kpu1p_5pUtwpvTrpTef5ByUqFnYAY8\u0026s=KkXQoF8znu3JXIVm5ALvHgVJl3LZWvq5YNm_XrYKjeQD5iaY1yQCse2B_JKklJCBpAzj0g0H-GDWGnTX3tOM874xCJVSy_D-ofy-bEDESQRGSNsxyNFqIhV6ltmd1fKEJltmfLYDLUoHKWf7awxMZ03GyEDMMgMHmE859y9o5_3WLRWxiXPo2nFfXz3VxsKwcflCkErM5FlGn7ISQFNu0LF9opEGx-zNK4dupEtBZjBhBg4VYZJt1V9EkWtdlr4tAFrVFi2SaVbwLHweteSC44eW0Fv6Gq-puxbpzIPBLVVZ6_KmwMsMFhOYIxZT8ZjTf6LQk8mfmwXaDBZm34ZXgw\u0026h=oa5dXgC42siz62b4CF-bsu57Skxd6hX3mQz7HiBZ0AU+2": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/providers/Neon.Postgres/locations/CENTRALUSEUAP/operationStatuses/c3bd012c-3cf2-4f5f-a3b3-73e87e4b782b*706CEA960F77FC180CDB2A2C959D01B31E4334F3E1D7F8AEAAE94F83B1CC87BF?api-version=2024-08-01-preview\u0026t=638666683752945937\u0026c=MIIHhzCCBm-gAwIBAgITfAWKSDa5exA4mgXQ1AAABYpINjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjQwOTI0MDE1ODQ4WhcNMjUwMzIzMDE1ODQ4WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAJ4JVoRAfL0BbRxuhbOLqpKBb-91ikhj5uXwN0YFSGOv3Jm6P9C6Nj3qwvAjAZRCvEuD0PJeSbjHWw_LsN2uaXvVUwsZIl3Ji5dmBWvgG7sfDQyhzv8D1JJmJNeeAKRceKVx2_8sFLC0AS0G1rr1ceCV_0ZrZPLTqjfEGuA--EEmKOs70KQ47Kb9FC4W_Vg8f638H6v60zb5leDeQMjLZboLvkluERujKMWJSmTZizMWKD4CCJRF_rE1wjDqoGqpOza-3FZlTeVOpTEzHKRQ3OGdCVJVviigk-s9FQbRjeVnV8QVZkHGCtWAp4WMR8GP55vhHHVDEpin3mMw7p-cSMUCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRvOtcAMcPH33Bgz2VmyYdogz4j2DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBABmO88-7XRCIXOiojIRFVE6cNJ-T71-dYJW-Ued6MhWFUF1zSFvymU_uRv1_bEg_TyrZ750tgpd1H9PhKFlhiHwwz-j83cJmyKo0hYqzk6i5Zx_p5TXpgHTb7OpBsJ7P48Y4Ppsvzxd3QVtUd9ilvCEV-XQJ7fhkKZ13600A6um1pMWXYAAUwkzdm3un8uHXua6Nq-l2vM3z1ZTyjAgj7nvYa7o5ZNs_OcOy2wJMMdqFC889ZaT5MnwhxvMuCwk4oC2qeCYPhlozGGTQ2A2_2d9abDdl6nUk7gqcnJBKzXGM2vpZdzRFR2oN6Kpu1p_5pUtwpvTrpTef5ByUqFnYAY8\u0026s=KkXQoF8znu3JXIVm5ALvHgVJl3LZWvq5YNm_XrYKjeQD5iaY1yQCse2B_JKklJCBpAzj0g0H-GDWGnTX3tOM874xCJVSy_D-ofy-bEDESQRGSNsxyNFqIhV6ltmd1fKEJltmfLYDLUoHKWf7awxMZ03GyEDMMgMHmE859y9o5_3WLRWxiXPo2nFfXz3VxsKwcflCkErM5FlGn7ISQFNu0LF9opEGx-zNK4dupEtBZjBhBg4VYZJt1V9EkWtdlr4tAFrVFi2SaVbwLHweteSC44eW0Fv6Gq-puxbpzIPBLVVZ6_KmwMsMFhOYIxZT8ZjTf6LQk8mfmwXaDBZm34ZXgw\u0026h=oa5dXgC42siz62b4CF-bsu57Skxd6hX3mQz7HiBZ0AU", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "3" ], - "x-ms-client-request-id": [ "49a53c01-fe63-4d5a-a5c8-85a33c0cc9fa" ], - "CommandName": [ "New-AzNeonPostgresOrganization" ], - "FullCommandName": [ "New-AzNeonPostgresOrganization_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v12.1.0", "PSVersion/v7.4.6", "Az.NeonPostgres/0.1.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "ETag": [ "\"0000d3ed-0000-3300-0000-672e0e540000\"" ], - "x-ms-ratelimit-remaining-tenant-reads": [ "249" ], - "x-ms-request-id": [ "d5e8ae82-9873-437e-b63d-f5282111c9ea" ], - "x-ms-correlation-request-id": [ "57a0dc43-6fcc-427d-9f16-0a2c4884eece" ], - "x-ms-routing-request-id": [ "SOUTHINDIA:20241108T131329Z:57a0dc43-6fcc-427d-9f16-0a2c4884eece" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "X-Cache": [ "CONFIG_NOCACHE" ], - "X-MSEdge-Ref": [ "Ref A: 2FD5CAF3BF324DB8B8473088E8D17B65 Ref B: MAA201060516011 Ref C: 2024-11-08T13:13:28Z" ], - "Date": [ "Fri, 08 Nov 2024 13:13:28 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "506" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/providers/Neon.Postgres/locations/CENTRALUSEUAP/operationStatuses/c3bd012c-3cf2-4f5f-a3b3-73e87e4b782b*706CEA960F77FC180CDB2A2C959D01B31E4334F3E1D7F8AEAAE94F83B1CC87BF\",\"name\":\"c3bd012c-3cf2-4f5f-a3b3-73e87e4b782b*706CEA960F77FC180CDB2A2C959D01B31E4334F3E1D7F8AEAAE94F83B1CC87BF\",\"resourceId\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/NeonDemoRG/providers/Neon.Postgres/organizations/almasTestNeonPSRecord1A\",\"status\":\"Accepted\",\"startTime\":\"2024-11-08T13:12:52.5127194Z\"}", - "isContentBase64": false - } - }, - "New-AzNeonPostgresOrganization+[NoContext]+CreateExpanded+$GET+https://management.azure.com/providers/Neon.Postgres/locations/CENTRALUSEUAP/operationStatuses/c3bd012c-3cf2-4f5f-a3b3-73e87e4b782b*706CEA960F77FC180CDB2A2C959D01B31E4334F3E1D7F8AEAAE94F83B1CC87BF?api-version=2024-08-01-preview\u0026t=638666683752945937\u0026c=MIIHhzCCBm-gAwIBAgITfAWKSDa5exA4mgXQ1AAABYpINjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjQwOTI0MDE1ODQ4WhcNMjUwMzIzMDE1ODQ4WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAJ4JVoRAfL0BbRxuhbOLqpKBb-91ikhj5uXwN0YFSGOv3Jm6P9C6Nj3qwvAjAZRCvEuD0PJeSbjHWw_LsN2uaXvVUwsZIl3Ji5dmBWvgG7sfDQyhzv8D1JJmJNeeAKRceKVx2_8sFLC0AS0G1rr1ceCV_0ZrZPLTqjfEGuA--EEmKOs70KQ47Kb9FC4W_Vg8f638H6v60zb5leDeQMjLZboLvkluERujKMWJSmTZizMWKD4CCJRF_rE1wjDqoGqpOza-3FZlTeVOpTEzHKRQ3OGdCVJVviigk-s9FQbRjeVnV8QVZkHGCtWAp4WMR8GP55vhHHVDEpin3mMw7p-cSMUCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRvOtcAMcPH33Bgz2VmyYdogz4j2DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBABmO88-7XRCIXOiojIRFVE6cNJ-T71-dYJW-Ued6MhWFUF1zSFvymU_uRv1_bEg_TyrZ750tgpd1H9PhKFlhiHwwz-j83cJmyKo0hYqzk6i5Zx_p5TXpgHTb7OpBsJ7P48Y4Ppsvzxd3QVtUd9ilvCEV-XQJ7fhkKZ13600A6um1pMWXYAAUwkzdm3un8uHXua6Nq-l2vM3z1ZTyjAgj7nvYa7o5ZNs_OcOy2wJMMdqFC889ZaT5MnwhxvMuCwk4oC2qeCYPhlozGGTQ2A2_2d9abDdl6nUk7gqcnJBKzXGM2vpZdzRFR2oN6Kpu1p_5pUtwpvTrpTef5ByUqFnYAY8\u0026s=KkXQoF8znu3JXIVm5ALvHgVJl3LZWvq5YNm_XrYKjeQD5iaY1yQCse2B_JKklJCBpAzj0g0H-GDWGnTX3tOM874xCJVSy_D-ofy-bEDESQRGSNsxyNFqIhV6ltmd1fKEJltmfLYDLUoHKWf7awxMZ03GyEDMMgMHmE859y9o5_3WLRWxiXPo2nFfXz3VxsKwcflCkErM5FlGn7ISQFNu0LF9opEGx-zNK4dupEtBZjBhBg4VYZJt1V9EkWtdlr4tAFrVFi2SaVbwLHweteSC44eW0Fv6Gq-puxbpzIPBLVVZ6_KmwMsMFhOYIxZT8ZjTf6LQk8mfmwXaDBZm34ZXgw\u0026h=oa5dXgC42siz62b4CF-bsu57Skxd6hX3mQz7HiBZ0AU+3": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/providers/Neon.Postgres/locations/CENTRALUSEUAP/operationStatuses/c3bd012c-3cf2-4f5f-a3b3-73e87e4b782b*706CEA960F77FC180CDB2A2C959D01B31E4334F3E1D7F8AEAAE94F83B1CC87BF?api-version=2024-08-01-preview\u0026t=638666683752945937\u0026c=MIIHhzCCBm-gAwIBAgITfAWKSDa5exA4mgXQ1AAABYpINjANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjQwOTI0MDE1ODQ4WhcNMjUwMzIzMDE1ODQ4WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAJ4JVoRAfL0BbRxuhbOLqpKBb-91ikhj5uXwN0YFSGOv3Jm6P9C6Nj3qwvAjAZRCvEuD0PJeSbjHWw_LsN2uaXvVUwsZIl3Ji5dmBWvgG7sfDQyhzv8D1JJmJNeeAKRceKVx2_8sFLC0AS0G1rr1ceCV_0ZrZPLTqjfEGuA--EEmKOs70KQ47Kb9FC4W_Vg8f638H6v60zb5leDeQMjLZboLvkluERujKMWJSmTZizMWKD4CCJRF_rE1wjDqoGqpOza-3FZlTeVOpTEzHKRQ3OGdCVJVviigk-s9FQbRjeVnV8QVZkHGCtWAp4WMR8GP55vhHHVDEpin3mMw7p-cSMUCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBRvOtcAMcPH33Bgz2VmyYdogz4j2DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBABmO88-7XRCIXOiojIRFVE6cNJ-T71-dYJW-Ued6MhWFUF1zSFvymU_uRv1_bEg_TyrZ750tgpd1H9PhKFlhiHwwz-j83cJmyKo0hYqzk6i5Zx_p5TXpgHTb7OpBsJ7P48Y4Ppsvzxd3QVtUd9ilvCEV-XQJ7fhkKZ13600A6um1pMWXYAAUwkzdm3un8uHXua6Nq-l2vM3z1ZTyjAgj7nvYa7o5ZNs_OcOy2wJMMdqFC889ZaT5MnwhxvMuCwk4oC2qeCYPhlozGGTQ2A2_2d9abDdl6nUk7gqcnJBKzXGM2vpZdzRFR2oN6Kpu1p_5pUtwpvTrpTef5ByUqFnYAY8\u0026s=KkXQoF8znu3JXIVm5ALvHgVJl3LZWvq5YNm_XrYKjeQD5iaY1yQCse2B_JKklJCBpAzj0g0H-GDWGnTX3tOM874xCJVSy_D-ofy-bEDESQRGSNsxyNFqIhV6ltmd1fKEJltmfLYDLUoHKWf7awxMZ03GyEDMMgMHmE859y9o5_3WLRWxiXPo2nFfXz3VxsKwcflCkErM5FlGn7ISQFNu0LF9opEGx-zNK4dupEtBZjBhBg4VYZJt1V9EkWtdlr4tAFrVFi2SaVbwLHweteSC44eW0Fv6Gq-puxbpzIPBLVVZ6_KmwMsMFhOYIxZT8ZjTf6LQk8mfmwXaDBZm34ZXgw\u0026h=oa5dXgC42siz62b4CF-bsu57Skxd6hX3mQz7HiBZ0AU", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "4" ], - "x-ms-client-request-id": [ "49a53c01-fe63-4d5a-a5c8-85a33c0cc9fa" ], - "CommandName": [ "New-AzNeonPostgresOrganization" ], - "FullCommandName": [ "New-AzNeonPostgresOrganization_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v12.1.0", "PSVersion/v7.4.6", "Az.NeonPostgres/0.1.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "ETag": [ "\"0000dced-0000-3300-0000-672e0e950000\"" ], - "x-ms-ratelimit-remaining-tenant-reads": [ "249" ], - "x-ms-request-id": [ "ce035f5c-1c29-43f5-ac4d-ca10d2612347" ], - "x-ms-correlation-request-id": [ "807b2b2c-8b10-4725-a782-9bfea80e3a2d" ], - "x-ms-routing-request-id": [ "WESTINDIA:20241108T131400Z:807b2b2c-8b10-4725-a782-9bfea80e3a2d" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "X-Cache": [ "CONFIG_NOCACHE" ], - "X-MSEdge-Ref": [ "Ref A: 6664403B9AAD405BA36A55EF17B7A866 Ref B: MAA201060516011 Ref C: 2024-11-08T13:13:59Z" ], - "Date": [ "Fri, 08 Nov 2024 13:13:59 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "577" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/providers/Neon.Postgres/locations/CENTRALUSEUAP/operationStatuses/c3bd012c-3cf2-4f5f-a3b3-73e87e4b782b*706CEA960F77FC180CDB2A2C959D01B31E4334F3E1D7F8AEAAE94F83B1CC87BF\",\"name\":\"c3bd012c-3cf2-4f5f-a3b3-73e87e4b782b*706CEA960F77FC180CDB2A2C959D01B31E4334F3E1D7F8AEAAE94F83B1CC87BF\",\"resourceId\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/NeonDemoRG/providers/Neon.Postgres/organizations/almasTestNeonPSRecord1A\",\"status\":\"Succeeded\",\"startTime\":\"2024-11-08T13:12:52.5127194Z\",\"endTime\":\"2024-11-08T13:13:57.3643831Z\",\"error\":{},\"properties\":null}", - "isContentBase64": false - } - }, - "New-AzNeonPostgresOrganization+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/NeonDemoRG/providers/Neon.Postgres/organizations/almasTestNeonPSRecord1A?api-version=2024-08-01-preview+4": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/NeonDemoRG/providers/Neon.Postgres/organizations/almasTestNeonPSRecord1A?api-version=2024-08-01-preview", - "Content": null, - "isContentBase64": false, - "Headers": { - "Authorization": [ "[Filtered]" ], - "x-ms-unique-id": [ "5" ], - "x-ms-client-request-id": [ "49a53c01-fe63-4d5a-a5c8-85a33c0cc9fa" ], - "CommandName": [ "New-AzNeonPostgresOrganization" ], - "FullCommandName": [ "New-AzNeonPostgresOrganization_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v12.1.0", "PSVersion/v7.4.6", "Az.NeonPostgres/0.1.0" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "ETag": [ "\"02006c83-0000-3300-0000-672e0e960000\"" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], - "x-ms-providerhub-traffic": [ "True" ], - "x-ms-request-id": [ "760a7c87-7d69-478b-954c-dc5df9b7af80" ], - "x-ms-correlation-request-id": [ "4391c047-c3dc-46d6-b618-71bff66219c2" ], - "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], - "x-ms-routing-request-id": [ "WESTINDIA:20241108T131400Z:4391c047-c3dc-46d6-b618-71bff66219c2" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "X-Cache": [ "CONFIG_NOCACHE" ], - "X-MSEdge-Ref": [ "Ref A: E209561AABB9418D9CC36E2F6D98A06A Ref B: MAA201060516011 Ref C: 2024-11-08T13:14:00Z" ], - "Date": [ "Fri, 08 Nov 2024 13:14:00 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "1540" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/NeonDemoRG/providers/Neon.Postgres/organizations/almasTestNeonPSRecord1A\",\"name\":\"almasTestNeonPSRecord1A\",\"type\":\"neon.postgres/organizations\",\"location\":\"centraluseuap\",\"systemData\":{\"createdBy\":\"khanalmas@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-11-08T13:12:49.8725261Z\",\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2024-11-08T13:13:57.8982054Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"05336f7b-90c8-4e9f-c2b1-1d7cc83c5fa7\",\"subscriptionStatus\":\"Subscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Serverless Postgres - Free (Test_Liftr)\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Almas\",\"lastName\":\"Khan\",\"emailAddress\":\"khanalmas@microsoft.com\",\"upn\":\"khanalmas_microsoft.com#EXT#@qumulotesttenant2.onmicrosoft.com\",\"phoneNumber\":\"+1234567890\"},\"companyDetails\":{\"companyName\":\"DemoCompany\",\"country\":\"USA\",\"officeAddress\":\"1234 Azure Ave\",\"businessPhone\":\"+1234567890\",\"domain\":\"demo.com\",\"numberOfEmployees\":500},\"provisioningState\":\"Succeeded\",\"partnerOrganizationProperties\":{\"organizationId\":\"org-summer-sound-21518919\",\"organizationName\":\"PartnerOrgRecord1A\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"enterpriseAppId\":\"app12345\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-summer-sound-21518919\",\"aadDomains\":[\"partnerorg.com\"]}}}}", + "Content": "{\"error\":{\"code\":\"InvalidAuthenticationTokenTenant\",\"message\":\"The access token is from the wrong issuer \u0027https://sts.windows.net/f27f5a05-ee13-4d31-b6d9-6bfe7b758c17/\u0027. It must match the tenant \u0027https://sts.windows.net/c8604a67-8a77-4032-85a9-c6a9aaac5a7c/\u0027 associated with this subscription. Please use the authority (URL) \u0027https://login.windows.net/c8604a67-8a77-4032-85a9-c6a9aaac5a7c\u0027 to get the token. Note, if the subscription is transferred to another tenant there is no impact to the services, but information about new tenant could take time to propagate (up to an hour). If you just transferred your subscription and see this error message, please try back later.\"}}", "isContentBase64": false } } diff --git a/src/NeonPostgres/NeonPostgres.Autorest/test/New-AzNeonPostgresProject.Tests.ps1 b/src/NeonPostgres/NeonPostgres.Autorest/test/New-AzNeonPostgresProject.Tests.ps1 new file mode 100644 index 000000000000..660ca9ff2628 --- /dev/null +++ b/src/NeonPostgres/NeonPostgres.Autorest/test/New-AzNeonPostgresProject.Tests.ps1 @@ -0,0 +1,29 @@ +if(($null -eq $TestName) -or ($TestName -contains 'New-AzNeonPostgresProject')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'New-AzNeonPostgresProject.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'New-AzNeonPostgresProject' { + It 'CreateExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'CreateViaJsonFilePath' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'CreateViaJsonString' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/NeonPostgres/NeonPostgres.Autorest/test/Remove-AzNeonPostgresBranch.Tests.ps1 b/src/NeonPostgres/NeonPostgres.Autorest/test/Remove-AzNeonPostgresBranch.Tests.ps1 new file mode 100644 index 000000000000..2a50324fe1c1 --- /dev/null +++ b/src/NeonPostgres/NeonPostgres.Autorest/test/Remove-AzNeonPostgresBranch.Tests.ps1 @@ -0,0 +1,33 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Remove-AzNeonPostgresBranch')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Remove-AzNeonPostgresBranch.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Remove-AzNeonPostgresBranch' { + It 'Delete' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'DeleteViaIdentityProject' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'DeleteViaIdentityOrganization' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'DeleteViaIdentity' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/NeonPostgres/NeonPostgres.Autorest/test/Remove-AzNeonPostgresOrganization.Recording.json b/src/NeonPostgres/NeonPostgres.Autorest/test/Remove-AzNeonPostgresOrganization.Recording.json index 5b8506887ff5..5fc24c73464e 100644 --- a/src/NeonPostgres/NeonPostgres.Autorest/test/Remove-AzNeonPostgresOrganization.Recording.json +++ b/src/NeonPostgres/NeonPostgres.Autorest/test/Remove-AzNeonPostgresOrganization.Recording.json @@ -1,42 +1,43 @@ { - "Remove-AzNeonPostgresOrganization+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/AlmasNeonTesting/providers/Neon.Postgres/organizations/AlmasPSTest1?api-version=2024-08-01-preview+1": { + "Remove-AzNeonPostgresOrganization+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/68a546de-5736-48e8-a69a-5cc636794112/resourceGroups/AlmasNeonTesting/providers/Neon.Postgres/organizations/AlmasPSTest1?api-version=2025-03-01+1": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/AlmasNeonTesting/providers/Neon.Postgres/organizations/AlmasPSTest1?api-version=2024-08-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/68a546de-5736-48e8-a69a-5cc636794112/resourceGroups/AlmasNeonTesting/providers/Neon.Postgres/organizations/AlmasPSTest1?api-version=2025-03-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "6" ], - "x-ms-client-request-id": [ "f5980aa4-ab1d-4dd0-956b-342880d27c7e" ], + "x-ms-unique-id": [ "3" ], + "x-ms-client-request-id": [ "023508c8-93c4-45b3-b4e2-bdcfa492fd75" ], "CommandName": [ "Remove-AzNeonPostgresOrganization" ], "FullCommandName": [ "Remove-AzNeonPostgresOrganization_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v12.1.0", "PSVersion/v7.4.6", "Az.NeonPostgres/0.1.0" ], + "User-Agent": [ "AzurePowershell/v8.2.0", "PSVersion/v7.5.0", "Az.NeonPostgres/0.1.0" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { } }, "Response": { - "StatusCode": 204, + "StatusCode": 404, "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "199" ], - "x-ms-ratelimit-remaining-subscription-global-deletes": [ "2999" ], - "x-ms-request-id": [ "10e4d8c5-8397-4fb3-854c-088a5ddc4f94" ], - "x-ms-correlation-request-id": [ "10e4d8c5-8397-4fb3-854c-088a5ddc4f94" ], - "x-ms-routing-request-id": [ "SOUTHINDIA:20241108T131401Z:10e4d8c5-8397-4fb3-854c-088a5ddc4f94" ], + "x-ms-failure-cause": [ "gateway" ], + "x-ms-request-id": [ "0d184f06-ebb8-4f09-9d82-7e869147dc05" ], + "x-ms-correlation-request-id": [ "0d184f06-ebb8-4f09-9d82-7e869147dc05" ], + "x-ms-routing-request-id": [ "SOUTHINDIA:20250426T075317Z:0d184f06-ebb8-4f09-9d82-7e869147dc05" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "X-Cache": [ "CONFIG_NOCACHE" ], - "X-MSEdge-Ref": [ "Ref A: 1537C0FF80C445B48C0F315962A68132 Ref B: MAA201060516011 Ref C: 2024-11-08T13:14:01Z" ], - "Date": [ "Fri, 08 Nov 2024 13:14:01 GMT" ] + "X-MSEdge-Ref": [ "Ref A: 130DE13D094746F991B920C61EC309EF Ref B: MAA201060514039 Ref C: 2025-04-26T07:53:16Z" ], + "Date": [ "Sat, 26 Apr 2025 07:53:16 GMT" ] }, "ContentHeaders": { + "Content-Length": [ "108" ], + "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": null, + "Content": "{\"error\":{\"code\":\"ResourceGroupNotFound\",\"message\":\"Resource group \u0027AlmasNeonTesting\u0027 could not be found.\"}}", "isContentBase64": false } } diff --git a/src/NeonPostgres/NeonPostgres.Autorest/test/Remove-AzNeonPostgresProject.Tests.ps1 b/src/NeonPostgres/NeonPostgres.Autorest/test/Remove-AzNeonPostgresProject.Tests.ps1 new file mode 100644 index 000000000000..da4b7d8a29d6 --- /dev/null +++ b/src/NeonPostgres/NeonPostgres.Autorest/test/Remove-AzNeonPostgresProject.Tests.ps1 @@ -0,0 +1,29 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Remove-AzNeonPostgresProject')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Remove-AzNeonPostgresProject.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Remove-AzNeonPostgresProject' { + It 'Delete' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'DeleteViaIdentityOrganization' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'DeleteViaIdentity' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/NeonPostgres/NeonPostgres.Autorest/test/Update-AzNeonPostgresBranch.Tests.ps1 b/src/NeonPostgres/NeonPostgres.Autorest/test/Update-AzNeonPostgresBranch.Tests.ps1 new file mode 100644 index 000000000000..dc282fff12f4 --- /dev/null +++ b/src/NeonPostgres/NeonPostgres.Autorest/test/Update-AzNeonPostgresBranch.Tests.ps1 @@ -0,0 +1,33 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Update-AzNeonPostgresBranch')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Update-AzNeonPostgresBranch.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Update-AzNeonPostgresBranch' { + It 'UpdateExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'UpdateViaIdentityProjectExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'UpdateViaIdentityOrganizationExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'UpdateViaIdentityExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/NeonPostgres/NeonPostgres.Autorest/test/Update-AzNeonPostgresOrganization.Recording.json b/src/NeonPostgres/NeonPostgres.Autorest/test/Update-AzNeonPostgresOrganization.Recording.json index c64bff1ee04e..f42acccc3643 100644 --- a/src/NeonPostgres/NeonPostgres.Autorest/test/Update-AzNeonPostgresOrganization.Recording.json +++ b/src/NeonPostgres/NeonPostgres.Autorest/test/Update-AzNeonPostgresOrganization.Recording.json @@ -1,8 +1,8 @@ { - "Update-AzNeonPostgresOrganization+[NoContext]+UpdateExpanded+$PATCH+https://management.azure.com/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/NeonDemoRG/providers/Neon.Postgres/organizations/almasTestNeonPSRecord1A?api-version=2024-08-01-preview+1": { + "Update-AzNeonPostgresOrganization+[NoContext]+UpdateExpanded+$PATCH+https://management.azure.com/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/NeonDemoRG/providers/Neon.Postgres/organizations/almasTestNeonPSRecord1A?api-version=2025-03-01+1": { "Request": { "Method": "PATCH", - "RequestUri": "https://management.azure.com/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/NeonDemoRG/providers/Neon.Postgres/organizations/almasTestNeonPSRecord1A?api-version=2024-08-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/NeonDemoRG/providers/Neon.Postgres/organizations/almasTestNeonPSRecord1A?api-version=2025-03-01", "Content": "{\r\n \"properties\": {\r\n \"userDetails\": {\r\n \"firstName\": \"Almas\",\r\n \"lastName\": \"Khan\",\r\n \"emailAddress\": \"khanalmas@microsoft.com\",\r\n \"upn\": \"khanalmas_microsoft.com#EXT#@qumulotesttenant2.onmicrosoft.com\",\r\n \"phoneNumber\": \"+1234567890\"\r\n },\r\n \"companyDetails\": {\r\n \"companyName\": \"DemoCompany\",\r\n \"country\": \"USA\",\r\n \"officeAddress\": \"1234 Azure Ave\",\r\n \"businessPhone\": \"+1234567890\",\r\n \"domain\": \"demo.com\",\r\n \"numberOfEmployees\": 500\r\n },\r\n \"partnerOrganizationProperties\": {\r\n \"singleSignOnProperties\": {\r\n \"singleSignOnState\": \"Enable\",\r\n \"enterpriseAppId\": \"app12345\",\r\n \"singleSignOnUrl\": \"https://sso.partnerorg.com\",\r\n \"aadDomains\": [ \"partnerorg.com\" ]\r\n },\r\n \"organizationId\": \"org12345\",\r\n \"organizationName\": \"PartnerOrgRecord1A\"\r\n }\r\n }\r\n}", "isContentBase64": false, "Headers": { @@ -13,29 +13,27 @@ } }, "Response": { - "StatusCode": 200, + "StatusCode": 401, "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "ETag": [ "\"02000384-0000-3300-0000-672e0e9b0000\"" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "199" ], - "x-ms-providerhub-traffic": [ "True" ], - "x-ms-request-id": [ "fd6afe66-8265-4b88-8b09-dbc66ab516c1" ], - "x-ms-correlation-request-id": [ "7d3bffea-ef08-4ffd-8f0e-28863fbb4cd8" ], - "x-ms-ratelimit-remaining-subscription-global-writes": [ "2999" ], - "x-ms-routing-request-id": [ "SOUTHINDIA:20241108T131403Z:7d3bffea-ef08-4ffd-8f0e-28863fbb4cd8" ], + "WWW-Authenticate": [ "Bearer authorization_uri=\"https://login.windows.net/c8604a67-8a77-4032-85a9-c6a9aaac5a7c\", error=\"invalid_token\", error_description=\"The access token is from the wrong issuer. It must match the tenant associated with this subscription. Please use correct authority to get the token.\"" ], + "x-ms-failure-cause": [ "gateway" ], + "x-ms-request-id": [ "48c8e8b0-bb3d-46e9-81a7-d131c3dfb98b" ], + "x-ms-correlation-request-id": [ "48c8e8b0-bb3d-46e9-81a7-d131c3dfb98b" ], + "x-ms-routing-request-id": [ "WESTINDIA:20250426T075318Z:48c8e8b0-bb3d-46e9-81a7-d131c3dfb98b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "X-Cache": [ "CONFIG_NOCACHE" ], - "X-MSEdge-Ref": [ "Ref A: 827C63AFF55E4E51828AEAEA8F727BB7 Ref B: MAA201060516011 Ref C: 2024-11-08T13:14:02Z" ], - "Date": [ "Fri, 08 Nov 2024 13:14:03 GMT" ] + "X-MSEdge-Ref": [ "Ref A: 0D6AFA6FF9FD416595A354F6CEA2F727 Ref B: MAA201060514039 Ref C: 2025-04-26T07:53:18Z" ], + "Date": [ "Sat, 26 Apr 2025 07:53:18 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "1468" ], + "Content-Length": [ "677" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/NeonDemoRG/providers/Neon.Postgres/organizations/almasTestNeonPSRecord1A\",\"name\":\"almasTestNeonPSRecord1A\",\"type\":\"neon.postgres/organizations\",\"location\":\"centraluseuap\",\"systemData\":{\"createdBy\":\"khanalmas@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2024-11-08T13:12:49.8725261Z\",\"lastModifiedBy\":\"khanalmas@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2024-11-08T13:14:02.7229596Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"05336f7b-90c8-4e9f-c2b1-1d7cc83c5fa7\",\"subscriptionStatus\":\"Subscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Serverless Postgres - Free (Test_Liftr)\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Almas\",\"lastName\":\"Khan\",\"emailAddress\":\"khanalmas@microsoft.com\",\"upn\":\"khanalmas_microsoft.com#EXT#@qumulotesttenant2.onmicrosoft.com\",\"phoneNumber\":\"+1234567890\"},\"companyDetails\":{\"companyName\":\"DemoCompany\",\"country\":\"USA\",\"officeAddress\":\"1234 Azure Ave\",\"businessPhone\":\"+1234567890\",\"domain\":\"demo.com\",\"numberOfEmployees\":500},\"provisioningState\":\"Succeeded\",\"partnerOrganizationProperties\":{\"organizationId\":\"org12345\",\"organizationName\":\"PartnerOrgRecord1A\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"enterpriseAppId\":\"app12345\",\"singleSignOnUrl\":\"https://sso.partnerorg.com\",\"aadDomains\":[\"partnerorg.com\"]}}}}", + "Content": "{\"error\":{\"code\":\"InvalidAuthenticationTokenTenant\",\"message\":\"The access token is from the wrong issuer \u0027https://sts.windows.net/f27f5a05-ee13-4d31-b6d9-6bfe7b758c17/\u0027. It must match the tenant \u0027https://sts.windows.net/c8604a67-8a77-4032-85a9-c6a9aaac5a7c/\u0027 associated with this subscription. Please use the authority (URL) \u0027https://login.windows.net/c8604a67-8a77-4032-85a9-c6a9aaac5a7c\u0027 to get the token. Note, if the subscription is transferred to another tenant there is no impact to the services, but information about new tenant could take time to propagate (up to an hour). If you just transferred your subscription and see this error message, please try back later.\"}}", "isContentBase64": false } } diff --git a/src/NeonPostgres/NeonPostgres.Autorest/test/Update-AzNeonPostgresProject.Tests.ps1 b/src/NeonPostgres/NeonPostgres.Autorest/test/Update-AzNeonPostgresProject.Tests.ps1 new file mode 100644 index 000000000000..af668144df30 --- /dev/null +++ b/src/NeonPostgres/NeonPostgres.Autorest/test/Update-AzNeonPostgresProject.Tests.ps1 @@ -0,0 +1,29 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Update-AzNeonPostgresProject')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Update-AzNeonPostgresProject.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Update-AzNeonPostgresProject' { + It 'UpdateExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'UpdateViaIdentityOrganizationExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'UpdateViaIdentityExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/NeonPostgres/NeonPostgres.Autorest/test/env.json b/src/NeonPostgres/NeonPostgres.Autorest/test/env.json index 5fe1b9853617..85340293810d 100644 --- a/src/NeonPostgres/NeonPostgres.Autorest/test/env.json +++ b/src/NeonPostgres/NeonPostgres.Autorest/test/env.json @@ -1,4 +1,4 @@ { - "Tenant": "c8604a67-8a77-4032-85a9-c6a9aaac5a7c", - "SubscriptionId": "5d9a6cc3-4e60-4b41-be79-d28f0a01074e" + "Tenant": "f27f5a05-ee13-4d31-b6d9-6bfe7b758c17", + "SubscriptionId": "68a546de-5736-48e8-a69a-5cc636794112" } diff --git a/src/NeonPostgres/NeonPostgres.sln b/src/NeonPostgres/NeonPostgres.sln index 65ac01cf6fa1..78f40bf06533 100644 --- a/src/NeonPostgres/NeonPostgres.sln +++ b/src/NeonPostgres/NeonPostgres.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 17 VisualStudioVersion = 17.0.31903.59 @@ -19,49 +19,119 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authenticators", "..\Accoun EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NeonPostgres", "NeonPostgres\NeonPostgres.csproj", "{E54B0A08-39BC-4187-9CC7-E50FDCDD6E49}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.NeonPostgres", "..\..\generated\NeonPostgres\NeonPostgres.Autorest\Az.NeonPostgres.csproj", "{CE244FA5-D8FB-4BD8-A7E9-1287B199A262}" +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "NeonPostgres.Autorest", "NeonPostgres.Autorest", "{09A05D78-78C2-038B-C4A6-250AE9CB2F67}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.NeonPostgres", "..\..\generated\NeonPostgres\NeonPostgres.Autorest\Az.NeonPostgres.csproj", "{B22DAE90-799D-4E37-AF2B-E0714AA707FB}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU + Debug|x64 = Debug|x64 + Debug|x86 = Debug|x86 Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE + Release|x64 = Release|x64 + Release|x86 = Release|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {880CB216-FFD4-48DB-9082-BFCE532A13A4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {880CB216-FFD4-48DB-9082-BFCE532A13A4}.Debug|Any CPU.Build.0 = Debug|Any CPU + {880CB216-FFD4-48DB-9082-BFCE532A13A4}.Debug|x64.ActiveCfg = Debug|Any CPU + {880CB216-FFD4-48DB-9082-BFCE532A13A4}.Debug|x64.Build.0 = Debug|Any CPU + {880CB216-FFD4-48DB-9082-BFCE532A13A4}.Debug|x86.ActiveCfg = Debug|Any CPU + {880CB216-FFD4-48DB-9082-BFCE532A13A4}.Debug|x86.Build.0 = Debug|Any CPU {880CB216-FFD4-48DB-9082-BFCE532A13A4}.Release|Any CPU.ActiveCfg = Release|Any CPU {880CB216-FFD4-48DB-9082-BFCE532A13A4}.Release|Any CPU.Build.0 = Release|Any CPU + {880CB216-FFD4-48DB-9082-BFCE532A13A4}.Release|x64.ActiveCfg = Release|Any CPU + {880CB216-FFD4-48DB-9082-BFCE532A13A4}.Release|x64.Build.0 = Release|Any CPU + {880CB216-FFD4-48DB-9082-BFCE532A13A4}.Release|x86.ActiveCfg = Release|Any CPU + {880CB216-FFD4-48DB-9082-BFCE532A13A4}.Release|x86.Build.0 = Release|Any CPU {8B16A1CE-A184-40F1-BB54-A1BFE1B9E76D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {8B16A1CE-A184-40F1-BB54-A1BFE1B9E76D}.Debug|Any CPU.Build.0 = Debug|Any CPU + {8B16A1CE-A184-40F1-BB54-A1BFE1B9E76D}.Debug|x64.ActiveCfg = Debug|Any CPU + {8B16A1CE-A184-40F1-BB54-A1BFE1B9E76D}.Debug|x64.Build.0 = Debug|Any CPU + {8B16A1CE-A184-40F1-BB54-A1BFE1B9E76D}.Debug|x86.ActiveCfg = Debug|Any CPU + {8B16A1CE-A184-40F1-BB54-A1BFE1B9E76D}.Debug|x86.Build.0 = Debug|Any CPU {8B16A1CE-A184-40F1-BB54-A1BFE1B9E76D}.Release|Any CPU.ActiveCfg = Release|Any CPU {8B16A1CE-A184-40F1-BB54-A1BFE1B9E76D}.Release|Any CPU.Build.0 = Release|Any CPU + {8B16A1CE-A184-40F1-BB54-A1BFE1B9E76D}.Release|x64.ActiveCfg = Release|Any CPU + {8B16A1CE-A184-40F1-BB54-A1BFE1B9E76D}.Release|x64.Build.0 = Release|Any CPU + {8B16A1CE-A184-40F1-BB54-A1BFE1B9E76D}.Release|x86.ActiveCfg = Release|Any CPU + {8B16A1CE-A184-40F1-BB54-A1BFE1B9E76D}.Release|x86.Build.0 = Release|Any CPU {A0A71B19-792D-4041-B840-CF075E750025}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {A0A71B19-792D-4041-B840-CF075E750025}.Debug|Any CPU.Build.0 = Debug|Any CPU + {A0A71B19-792D-4041-B840-CF075E750025}.Debug|x64.ActiveCfg = Debug|Any CPU + {A0A71B19-792D-4041-B840-CF075E750025}.Debug|x64.Build.0 = Debug|Any CPU + {A0A71B19-792D-4041-B840-CF075E750025}.Debug|x86.ActiveCfg = Debug|Any CPU + {A0A71B19-792D-4041-B840-CF075E750025}.Debug|x86.Build.0 = Debug|Any CPU {A0A71B19-792D-4041-B840-CF075E750025}.Release|Any CPU.ActiveCfg = Release|Any CPU {A0A71B19-792D-4041-B840-CF075E750025}.Release|Any CPU.Build.0 = Release|Any CPU + {A0A71B19-792D-4041-B840-CF075E750025}.Release|x64.ActiveCfg = Release|Any CPU + {A0A71B19-792D-4041-B840-CF075E750025}.Release|x64.Build.0 = Release|Any CPU + {A0A71B19-792D-4041-B840-CF075E750025}.Release|x86.ActiveCfg = Release|Any CPU + {A0A71B19-792D-4041-B840-CF075E750025}.Release|x86.Build.0 = Release|Any CPU {A03BADF8-6755-42F9-BC0B-A866A7D55D3E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {A03BADF8-6755-42F9-BC0B-A866A7D55D3E}.Debug|Any CPU.Build.0 = Debug|Any CPU + {A03BADF8-6755-42F9-BC0B-A866A7D55D3E}.Debug|x64.ActiveCfg = Debug|Any CPU + {A03BADF8-6755-42F9-BC0B-A866A7D55D3E}.Debug|x64.Build.0 = Debug|Any CPU + {A03BADF8-6755-42F9-BC0B-A866A7D55D3E}.Debug|x86.ActiveCfg = Debug|Any CPU + {A03BADF8-6755-42F9-BC0B-A866A7D55D3E}.Debug|x86.Build.0 = Debug|Any CPU {A03BADF8-6755-42F9-BC0B-A866A7D55D3E}.Release|Any CPU.ActiveCfg = Release|Any CPU {A03BADF8-6755-42F9-BC0B-A866A7D55D3E}.Release|Any CPU.Build.0 = Release|Any CPU + {A03BADF8-6755-42F9-BC0B-A866A7D55D3E}.Release|x64.ActiveCfg = Release|Any CPU + {A03BADF8-6755-42F9-BC0B-A866A7D55D3E}.Release|x64.Build.0 = Release|Any CPU + {A03BADF8-6755-42F9-BC0B-A866A7D55D3E}.Release|x86.ActiveCfg = Release|Any CPU + {A03BADF8-6755-42F9-BC0B-A866A7D55D3E}.Release|x86.Build.0 = Release|Any CPU {B90210A7-684A-4CA5-B91A-594A2DEF312A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {B90210A7-684A-4CA5-B91A-594A2DEF312A}.Debug|Any CPU.Build.0 = Debug|Any CPU + {B90210A7-684A-4CA5-B91A-594A2DEF312A}.Debug|x64.ActiveCfg = Debug|Any CPU + {B90210A7-684A-4CA5-B91A-594A2DEF312A}.Debug|x64.Build.0 = Debug|Any CPU + {B90210A7-684A-4CA5-B91A-594A2DEF312A}.Debug|x86.ActiveCfg = Debug|Any CPU + {B90210A7-684A-4CA5-B91A-594A2DEF312A}.Debug|x86.Build.0 = Debug|Any CPU {B90210A7-684A-4CA5-B91A-594A2DEF312A}.Release|Any CPU.ActiveCfg = Release|Any CPU {B90210A7-684A-4CA5-B91A-594A2DEF312A}.Release|Any CPU.Build.0 = Release|Any CPU + {B90210A7-684A-4CA5-B91A-594A2DEF312A}.Release|x64.ActiveCfg = Release|Any CPU + {B90210A7-684A-4CA5-B91A-594A2DEF312A}.Release|x64.Build.0 = Release|Any CPU + {B90210A7-684A-4CA5-B91A-594A2DEF312A}.Release|x86.ActiveCfg = Release|Any CPU + {B90210A7-684A-4CA5-B91A-594A2DEF312A}.Release|x86.Build.0 = Release|Any CPU {877C04A6-82B1-440A-81DA-FF8DB1E2DA85}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {877C04A6-82B1-440A-81DA-FF8DB1E2DA85}.Debug|Any CPU.Build.0 = Debug|Any CPU + {877C04A6-82B1-440A-81DA-FF8DB1E2DA85}.Debug|x64.ActiveCfg = Debug|Any CPU + {877C04A6-82B1-440A-81DA-FF8DB1E2DA85}.Debug|x64.Build.0 = Debug|Any CPU + {877C04A6-82B1-440A-81DA-FF8DB1E2DA85}.Debug|x86.ActiveCfg = Debug|Any CPU + {877C04A6-82B1-440A-81DA-FF8DB1E2DA85}.Debug|x86.Build.0 = Debug|Any CPU {877C04A6-82B1-440A-81DA-FF8DB1E2DA85}.Release|Any CPU.ActiveCfg = Release|Any CPU {877C04A6-82B1-440A-81DA-FF8DB1E2DA85}.Release|Any CPU.Build.0 = Release|Any CPU + {877C04A6-82B1-440A-81DA-FF8DB1E2DA85}.Release|x64.ActiveCfg = Release|Any CPU + {877C04A6-82B1-440A-81DA-FF8DB1E2DA85}.Release|x64.Build.0 = Release|Any CPU + {877C04A6-82B1-440A-81DA-FF8DB1E2DA85}.Release|x86.ActiveCfg = Release|Any CPU + {877C04A6-82B1-440A-81DA-FF8DB1E2DA85}.Release|x86.Build.0 = Release|Any CPU {E54B0A08-39BC-4187-9CC7-E50FDCDD6E49}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {E54B0A08-39BC-4187-9CC7-E50FDCDD6E49}.Debug|Any CPU.Build.0 = Debug|Any CPU + {E54B0A08-39BC-4187-9CC7-E50FDCDD6E49}.Debug|x64.ActiveCfg = Debug|Any CPU + {E54B0A08-39BC-4187-9CC7-E50FDCDD6E49}.Debug|x64.Build.0 = Debug|Any CPU + {E54B0A08-39BC-4187-9CC7-E50FDCDD6E49}.Debug|x86.ActiveCfg = Debug|Any CPU + {E54B0A08-39BC-4187-9CC7-E50FDCDD6E49}.Debug|x86.Build.0 = Debug|Any CPU {E54B0A08-39BC-4187-9CC7-E50FDCDD6E49}.Release|Any CPU.ActiveCfg = Release|Any CPU {E54B0A08-39BC-4187-9CC7-E50FDCDD6E49}.Release|Any CPU.Build.0 = Release|Any CPU - {CE244FA5-D8FB-4BD8-A7E9-1287B199A262}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {CE244FA5-D8FB-4BD8-A7E9-1287B199A262}.Debug|Any CPU.Build.0 = Debug|Any CPU - {CE244FA5-D8FB-4BD8-A7E9-1287B199A262}.Release|Any CPU.ActiveCfg = Release|Any CPU - {CE244FA5-D8FB-4BD8-A7E9-1287B199A262}.Release|Any CPU.Build.0 = Release|Any CPU + {E54B0A08-39BC-4187-9CC7-E50FDCDD6E49}.Release|x64.ActiveCfg = Release|Any CPU + {E54B0A08-39BC-4187-9CC7-E50FDCDD6E49}.Release|x64.Build.0 = Release|Any CPU + {E54B0A08-39BC-4187-9CC7-E50FDCDD6E49}.Release|x86.ActiveCfg = Release|Any CPU + {E54B0A08-39BC-4187-9CC7-E50FDCDD6E49}.Release|x86.Build.0 = Release|Any CPU + {B22DAE90-799D-4E37-AF2B-E0714AA707FB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {B22DAE90-799D-4E37-AF2B-E0714AA707FB}.Debug|Any CPU.Build.0 = Debug|Any CPU + {B22DAE90-799D-4E37-AF2B-E0714AA707FB}.Debug|x64.ActiveCfg = Debug|Any CPU + {B22DAE90-799D-4E37-AF2B-E0714AA707FB}.Debug|x64.Build.0 = Debug|Any CPU + {B22DAE90-799D-4E37-AF2B-E0714AA707FB}.Debug|x86.ActiveCfg = Debug|Any CPU + {B22DAE90-799D-4E37-AF2B-E0714AA707FB}.Debug|x86.Build.0 = Debug|Any CPU + {B22DAE90-799D-4E37-AF2B-E0714AA707FB}.Release|Any CPU.ActiveCfg = Release|Any CPU + {B22DAE90-799D-4E37-AF2B-E0714AA707FB}.Release|Any CPU.Build.0 = Release|Any CPU + {B22DAE90-799D-4E37-AF2B-E0714AA707FB}.Release|x64.ActiveCfg = Release|Any CPU + {B22DAE90-799D-4E37-AF2B-E0714AA707FB}.Release|x64.Build.0 = Release|Any CPU + {B22DAE90-799D-4E37-AF2B-E0714AA707FB}.Release|x86.ActiveCfg = Release|Any CPU + {B22DAE90-799D-4E37-AF2B-E0714AA707FB}.Release|x86.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE EndGlobalSection GlobalSection(NestedProjects) = preSolution {880CB216-FFD4-48DB-9082-BFCE532A13A4} = {595B2E4A-7EE3-460E-898F-0C7D79DE4FCE} @@ -70,5 +140,6 @@ Global {A03BADF8-6755-42F9-BC0B-A866A7D55D3E} = {595B2E4A-7EE3-460E-898F-0C7D79DE4FCE} {B90210A7-684A-4CA5-B91A-594A2DEF312A} = {595B2E4A-7EE3-460E-898F-0C7D79DE4FCE} {877C04A6-82B1-440A-81DA-FF8DB1E2DA85} = {595B2E4A-7EE3-460E-898F-0C7D79DE4FCE} + {B22DAE90-799D-4E37-AF2B-E0714AA707FB} = {09A05D78-78C2-038B-C4A6-250AE9CB2F67} EndGlobalSection EndGlobal diff --git a/src/NeonPostgres/NeonPostgres/Az.NeonPostgres.psd1 b/src/NeonPostgres/NeonPostgres/Az.NeonPostgres.psd1 index e02aed942cb2..4f7e187c6329 100644 --- a/src/NeonPostgres/NeonPostgres/Az.NeonPostgres.psd1 +++ b/src/NeonPostgres/NeonPostgres/Az.NeonPostgres.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 1/9/2025 +# Generated on: 26-04-2025 # @{ @@ -51,16 +51,16 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '4.0.1'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '4.1.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'NeonPostgres.Autorest/bin/Az.NeonPostgres.private.dll' # Script files (.ps1) that are run in the caller's environment prior to importing this module. -# ScriptsToProcess = @() +ScriptsToProcess = @() # Type files (.ps1xml) to be loaded when importing this module -# TypesToProcess = @() +TypesToProcess = @() # Format files (.ps1xml) to be loaded when importing this module FormatsToProcess = 'NeonPostgres.Autorest/Az.NeonPostgres.format.ps1xml' @@ -69,9 +69,15 @@ FormatsToProcess = 'NeonPostgres.Autorest/Az.NeonPostgres.format.ps1xml' NestedModules = @('NeonPostgres.Autorest/Az.NeonPostgres.psm1') # Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export. -FunctionsToExport = 'Get-AzNeonPostgresOrganization', 'New-AzNeonPostgresOrganization', - 'Remove-AzNeonPostgresOrganization', - 'Update-AzNeonPostgresOrganization' +FunctionsToExport = 'Get-AzNeonPostgresBranch', 'Get-AzNeonPostgresNeonDatabase', + 'Get-AzNeonPostgresNeonRole', 'Get-AzNeonPostgresOrganization', + 'Get-AzNeonPostgresProject', + 'Get-AzNeonPostgresProjectConnectionUri', + 'New-AzNeonPostgresBranch', 'New-AzNeonPostgresOrganization', + 'New-AzNeonPostgresProject', 'Remove-AzNeonPostgresBranch', + 'Remove-AzNeonPostgresOrganization', 'Remove-AzNeonPostgresProject', + 'Update-AzNeonPostgresBranch', 'Update-AzNeonPostgresOrganization', + 'Update-AzNeonPostgresProject' # Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export. CmdletsToExport = @() @@ -97,7 +103,7 @@ PrivateData = @{ PSData = @{ # Tags applied to this module. These help with module discovery in online galleries. - Tags = 'Azure','ResourceManager','ARM','PSModule','NeonPostgres' + Tags = 'Azure', 'ResourceManager', 'ARM', 'PSModule', 'NeonPostgres' # A URL to the license for this module. LicenseUri = 'https://aka.ms/azps-license' @@ -122,7 +128,7 @@ PrivateData = @{ } # End of PSData hashtable - } # End of PrivateData hashtable +} # End of PrivateData hashtable # HelpInfo URI of this module # HelpInfoURI = '' diff --git a/src/NeonPostgres/NeonPostgres/help/Az.NeonPostgres.md b/src/NeonPostgres/NeonPostgres/help/Az.NeonPostgres.md index a84086b92b56..19a319418a77 100644 --- a/src/NeonPostgres/NeonPostgres/help/Az.NeonPostgres.md +++ b/src/NeonPostgres/NeonPostgres/help/Az.NeonPostgres.md @@ -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 + diff --git a/src/NeonPostgres/NeonPostgres/help/Get-AzNeonPostgresBranch.md b/src/NeonPostgres/NeonPostgres/help/Get-AzNeonPostgresBranch.md new file mode 100644 index 000000000000..e0e30cf5fb6a --- /dev/null +++ b/src/NeonPostgres/NeonPostgres/help/Get-AzNeonPostgresBranch.md @@ -0,0 +1,227 @@ +--- +external help file: Az.NeonPostgres-help.xml +Module Name: Az.NeonPostgres +online version: https://learn.microsoft.com/powershell/module/az.neonpostgres/get-azneonpostgresbranch +schema: 2.0.0 +--- + +# Get-AzNeonPostgresBranch + +## SYNOPSIS +Get a Branch + +## SYNTAX + +### List (Default) +``` +Get-AzNeonPostgresBranch -OrganizationName -ProjectName -ResourceGroupName + [-SubscriptionId ] [-DefaultProfile ] + [] +``` + +### GetViaIdentityProject +``` +Get-AzNeonPostgresBranch -Name -ProjectInputObject + [-DefaultProfile ] [] +``` + +### GetViaIdentityOrganization +``` +Get-AzNeonPostgresBranch -Name -ProjectName -OrganizationInputObject + [-DefaultProfile ] [] +``` + +### Get +``` +Get-AzNeonPostgresBranch -Name -OrganizationName -ProjectName + -ResourceGroupName [-SubscriptionId ] [-DefaultProfile ] + [] +``` + +### GetViaIdentity +``` +Get-AzNeonPostgresBranch -InputObject [-DefaultProfile ] + [] +``` + +## DESCRIPTION +Get a Branch + +## EXAMPLES + +### Example 1: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + +## PARAMETERS + +### -DefaultProfile +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +Identity Parameter + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.INeonPostgresIdentity +Parameter Sets: GetViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Name +The name of the Branch + +```yaml +Type: System.String +Parameter Sets: GetViaIdentityProject, GetViaIdentityOrganization, Get +Aliases: BranchName + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -OrganizationInputObject +Identity Parameter + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.INeonPostgresIdentity +Parameter Sets: GetViaIdentityOrganization +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -OrganizationName +Name of the Neon Organizations resource + +```yaml +Type: System.String +Parameter Sets: List, Get +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ProjectInputObject +Identity Parameter + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.INeonPostgresIdentity +Parameter Sets: GetViaIdentityProject +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -ProjectName +The name of the Project + +```yaml +Type: System.String +Parameter Sets: List, GetViaIdentityOrganization, Get +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group. +The name is case insensitive. + +```yaml +Type: System.String +Parameter Sets: List, Get +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +The ID of the target subscription. +The value must be an UUID. + +```yaml +Type: System.String[] +Parameter Sets: List, Get +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.INeonPostgresIdentity + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IBranch + +## NOTES + +## RELATED LINKS diff --git a/src/NeonPostgres/NeonPostgres/help/Get-AzNeonPostgresNeonDatabase.md b/src/NeonPostgres/NeonPostgres/help/Get-AzNeonPostgresNeonDatabase.md new file mode 100644 index 000000000000..bccb34a560cd --- /dev/null +++ b/src/NeonPostgres/NeonPostgres/help/Get-AzNeonPostgresNeonDatabase.md @@ -0,0 +1,154 @@ +--- +external help file: Az.NeonPostgres-help.xml +Module Name: Az.NeonPostgres +online version: https://learn.microsoft.com/powershell/module/az.neonpostgres/get-azneonpostgresneondatabase +schema: 2.0.0 +--- + +# Get-AzNeonPostgresNeonDatabase + +## SYNOPSIS +List NeonDatabase resources by Branch + +## SYNTAX + +``` +Get-AzNeonPostgresNeonDatabase -BranchName -OrganizationName -ProjectName + -ResourceGroupName [-SubscriptionId ] [-DefaultProfile ] + [] +``` + +## DESCRIPTION +List NeonDatabase resources by Branch + +## EXAMPLES + +### Example 1: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + +## PARAMETERS + +### -BranchName +The name of the Branch + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultProfile +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -OrganizationName +Name of the Neon Organizations resource + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ProjectName +The name of the Project + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group. +The name is case insensitive. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +The ID of the target subscription. +The value must be an UUID. + +```yaml +Type: System.String[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.INeonDatabase + +## NOTES + +## RELATED LINKS diff --git a/src/NeonPostgres/NeonPostgres/help/Get-AzNeonPostgresNeonRole.md b/src/NeonPostgres/NeonPostgres/help/Get-AzNeonPostgresNeonRole.md new file mode 100644 index 000000000000..46a703de6794 --- /dev/null +++ b/src/NeonPostgres/NeonPostgres/help/Get-AzNeonPostgresNeonRole.md @@ -0,0 +1,154 @@ +--- +external help file: Az.NeonPostgres-help.xml +Module Name: Az.NeonPostgres +online version: https://learn.microsoft.com/powershell/module/az.neonpostgres/get-azneonpostgresneonrole +schema: 2.0.0 +--- + +# Get-AzNeonPostgresNeonRole + +## SYNOPSIS +List NeonRole resources by Branch + +## SYNTAX + +``` +Get-AzNeonPostgresNeonRole -BranchName -OrganizationName -ProjectName + -ResourceGroupName [-SubscriptionId ] [-DefaultProfile ] + [] +``` + +## DESCRIPTION +List NeonRole resources by Branch + +## EXAMPLES + +### Example 1: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + +## PARAMETERS + +### -BranchName +The name of the Branch + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultProfile +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -OrganizationName +Name of the Neon Organizations resource + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ProjectName +The name of the Project + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group. +The name is case insensitive. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +The ID of the target subscription. +The value must be an UUID. + +```yaml +Type: System.String[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.INeonRole + +## NOTES + +## RELATED LINKS diff --git a/src/NeonPostgres/NeonPostgres/help/Get-AzNeonPostgresOrganization.md b/src/NeonPostgres/NeonPostgres/help/Get-AzNeonPostgresOrganization.md index 1294c37e3e90..36fdc7922bb9 100644 --- a/src/NeonPostgres/NeonPostgres/help/Get-AzNeonPostgresOrganization.md +++ b/src/NeonPostgres/NeonPostgres/help/Get-AzNeonPostgresOrganization.md @@ -289,3 +289,93 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## RELATED LINKS +## PARAMETERS + +### -DefaultProfile +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +Identity Parameter + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.INeonPostgresIdentity +Parameter Sets: GetViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Name +Name of the Neon Organizations resource + +```yaml +Type: System.String +Parameter Sets: Get +Aliases: OrganizationName + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group. +The name is case insensitive. + +```yaml +Type: System.String +Parameter Sets: Get, List1 +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +The ID of the target subscription. +The value must be an UUID. + +```yaml +Type: System.String[] +Parameter Sets: List, Get, List1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +## NOTES + +## RELATED LINKS diff --git a/src/NeonPostgres/NeonPostgres/help/Get-AzNeonPostgresProject.md b/src/NeonPostgres/NeonPostgres/help/Get-AzNeonPostgresProject.md new file mode 100644 index 000000000000..80761027f5d7 --- /dev/null +++ b/src/NeonPostgres/NeonPostgres/help/Get-AzNeonPostgresProject.md @@ -0,0 +1,190 @@ +--- +external help file: Az.NeonPostgres-help.xml +Module Name: Az.NeonPostgres +online version: https://learn.microsoft.com/powershell/module/az.neonpostgres/get-azneonpostgresproject +schema: 2.0.0 +--- + +# Get-AzNeonPostgresProject + +## SYNOPSIS +Get a Project + +## SYNTAX + +### List (Default) +``` +Get-AzNeonPostgresProject -OrganizationName -ResourceGroupName [-SubscriptionId ] + [-DefaultProfile ] [] +``` + +### GetViaIdentityOrganization +``` +Get-AzNeonPostgresProject -Name -OrganizationInputObject + [-DefaultProfile ] [] +``` + +### Get +``` +Get-AzNeonPostgresProject -Name -OrganizationName -ResourceGroupName + [-SubscriptionId ] [-DefaultProfile ] + [] +``` + +### GetViaIdentity +``` +Get-AzNeonPostgresProject -InputObject [-DefaultProfile ] + [] +``` + +## DESCRIPTION +Get a Project + +## EXAMPLES + +### Example 1: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + +## PARAMETERS + +### -DefaultProfile +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +Identity Parameter + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.INeonPostgresIdentity +Parameter Sets: GetViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Name +The name of the Project + +```yaml +Type: System.String +Parameter Sets: GetViaIdentityOrganization, Get +Aliases: ProjectName + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -OrganizationInputObject +Identity Parameter + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.INeonPostgresIdentity +Parameter Sets: GetViaIdentityOrganization +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -OrganizationName +Name of the Neon Organizations resource + +```yaml +Type: System.String +Parameter Sets: List, Get +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group. +The name is case insensitive. + +```yaml +Type: System.String +Parameter Sets: List, Get +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +The ID of the target subscription. +The value must be an UUID. + +```yaml +Type: System.String[] +Parameter Sets: List, Get +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.INeonPostgresIdentity + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IProject + +## NOTES + +## RELATED LINKS diff --git a/src/NeonPostgres/NeonPostgres/help/Get-AzNeonPostgresProjectConnectionUri.md b/src/NeonPostgres/NeonPostgres/help/Get-AzNeonPostgresProjectConnectionUri.md new file mode 100644 index 000000000000..4d7d6105f3fa --- /dev/null +++ b/src/NeonPostgres/NeonPostgres/help/Get-AzNeonPostgresProjectConnectionUri.md @@ -0,0 +1,392 @@ +--- +external help file: Az.NeonPostgres-help.xml +Module Name: Az.NeonPostgres +online version: https://learn.microsoft.com/powershell/module/az.neonpostgres/get-azneonpostgresprojectconnectionuri +schema: 2.0.0 +--- + +# Get-AzNeonPostgresProjectConnectionUri + +## SYNOPSIS +Action to retrieve the connection URI for the Neon Database. + +## SYNTAX + +### GetExpanded (Default) +``` +Get-AzNeonPostgresProjectConnectionUri -OrganizationName -ProjectName + -ResourceGroupName [-SubscriptionId ] [-BranchId ] [-DatabaseName ] + [-EndpointId ] [-IsPooled] [-ProjectId ] [-RoleName ] [-DefaultProfile ] + [-WhatIf] [-Confirm] [] +``` + +### GetViaJsonString +``` +Get-AzNeonPostgresProjectConnectionUri -OrganizationName -ProjectName + -ResourceGroupName [-SubscriptionId ] -JsonString [-DefaultProfile ] + [-WhatIf] [-Confirm] [] +``` + +### GetViaJsonFilePath +``` +Get-AzNeonPostgresProjectConnectionUri -OrganizationName -ProjectName + -ResourceGroupName [-SubscriptionId ] -JsonFilePath [-DefaultProfile ] + [-WhatIf] [-Confirm] [] +``` + +### Get +``` +Get-AzNeonPostgresProjectConnectionUri -OrganizationName -ProjectName + -ResourceGroupName [-SubscriptionId ] + -ConnectionUriParameter [-DefaultProfile ] + [-WhatIf] [-Confirm] [] +``` + +### GetViaIdentityOrganizationExpanded +``` +Get-AzNeonPostgresProjectConnectionUri -ProjectName -OrganizationInputObject + [-BranchId ] [-DatabaseName ] [-EndpointId ] [-IsPooled] [-ProjectId ] + [-RoleName ] [-DefaultProfile ] [-WhatIf] [-Confirm] + [] +``` + +### GetViaIdentityOrganization +``` +Get-AzNeonPostgresProjectConnectionUri -ProjectName -OrganizationInputObject + -ConnectionUriParameter [-DefaultProfile ] + [-WhatIf] [-Confirm] [] +``` + +### GetViaIdentityExpanded +``` +Get-AzNeonPostgresProjectConnectionUri -InputObject [-BranchId ] + [-DatabaseName ] [-EndpointId ] [-IsPooled] [-ProjectId ] [-RoleName ] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] +``` + +### GetViaIdentity +``` +Get-AzNeonPostgresProjectConnectionUri -InputObject + -ConnectionUriParameter [-DefaultProfile ] + [-WhatIf] [-Confirm] [] +``` + +## DESCRIPTION +Action to retrieve the connection URI for the Neon Database. + +## EXAMPLES + +### Example 1: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + +## PARAMETERS + +### -BranchId +Branch Id associated with this connection + +```yaml +Type: System.String +Parameter Sets: GetExpanded, GetViaIdentityOrganizationExpanded, GetViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ConnectionUriParameter +Connection uri parameters for the associated database + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IModelsConnectionUriProperties +Parameter Sets: Get, GetViaIdentityOrganization, GetViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -DatabaseName +Database name associated with this connection + +```yaml +Type: System.String +Parameter Sets: GetExpanded, GetViaIdentityOrganizationExpanded, GetViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultProfile +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -EndpointId +the endpoint Id with this connection + +```yaml +Type: System.String +Parameter Sets: GetExpanded, GetViaIdentityOrganizationExpanded, GetViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +Identity Parameter + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.INeonPostgresIdentity +Parameter Sets: GetViaIdentityExpanded, GetViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -IsPooled +Indicates if the connection is pooled + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: GetExpanded, GetViaIdentityOrganizationExpanded, GetViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -JsonFilePath +Path of Json file supplied to the Get operation + +```yaml +Type: System.String +Parameter Sets: GetViaJsonFilePath +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -JsonString +Json string supplied to the Get operation + +```yaml +Type: System.String +Parameter Sets: GetViaJsonString +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -OrganizationInputObject +Identity Parameter + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.INeonPostgresIdentity +Parameter Sets: GetViaIdentityOrganizationExpanded, GetViaIdentityOrganization +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -OrganizationName +Name of the Neon Organizations resource + +```yaml +Type: System.String +Parameter Sets: GetExpanded, GetViaJsonString, GetViaJsonFilePath, Get +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ProjectId +Project Id associated with this connection + +```yaml +Type: System.String +Parameter Sets: GetExpanded, GetViaIdentityOrganizationExpanded, GetViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ProjectName +The name of the Project + +```yaml +Type: System.String +Parameter Sets: GetExpanded, GetViaJsonString, GetViaJsonFilePath, Get, GetViaIdentityOrganizationExpanded, GetViaIdentityOrganization +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group. +The name is case insensitive. + +```yaml +Type: System.String +Parameter Sets: GetExpanded, GetViaJsonString, GetViaJsonFilePath, Get +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -RoleName +The role name used for authentication + +```yaml +Type: System.String +Parameter Sets: GetExpanded, GetViaIdentityOrganizationExpanded, GetViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +The ID of the target subscription. +The value must be an UUID. + +```yaml +Type: System.String[] +Parameter Sets: GetExpanded, GetViaJsonString, GetViaJsonFilePath, Get +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IModelsConnectionUriProperties + +### Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.INeonPostgresIdentity + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IModelsConnectionUriProperties + +## NOTES + +## RELATED LINKS diff --git a/src/NeonPostgres/NeonPostgres/help/New-AzNeonPostgresBranch.md b/src/NeonPostgres/NeonPostgres/help/New-AzNeonPostgresBranch.md new file mode 100644 index 000000000000..1fbdaf939217 --- /dev/null +++ b/src/NeonPostgres/NeonPostgres/help/New-AzNeonPostgresBranch.md @@ -0,0 +1,398 @@ +--- +external help file: Az.NeonPostgres-help.xml +Module Name: Az.NeonPostgres +online version: https://learn.microsoft.com/powershell/module/az.neonpostgres/new-azneonpostgresbranch +schema: 2.0.0 +--- + +# New-AzNeonPostgresBranch + +## SYNOPSIS +create a Branch + +## SYNTAX + +### CreateExpanded (Default) +``` +New-AzNeonPostgresBranch -Name -OrganizationName -ProjectName + -ResourceGroupName [-SubscriptionId ] [-Attribute ] + [-Database ] [-DatabaseName ] + [-Endpoint ] [-EntityName ] [-ParentId ] [-ProjectId ] + [-Role ] [-RoleName ] [-DefaultProfile ] [-AsJob] [-NoWait] + [-WhatIf] [-Confirm] [] +``` + +### CreateViaJsonFilePath +``` +New-AzNeonPostgresBranch -Name -OrganizationName -ProjectName + -ResourceGroupName [-SubscriptionId ] -JsonFilePath [-DefaultProfile ] + [-AsJob] [-NoWait] [-WhatIf] [-Confirm] [] +``` + +### CreateViaJsonString +``` +New-AzNeonPostgresBranch -Name -OrganizationName -ProjectName + -ResourceGroupName [-SubscriptionId ] -JsonString [-DefaultProfile ] + [-AsJob] [-NoWait] [-WhatIf] [-Confirm] [] +``` + +## DESCRIPTION +create a Branch + +## EXAMPLES + +### Example 1: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + +## PARAMETERS + +### -AsJob +Run the command as a job + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Attribute +Additional attributes for the entity + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IModelsAttributes[] +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Database +Neon Databases associated with the branch + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IModelsNeonDatabaseProperties[] +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DatabaseName +Database name associated with the branch + +```yaml +Type: System.String +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultProfile +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Endpoint +Endpoints associated with the branch + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IModelsEndpointProperties[] +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -EntityName +Name of the resource + +```yaml +Type: System.String +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -JsonFilePath +Path of Json file supplied to the Create operation + +```yaml +Type: System.String +Parameter Sets: CreateViaJsonFilePath +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -JsonString +Json string supplied to the Create operation + +```yaml +Type: System.String +Parameter Sets: CreateViaJsonString +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Name +The name of the Branch + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: BranchName + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -NoWait +Run the command asynchronously + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -OrganizationName +Name of the Neon Organizations resource + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ParentId +The ID of the parent branch + +```yaml +Type: System.String +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ProjectId +The ID of the project this branch belongs to + +```yaml +Type: System.String +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ProjectName +The name of the Project + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group. +The name is case insensitive. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Role +Roles associated with the branch + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IModelsNeonRoleProperties[] +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -RoleName +Role name associated with the branch + +```yaml +Type: System.String +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +The ID of the target subscription. +The value must be an UUID. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IBranch + +## NOTES + +## RELATED LINKS diff --git a/src/NeonPostgres/NeonPostgres/help/New-AzNeonPostgresOrganization.md b/src/NeonPostgres/NeonPostgres/help/New-AzNeonPostgresOrganization.md index 0eb450d2fec2..b30cde275a46 100644 --- a/src/NeonPostgres/NeonPostgres/help/New-AzNeonPostgresOrganization.md +++ b/src/NeonPostgres/NeonPostgres/help/New-AzNeonPostgresOrganization.md @@ -21,12 +21,13 @@ New-AzNeonPostgresOrganization -Name -ResourceGroupName [-Subs [-MarketplaceDetailSubscriptionStatus ] [-OfferDetailOfferId ] [-OfferDetailPlanId ] [-OfferDetailPlanName ] [-OfferDetailPublisherId ] [-OfferDetailTermId ] [-OfferDetailTermUnit ] [-PartnerOrganizationPropertyOrganizationId ] - [-PartnerOrganizationPropertyOrganizationName ] [-SingleSignOnPropertyAadDomain ] - [-SingleSignOnPropertyEnterpriseAppId ] [-SingleSignOnPropertySingleSignOnState ] - [-SingleSignOnPropertySingleSignOnUrl ] [-Tag ] [-UserDetailEmailAddress ] - [-UserDetailFirstName ] [-UserDetailLastName ] [-UserDetailPhoneNumber ] - [-UserDetailUpn ] [-DefaultProfile ] [-AsJob] [-NoWait] - [-WhatIf] [-Confirm] [] + [-PartnerOrganizationPropertyOrganizationName ] [-ProjectProperty ] + [-SingleSignOnPropertyAadDomain ] [-SingleSignOnPropertyEnterpriseAppId ] + [-SingleSignOnPropertySingleSignOnState ] [-SingleSignOnPropertySingleSignOnUrl ] + [-Tag ] [-UserDetailEmailAddress ] [-UserDetailFirstName ] + [-UserDetailLastName ] [-UserDetailPhoneNumber ] [-UserDetailUpn ] + [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] + [] ``` ### CreateViaJsonFilePath @@ -446,6 +447,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProjectProperty +Neon Project Properties + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IModelsProjectProperties +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group. The name is case insensitive. diff --git a/src/NeonPostgres/NeonPostgres/help/New-AzNeonPostgresProject.md b/src/NeonPostgres/NeonPostgres/help/New-AzNeonPostgresProject.md new file mode 100644 index 000000000000..4f428f380325 --- /dev/null +++ b/src/NeonPostgres/NeonPostgres/help/New-AzNeonPostgresProject.md @@ -0,0 +1,552 @@ +--- +external help file: Az.NeonPostgres-help.xml +Module Name: Az.NeonPostgres +online version: https://learn.microsoft.com/powershell/module/az.neonpostgres/new-azneonpostgresproject +schema: 2.0.0 +--- + +# New-AzNeonPostgresProject + +## SYNOPSIS +create a Project + +## SYNTAX + +### CreateExpanded (Default) +``` +New-AzNeonPostgresProject -Name -OrganizationName -ResourceGroupName + [-SubscriptionId ] [-Attribute ] [-BranchAttribute ] + [-BranchDatabase ] [-BranchDatabaseName ] + [-BranchEndpoint ] [-BranchEntityName ] [-BranchParentId ] + [-BranchProjectId ] [-BranchRole ] [-BranchRoleName ] + [-Database ] [-DefaultEndpointSettingAutoscalingLimitMaxCu ] + [-DefaultEndpointSettingAutoscalingLimitMinCu ] [-Endpoint ] + [-EntityName ] [-HistoryRetention ] [-PgVersion ] [-RegionId ] + [-Role ] [-Storage ] [-DefaultProfile ] [-AsJob] [-NoWait] + [-WhatIf] [-Confirm] [] +``` + +### CreateViaJsonFilePath +``` +New-AzNeonPostgresProject -Name -OrganizationName -ResourceGroupName + [-SubscriptionId ] -JsonFilePath [-DefaultProfile ] [-AsJob] [-NoWait] + [-WhatIf] [-Confirm] [] +``` + +### CreateViaJsonString +``` +New-AzNeonPostgresProject -Name -OrganizationName -ResourceGroupName + [-SubscriptionId ] -JsonString [-DefaultProfile ] [-AsJob] [-NoWait] + [-WhatIf] [-Confirm] [] +``` + +## DESCRIPTION +create a Project + +## EXAMPLES + +### Example 1: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + +## PARAMETERS + +### -AsJob +Run the command as a job + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Attribute +Additional attributes for the entity + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IModelsAttributes[] +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -BranchAttribute +Additional attributes for the entity + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IModelsAttributes[] +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -BranchDatabase +Neon Databases associated with the branch + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IModelsNeonDatabaseProperties[] +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -BranchDatabaseName +Database name associated with the branch + +```yaml +Type: System.String +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -BranchEndpoint +Endpoints associated with the branch + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IModelsEndpointProperties[] +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -BranchEntityName +Name of the resource + +```yaml +Type: System.String +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -BranchParentId +The ID of the parent branch + +```yaml +Type: System.String +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -BranchProjectId +The ID of the project this branch belongs to + +```yaml +Type: System.String +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -BranchRole +Roles associated with the branch + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IModelsNeonRoleProperties[] +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -BranchRoleName +Role name associated with the branch + +```yaml +Type: System.String +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Database +Neon Databases associated with the project + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IModelsNeonDatabaseProperties[] +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultEndpointSettingAutoscalingLimitMaxCu +Maximum compute units for autoscaling. + +```yaml +Type: System.Single +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultEndpointSettingAutoscalingLimitMinCu +Minimum compute units for autoscaling. + +```yaml +Type: System.Single +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultProfile +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Endpoint +Endpoints associated with the project + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IModelsEndpointProperties[] +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -EntityName +Name of the resource + +```yaml +Type: System.String +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -HistoryRetention +The retention period for project history in seconds. + +```yaml +Type: System.Int32 +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -JsonFilePath +Path of Json file supplied to the Create operation + +```yaml +Type: System.String +Parameter Sets: CreateViaJsonFilePath +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -JsonString +Json string supplied to the Create operation + +```yaml +Type: System.String +Parameter Sets: CreateViaJsonString +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Name +The name of the Project + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: ProjectName + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -NoWait +Run the command asynchronously + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -OrganizationName +Name of the Neon Organizations resource + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -PgVersion +Postgres version for the project + +```yaml +Type: System.Int32 +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -RegionId +Region where the project is created + +```yaml +Type: System.String +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group. +The name is case insensitive. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Role +Roles associated with the project + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IModelsNeonRoleProperties[] +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Storage +Data Storage bytes per hour for the project + +```yaml +Type: System.Int64 +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +The ID of the target subscription. +The value must be an UUID. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IProject + +## NOTES + +## RELATED LINKS diff --git a/src/NeonPostgres/NeonPostgres/help/Remove-AzNeonPostgresBranch.md b/src/NeonPostgres/NeonPostgres/help/Remove-AzNeonPostgresBranch.md new file mode 100644 index 000000000000..3e76e2bd54f0 --- /dev/null +++ b/src/NeonPostgres/NeonPostgres/help/Remove-AzNeonPostgresBranch.md @@ -0,0 +1,268 @@ +--- +external help file: Az.NeonPostgres-help.xml +Module Name: Az.NeonPostgres +online version: https://learn.microsoft.com/powershell/module/az.neonpostgres/remove-azneonpostgresbranch +schema: 2.0.0 +--- + +# Remove-AzNeonPostgresBranch + +## SYNOPSIS +Delete a Branch + +## SYNTAX + +### Delete (Default) +``` +Remove-AzNeonPostgresBranch -Name -OrganizationName -ProjectName + -ResourceGroupName [-SubscriptionId ] [-DefaultProfile ] [-PassThru] + [-WhatIf] [-Confirm] [] +``` + +### DeleteViaIdentityProject +``` +Remove-AzNeonPostgresBranch -Name -ProjectInputObject + [-DefaultProfile ] [-PassThru] [-WhatIf] [-Confirm] + [] +``` + +### DeleteViaIdentityOrganization +``` +Remove-AzNeonPostgresBranch -Name -ProjectName + -OrganizationInputObject [-DefaultProfile ] [-PassThru] + [-WhatIf] [-Confirm] [] +``` + +### DeleteViaIdentity +``` +Remove-AzNeonPostgresBranch -InputObject [-DefaultProfile ] [-PassThru] + [-WhatIf] [-Confirm] [] +``` + +## DESCRIPTION +Delete a Branch + +## EXAMPLES + +### Example 1: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + +## PARAMETERS + +### -DefaultProfile +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +Identity Parameter + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.INeonPostgresIdentity +Parameter Sets: DeleteViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Name +The name of the Branch + +```yaml +Type: System.String +Parameter Sets: Delete, DeleteViaIdentityProject, DeleteViaIdentityOrganization +Aliases: BranchName + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -OrganizationInputObject +Identity Parameter + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.INeonPostgresIdentity +Parameter Sets: DeleteViaIdentityOrganization +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -OrganizationName +Name of the Neon Organizations resource + +```yaml +Type: System.String +Parameter Sets: Delete +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -PassThru +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ProjectInputObject +Identity Parameter + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.INeonPostgresIdentity +Parameter Sets: DeleteViaIdentityProject +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -ProjectName +The name of the Project + +```yaml +Type: System.String +Parameter Sets: Delete, DeleteViaIdentityOrganization +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group. +The name is case insensitive. + +```yaml +Type: System.String +Parameter Sets: Delete +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +The ID of the target subscription. +The value must be an UUID. + +```yaml +Type: System.String +Parameter Sets: Delete +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.INeonPostgresIdentity + +## OUTPUTS + +### System.Boolean + +## NOTES + +## RELATED LINKS diff --git a/src/NeonPostgres/NeonPostgres/help/Remove-AzNeonPostgresProject.md b/src/NeonPostgres/NeonPostgres/help/Remove-AzNeonPostgresProject.md new file mode 100644 index 000000000000..1d03ce14ef71 --- /dev/null +++ b/src/NeonPostgres/NeonPostgres/help/Remove-AzNeonPostgresProject.md @@ -0,0 +1,231 @@ +--- +external help file: Az.NeonPostgres-help.xml +Module Name: Az.NeonPostgres +online version: https://learn.microsoft.com/powershell/module/az.neonpostgres/remove-azneonpostgresproject +schema: 2.0.0 +--- + +# Remove-AzNeonPostgresProject + +## SYNOPSIS +Delete a Project + +## SYNTAX + +### Delete (Default) +``` +Remove-AzNeonPostgresProject -Name -OrganizationName -ResourceGroupName + [-SubscriptionId ] [-DefaultProfile ] [-PassThru] + [-WhatIf] [-Confirm] [] +``` + +### DeleteViaIdentityOrganization +``` +Remove-AzNeonPostgresProject -Name -OrganizationInputObject + [-DefaultProfile ] [-PassThru] [-WhatIf] [-Confirm] + [] +``` + +### DeleteViaIdentity +``` +Remove-AzNeonPostgresProject -InputObject [-DefaultProfile ] [-PassThru] + [-WhatIf] [-Confirm] [] +``` + +## DESCRIPTION +Delete a Project + +## EXAMPLES + +### Example 1: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + +## PARAMETERS + +### -DefaultProfile +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +Identity Parameter + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.INeonPostgresIdentity +Parameter Sets: DeleteViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Name +The name of the Project + +```yaml +Type: System.String +Parameter Sets: Delete, DeleteViaIdentityOrganization +Aliases: ProjectName + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -OrganizationInputObject +Identity Parameter + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.INeonPostgresIdentity +Parameter Sets: DeleteViaIdentityOrganization +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -OrganizationName +Name of the Neon Organizations resource + +```yaml +Type: System.String +Parameter Sets: Delete +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -PassThru +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group. +The name is case insensitive. + +```yaml +Type: System.String +Parameter Sets: Delete +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +The ID of the target subscription. +The value must be an UUID. + +```yaml +Type: System.String +Parameter Sets: Delete +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.INeonPostgresIdentity + +## OUTPUTS + +### System.Boolean + +## NOTES + +## RELATED LINKS diff --git a/src/NeonPostgres/NeonPostgres/help/Update-AzNeonPostgresBranch.md b/src/NeonPostgres/NeonPostgres/help/Update-AzNeonPostgresBranch.md new file mode 100644 index 000000000000..01157188aefe --- /dev/null +++ b/src/NeonPostgres/NeonPostgres/help/Update-AzNeonPostgresBranch.md @@ -0,0 +1,429 @@ +--- +external help file: Az.NeonPostgres-help.xml +Module Name: Az.NeonPostgres +online version: https://learn.microsoft.com/powershell/module/az.neonpostgres/update-azneonpostgresbranch +schema: 2.0.0 +--- + +# Update-AzNeonPostgresBranch + +## SYNOPSIS +update a Branch + +## SYNTAX + +### UpdateExpanded (Default) +``` +Update-AzNeonPostgresBranch -Name -OrganizationName -ProjectName + -ResourceGroupName [-SubscriptionId ] [-Attribute ] + [-Database ] [-DatabaseName ] + [-Endpoint ] [-EntityName ] [-ParentId ] [-ProjectId ] + [-Role ] [-RoleName ] [-DefaultProfile ] [-AsJob] [-NoWait] + [-WhatIf] [-Confirm] [] +``` + +### UpdateViaIdentityProjectExpanded +``` +Update-AzNeonPostgresBranch -Name -ProjectInputObject + [-Attribute ] [-Database ] [-DatabaseName ] + [-Endpoint ] [-EntityName ] [-ParentId ] [-ProjectId ] + [-Role ] [-RoleName ] [-DefaultProfile ] [-AsJob] [-NoWait] + [-WhatIf] [-Confirm] [] +``` + +### UpdateViaIdentityOrganizationExpanded +``` +Update-AzNeonPostgresBranch -Name -ProjectName + -OrganizationInputObject [-Attribute ] + [-Database ] [-DatabaseName ] + [-Endpoint ] [-EntityName ] [-ParentId ] [-ProjectId ] + [-Role ] [-RoleName ] [-DefaultProfile ] [-AsJob] [-NoWait] + [-WhatIf] [-Confirm] [] +``` + +### UpdateViaIdentityExpanded +``` +Update-AzNeonPostgresBranch -InputObject [-Attribute ] + [-Database ] [-DatabaseName ] + [-Endpoint ] [-EntityName ] [-ParentId ] [-ProjectId ] + [-Role ] [-RoleName ] [-DefaultProfile ] [-AsJob] [-NoWait] + [-WhatIf] [-Confirm] [] +``` + +## DESCRIPTION +update a Branch + +## EXAMPLES + +### Example 1: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + +## PARAMETERS + +### -AsJob +Run the command as a job + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Attribute +Additional attributes for the entity + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IModelsAttributes[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Database +Neon Databases associated with the branch + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IModelsNeonDatabaseProperties[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DatabaseName +Database name associated with the branch + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultProfile +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Endpoint +Endpoints associated with the branch + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IModelsEndpointProperties[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -EntityName +Name of the resource + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +Identity Parameter + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.INeonPostgresIdentity +Parameter Sets: UpdateViaIdentityExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Name +The name of the Branch + +```yaml +Type: System.String +Parameter Sets: UpdateExpanded, UpdateViaIdentityProjectExpanded, UpdateViaIdentityOrganizationExpanded +Aliases: BranchName + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -NoWait +Run the command asynchronously + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -OrganizationInputObject +Identity Parameter + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.INeonPostgresIdentity +Parameter Sets: UpdateViaIdentityOrganizationExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -OrganizationName +Name of the Neon Organizations resource + +```yaml +Type: System.String +Parameter Sets: UpdateExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ParentId +The ID of the parent branch + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ProjectId +The ID of the project this branch belongs to + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ProjectInputObject +Identity Parameter + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.INeonPostgresIdentity +Parameter Sets: UpdateViaIdentityProjectExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -ProjectName +The name of the Project + +```yaml +Type: System.String +Parameter Sets: UpdateExpanded, UpdateViaIdentityOrganizationExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group. +The name is case insensitive. + +```yaml +Type: System.String +Parameter Sets: UpdateExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Role +Roles associated with the branch + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IModelsNeonRoleProperties[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -RoleName +Role name associated with the branch + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +The ID of the target subscription. +The value must be an UUID. + +```yaml +Type: System.String +Parameter Sets: UpdateExpanded +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.INeonPostgresIdentity + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IBranch + +## NOTES + +## RELATED LINKS diff --git a/src/NeonPostgres/NeonPostgres/help/Update-AzNeonPostgresOrganization.md b/src/NeonPostgres/NeonPostgres/help/Update-AzNeonPostgresOrganization.md index 249fd23f18b9..a9eadc6c7280 100644 --- a/src/NeonPostgres/NeonPostgres/help/Update-AzNeonPostgresOrganization.md +++ b/src/NeonPostgres/NeonPostgres/help/Update-AzNeonPostgresOrganization.md @@ -17,13 +17,17 @@ update a OrganizationResource Update-AzNeonPostgresOrganization -Name -ResourceGroupName [-SubscriptionId ] [-CompanyDetailBusinessPhone ] [-CompanyDetailCompanyName ] [-CompanyDetailCountry ] [-CompanyDetailDomain ] [-CompanyDetailNumberOfEmployee ] - [-CompanyDetailOfficeAddress ] [-PartnerOrganizationPropertyOrganizationId ] - [-PartnerOrganizationPropertyOrganizationName ] [-SingleSignOnPropertyAadDomain ] - [-SingleSignOnPropertyEnterpriseAppId ] [-SingleSignOnPropertySingleSignOnState ] - [-SingleSignOnPropertySingleSignOnUrl ] [-Tag ] [-UserDetailEmailAddress ] - [-UserDetailFirstName ] [-UserDetailLastName ] [-UserDetailPhoneNumber ] - [-UserDetailUpn ] [-DefaultProfile ] [-AsJob] [-NoWait] - [-WhatIf] [-Confirm] [] + [-CompanyDetailOfficeAddress ] [-MarketplaceDetailSubscriptionId ] + [-MarketplaceDetailSubscriptionStatus ] [-OfferDetailOfferId ] [-OfferDetailPlanId ] + [-OfferDetailPlanName ] [-OfferDetailPublisherId ] [-OfferDetailTermId ] + [-OfferDetailTermUnit ] [-PartnerOrganizationPropertyOrganizationId ] + [-PartnerOrganizationPropertyOrganizationName ] [-ProjectProperty ] + [-SingleSignOnPropertyAadDomain ] [-SingleSignOnPropertyEnterpriseAppId ] + [-SingleSignOnPropertySingleSignOnState ] [-SingleSignOnPropertySingleSignOnUrl ] + [-Tag ] [-UserDetailEmailAddress ] [-UserDetailFirstName ] + [-UserDetailLastName ] [-UserDetailPhoneNumber ] [-UserDetailUpn ] + [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] + [] ``` ### UpdateViaJsonString @@ -45,13 +49,16 @@ Update-AzNeonPostgresOrganization -Name -ResourceGroupName [-S Update-AzNeonPostgresOrganization -InputObject [-CompanyDetailBusinessPhone ] [-CompanyDetailCompanyName ] [-CompanyDetailCountry ] [-CompanyDetailDomain ] [-CompanyDetailNumberOfEmployee ] [-CompanyDetailOfficeAddress ] + [-MarketplaceDetailSubscriptionId ] [-MarketplaceDetailSubscriptionStatus ] + [-OfferDetailOfferId ] [-OfferDetailPlanId ] [-OfferDetailPlanName ] + [-OfferDetailPublisherId ] [-OfferDetailTermId ] [-OfferDetailTermUnit ] [-PartnerOrganizationPropertyOrganizationId ] [-PartnerOrganizationPropertyOrganizationName ] - [-SingleSignOnPropertyAadDomain ] [-SingleSignOnPropertyEnterpriseAppId ] - [-SingleSignOnPropertySingleSignOnState ] [-SingleSignOnPropertySingleSignOnUrl ] - [-Tag ] [-UserDetailEmailAddress ] [-UserDetailFirstName ] - [-UserDetailLastName ] [-UserDetailPhoneNumber ] [-UserDetailUpn ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] - [] + [-ProjectProperty ] [-SingleSignOnPropertyAadDomain ] + [-SingleSignOnPropertyEnterpriseAppId ] [-SingleSignOnPropertySingleSignOnState ] + [-SingleSignOnPropertySingleSignOnUrl ] [-Tag ] [-UserDetailEmailAddress ] + [-UserDetailFirstName ] [-UserDetailLastName ] [-UserDetailPhoneNumber ] + [-UserDetailUpn ] [-DefaultProfile ] [-AsJob] [-NoWait] + [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -296,6 +303,36 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -MarketplaceDetailSubscriptionId +SaaS subscription id for the the marketplace offer + +```yaml +Type: System.String +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -MarketplaceDetailSubscriptionStatus +Marketplace subscription status + +```yaml +Type: System.String +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Name Name of the Neon Organizations resource @@ -326,6 +363,96 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -OfferDetailOfferId +Offer Id for the marketplace offer + +```yaml +Type: System.String +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -OfferDetailPlanId +Plan Id for the marketplace offer + +```yaml +Type: System.String +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -OfferDetailPlanName +Plan Name for the marketplace offer + +```yaml +Type: System.String +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -OfferDetailPublisherId +Publisher Id for the marketplace offer + +```yaml +Type: System.String +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -OfferDetailTermId +Term Id for the marketplace offer + +```yaml +Type: System.String +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -OfferDetailTermUnit +Term Name for the marketplace offer + +```yaml +Type: System.String +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -PartnerOrganizationPropertyOrganizationId Organization Id in partner's system @@ -356,6 +483,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ProjectProperty +Neon Project Properties + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IModelsProjectPropertiesUpdate +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group. The name is case insensitive. diff --git a/src/NeonPostgres/NeonPostgres/help/Update-AzNeonPostgresProject.md b/src/NeonPostgres/NeonPostgres/help/Update-AzNeonPostgresProject.md new file mode 100644 index 000000000000..9aae738c9726 --- /dev/null +++ b/src/NeonPostgres/NeonPostgres/help/Update-AzNeonPostgresProject.md @@ -0,0 +1,568 @@ +--- +external help file: Az.NeonPostgres-help.xml +Module Name: Az.NeonPostgres +online version: https://learn.microsoft.com/powershell/module/az.neonpostgres/update-azneonpostgresproject +schema: 2.0.0 +--- + +# Update-AzNeonPostgresProject + +## SYNOPSIS +update a Project + +## SYNTAX + +### UpdateExpanded (Default) +``` +Update-AzNeonPostgresProject -Name -OrganizationName -ResourceGroupName + [-SubscriptionId ] [-Attribute ] [-BranchAttribute ] + [-BranchDatabase ] [-BranchDatabaseName ] + [-BranchEndpoint ] [-BranchEntityName ] [-BranchParentId ] + [-BranchProjectId ] [-BranchRole ] [-BranchRoleName ] + [-Database ] [-DefaultEndpointSettingAutoscalingLimitMaxCu ] + [-DefaultEndpointSettingAutoscalingLimitMinCu ] [-Endpoint ] + [-EntityName ] [-HistoryRetention ] [-PgVersion ] [-RegionId ] + [-Role ] [-Storage ] [-DefaultProfile ] [-AsJob] [-NoWait] + [-WhatIf] [-Confirm] [] +``` + +### UpdateViaIdentityOrganizationExpanded +``` +Update-AzNeonPostgresProject -Name -OrganizationInputObject + [-Attribute ] [-BranchAttribute ] + [-BranchDatabase ] [-BranchDatabaseName ] + [-BranchEndpoint ] [-BranchEntityName ] [-BranchParentId ] + [-BranchProjectId ] [-BranchRole ] [-BranchRoleName ] + [-Database ] [-DefaultEndpointSettingAutoscalingLimitMaxCu ] + [-DefaultEndpointSettingAutoscalingLimitMinCu ] [-Endpoint ] + [-EntityName ] [-HistoryRetention ] [-PgVersion ] [-RegionId ] + [-Role ] [-Storage ] [-DefaultProfile ] [-AsJob] [-NoWait] + [-WhatIf] [-Confirm] [] +``` + +### UpdateViaIdentityExpanded +``` +Update-AzNeonPostgresProject -InputObject [-Attribute ] + [-BranchAttribute ] [-BranchDatabase ] + [-BranchDatabaseName ] [-BranchEndpoint ] [-BranchEntityName ] + [-BranchParentId ] [-BranchProjectId ] [-BranchRole ] + [-BranchRoleName ] [-Database ] + [-DefaultEndpointSettingAutoscalingLimitMaxCu ] + [-DefaultEndpointSettingAutoscalingLimitMinCu ] [-Endpoint ] + [-EntityName ] [-HistoryRetention ] [-PgVersion ] [-RegionId ] + [-Role ] [-Storage ] [-DefaultProfile ] [-AsJob] [-NoWait] + [-WhatIf] [-Confirm] [] +``` + +## DESCRIPTION +update a Project + +## EXAMPLES + +### Example 1: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + +## PARAMETERS + +### -AsJob +Run the command as a job + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Attribute +Additional attributes for the entity + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IModelsAttributes[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -BranchAttribute +Additional attributes for the entity + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IModelsAttributes[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -BranchDatabase +Neon Databases associated with the branch + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IModelsNeonDatabaseProperties[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -BranchDatabaseName +Database name associated with the branch + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -BranchEndpoint +Endpoints associated with the branch + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IModelsEndpointProperties[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -BranchEntityName +Name of the resource + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -BranchParentId +The ID of the parent branch + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -BranchProjectId +The ID of the project this branch belongs to + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -BranchRole +Roles associated with the branch + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IModelsNeonRoleProperties[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -BranchRoleName +Role name associated with the branch + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Database +Neon Databases associated with the project + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IModelsNeonDatabaseProperties[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultEndpointSettingAutoscalingLimitMaxCu +Maximum compute units for autoscaling. + +```yaml +Type: System.Single +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultEndpointSettingAutoscalingLimitMinCu +Minimum compute units for autoscaling. + +```yaml +Type: System.Single +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultProfile +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Endpoint +Endpoints associated with the project + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IModelsEndpointProperties[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -EntityName +Name of the resource + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -HistoryRetention +The retention period for project history in seconds. + +```yaml +Type: System.Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +Identity Parameter + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.INeonPostgresIdentity +Parameter Sets: UpdateViaIdentityExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Name +The name of the Project + +```yaml +Type: System.String +Parameter Sets: UpdateExpanded, UpdateViaIdentityOrganizationExpanded +Aliases: ProjectName + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -NoWait +Run the command asynchronously + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -OrganizationInputObject +Identity Parameter + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.INeonPostgresIdentity +Parameter Sets: UpdateViaIdentityOrganizationExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -OrganizationName +Name of the Neon Organizations resource + +```yaml +Type: System.String +Parameter Sets: UpdateExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -PgVersion +Postgres version for the project + +```yaml +Type: System.Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -RegionId +Region where the project is created + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group. +The name is case insensitive. + +```yaml +Type: System.String +Parameter Sets: UpdateExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Role +Roles associated with the project + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IModelsNeonRoleProperties[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Storage +Data Storage bytes per hour for the project + +```yaml +Type: System.Int64 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +The ID of the target subscription. +The value must be an UUID. + +```yaml +Type: System.String +Parameter Sets: UpdateExpanded +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.INeonPostgresIdentity + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IProject + +## NOTES + +## RELATED LINKS From 6a041dc15766ac26b81dad60860e7abdee24d9df Mon Sep 17 00:00:00 2001 From: Srinivas Alluri Date: Mon, 12 May 2025 10:20:36 +0530 Subject: [PATCH 5/9] update a new commit id and updated the commands --- .../NeonPostgres.Autorest/README.md | 20 +-- .../docs/Az.NeonPostgres.md | 6 + .../Get-AzNeonPostgresProjectConnectionUri.md | 14 +- .../docs/New-AzNeonPostgresBranch.md | 18 +- .../docs/New-AzNeonPostgresOrganization.md | 4 +- .../docs/New-AzNeonPostgresProject.md | 32 ++-- .../docs/Update-AzNeonPostgresBranch.md | 42 ++--- .../docs/Update-AzNeonPostgresOrganization.md | 6 +- .../docs/Update-AzNeonPostgresProject.md | 64 ++++---- .../NeonPostgres.Autorest/generate-info.json | 2 +- src/NeonPostgres/NeonPostgres.sln | 28 ++-- .../NeonPostgres/Az.NeonPostgres.psd1 | 7 +- .../NeonPostgres/help/Az.NeonPostgres.md | 6 + .../help/Get-AzNeonPostgresCompute.md | 154 ++++++++++++++++++ .../help/Get-AzNeonPostgresEndpoint.md | 154 ++++++++++++++++++ .../Get-AzNeonPostgresProjectConnectionUri.md | 15 +- .../help/New-AzNeonPostgresBranch.md | 16 +- .../help/New-AzNeonPostgresOrganization.md | 4 +- .../help/New-AzNeonPostgresProject.md | 30 ++-- .../help/Update-AzNeonPostgresBranch.md | 38 ++--- .../help/Update-AzNeonPostgresOrganization.md | 6 +- .../help/Update-AzNeonPostgresProject.md | 58 +++---- 22 files changed, 513 insertions(+), 211 deletions(-) create mode 100644 src/NeonPostgres/NeonPostgres/help/Get-AzNeonPostgresCompute.md create mode 100644 src/NeonPostgres/NeonPostgres/help/Get-AzNeonPostgresEndpoint.md diff --git a/src/NeonPostgres/NeonPostgres.Autorest/README.md b/src/NeonPostgres/NeonPostgres.Autorest/README.md index 19067fda526d..459fb1ee3e86 100644 --- a/src/NeonPostgres/NeonPostgres.Autorest/README.md +++ b/src/NeonPostgres/NeonPostgres.Autorest/README.md @@ -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: eb9abbcdb08fe6c2faca5c2a6182568b52a3b1ce +commit: fb9d32d1bddf171eb777b33ff7fb7dd30a8771da require: # readme.azure.noprofile.md is the common configuration file - $(this-folder)/../../readme.azure.noprofile.md @@ -74,22 +74,4 @@ directive: - 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 ``` diff --git a/src/NeonPostgres/NeonPostgres.Autorest/docs/Az.NeonPostgres.md b/src/NeonPostgres/NeonPostgres.Autorest/docs/Az.NeonPostgres.md index ca535000246b..1ad72659b889 100644 --- a/src/NeonPostgres/NeonPostgres.Autorest/docs/Az.NeonPostgres.md +++ b/src/NeonPostgres/NeonPostgres.Autorest/docs/Az.NeonPostgres.md @@ -14,6 +14,12 @@ Microsoft Azure PowerShell: NeonPostgres cmdlets ### [Get-AzNeonPostgresBranch](Get-AzNeonPostgresBranch.md) Get a Branch +### [Get-AzNeonPostgresCompute](Get-AzNeonPostgresCompute.md) +List Compute resources by Branch + +### [Get-AzNeonPostgresEndpoint](Get-AzNeonPostgresEndpoint.md) +List Endpoint resources by Branch + ### [Get-AzNeonPostgresNeonDatabase](Get-AzNeonPostgresNeonDatabase.md) List NeonDatabase resources by Branch diff --git a/src/NeonPostgres/NeonPostgres.Autorest/docs/Get-AzNeonPostgresProjectConnectionUri.md b/src/NeonPostgres/NeonPostgres.Autorest/docs/Get-AzNeonPostgresProjectConnectionUri.md index 2a8460f6e17b..91ccb8af4eed 100644 --- a/src/NeonPostgres/NeonPostgres.Autorest/docs/Get-AzNeonPostgresProjectConnectionUri.md +++ b/src/NeonPostgres/NeonPostgres.Autorest/docs/Get-AzNeonPostgresProjectConnectionUri.md @@ -23,14 +23,14 @@ Get-AzNeonPostgresProjectConnectionUri -OrganizationName -ProjectName < ### Get ``` Get-AzNeonPostgresProjectConnectionUri -OrganizationName -ProjectName - -ResourceGroupName -ConnectionUriParameter - [-SubscriptionId ] [-DefaultProfile ] [-Confirm] [-WhatIf] [] + -ResourceGroupName -ConnectionUriParameter [-SubscriptionId ] + [-DefaultProfile ] [-Confirm] [-WhatIf] [] ``` ### GetViaIdentity ``` Get-AzNeonPostgresProjectConnectionUri -InputObject - -ConnectionUriParameter [-DefaultProfile ] [-Confirm] [-WhatIf] + -ConnectionUriParameter [-DefaultProfile ] [-Confirm] [-WhatIf] [] ``` @@ -44,7 +44,7 @@ Get-AzNeonPostgresProjectConnectionUri -InputObject [-Br ### GetViaIdentityOrganization ``` Get-AzNeonPostgresProjectConnectionUri -OrganizationInputObject -ProjectName - -ConnectionUriParameter [-DefaultProfile ] [-Confirm] [-WhatIf] + -ConnectionUriParameter [-DefaultProfile ] [-Confirm] [-WhatIf] [] ``` @@ -117,7 +117,7 @@ Accept wildcard characters: False Connection uri parameters for the associated database ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IModelsConnectionUriProperties +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IConnectionUriProperties Parameter Sets: Get, GetViaIdentity, GetViaIdentityOrganization Aliases: @@ -377,13 +377,13 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IModelsConnectionUriProperties +### Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IConnectionUriProperties ### Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.INeonPostgresIdentity ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IModelsConnectionUriProperties +### Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IConnectionUriProperties ## NOTES diff --git a/src/NeonPostgres/NeonPostgres.Autorest/docs/New-AzNeonPostgresBranch.md b/src/NeonPostgres/NeonPostgres.Autorest/docs/New-AzNeonPostgresBranch.md index 15a948eec4be..579470baa518 100644 --- a/src/NeonPostgres/NeonPostgres.Autorest/docs/New-AzNeonPostgresBranch.md +++ b/src/NeonPostgres/NeonPostgres.Autorest/docs/New-AzNeonPostgresBranch.md @@ -15,11 +15,11 @@ create a Branch ### CreateExpanded (Default) ``` New-AzNeonPostgresBranch -Name -OrganizationName -ProjectName - -ResourceGroupName [-SubscriptionId ] [-Attribute ] - [-Database ] [-DatabaseName ] - [-Endpoint ] [-EntityName ] [-ParentId ] [-ProjectId ] - [-Role ] [-RoleName ] [-DefaultProfile ] [-AsJob] [-NoWait] - [-Confirm] [-WhatIf] [] + -ResourceGroupName [-SubscriptionId ] [-Attribute ] + [-Database ] [-DatabaseName ] [-Endpoint ] + [-EntityName ] [-ParentId ] [-ProjectId ] [-Role ] + [-RoleName ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] + [] ``` ### CreateViaJsonFilePath @@ -84,7 +84,7 @@ Accept wildcard characters: False Additional attributes for the entity ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IModelsAttributes[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IAttributes[] Parameter Sets: CreateExpanded Aliases: @@ -99,7 +99,7 @@ Accept wildcard characters: False Neon Databases associated with the branch ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IModelsNeonDatabaseProperties[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.INeonDatabaseProperties[] Parameter Sets: CreateExpanded Aliases: @@ -145,7 +145,7 @@ Accept wildcard characters: False Endpoints associated with the branch ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IModelsEndpointProperties[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IEndpointProperties[] Parameter Sets: CreateExpanded Aliases: @@ -311,7 +311,7 @@ Accept wildcard characters: False Roles associated with the branch ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IModelsNeonRoleProperties[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.INeonRoleProperties[] Parameter Sets: CreateExpanded Aliases: diff --git a/src/NeonPostgres/NeonPostgres.Autorest/docs/New-AzNeonPostgresOrganization.md b/src/NeonPostgres/NeonPostgres.Autorest/docs/New-AzNeonPostgresOrganization.md index e47c23f8e1d3..8134a33f2be4 100644 --- a/src/NeonPostgres/NeonPostgres.Autorest/docs/New-AzNeonPostgresOrganization.md +++ b/src/NeonPostgres/NeonPostgres.Autorest/docs/New-AzNeonPostgresOrganization.md @@ -21,7 +21,7 @@ New-AzNeonPostgresOrganization -Name -ResourceGroupName -Locat [-MarketplaceDetailSubscriptionStatus ] [-OfferDetailOfferId ] [-OfferDetailPlanId ] [-OfferDetailPlanName ] [-OfferDetailPublisherId ] [-OfferDetailTermId ] [-OfferDetailTermUnit ] [-PartnerOrganizationPropertyOrganizationId ] - [-PartnerOrganizationPropertyOrganizationName ] [-ProjectProperty ] + [-PartnerOrganizationPropertyOrganizationName ] [-ProjectProperty ] [-SingleSignOnPropertyAadDomain ] [-SingleSignOnPropertyEnterpriseAppId ] [-SingleSignOnPropertySingleSignOnState ] [-SingleSignOnPropertySingleSignOnUrl ] [-Tag ] [-UserDetailEmailAddress ] [-UserDetailFirstName ] @@ -450,7 +450,7 @@ Accept wildcard characters: False Neon Project Properties ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IModelsProjectProperties +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IProjectProperties Parameter Sets: CreateExpanded Aliases: diff --git a/src/NeonPostgres/NeonPostgres.Autorest/docs/New-AzNeonPostgresProject.md b/src/NeonPostgres/NeonPostgres.Autorest/docs/New-AzNeonPostgresProject.md index ff872a97030e..1fe25580c84c 100644 --- a/src/NeonPostgres/NeonPostgres.Autorest/docs/New-AzNeonPostgresProject.md +++ b/src/NeonPostgres/NeonPostgres.Autorest/docs/New-AzNeonPostgresProject.md @@ -15,15 +15,15 @@ create a Project ### CreateExpanded (Default) ``` New-AzNeonPostgresProject -Name -OrganizationName -ResourceGroupName - [-SubscriptionId ] [-Attribute ] [-BranchAttribute ] - [-BranchDatabase ] [-BranchDatabaseName ] - [-BranchEndpoint ] [-BranchEntityName ] [-BranchParentId ] - [-BranchProjectId ] [-BranchRole ] [-BranchRoleName ] - [-Database ] [-DefaultEndpointSettingAutoscalingLimitMaxCu ] - [-DefaultEndpointSettingAutoscalingLimitMinCu ] [-Endpoint ] + [-SubscriptionId ] [-Attribute ] [-BranchAttribute ] + [-BranchDatabase ] [-BranchDatabaseName ] + [-BranchEndpoint ] [-BranchEntityName ] [-BranchParentId ] + [-BranchProjectId ] [-BranchRole ] [-BranchRoleName ] + [-Database ] [-DefaultEndpointSettingAutoscalingLimitMaxCu ] + [-DefaultEndpointSettingAutoscalingLimitMinCu ] [-Endpoint ] [-EntityName ] [-HistoryRetention ] [-PgVersion ] [-RegionId ] - [-Role ] [-Storage ] [-DefaultProfile ] [-AsJob] [-NoWait] - [-Confirm] [-WhatIf] [] + [-Role ] [-Storage ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] + [-WhatIf] [] ``` ### CreateViaJsonFilePath @@ -88,7 +88,7 @@ Accept wildcard characters: False Additional attributes for the entity ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IModelsAttributes[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IAttributes[] Parameter Sets: CreateExpanded Aliases: @@ -103,7 +103,7 @@ Accept wildcard characters: False Additional attributes for the entity ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IModelsAttributes[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IAttributes[] Parameter Sets: CreateExpanded Aliases: @@ -118,7 +118,7 @@ Accept wildcard characters: False Neon Databases associated with the branch ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IModelsNeonDatabaseProperties[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.INeonDatabaseProperties[] Parameter Sets: CreateExpanded Aliases: @@ -148,7 +148,7 @@ Accept wildcard characters: False Endpoints associated with the branch ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IModelsEndpointProperties[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IEndpointProperties[] Parameter Sets: CreateExpanded Aliases: @@ -208,7 +208,7 @@ Accept wildcard characters: False Roles associated with the branch ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IModelsNeonRoleProperties[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.INeonRoleProperties[] Parameter Sets: CreateExpanded Aliases: @@ -238,7 +238,7 @@ Accept wildcard characters: False Neon Databases associated with the project ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IModelsNeonDatabaseProperties[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.INeonDatabaseProperties[] Parameter Sets: CreateExpanded Aliases: @@ -299,7 +299,7 @@ Accept wildcard characters: False Endpoints associated with the project ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IModelsEndpointProperties[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IEndpointProperties[] Parameter Sets: CreateExpanded Aliases: @@ -465,7 +465,7 @@ Accept wildcard characters: False Roles associated with the project ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IModelsNeonRoleProperties[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.INeonRoleProperties[] Parameter Sets: CreateExpanded Aliases: diff --git a/src/NeonPostgres/NeonPostgres.Autorest/docs/Update-AzNeonPostgresBranch.md b/src/NeonPostgres/NeonPostgres.Autorest/docs/Update-AzNeonPostgresBranch.md index 20a35f635c7c..48ddbad5913a 100644 --- a/src/NeonPostgres/NeonPostgres.Autorest/docs/Update-AzNeonPostgresBranch.md +++ b/src/NeonPostgres/NeonPostgres.Autorest/docs/Update-AzNeonPostgresBranch.md @@ -15,37 +15,37 @@ update a Branch ### UpdateExpanded (Default) ``` Update-AzNeonPostgresBranch -Name -OrganizationName -ProjectName - -ResourceGroupName [-SubscriptionId ] [-Attribute ] - [-Database ] [-DatabaseName ] - [-Endpoint ] [-EntityName ] [-ParentId ] [-ProjectId ] - [-Role ] [-RoleName ] [-DefaultProfile ] [-AsJob] [-NoWait] - [-Confirm] [-WhatIf] [] + -ResourceGroupName [-SubscriptionId ] [-Attribute ] + [-Database ] [-DatabaseName ] [-Endpoint ] + [-EntityName ] [-ParentId ] [-ProjectId ] [-Role ] + [-RoleName ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] + [] ``` ### UpdateViaIdentityExpanded ``` -Update-AzNeonPostgresBranch -InputObject [-Attribute ] - [-Database ] [-DatabaseName ] - [-Endpoint ] [-EntityName ] [-ParentId ] [-ProjectId ] - [-Role ] [-RoleName ] [-DefaultProfile ] [-AsJob] [-NoWait] - [-Confirm] [-WhatIf] [] +Update-AzNeonPostgresBranch -InputObject [-Attribute ] + [-Database ] [-DatabaseName ] [-Endpoint ] + [-EntityName ] [-ParentId ] [-ProjectId ] [-Role ] + [-RoleName ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] + [] ``` ### UpdateViaIdentityOrganizationExpanded ``` Update-AzNeonPostgresBranch -Name -OrganizationInputObject - -ProjectName [-Attribute ] [-Database ] - [-DatabaseName ] [-Endpoint ] [-EntityName ] - [-ParentId ] [-ProjectId ] [-Role ] [-RoleName ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] + -ProjectName [-Attribute ] [-Database ] + [-DatabaseName ] [-Endpoint ] [-EntityName ] [-ParentId ] + [-ProjectId ] [-Role ] [-RoleName ] [-DefaultProfile ] + [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] ``` ### UpdateViaIdentityProjectExpanded ``` Update-AzNeonPostgresBranch -Name -ProjectInputObject - [-Attribute ] [-Database ] [-DatabaseName ] - [-Endpoint ] [-EntityName ] [-ParentId ] [-ProjectId ] - [-Role ] [-RoleName ] [-DefaultProfile ] [-AsJob] [-NoWait] + [-Attribute ] [-Database ] [-DatabaseName ] + [-Endpoint ] [-EntityName ] [-ParentId ] [-ProjectId ] + [-Role ] [-RoleName ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] ``` @@ -97,7 +97,7 @@ Accept wildcard characters: False Additional attributes for the entity ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IModelsAttributes[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IAttributes[] Parameter Sets: (All) Aliases: @@ -112,7 +112,7 @@ Accept wildcard characters: False Neon Databases associated with the branch ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IModelsNeonDatabaseProperties[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.INeonDatabaseProperties[] Parameter Sets: (All) Aliases: @@ -158,7 +158,7 @@ Accept wildcard characters: False Endpoints associated with the branch ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IModelsEndpointProperties[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IEndpointProperties[] Parameter Sets: (All) Aliases: @@ -339,7 +339,7 @@ Accept wildcard characters: False Roles associated with the branch ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IModelsNeonRoleProperties[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.INeonRoleProperties[] Parameter Sets: (All) Aliases: diff --git a/src/NeonPostgres/NeonPostgres.Autorest/docs/Update-AzNeonPostgresOrganization.md b/src/NeonPostgres/NeonPostgres.Autorest/docs/Update-AzNeonPostgresOrganization.md index ffbca3a52f39..c737388eeb74 100644 --- a/src/NeonPostgres/NeonPostgres.Autorest/docs/Update-AzNeonPostgresOrganization.md +++ b/src/NeonPostgres/NeonPostgres.Autorest/docs/Update-AzNeonPostgresOrganization.md @@ -21,7 +21,7 @@ Update-AzNeonPostgresOrganization -Name -ResourceGroupName [-S [-MarketplaceDetailSubscriptionStatus ] [-OfferDetailOfferId ] [-OfferDetailPlanId ] [-OfferDetailPlanName ] [-OfferDetailPublisherId ] [-OfferDetailTermId ] [-OfferDetailTermUnit ] [-PartnerOrganizationPropertyOrganizationId ] - [-PartnerOrganizationPropertyOrganizationName ] [-ProjectProperty ] + [-PartnerOrganizationPropertyOrganizationName ] [-ProjectProperty ] [-SingleSignOnPropertyAadDomain ] [-SingleSignOnPropertyEnterpriseAppId ] [-SingleSignOnPropertySingleSignOnState ] [-SingleSignOnPropertySingleSignOnUrl ] [-Tag ] [-UserDetailEmailAddress ] [-UserDetailFirstName ] @@ -38,7 +38,7 @@ Update-AzNeonPostgresOrganization -InputObject [-Company [-OfferDetailOfferId ] [-OfferDetailPlanId ] [-OfferDetailPlanName ] [-OfferDetailPublisherId ] [-OfferDetailTermId ] [-OfferDetailTermUnit ] [-PartnerOrganizationPropertyOrganizationId ] [-PartnerOrganizationPropertyOrganizationName ] - [-ProjectProperty ] [-SingleSignOnPropertyAadDomain ] + [-ProjectProperty ] [-SingleSignOnPropertyAadDomain ] [-SingleSignOnPropertyEnterpriseAppId ] [-SingleSignOnPropertySingleSignOnState ] [-SingleSignOnPropertySingleSignOnUrl ] [-Tag ] [-UserDetailEmailAddress ] [-UserDetailFirstName ] [-UserDetailLastName ] [-UserDetailPhoneNumber ] @@ -489,7 +489,7 @@ Accept wildcard characters: False Neon Project Properties ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IModelsProjectPropertiesUpdate +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IProjectPropertiesUpdate Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded Aliases: diff --git a/src/NeonPostgres/NeonPostgres.Autorest/docs/Update-AzNeonPostgresProject.md b/src/NeonPostgres/NeonPostgres.Autorest/docs/Update-AzNeonPostgresProject.md index bc0d507540ee..4359154e32e2 100644 --- a/src/NeonPostgres/NeonPostgres.Autorest/docs/Update-AzNeonPostgresProject.md +++ b/src/NeonPostgres/NeonPostgres.Autorest/docs/Update-AzNeonPostgresProject.md @@ -15,43 +15,43 @@ update a Project ### UpdateExpanded (Default) ``` Update-AzNeonPostgresProject -Name -OrganizationName -ResourceGroupName - [-SubscriptionId ] [-Attribute ] [-BranchAttribute ] - [-BranchDatabase ] [-BranchDatabaseName ] - [-BranchEndpoint ] [-BranchEntityName ] [-BranchParentId ] - [-BranchProjectId ] [-BranchRole ] [-BranchRoleName ] - [-Database ] [-DefaultEndpointSettingAutoscalingLimitMaxCu ] - [-DefaultEndpointSettingAutoscalingLimitMinCu ] [-Endpoint ] + [-SubscriptionId ] [-Attribute ] [-BranchAttribute ] + [-BranchDatabase ] [-BranchDatabaseName ] + [-BranchEndpoint ] [-BranchEntityName ] [-BranchParentId ] + [-BranchProjectId ] [-BranchRole ] [-BranchRoleName ] + [-Database ] [-DefaultEndpointSettingAutoscalingLimitMaxCu ] + [-DefaultEndpointSettingAutoscalingLimitMinCu ] [-Endpoint ] [-EntityName ] [-HistoryRetention ] [-PgVersion ] [-RegionId ] - [-Role ] [-Storage ] [-DefaultProfile ] [-AsJob] [-NoWait] - [-Confirm] [-WhatIf] [] + [-Role ] [-Storage ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] + [-WhatIf] [] ``` ### UpdateViaIdentityExpanded ``` -Update-AzNeonPostgresProject -InputObject [-Attribute ] - [-BranchAttribute ] [-BranchDatabase ] - [-BranchDatabaseName ] [-BranchEndpoint ] [-BranchEntityName ] - [-BranchParentId ] [-BranchProjectId ] [-BranchRole ] - [-BranchRoleName ] [-Database ] +Update-AzNeonPostgresProject -InputObject [-Attribute ] + [-BranchAttribute ] [-BranchDatabase ] + [-BranchDatabaseName ] [-BranchEndpoint ] [-BranchEntityName ] + [-BranchParentId ] [-BranchProjectId ] [-BranchRole ] + [-BranchRoleName ] [-Database ] [-DefaultEndpointSettingAutoscalingLimitMaxCu ] - [-DefaultEndpointSettingAutoscalingLimitMinCu ] [-Endpoint ] + [-DefaultEndpointSettingAutoscalingLimitMinCu ] [-Endpoint ] [-EntityName ] [-HistoryRetention ] [-PgVersion ] [-RegionId ] - [-Role ] [-Storage ] [-DefaultProfile ] [-AsJob] [-NoWait] - [-Confirm] [-WhatIf] [] + [-Role ] [-Storage ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] + [-WhatIf] [] ``` ### UpdateViaIdentityOrganizationExpanded ``` Update-AzNeonPostgresProject -Name -OrganizationInputObject - [-Attribute ] [-BranchAttribute ] - [-BranchDatabase ] [-BranchDatabaseName ] - [-BranchEndpoint ] [-BranchEntityName ] [-BranchParentId ] - [-BranchProjectId ] [-BranchRole ] [-BranchRoleName ] - [-Database ] [-DefaultEndpointSettingAutoscalingLimitMaxCu ] - [-DefaultEndpointSettingAutoscalingLimitMinCu ] [-Endpoint ] + [-Attribute ] [-BranchAttribute ] [-BranchDatabase ] + [-BranchDatabaseName ] [-BranchEndpoint ] [-BranchEntityName ] + [-BranchParentId ] [-BranchProjectId ] [-BranchRole ] + [-BranchRoleName ] [-Database ] + [-DefaultEndpointSettingAutoscalingLimitMaxCu ] + [-DefaultEndpointSettingAutoscalingLimitMinCu ] [-Endpoint ] [-EntityName ] [-HistoryRetention ] [-PgVersion ] [-RegionId ] - [-Role ] [-Storage ] [-DefaultProfile ] [-AsJob] [-NoWait] - [-Confirm] [-WhatIf] [] + [-Role ] [-Storage ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] + [-WhatIf] [] ``` ## DESCRIPTION @@ -102,7 +102,7 @@ Accept wildcard characters: False Additional attributes for the entity ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IModelsAttributes[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IAttributes[] Parameter Sets: (All) Aliases: @@ -117,7 +117,7 @@ Accept wildcard characters: False Additional attributes for the entity ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IModelsAttributes[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IAttributes[] Parameter Sets: (All) Aliases: @@ -132,7 +132,7 @@ Accept wildcard characters: False Neon Databases associated with the branch ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IModelsNeonDatabaseProperties[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.INeonDatabaseProperties[] Parameter Sets: (All) Aliases: @@ -162,7 +162,7 @@ Accept wildcard characters: False Endpoints associated with the branch ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IModelsEndpointProperties[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IEndpointProperties[] Parameter Sets: (All) Aliases: @@ -222,7 +222,7 @@ Accept wildcard characters: False Roles associated with the branch ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IModelsNeonRoleProperties[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.INeonRoleProperties[] Parameter Sets: (All) Aliases: @@ -252,7 +252,7 @@ Accept wildcard characters: False Neon Databases associated with the project ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IModelsNeonDatabaseProperties[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.INeonDatabaseProperties[] Parameter Sets: (All) Aliases: @@ -313,7 +313,7 @@ Accept wildcard characters: False Endpoints associated with the project ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IModelsEndpointProperties[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IEndpointProperties[] Parameter Sets: (All) Aliases: @@ -479,7 +479,7 @@ Accept wildcard characters: False Roles associated with the project ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IModelsNeonRoleProperties[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.INeonRoleProperties[] Parameter Sets: (All) Aliases: diff --git a/src/NeonPostgres/NeonPostgres.Autorest/generate-info.json b/src/NeonPostgres/NeonPostgres.Autorest/generate-info.json index 93830d71bb13..4678290fb2f6 100644 --- a/src/NeonPostgres/NeonPostgres.Autorest/generate-info.json +++ b/src/NeonPostgres/NeonPostgres.Autorest/generate-info.json @@ -1,3 +1,3 @@ { - "generate_Id": "b5996383-8ce4-4cff-80b7-37b8f8dfa2df" + "generate_Id": "97a5a9dd-71df-4a8e-ba9f-17e733ebc9ea" } diff --git a/src/NeonPostgres/NeonPostgres.sln b/src/NeonPostgres/NeonPostgres.sln index 78f40bf06533..f346d7791480 100644 --- a/src/NeonPostgres/NeonPostgres.sln +++ b/src/NeonPostgres/NeonPostgres.sln @@ -21,7 +21,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NeonPostgres", "NeonPostgre EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "NeonPostgres.Autorest", "NeonPostgres.Autorest", "{09A05D78-78C2-038B-C4A6-250AE9CB2F67}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.NeonPostgres", "..\..\generated\NeonPostgres\NeonPostgres.Autorest\Az.NeonPostgres.csproj", "{B22DAE90-799D-4E37-AF2B-E0714AA707FB}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.NeonPostgres", "..\..\generated\NeonPostgres\NeonPostgres.Autorest\Az.NeonPostgres.csproj", "{1D20543A-869B-4EF6-B303-1B2100C90C30}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -117,18 +117,18 @@ Global {E54B0A08-39BC-4187-9CC7-E50FDCDD6E49}.Release|x64.Build.0 = Release|Any CPU {E54B0A08-39BC-4187-9CC7-E50FDCDD6E49}.Release|x86.ActiveCfg = Release|Any CPU {E54B0A08-39BC-4187-9CC7-E50FDCDD6E49}.Release|x86.Build.0 = Release|Any CPU - {B22DAE90-799D-4E37-AF2B-E0714AA707FB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {B22DAE90-799D-4E37-AF2B-E0714AA707FB}.Debug|Any CPU.Build.0 = Debug|Any CPU - {B22DAE90-799D-4E37-AF2B-E0714AA707FB}.Debug|x64.ActiveCfg = Debug|Any CPU - {B22DAE90-799D-4E37-AF2B-E0714AA707FB}.Debug|x64.Build.0 = Debug|Any CPU - {B22DAE90-799D-4E37-AF2B-E0714AA707FB}.Debug|x86.ActiveCfg = Debug|Any CPU - {B22DAE90-799D-4E37-AF2B-E0714AA707FB}.Debug|x86.Build.0 = Debug|Any CPU - {B22DAE90-799D-4E37-AF2B-E0714AA707FB}.Release|Any CPU.ActiveCfg = Release|Any CPU - {B22DAE90-799D-4E37-AF2B-E0714AA707FB}.Release|Any CPU.Build.0 = Release|Any CPU - {B22DAE90-799D-4E37-AF2B-E0714AA707FB}.Release|x64.ActiveCfg = Release|Any CPU - {B22DAE90-799D-4E37-AF2B-E0714AA707FB}.Release|x64.Build.0 = Release|Any CPU - {B22DAE90-799D-4E37-AF2B-E0714AA707FB}.Release|x86.ActiveCfg = Release|Any CPU - {B22DAE90-799D-4E37-AF2B-E0714AA707FB}.Release|x86.Build.0 = Release|Any CPU + {1D20543A-869B-4EF6-B303-1B2100C90C30}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {1D20543A-869B-4EF6-B303-1B2100C90C30}.Debug|Any CPU.Build.0 = Debug|Any CPU + {1D20543A-869B-4EF6-B303-1B2100C90C30}.Debug|x64.ActiveCfg = Debug|Any CPU + {1D20543A-869B-4EF6-B303-1B2100C90C30}.Debug|x64.Build.0 = Debug|Any CPU + {1D20543A-869B-4EF6-B303-1B2100C90C30}.Debug|x86.ActiveCfg = Debug|Any CPU + {1D20543A-869B-4EF6-B303-1B2100C90C30}.Debug|x86.Build.0 = Debug|Any CPU + {1D20543A-869B-4EF6-B303-1B2100C90C30}.Release|Any CPU.ActiveCfg = Release|Any CPU + {1D20543A-869B-4EF6-B303-1B2100C90C30}.Release|Any CPU.Build.0 = Release|Any CPU + {1D20543A-869B-4EF6-B303-1B2100C90C30}.Release|x64.ActiveCfg = Release|Any CPU + {1D20543A-869B-4EF6-B303-1B2100C90C30}.Release|x64.Build.0 = Release|Any CPU + {1D20543A-869B-4EF6-B303-1B2100C90C30}.Release|x86.ActiveCfg = Release|Any CPU + {1D20543A-869B-4EF6-B303-1B2100C90C30}.Release|x86.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE @@ -140,6 +140,6 @@ Global {A03BADF8-6755-42F9-BC0B-A866A7D55D3E} = {595B2E4A-7EE3-460E-898F-0C7D79DE4FCE} {B90210A7-684A-4CA5-B91A-594A2DEF312A} = {595B2E4A-7EE3-460E-898F-0C7D79DE4FCE} {877C04A6-82B1-440A-81DA-FF8DB1E2DA85} = {595B2E4A-7EE3-460E-898F-0C7D79DE4FCE} - {B22DAE90-799D-4E37-AF2B-E0714AA707FB} = {09A05D78-78C2-038B-C4A6-250AE9CB2F67} + {1D20543A-869B-4EF6-B303-1B2100C90C30} = {09A05D78-78C2-038B-C4A6-250AE9CB2F67} EndGlobalSection EndGlobal diff --git a/src/NeonPostgres/NeonPostgres/Az.NeonPostgres.psd1 b/src/NeonPostgres/NeonPostgres/Az.NeonPostgres.psd1 index 4f7e187c6329..fa00c5c364c8 100644 --- a/src/NeonPostgres/NeonPostgres/Az.NeonPostgres.psd1 +++ b/src/NeonPostgres/NeonPostgres/Az.NeonPostgres.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 26-04-2025 +# Generated on: 12-05-2025 # @{ @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '4.1.0'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '4.2.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'NeonPostgres.Autorest/bin/Az.NeonPostgres.private.dll' @@ -69,7 +69,8 @@ FormatsToProcess = 'NeonPostgres.Autorest/Az.NeonPostgres.format.ps1xml' NestedModules = @('NeonPostgres.Autorest/Az.NeonPostgres.psm1') # Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export. -FunctionsToExport = 'Get-AzNeonPostgresBranch', 'Get-AzNeonPostgresNeonDatabase', +FunctionsToExport = 'Get-AzNeonPostgresBranch', 'Get-AzNeonPostgresCompute', + 'Get-AzNeonPostgresEndpoint', 'Get-AzNeonPostgresNeonDatabase', 'Get-AzNeonPostgresNeonRole', 'Get-AzNeonPostgresOrganization', 'Get-AzNeonPostgresProject', 'Get-AzNeonPostgresProjectConnectionUri', diff --git a/src/NeonPostgres/NeonPostgres/help/Az.NeonPostgres.md b/src/NeonPostgres/NeonPostgres/help/Az.NeonPostgres.md index 19a319418a77..5f5afb70cdf6 100644 --- a/src/NeonPostgres/NeonPostgres/help/Az.NeonPostgres.md +++ b/src/NeonPostgres/NeonPostgres/help/Az.NeonPostgres.md @@ -14,6 +14,12 @@ Microsoft Azure PowerShell: NeonPostgres cmdlets ### [Get-AzNeonPostgresBranch](Get-AzNeonPostgresBranch.md) Get a Branch +### [Get-AzNeonPostgresCompute](Get-AzNeonPostgresCompute.md) +List Compute resources by Branch + +### [Get-AzNeonPostgresEndpoint](Get-AzNeonPostgresEndpoint.md) +List Endpoint resources by Branch + ### [Get-AzNeonPostgresNeonDatabase](Get-AzNeonPostgresNeonDatabase.md) List NeonDatabase resources by Branch diff --git a/src/NeonPostgres/NeonPostgres/help/Get-AzNeonPostgresCompute.md b/src/NeonPostgres/NeonPostgres/help/Get-AzNeonPostgresCompute.md new file mode 100644 index 000000000000..1797a0254a19 --- /dev/null +++ b/src/NeonPostgres/NeonPostgres/help/Get-AzNeonPostgresCompute.md @@ -0,0 +1,154 @@ +--- +external help file: Az.NeonPostgres-help.xml +Module Name: Az.NeonPostgres +online version: https://learn.microsoft.com/powershell/module/az.neonpostgres/get-azneonpostgrescompute +schema: 2.0.0 +--- + +# Get-AzNeonPostgresCompute + +## SYNOPSIS +List Compute resources by Branch + +## SYNTAX + +``` +Get-AzNeonPostgresCompute -BranchName -OrganizationName -ProjectName + -ResourceGroupName [-SubscriptionId ] [-DefaultProfile ] + [] +``` + +## DESCRIPTION +List Compute resources by Branch + +## EXAMPLES + +### Example 1: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + +## PARAMETERS + +### -BranchName +The name of the Branch + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultProfile +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -OrganizationName +Name of the Neon Organizations resource + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ProjectName +The name of the Project + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group. +The name is case insensitive. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +The ID of the target subscription. +The value must be an UUID. + +```yaml +Type: System.String[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.ICompute + +## NOTES + +## RELATED LINKS diff --git a/src/NeonPostgres/NeonPostgres/help/Get-AzNeonPostgresEndpoint.md b/src/NeonPostgres/NeonPostgres/help/Get-AzNeonPostgresEndpoint.md new file mode 100644 index 000000000000..557dd46154f0 --- /dev/null +++ b/src/NeonPostgres/NeonPostgres/help/Get-AzNeonPostgresEndpoint.md @@ -0,0 +1,154 @@ +--- +external help file: Az.NeonPostgres-help.xml +Module Name: Az.NeonPostgres +online version: https://learn.microsoft.com/powershell/module/az.neonpostgres/get-azneonpostgresendpoint +schema: 2.0.0 +--- + +# Get-AzNeonPostgresEndpoint + +## SYNOPSIS +List Endpoint resources by Branch + +## SYNTAX + +``` +Get-AzNeonPostgresEndpoint -BranchName -OrganizationName -ProjectName + -ResourceGroupName [-SubscriptionId ] [-DefaultProfile ] + [] +``` + +## DESCRIPTION +List Endpoint resources by Branch + +## EXAMPLES + +### Example 1: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + +## PARAMETERS + +### -BranchName +The name of the Branch + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultProfile +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -OrganizationName +Name of the Neon Organizations resource + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ProjectName +The name of the Project + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group. +The name is case insensitive. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +The ID of the target subscription. +The value must be an UUID. + +```yaml +Type: System.String[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IEndpoint + +## NOTES + +## RELATED LINKS diff --git a/src/NeonPostgres/NeonPostgres/help/Get-AzNeonPostgresProjectConnectionUri.md b/src/NeonPostgres/NeonPostgres/help/Get-AzNeonPostgresProjectConnectionUri.md index 4d7d6105f3fa..f472ed5af5e8 100644 --- a/src/NeonPostgres/NeonPostgres/help/Get-AzNeonPostgresProjectConnectionUri.md +++ b/src/NeonPostgres/NeonPostgres/help/Get-AzNeonPostgresProjectConnectionUri.md @@ -37,9 +37,8 @@ Get-AzNeonPostgresProjectConnectionUri -OrganizationName -ProjectName < ### Get ``` Get-AzNeonPostgresProjectConnectionUri -OrganizationName -ProjectName - -ResourceGroupName [-SubscriptionId ] - -ConnectionUriParameter [-DefaultProfile ] - [-WhatIf] [-Confirm] [] + -ResourceGroupName [-SubscriptionId ] -ConnectionUriParameter + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### GetViaIdentityOrganizationExpanded @@ -53,7 +52,7 @@ Get-AzNeonPostgresProjectConnectionUri -ProjectName -OrganizationInputO ### GetViaIdentityOrganization ``` Get-AzNeonPostgresProjectConnectionUri -ProjectName -OrganizationInputObject - -ConnectionUriParameter [-DefaultProfile ] + -ConnectionUriParameter [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -67,7 +66,7 @@ Get-AzNeonPostgresProjectConnectionUri -InputObject [-Br ### GetViaIdentity ``` Get-AzNeonPostgresProjectConnectionUri -InputObject - -ConnectionUriParameter [-DefaultProfile ] + -ConnectionUriParameter [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -119,7 +118,7 @@ Accept wildcard characters: False Connection uri parameters for the associated database ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IModelsConnectionUriProperties +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IConnectionUriProperties Parameter Sets: Get, GetViaIdentityOrganization, GetViaIdentity Aliases: @@ -379,13 +378,13 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IModelsConnectionUriProperties +### Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IConnectionUriProperties ### Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.INeonPostgresIdentity ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IModelsConnectionUriProperties +### Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IConnectionUriProperties ## NOTES diff --git a/src/NeonPostgres/NeonPostgres/help/New-AzNeonPostgresBranch.md b/src/NeonPostgres/NeonPostgres/help/New-AzNeonPostgresBranch.md index 1fbdaf939217..ae9dc3385905 100644 --- a/src/NeonPostgres/NeonPostgres/help/New-AzNeonPostgresBranch.md +++ b/src/NeonPostgres/NeonPostgres/help/New-AzNeonPostgresBranch.md @@ -15,10 +15,10 @@ create a Branch ### CreateExpanded (Default) ``` New-AzNeonPostgresBranch -Name -OrganizationName -ProjectName - -ResourceGroupName [-SubscriptionId ] [-Attribute ] - [-Database ] [-DatabaseName ] - [-Endpoint ] [-EntityName ] [-ParentId ] [-ProjectId ] - [-Role ] [-RoleName ] [-DefaultProfile ] [-AsJob] [-NoWait] + -ResourceGroupName [-SubscriptionId ] [-Attribute ] + [-Database ] [-DatabaseName ] [-Endpoint ] + [-EntityName ] [-ParentId ] [-ProjectId ] [-Role ] + [-RoleName ] [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] [] ``` @@ -84,7 +84,7 @@ Accept wildcard characters: False Additional attributes for the entity ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IModelsAttributes[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IAttributes[] Parameter Sets: CreateExpanded Aliases: @@ -99,7 +99,7 @@ Accept wildcard characters: False Neon Databases associated with the branch ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IModelsNeonDatabaseProperties[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.INeonDatabaseProperties[] Parameter Sets: CreateExpanded Aliases: @@ -145,7 +145,7 @@ Accept wildcard characters: False Endpoints associated with the branch ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IModelsEndpointProperties[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IEndpointProperties[] Parameter Sets: CreateExpanded Aliases: @@ -311,7 +311,7 @@ Accept wildcard characters: False Roles associated with the branch ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IModelsNeonRoleProperties[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.INeonRoleProperties[] Parameter Sets: CreateExpanded Aliases: diff --git a/src/NeonPostgres/NeonPostgres/help/New-AzNeonPostgresOrganization.md b/src/NeonPostgres/NeonPostgres/help/New-AzNeonPostgresOrganization.md index b30cde275a46..222cadd7a4b8 100644 --- a/src/NeonPostgres/NeonPostgres/help/New-AzNeonPostgresOrganization.md +++ b/src/NeonPostgres/NeonPostgres/help/New-AzNeonPostgresOrganization.md @@ -21,7 +21,7 @@ New-AzNeonPostgresOrganization -Name -ResourceGroupName [-Subs [-MarketplaceDetailSubscriptionStatus ] [-OfferDetailOfferId ] [-OfferDetailPlanId ] [-OfferDetailPlanName ] [-OfferDetailPublisherId ] [-OfferDetailTermId ] [-OfferDetailTermUnit ] [-PartnerOrganizationPropertyOrganizationId ] - [-PartnerOrganizationPropertyOrganizationName ] [-ProjectProperty ] + [-PartnerOrganizationPropertyOrganizationName ] [-ProjectProperty ] [-SingleSignOnPropertyAadDomain ] [-SingleSignOnPropertyEnterpriseAppId ] [-SingleSignOnPropertySingleSignOnState ] [-SingleSignOnPropertySingleSignOnUrl ] [-Tag ] [-UserDetailEmailAddress ] [-UserDetailFirstName ] @@ -451,7 +451,7 @@ Accept wildcard characters: False Neon Project Properties ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IModelsProjectProperties +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IProjectProperties Parameter Sets: CreateExpanded Aliases: diff --git a/src/NeonPostgres/NeonPostgres/help/New-AzNeonPostgresProject.md b/src/NeonPostgres/NeonPostgres/help/New-AzNeonPostgresProject.md index 4f428f380325..db030a28f0e3 100644 --- a/src/NeonPostgres/NeonPostgres/help/New-AzNeonPostgresProject.md +++ b/src/NeonPostgres/NeonPostgres/help/New-AzNeonPostgresProject.md @@ -15,14 +15,14 @@ create a Project ### CreateExpanded (Default) ``` New-AzNeonPostgresProject -Name -OrganizationName -ResourceGroupName - [-SubscriptionId ] [-Attribute ] [-BranchAttribute ] - [-BranchDatabase ] [-BranchDatabaseName ] - [-BranchEndpoint ] [-BranchEntityName ] [-BranchParentId ] - [-BranchProjectId ] [-BranchRole ] [-BranchRoleName ] - [-Database ] [-DefaultEndpointSettingAutoscalingLimitMaxCu ] - [-DefaultEndpointSettingAutoscalingLimitMinCu ] [-Endpoint ] + [-SubscriptionId ] [-Attribute ] [-BranchAttribute ] + [-BranchDatabase ] [-BranchDatabaseName ] + [-BranchEndpoint ] [-BranchEntityName ] [-BranchParentId ] + [-BranchProjectId ] [-BranchRole ] [-BranchRoleName ] + [-Database ] [-DefaultEndpointSettingAutoscalingLimitMaxCu ] + [-DefaultEndpointSettingAutoscalingLimitMinCu ] [-Endpoint ] [-EntityName ] [-HistoryRetention ] [-PgVersion ] [-RegionId ] - [-Role ] [-Storage ] [-DefaultProfile ] [-AsJob] [-NoWait] + [-Role ] [-Storage ] [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] [] ``` @@ -88,7 +88,7 @@ Accept wildcard characters: False Additional attributes for the entity ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IModelsAttributes[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IAttributes[] Parameter Sets: CreateExpanded Aliases: @@ -103,7 +103,7 @@ Accept wildcard characters: False Additional attributes for the entity ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IModelsAttributes[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IAttributes[] Parameter Sets: CreateExpanded Aliases: @@ -118,7 +118,7 @@ Accept wildcard characters: False Neon Databases associated with the branch ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IModelsNeonDatabaseProperties[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.INeonDatabaseProperties[] Parameter Sets: CreateExpanded Aliases: @@ -148,7 +148,7 @@ Accept wildcard characters: False Endpoints associated with the branch ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IModelsEndpointProperties[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IEndpointProperties[] Parameter Sets: CreateExpanded Aliases: @@ -208,7 +208,7 @@ Accept wildcard characters: False Roles associated with the branch ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IModelsNeonRoleProperties[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.INeonRoleProperties[] Parameter Sets: CreateExpanded Aliases: @@ -238,7 +238,7 @@ Accept wildcard characters: False Neon Databases associated with the project ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IModelsNeonDatabaseProperties[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.INeonDatabaseProperties[] Parameter Sets: CreateExpanded Aliases: @@ -299,7 +299,7 @@ Accept wildcard characters: False Endpoints associated with the project ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IModelsEndpointProperties[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IEndpointProperties[] Parameter Sets: CreateExpanded Aliases: @@ -465,7 +465,7 @@ Accept wildcard characters: False Roles associated with the project ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IModelsNeonRoleProperties[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.INeonRoleProperties[] Parameter Sets: CreateExpanded Aliases: diff --git a/src/NeonPostgres/NeonPostgres/help/Update-AzNeonPostgresBranch.md b/src/NeonPostgres/NeonPostgres/help/Update-AzNeonPostgresBranch.md index 01157188aefe..c23c5d856180 100644 --- a/src/NeonPostgres/NeonPostgres/help/Update-AzNeonPostgresBranch.md +++ b/src/NeonPostgres/NeonPostgres/help/Update-AzNeonPostgresBranch.md @@ -15,38 +15,38 @@ update a Branch ### UpdateExpanded (Default) ``` Update-AzNeonPostgresBranch -Name -OrganizationName -ProjectName - -ResourceGroupName [-SubscriptionId ] [-Attribute ] - [-Database ] [-DatabaseName ] - [-Endpoint ] [-EntityName ] [-ParentId ] [-ProjectId ] - [-Role ] [-RoleName ] [-DefaultProfile ] [-AsJob] [-NoWait] + -ResourceGroupName [-SubscriptionId ] [-Attribute ] + [-Database ] [-DatabaseName ] [-Endpoint ] + [-EntityName ] [-ParentId ] [-ProjectId ] [-Role ] + [-RoleName ] [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] [] ``` ### UpdateViaIdentityProjectExpanded ``` Update-AzNeonPostgresBranch -Name -ProjectInputObject - [-Attribute ] [-Database ] [-DatabaseName ] - [-Endpoint ] [-EntityName ] [-ParentId ] [-ProjectId ] - [-Role ] [-RoleName ] [-DefaultProfile ] [-AsJob] [-NoWait] + [-Attribute ] [-Database ] [-DatabaseName ] + [-Endpoint ] [-EntityName ] [-ParentId ] [-ProjectId ] + [-Role ] [-RoleName ] [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] [] ``` ### UpdateViaIdentityOrganizationExpanded ``` Update-AzNeonPostgresBranch -Name -ProjectName - -OrganizationInputObject [-Attribute ] - [-Database ] [-DatabaseName ] - [-Endpoint ] [-EntityName ] [-ParentId ] [-ProjectId ] - [-Role ] [-RoleName ] [-DefaultProfile ] [-AsJob] [-NoWait] + -OrganizationInputObject [-Attribute ] + [-Database ] [-DatabaseName ] [-Endpoint ] + [-EntityName ] [-ParentId ] [-ProjectId ] [-Role ] + [-RoleName ] [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] [] ``` ### UpdateViaIdentityExpanded ``` -Update-AzNeonPostgresBranch -InputObject [-Attribute ] - [-Database ] [-DatabaseName ] - [-Endpoint ] [-EntityName ] [-ParentId ] [-ProjectId ] - [-Role ] [-RoleName ] [-DefaultProfile ] [-AsJob] [-NoWait] +Update-AzNeonPostgresBranch -InputObject [-Attribute ] + [-Database ] [-DatabaseName ] [-Endpoint ] + [-EntityName ] [-ParentId ] [-ProjectId ] [-Role ] + [-RoleName ] [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] [] ``` @@ -98,7 +98,7 @@ Accept wildcard characters: False Additional attributes for the entity ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IModelsAttributes[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IAttributes[] Parameter Sets: (All) Aliases: @@ -113,7 +113,7 @@ Accept wildcard characters: False Neon Databases associated with the branch ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IModelsNeonDatabaseProperties[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.INeonDatabaseProperties[] Parameter Sets: (All) Aliases: @@ -159,7 +159,7 @@ Accept wildcard characters: False Endpoints associated with the branch ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IModelsEndpointProperties[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IEndpointProperties[] Parameter Sets: (All) Aliases: @@ -340,7 +340,7 @@ Accept wildcard characters: False Roles associated with the branch ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IModelsNeonRoleProperties[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.INeonRoleProperties[] Parameter Sets: (All) Aliases: diff --git a/src/NeonPostgres/NeonPostgres/help/Update-AzNeonPostgresOrganization.md b/src/NeonPostgres/NeonPostgres/help/Update-AzNeonPostgresOrganization.md index a9eadc6c7280..9ae6855115de 100644 --- a/src/NeonPostgres/NeonPostgres/help/Update-AzNeonPostgresOrganization.md +++ b/src/NeonPostgres/NeonPostgres/help/Update-AzNeonPostgresOrganization.md @@ -21,7 +21,7 @@ Update-AzNeonPostgresOrganization -Name -ResourceGroupName [-S [-MarketplaceDetailSubscriptionStatus ] [-OfferDetailOfferId ] [-OfferDetailPlanId ] [-OfferDetailPlanName ] [-OfferDetailPublisherId ] [-OfferDetailTermId ] [-OfferDetailTermUnit ] [-PartnerOrganizationPropertyOrganizationId ] - [-PartnerOrganizationPropertyOrganizationName ] [-ProjectProperty ] + [-PartnerOrganizationPropertyOrganizationName ] [-ProjectProperty ] [-SingleSignOnPropertyAadDomain ] [-SingleSignOnPropertyEnterpriseAppId ] [-SingleSignOnPropertySingleSignOnState ] [-SingleSignOnPropertySingleSignOnUrl ] [-Tag ] [-UserDetailEmailAddress ] [-UserDetailFirstName ] @@ -53,7 +53,7 @@ Update-AzNeonPostgresOrganization -InputObject [-Company [-OfferDetailOfferId ] [-OfferDetailPlanId ] [-OfferDetailPlanName ] [-OfferDetailPublisherId ] [-OfferDetailTermId ] [-OfferDetailTermUnit ] [-PartnerOrganizationPropertyOrganizationId ] [-PartnerOrganizationPropertyOrganizationName ] - [-ProjectProperty ] [-SingleSignOnPropertyAadDomain ] + [-ProjectProperty ] [-SingleSignOnPropertyAadDomain ] [-SingleSignOnPropertyEnterpriseAppId ] [-SingleSignOnPropertySingleSignOnState ] [-SingleSignOnPropertySingleSignOnUrl ] [-Tag ] [-UserDetailEmailAddress ] [-UserDetailFirstName ] [-UserDetailLastName ] [-UserDetailPhoneNumber ] @@ -487,7 +487,7 @@ Accept wildcard characters: False Neon Project Properties ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IModelsProjectPropertiesUpdate +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IProjectPropertiesUpdate Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded Aliases: diff --git a/src/NeonPostgres/NeonPostgres/help/Update-AzNeonPostgresProject.md b/src/NeonPostgres/NeonPostgres/help/Update-AzNeonPostgresProject.md index 9aae738c9726..2f741cad8e5e 100644 --- a/src/NeonPostgres/NeonPostgres/help/Update-AzNeonPostgresProject.md +++ b/src/NeonPostgres/NeonPostgres/help/Update-AzNeonPostgresProject.md @@ -15,42 +15,42 @@ update a Project ### UpdateExpanded (Default) ``` Update-AzNeonPostgresProject -Name -OrganizationName -ResourceGroupName - [-SubscriptionId ] [-Attribute ] [-BranchAttribute ] - [-BranchDatabase ] [-BranchDatabaseName ] - [-BranchEndpoint ] [-BranchEntityName ] [-BranchParentId ] - [-BranchProjectId ] [-BranchRole ] [-BranchRoleName ] - [-Database ] [-DefaultEndpointSettingAutoscalingLimitMaxCu ] - [-DefaultEndpointSettingAutoscalingLimitMinCu ] [-Endpoint ] + [-SubscriptionId ] [-Attribute ] [-BranchAttribute ] + [-BranchDatabase ] [-BranchDatabaseName ] + [-BranchEndpoint ] [-BranchEntityName ] [-BranchParentId ] + [-BranchProjectId ] [-BranchRole ] [-BranchRoleName ] + [-Database ] [-DefaultEndpointSettingAutoscalingLimitMaxCu ] + [-DefaultEndpointSettingAutoscalingLimitMinCu ] [-Endpoint ] [-EntityName ] [-HistoryRetention ] [-PgVersion ] [-RegionId ] - [-Role ] [-Storage ] [-DefaultProfile ] [-AsJob] [-NoWait] + [-Role ] [-Storage ] [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] [] ``` ### UpdateViaIdentityOrganizationExpanded ``` Update-AzNeonPostgresProject -Name -OrganizationInputObject - [-Attribute ] [-BranchAttribute ] - [-BranchDatabase ] [-BranchDatabaseName ] - [-BranchEndpoint ] [-BranchEntityName ] [-BranchParentId ] - [-BranchProjectId ] [-BranchRole ] [-BranchRoleName ] - [-Database ] [-DefaultEndpointSettingAutoscalingLimitMaxCu ] - [-DefaultEndpointSettingAutoscalingLimitMinCu ] [-Endpoint ] + [-Attribute ] [-BranchAttribute ] [-BranchDatabase ] + [-BranchDatabaseName ] [-BranchEndpoint ] [-BranchEntityName ] + [-BranchParentId ] [-BranchProjectId ] [-BranchRole ] + [-BranchRoleName ] [-Database ] + [-DefaultEndpointSettingAutoscalingLimitMaxCu ] + [-DefaultEndpointSettingAutoscalingLimitMinCu ] [-Endpoint ] [-EntityName ] [-HistoryRetention ] [-PgVersion ] [-RegionId ] - [-Role ] [-Storage ] [-DefaultProfile ] [-AsJob] [-NoWait] + [-Role ] [-Storage ] [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] [] ``` ### UpdateViaIdentityExpanded ``` -Update-AzNeonPostgresProject -InputObject [-Attribute ] - [-BranchAttribute ] [-BranchDatabase ] - [-BranchDatabaseName ] [-BranchEndpoint ] [-BranchEntityName ] - [-BranchParentId ] [-BranchProjectId ] [-BranchRole ] - [-BranchRoleName ] [-Database ] +Update-AzNeonPostgresProject -InputObject [-Attribute ] + [-BranchAttribute ] [-BranchDatabase ] + [-BranchDatabaseName ] [-BranchEndpoint ] [-BranchEntityName ] + [-BranchParentId ] [-BranchProjectId ] [-BranchRole ] + [-BranchRoleName ] [-Database ] [-DefaultEndpointSettingAutoscalingLimitMaxCu ] - [-DefaultEndpointSettingAutoscalingLimitMinCu ] [-Endpoint ] + [-DefaultEndpointSettingAutoscalingLimitMinCu ] [-Endpoint ] [-EntityName ] [-HistoryRetention ] [-PgVersion ] [-RegionId ] - [-Role ] [-Storage ] [-DefaultProfile ] [-AsJob] [-NoWait] + [-Role ] [-Storage ] [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] [] ``` @@ -102,7 +102,7 @@ Accept wildcard characters: False Additional attributes for the entity ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IModelsAttributes[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IAttributes[] Parameter Sets: (All) Aliases: @@ -117,7 +117,7 @@ Accept wildcard characters: False Additional attributes for the entity ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IModelsAttributes[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IAttributes[] Parameter Sets: (All) Aliases: @@ -132,7 +132,7 @@ Accept wildcard characters: False Neon Databases associated with the branch ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IModelsNeonDatabaseProperties[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.INeonDatabaseProperties[] Parameter Sets: (All) Aliases: @@ -162,7 +162,7 @@ Accept wildcard characters: False Endpoints associated with the branch ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IModelsEndpointProperties[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IEndpointProperties[] Parameter Sets: (All) Aliases: @@ -222,7 +222,7 @@ Accept wildcard characters: False Roles associated with the branch ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IModelsNeonRoleProperties[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.INeonRoleProperties[] Parameter Sets: (All) Aliases: @@ -252,7 +252,7 @@ Accept wildcard characters: False Neon Databases associated with the project ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IModelsNeonDatabaseProperties[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.INeonDatabaseProperties[] Parameter Sets: (All) Aliases: @@ -313,7 +313,7 @@ Accept wildcard characters: False Endpoints associated with the project ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IModelsEndpointProperties[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IEndpointProperties[] Parameter Sets: (All) Aliases: @@ -479,7 +479,7 @@ Accept wildcard characters: False Roles associated with the project ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IModelsNeonRoleProperties[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.INeonRoleProperties[] Parameter Sets: (All) Aliases: From ed0c260602c15c5e2fca746be848a10e98bbc7ca Mon Sep 17 00:00:00 2001 From: Srinivas Alluri Date: Mon, 12 May 2025 10:26:42 +0530 Subject: [PATCH 6/9] updated the change log --- src/NeonPostgres/NeonPostgres/ChangeLog.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/NeonPostgres/NeonPostgres/ChangeLog.md b/src/NeonPostgres/NeonPostgres/ChangeLog.md index f3a999c77580..bb30688fda17 100644 --- a/src/NeonPostgres/NeonPostgres/ChangeLog.md +++ b/src/NeonPostgres/NeonPostgres/ChangeLog.md @@ -19,6 +19,12 @@ --> ## Upcoming Release +## Version 1.0.0 +* Support to Manage Neon Projects +* Support to Manage Neon Branches +* Added Get Neon Database Connection Uri command +* Updated to stable release version + ## Version 0.1.1 * Upgraded nuget package to signed package. From eaf33deddfea3f39ad08fe4dcc1e9ec730ffdcdb Mon Sep 17 00:00:00 2001 From: Srinivas Alluri Date: Mon, 12 May 2025 10:34:05 +0530 Subject: [PATCH 7/9] merge from main --- .../NeonPostgres.Autorest/Properties/AssemblyInfo.cs | 6 +++--- .../NeonPostgres.Autorest/examples/README.md | 11 +++++++++++ .../NeonPostgres.Autorest/generate-info.json | 3 --- 3 files changed, 14 insertions(+), 6 deletions(-) create mode 100644 src/NeonPostgres/NeonPostgres.Autorest/examples/README.md delete mode 100644 src/NeonPostgres/NeonPostgres.Autorest/generate-info.json diff --git a/src/NeonPostgres/NeonPostgres.Autorest/Properties/AssemblyInfo.cs b/src/NeonPostgres/NeonPostgres.Autorest/Properties/AssemblyInfo.cs index 13dbd5f729f7..aa799a939130 100644 --- a/src/NeonPostgres/NeonPostgres.Autorest/Properties/AssemblyInfo.cs +++ b/src/NeonPostgres/NeonPostgres.Autorest/Properties/AssemblyInfo.cs @@ -20,7 +20,7 @@ [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.Reflection.AssemblyFileVersionAttribute("0.1.0.0")] +[assembly: System.Reflection.AssemblyVersionAttribute("0.1.0.0")] [assembly: System.Runtime.InteropServices.ComVisibleAttribute(false)] -[assembly: System.CLSCompliantAttribute(false)] +[assembly: System.CLSCompliantAttribute(false)] \ No newline at end of file diff --git a/src/NeonPostgres/NeonPostgres.Autorest/examples/README.md b/src/NeonPostgres/NeonPostgres.Autorest/examples/README.md new file mode 100644 index 000000000000..ac871d71fc72 --- /dev/null +++ b/src/NeonPostgres/NeonPostgres.Autorest/examples/README.md @@ -0,0 +1,11 @@ +# Examples +This directory contains examples from the exported cmdlets of the module. When `build-module.ps1` is ran, example stub files will be generated here. If your module support Azure Profiles, the example stubs will be in individual profile folders. These example stubs should be updated to show how the cmdlet is used. The examples are imported into the documentation when `generate-help.ps1` is ran. + +## Info +- Modifiable: yes +- Generated: partial +- Committed: yes +- Packaged: no + +## Purpose +This separates the example documentation details from the generated documentation information provided directly from the generated cmdlets. Since the cmdlets don't have examples from the REST spec, this provides a means to add examples easily. The example stubs provide the markdown format that is required. The 3 core elements are: the name of the example, the code information of the example, and the description of the example. That information, if the markdown format is followed, will be available to documentation generation and be part of the documents in the `..\docs` folder. \ No newline at end of file diff --git a/src/NeonPostgres/NeonPostgres.Autorest/generate-info.json b/src/NeonPostgres/NeonPostgres.Autorest/generate-info.json deleted file mode 100644 index 4678290fb2f6..000000000000 --- a/src/NeonPostgres/NeonPostgres.Autorest/generate-info.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "generate_Id": "97a5a9dd-71df-4a8e-ba9f-17e733ebc9ea" -} From db9155064eac5c92857a4ee331b64813348cf02e Mon Sep 17 00:00:00 2001 From: Srinivas Alluri Date: Mon, 12 May 2025 13:05:34 +0530 Subject: [PATCH 8/9] updated the tests --- .../Properties/AssemblyInfo.cs | 7 +- .../NeonPostgres.Autorest/README.md | 4 + .../docs/Az.NeonPostgres.md | 2 +- .../docs/Get-AzNeonPostgresCompute.md | 154 +++++ .../docs/Get-AzNeonPostgresEndpoint.md | 154 +++++ .../docs/Update-AzNeonPostgresBranch.md | 429 ------------- .../docs/Update-AzNeonPostgresProject.md | 569 ------------------ .../examples/Get-AzNeonPostgresCompute.md | 22 + .../examples/Get-AzNeonPostgresEndpoint.md | 22 + .../NeonPostgres.Autorest/examples/README.md | 11 - .../NeonPostgres.Autorest/generate-info.json | 3 + ...s1 => Get-AzNeonPostgresCompute.Tests.ps1} | 16 +- .../test/Get-AzNeonPostgresEndpoint.Tests.ps1 | 21 + ...-AzNeonPostgresOrganization.Recording.json | 29 +- .../Get-AzNeonPostgresOrganization.Tests.ps1 | 2 +- ...-AzNeonPostgresOrganization.Recording.json | 213 ++++++- .../New-AzNeonPostgresOrganization.Tests.ps1 | 46 +- ...-AzNeonPostgresOrganization.Recording.json | 216 ++++++- ...emove-AzNeonPostgresOrganization.Tests.ps1 | 4 +- .../Update-AzNeonPostgresBranch.Tests.ps1 | 33 - ...-AzNeonPostgresOrganization.Recording.json | 34 +- ...pdate-AzNeonPostgresOrganization.Tests.ps1 | 44 +- .../NeonPostgres.Autorest/test/env.json | 4 +- src/NeonPostgres/NeonPostgres.sln | 28 +- 24 files changed, 898 insertions(+), 1169 deletions(-) create mode 100644 src/NeonPostgres/NeonPostgres.Autorest/docs/Get-AzNeonPostgresCompute.md create mode 100644 src/NeonPostgres/NeonPostgres.Autorest/docs/Get-AzNeonPostgresEndpoint.md delete mode 100644 src/NeonPostgres/NeonPostgres.Autorest/docs/Update-AzNeonPostgresBranch.md delete mode 100644 src/NeonPostgres/NeonPostgres.Autorest/docs/Update-AzNeonPostgresProject.md create mode 100644 src/NeonPostgres/NeonPostgres.Autorest/examples/Get-AzNeonPostgresCompute.md create mode 100644 src/NeonPostgres/NeonPostgres.Autorest/examples/Get-AzNeonPostgresEndpoint.md delete mode 100644 src/NeonPostgres/NeonPostgres.Autorest/examples/README.md create mode 100644 src/NeonPostgres/NeonPostgres.Autorest/generate-info.json rename src/NeonPostgres/NeonPostgres.Autorest/test/{Update-AzNeonPostgresProject.Tests.ps1 => Get-AzNeonPostgresCompute.Tests.ps1} (52%) create mode 100644 src/NeonPostgres/NeonPostgres.Autorest/test/Get-AzNeonPostgresEndpoint.Tests.ps1 delete mode 100644 src/NeonPostgres/NeonPostgres.Autorest/test/Update-AzNeonPostgresBranch.Tests.ps1 diff --git a/src/NeonPostgres/NeonPostgres.Autorest/Properties/AssemblyInfo.cs b/src/NeonPostgres/NeonPostgres.Autorest/Properties/AssemblyInfo.cs index aa799a939130..abe6c68785a3 100644 --- a/src/NeonPostgres/NeonPostgres.Autorest/Properties/AssemblyInfo.cs +++ b/src/NeonPostgres/NeonPostgres.Autorest/Properties/AssemblyInfo.cs @@ -20,7 +20,8 @@ [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.0.0")] -[assembly: System.Reflection.AssemblyVersionAttribute("0.1.0.0")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("0.1.1")] +[assembly: System.Reflection.AssemblyVersionAttribute("0.1.1")] [assembly: System.Runtime.InteropServices.ComVisibleAttribute(false)] -[assembly: System.CLSCompliantAttribute(false)] \ No newline at end of file +[assembly: System.CLSCompliantAttribute(false)] + diff --git a/src/NeonPostgres/NeonPostgres.Autorest/README.md b/src/NeonPostgres/NeonPostgres.Autorest/README.md index 459fb1ee3e86..cc3a378f070f 100644 --- a/src/NeonPostgres/NeonPostgres.Autorest/README.md +++ b/src/NeonPostgres/NeonPostgres.Autorest/README.md @@ -74,4 +74,8 @@ directive: - Organizations_GetPostgresVersions - Projects_Update - Branches_Update + - Compute_Get + - Endpoint_Get + - NeonRole_Get + - NeonDatabase_Get ``` diff --git a/src/NeonPostgres/NeonPostgres.Autorest/docs/Az.NeonPostgres.md b/src/NeonPostgres/NeonPostgres.Autorest/docs/Az.NeonPostgres.md index 1ad72659b889..d042b250a21d 100644 --- a/src/NeonPostgres/NeonPostgres.Autorest/docs/Az.NeonPostgres.md +++ b/src/NeonPostgres/NeonPostgres.Autorest/docs/Az.NeonPostgres.md @@ -1,6 +1,6 @@ --- Module Name: Az.NeonPostgres -Module Guid: aad66304-ae00-437a-af8a-40cda356d324 +Module Guid: d4e816d0-a83b-498b-8354-4bae7cfba1e6 Download Help Link: https://learn.microsoft.com/powershell/module/az.neonpostgres Help Version: 1.0.0.0 Locale: en-US diff --git a/src/NeonPostgres/NeonPostgres.Autorest/docs/Get-AzNeonPostgresCompute.md b/src/NeonPostgres/NeonPostgres.Autorest/docs/Get-AzNeonPostgresCompute.md new file mode 100644 index 000000000000..ccf72bd6de41 --- /dev/null +++ b/src/NeonPostgres/NeonPostgres.Autorest/docs/Get-AzNeonPostgresCompute.md @@ -0,0 +1,154 @@ +--- +external help file: +Module Name: Az.NeonPostgres +online version: https://learn.microsoft.com/powershell/module/az.neonpostgres/get-azneonpostgrescompute +schema: 2.0.0 +--- + +# Get-AzNeonPostgresCompute + +## SYNOPSIS +List Compute resources by Branch + +## SYNTAX + +``` +Get-AzNeonPostgresCompute -BranchName -OrganizationName -ProjectName + -ResourceGroupName [-SubscriptionId ] [-DefaultProfile ] [] +``` + +## DESCRIPTION +List Compute resources by Branch + +## EXAMPLES + +### Example 1: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + +## PARAMETERS + +### -BranchName +The name of the Branch + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultProfile +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -OrganizationName +Name of the Neon Organizations resource + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ProjectName +The name of the Project + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group. +The name is case insensitive. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +The ID of the target subscription. +The value must be an UUID. + +```yaml +Type: System.String[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.ICompute + +## NOTES + +## RELATED LINKS + diff --git a/src/NeonPostgres/NeonPostgres.Autorest/docs/Get-AzNeonPostgresEndpoint.md b/src/NeonPostgres/NeonPostgres.Autorest/docs/Get-AzNeonPostgresEndpoint.md new file mode 100644 index 000000000000..7156e00d76ee --- /dev/null +++ b/src/NeonPostgres/NeonPostgres.Autorest/docs/Get-AzNeonPostgresEndpoint.md @@ -0,0 +1,154 @@ +--- +external help file: +Module Name: Az.NeonPostgres +online version: https://learn.microsoft.com/powershell/module/az.neonpostgres/get-azneonpostgresendpoint +schema: 2.0.0 +--- + +# Get-AzNeonPostgresEndpoint + +## SYNOPSIS +List Endpoint resources by Branch + +## SYNTAX + +``` +Get-AzNeonPostgresEndpoint -BranchName -OrganizationName -ProjectName + -ResourceGroupName [-SubscriptionId ] [-DefaultProfile ] [] +``` + +## DESCRIPTION +List Endpoint resources by Branch + +## EXAMPLES + +### Example 1: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + +## PARAMETERS + +### -BranchName +The name of the Branch + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultProfile +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -OrganizationName +Name of the Neon Organizations resource + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ProjectName +The name of the Project + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group. +The name is case insensitive. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +The ID of the target subscription. +The value must be an UUID. + +```yaml +Type: System.String[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IEndpoint + +## NOTES + +## RELATED LINKS + diff --git a/src/NeonPostgres/NeonPostgres.Autorest/docs/Update-AzNeonPostgresBranch.md b/src/NeonPostgres/NeonPostgres.Autorest/docs/Update-AzNeonPostgresBranch.md deleted file mode 100644 index 48ddbad5913a..000000000000 --- a/src/NeonPostgres/NeonPostgres.Autorest/docs/Update-AzNeonPostgresBranch.md +++ /dev/null @@ -1,429 +0,0 @@ ---- -external help file: -Module Name: Az.NeonPostgres -online version: https://learn.microsoft.com/powershell/module/az.neonpostgres/update-azneonpostgresbranch -schema: 2.0.0 ---- - -# Update-AzNeonPostgresBranch - -## SYNOPSIS -update a Branch - -## SYNTAX - -### UpdateExpanded (Default) -``` -Update-AzNeonPostgresBranch -Name -OrganizationName -ProjectName - -ResourceGroupName [-SubscriptionId ] [-Attribute ] - [-Database ] [-DatabaseName ] [-Endpoint ] - [-EntityName ] [-ParentId ] [-ProjectId ] [-Role ] - [-RoleName ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] - [] -``` - -### UpdateViaIdentityExpanded -``` -Update-AzNeonPostgresBranch -InputObject [-Attribute ] - [-Database ] [-DatabaseName ] [-Endpoint ] - [-EntityName ] [-ParentId ] [-ProjectId ] [-Role ] - [-RoleName ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] - [] -``` - -### UpdateViaIdentityOrganizationExpanded -``` -Update-AzNeonPostgresBranch -Name -OrganizationInputObject - -ProjectName [-Attribute ] [-Database ] - [-DatabaseName ] [-Endpoint ] [-EntityName ] [-ParentId ] - [-ProjectId ] [-Role ] [-RoleName ] [-DefaultProfile ] - [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] -``` - -### UpdateViaIdentityProjectExpanded -``` -Update-AzNeonPostgresBranch -Name -ProjectInputObject - [-Attribute ] [-Database ] [-DatabaseName ] - [-Endpoint ] [-EntityName ] [-ParentId ] [-ProjectId ] - [-Role ] [-RoleName ] [-DefaultProfile ] [-AsJob] [-NoWait] - [-Confirm] [-WhatIf] [] -``` - -## DESCRIPTION -update a Branch - -## EXAMPLES - -### Example 1: {{ Add title here }} -```powershell -{{ Add code here }} -``` - -```output -{{ Add output here (remove the output block if the example doesn't have an output) }} -``` - -{{ Add description here }} - -### Example 2: {{ Add title here }} -```powershell -{{ Add code here }} -``` - -```output -{{ Add output here (remove the output block if the example doesn't have an output) }} -``` - -{{ Add description here }} - -## PARAMETERS - -### -AsJob -Run the command as a job - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Attribute -Additional attributes for the entity - -```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IAttributes[] -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Database -Neon Databases associated with the branch - -```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.INeonDatabaseProperties[] -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -DatabaseName -Database name associated with the branch - -```yaml -Type: System.String -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -DefaultProfile -The DefaultProfile parameter is not functional. -Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. - -```yaml -Type: System.Management.Automation.PSObject -Parameter Sets: (All) -Aliases: AzureRMContext, AzureCredential - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Endpoint -Endpoints associated with the branch - -```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IEndpointProperties[] -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -EntityName -Name of the resource - -```yaml -Type: System.String -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -InputObject -Identity Parameter - -```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.INeonPostgresIdentity -Parameter Sets: UpdateViaIdentityExpanded -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: True (ByValue) -Accept wildcard characters: False -``` - -### -Name -The name of the Branch - -```yaml -Type: System.String -Parameter Sets: UpdateExpanded, UpdateViaIdentityOrganizationExpanded, UpdateViaIdentityProjectExpanded -Aliases: BranchName - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -NoWait -Run the command asynchronously - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -OrganizationInputObject -Identity Parameter - -```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.INeonPostgresIdentity -Parameter Sets: UpdateViaIdentityOrganizationExpanded -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: True (ByValue) -Accept wildcard characters: False -``` - -### -OrganizationName -Name of the Neon Organizations resource - -```yaml -Type: System.String -Parameter Sets: UpdateExpanded -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -ParentId -The ID of the parent branch - -```yaml -Type: System.String -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -ProjectId -The ID of the project this branch belongs to - -```yaml -Type: System.String -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -ProjectInputObject -Identity Parameter - -```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.INeonPostgresIdentity -Parameter Sets: UpdateViaIdentityProjectExpanded -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: True (ByValue) -Accept wildcard characters: False -``` - -### -ProjectName -The name of the Project - -```yaml -Type: System.String -Parameter Sets: UpdateExpanded, UpdateViaIdentityOrganizationExpanded -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -ResourceGroupName -The name of the resource group. -The name is case insensitive. - -```yaml -Type: System.String -Parameter Sets: UpdateExpanded -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Role -Roles associated with the branch - -```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.INeonRoleProperties[] -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -RoleName -Role name associated with the branch - -```yaml -Type: System.String -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -SubscriptionId -The ID of the target subscription. -The value must be an UUID. - -```yaml -Type: System.String -Parameter Sets: UpdateExpanded -Aliases: - -Required: False -Position: Named -Default value: (Get-AzContext).Subscription.Id -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Confirm -Prompts you for confirmation before running the cmdlet. - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: cf - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -WhatIf -Shows what would happen if the cmdlet runs. -The cmdlet is not run. - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: wi - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). - -## INPUTS - -### Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.INeonPostgresIdentity - -## OUTPUTS - -### Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IBranch - -## NOTES - -## RELATED LINKS - diff --git a/src/NeonPostgres/NeonPostgres.Autorest/docs/Update-AzNeonPostgresProject.md b/src/NeonPostgres/NeonPostgres.Autorest/docs/Update-AzNeonPostgresProject.md deleted file mode 100644 index 4359154e32e2..000000000000 --- a/src/NeonPostgres/NeonPostgres.Autorest/docs/Update-AzNeonPostgresProject.md +++ /dev/null @@ -1,569 +0,0 @@ ---- -external help file: -Module Name: Az.NeonPostgres -online version: https://learn.microsoft.com/powershell/module/az.neonpostgres/update-azneonpostgresproject -schema: 2.0.0 ---- - -# Update-AzNeonPostgresProject - -## SYNOPSIS -update a Project - -## SYNTAX - -### UpdateExpanded (Default) -``` -Update-AzNeonPostgresProject -Name -OrganizationName -ResourceGroupName - [-SubscriptionId ] [-Attribute ] [-BranchAttribute ] - [-BranchDatabase ] [-BranchDatabaseName ] - [-BranchEndpoint ] [-BranchEntityName ] [-BranchParentId ] - [-BranchProjectId ] [-BranchRole ] [-BranchRoleName ] - [-Database ] [-DefaultEndpointSettingAutoscalingLimitMaxCu ] - [-DefaultEndpointSettingAutoscalingLimitMinCu ] [-Endpoint ] - [-EntityName ] [-HistoryRetention ] [-PgVersion ] [-RegionId ] - [-Role ] [-Storage ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] - [-WhatIf] [] -``` - -### UpdateViaIdentityExpanded -``` -Update-AzNeonPostgresProject -InputObject [-Attribute ] - [-BranchAttribute ] [-BranchDatabase ] - [-BranchDatabaseName ] [-BranchEndpoint ] [-BranchEntityName ] - [-BranchParentId ] [-BranchProjectId ] [-BranchRole ] - [-BranchRoleName ] [-Database ] - [-DefaultEndpointSettingAutoscalingLimitMaxCu ] - [-DefaultEndpointSettingAutoscalingLimitMinCu ] [-Endpoint ] - [-EntityName ] [-HistoryRetention ] [-PgVersion ] [-RegionId ] - [-Role ] [-Storage ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] - [-WhatIf] [] -``` - -### UpdateViaIdentityOrganizationExpanded -``` -Update-AzNeonPostgresProject -Name -OrganizationInputObject - [-Attribute ] [-BranchAttribute ] [-BranchDatabase ] - [-BranchDatabaseName ] [-BranchEndpoint ] [-BranchEntityName ] - [-BranchParentId ] [-BranchProjectId ] [-BranchRole ] - [-BranchRoleName ] [-Database ] - [-DefaultEndpointSettingAutoscalingLimitMaxCu ] - [-DefaultEndpointSettingAutoscalingLimitMinCu ] [-Endpoint ] - [-EntityName ] [-HistoryRetention ] [-PgVersion ] [-RegionId ] - [-Role ] [-Storage ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] - [-WhatIf] [] -``` - -## DESCRIPTION -update a Project - -## EXAMPLES - -### Example 1: {{ Add title here }} -```powershell -{{ Add code here }} -``` - -```output -{{ Add output here (remove the output block if the example doesn't have an output) }} -``` - -{{ Add description here }} - -### Example 2: {{ Add title here }} -```powershell -{{ Add code here }} -``` - -```output -{{ Add output here (remove the output block if the example doesn't have an output) }} -``` - -{{ Add description here }} - -## PARAMETERS - -### -AsJob -Run the command as a job - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Attribute -Additional attributes for the entity - -```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IAttributes[] -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -BranchAttribute -Additional attributes for the entity - -```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IAttributes[] -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -BranchDatabase -Neon Databases associated with the branch - -```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.INeonDatabaseProperties[] -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -BranchDatabaseName -Database name associated with the branch - -```yaml -Type: System.String -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -BranchEndpoint -Endpoints associated with the branch - -```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IEndpointProperties[] -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -BranchEntityName -Name of the resource - -```yaml -Type: System.String -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -BranchParentId -The ID of the parent branch - -```yaml -Type: System.String -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -BranchProjectId -The ID of the project this branch belongs to - -```yaml -Type: System.String -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -BranchRole -Roles associated with the branch - -```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.INeonRoleProperties[] -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -BranchRoleName -Role name associated with the branch - -```yaml -Type: System.String -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Database -Neon Databases associated with the project - -```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.INeonDatabaseProperties[] -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -DefaultEndpointSettingAutoscalingLimitMaxCu -Maximum compute units for autoscaling. - -```yaml -Type: System.Single -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -DefaultEndpointSettingAutoscalingLimitMinCu -Minimum compute units for autoscaling. - -```yaml -Type: System.Single -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -DefaultProfile -The DefaultProfile parameter is not functional. -Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. - -```yaml -Type: System.Management.Automation.PSObject -Parameter Sets: (All) -Aliases: AzureRMContext, AzureCredential - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Endpoint -Endpoints associated with the project - -```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IEndpointProperties[] -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -EntityName -Name of the resource - -```yaml -Type: System.String -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -HistoryRetention -The retention period for project history in seconds. - -```yaml -Type: System.Int32 -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -InputObject -Identity Parameter - -```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.INeonPostgresIdentity -Parameter Sets: UpdateViaIdentityExpanded -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: True (ByValue) -Accept wildcard characters: False -``` - -### -Name -The name of the Project - -```yaml -Type: System.String -Parameter Sets: UpdateExpanded, UpdateViaIdentityOrganizationExpanded -Aliases: ProjectName - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -NoWait -Run the command asynchronously - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -OrganizationInputObject -Identity Parameter - -```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.INeonPostgresIdentity -Parameter Sets: UpdateViaIdentityOrganizationExpanded -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: True (ByValue) -Accept wildcard characters: False -``` - -### -OrganizationName -Name of the Neon Organizations resource - -```yaml -Type: System.String -Parameter Sets: UpdateExpanded -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -PgVersion -Postgres version for the project - -```yaml -Type: System.Int32 -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -RegionId -Region where the project is created - -```yaml -Type: System.String -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -ResourceGroupName -The name of the resource group. -The name is case insensitive. - -```yaml -Type: System.String -Parameter Sets: UpdateExpanded -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Role -Roles associated with the project - -```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.INeonRoleProperties[] -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Storage -Data Storage bytes per hour for the project - -```yaml -Type: System.Int64 -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -SubscriptionId -The ID of the target subscription. -The value must be an UUID. - -```yaml -Type: System.String -Parameter Sets: UpdateExpanded -Aliases: - -Required: False -Position: Named -Default value: (Get-AzContext).Subscription.Id -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Confirm -Prompts you for confirmation before running the cmdlet. - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: cf - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -WhatIf -Shows what would happen if the cmdlet runs. -The cmdlet is not run. - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: wi - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). - -## INPUTS - -### Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.INeonPostgresIdentity - -## OUTPUTS - -### Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.IProject - -## NOTES - -## RELATED LINKS - diff --git a/src/NeonPostgres/NeonPostgres.Autorest/examples/Get-AzNeonPostgresCompute.md b/src/NeonPostgres/NeonPostgres.Autorest/examples/Get-AzNeonPostgresCompute.md new file mode 100644 index 000000000000..0371f56c36d2 --- /dev/null +++ b/src/NeonPostgres/NeonPostgres.Autorest/examples/Get-AzNeonPostgresCompute.md @@ -0,0 +1,22 @@ +### Example 1: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + diff --git a/src/NeonPostgres/NeonPostgres.Autorest/examples/Get-AzNeonPostgresEndpoint.md b/src/NeonPostgres/NeonPostgres.Autorest/examples/Get-AzNeonPostgresEndpoint.md new file mode 100644 index 000000000000..0371f56c36d2 --- /dev/null +++ b/src/NeonPostgres/NeonPostgres.Autorest/examples/Get-AzNeonPostgresEndpoint.md @@ -0,0 +1,22 @@ +### Example 1: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + diff --git a/src/NeonPostgres/NeonPostgres.Autorest/examples/README.md b/src/NeonPostgres/NeonPostgres.Autorest/examples/README.md deleted file mode 100644 index ac871d71fc72..000000000000 --- a/src/NeonPostgres/NeonPostgres.Autorest/examples/README.md +++ /dev/null @@ -1,11 +0,0 @@ -# Examples -This directory contains examples from the exported cmdlets of the module. When `build-module.ps1` is ran, example stub files will be generated here. If your module support Azure Profiles, the example stubs will be in individual profile folders. These example stubs should be updated to show how the cmdlet is used. The examples are imported into the documentation when `generate-help.ps1` is ran. - -## Info -- Modifiable: yes -- Generated: partial -- Committed: yes -- Packaged: no - -## Purpose -This separates the example documentation details from the generated documentation information provided directly from the generated cmdlets. Since the cmdlets don't have examples from the REST spec, this provides a means to add examples easily. The example stubs provide the markdown format that is required. The 3 core elements are: the name of the example, the code information of the example, and the description of the example. That information, if the markdown format is followed, will be available to documentation generation and be part of the documents in the `..\docs` folder. \ No newline at end of file diff --git a/src/NeonPostgres/NeonPostgres.Autorest/generate-info.json b/src/NeonPostgres/NeonPostgres.Autorest/generate-info.json new file mode 100644 index 000000000000..4076f24c1cf4 --- /dev/null +++ b/src/NeonPostgres/NeonPostgres.Autorest/generate-info.json @@ -0,0 +1,3 @@ +{ + "generate_Id": "804876ee-31fe-442d-97bb-31b3bb630de7" +} diff --git a/src/NeonPostgres/NeonPostgres.Autorest/test/Update-AzNeonPostgresProject.Tests.ps1 b/src/NeonPostgres/NeonPostgres.Autorest/test/Get-AzNeonPostgresCompute.Tests.ps1 similarity index 52% rename from src/NeonPostgres/NeonPostgres.Autorest/test/Update-AzNeonPostgresProject.Tests.ps1 rename to src/NeonPostgres/NeonPostgres.Autorest/test/Get-AzNeonPostgresCompute.Tests.ps1 index af668144df30..b73069fc8564 100644 --- a/src/NeonPostgres/NeonPostgres.Autorest/test/Update-AzNeonPostgresProject.Tests.ps1 +++ b/src/NeonPostgres/NeonPostgres.Autorest/test/Get-AzNeonPostgresCompute.Tests.ps1 @@ -1,11 +1,11 @@ -if(($null -eq $TestName) -or ($TestName -contains 'Update-AzNeonPostgresProject')) +if(($null -eq $TestName) -or ($TestName -contains 'Get-AzNeonPostgresCompute')) { $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' if (-Not (Test-Path -Path $loadEnvPath)) { $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' } . ($loadEnvPath) - $TestRecordingFile = Join-Path $PSScriptRoot 'Update-AzNeonPostgresProject.Recording.json' + $TestRecordingFile = Join-Path $PSScriptRoot 'Get-AzNeonPostgresCompute.Recording.json' $currentPath = $PSScriptRoot while(-not $mockingPath) { $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File @@ -14,16 +14,8 @@ if(($null -eq $TestName) -or ($TestName -contains 'Update-AzNeonPostgresProject' . ($mockingPath | Select-Object -First 1).FullName } -Describe 'Update-AzNeonPostgresProject' { - It 'UpdateExpanded' -skip { - { throw [System.NotImplementedException] } | Should -Not -Throw - } - - It 'UpdateViaIdentityOrganizationExpanded' -skip { - { throw [System.NotImplementedException] } | Should -Not -Throw - } - - It 'UpdateViaIdentityExpanded' -skip { +Describe 'Get-AzNeonPostgresCompute' { + It 'List' -skip { { throw [System.NotImplementedException] } | Should -Not -Throw } } diff --git a/src/NeonPostgres/NeonPostgres.Autorest/test/Get-AzNeonPostgresEndpoint.Tests.ps1 b/src/NeonPostgres/NeonPostgres.Autorest/test/Get-AzNeonPostgresEndpoint.Tests.ps1 new file mode 100644 index 000000000000..16e4e888845a --- /dev/null +++ b/src/NeonPostgres/NeonPostgres.Autorest/test/Get-AzNeonPostgresEndpoint.Tests.ps1 @@ -0,0 +1,21 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Get-AzNeonPostgresEndpoint')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Get-AzNeonPostgresEndpoint.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Get-AzNeonPostgresEndpoint' { + It 'List' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/NeonPostgres/NeonPostgres.Autorest/test/Get-AzNeonPostgresOrganization.Recording.json b/src/NeonPostgres/NeonPostgres.Autorest/test/Get-AzNeonPostgresOrganization.Recording.json index 9e336e21064c..1955d96f3f74 100644 --- a/src/NeonPostgres/NeonPostgres.Autorest/test/Get-AzNeonPostgresOrganization.Recording.json +++ b/src/NeonPostgres/NeonPostgres.Autorest/test/Get-AzNeonPostgresOrganization.Recording.json @@ -1,44 +1,45 @@ { - "Get-AzNeonPostgresOrganization+[NoContext]+List+$GET+https://management.azure.com/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/providers/Neon.Postgres/organizations?api-version=2025-03-01+1": { + "Get-AzNeonPostgresOrganization+[NoContext]+List+$GET+https://management.azure.com/subscriptions/a81c0054-6c92-41aa-a235-4f9f98f917c6/providers/Neon.Postgres/organizations?api-version=2025-03-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/providers/Neon.Postgres/organizations?api-version=2025-03-01", + "RequestUri": "https://management.azure.com/subscriptions/a81c0054-6c92-41aa-a235-4f9f98f917c6/providers/Neon.Postgres/organizations?api-version=2025-03-01", "Content": null, "isContentBase64": false, "Headers": { "x-ms-unique-id": [ "1" ], - "x-ms-client-request-id": [ "917ab05d-dcc7-431c-bc22-f9f54aa7659d" ], + "x-ms-client-request-id": [ "f71b224f-f739-48cf-82ec-6fb144a29d89" ], "CommandName": [ "Get-AzNeonPostgresOrganization" ], "FullCommandName": [ "Get-AzNeonPostgresOrganization_List" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v8.2.0", "PSVersion/v7.5.0", "Az.NeonPostgres/0.1.0" ], + "User-Agent": [ "AzurePowershell/v8.2.0", "PSVersion/v7.5.1", "Az.NeonPostgres/0.1.1" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { } }, "Response": { - "StatusCode": 401, + "StatusCode": 200, "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "WWW-Authenticate": [ "Bearer authorization_uri=\"https://login.windows.net/c8604a67-8a77-4032-85a9-c6a9aaac5a7c\", error=\"invalid_token\", error_description=\"The access token is from the wrong issuer. It must match the tenant associated with this subscription. Please use correct authority to get the token.\"" ], - "x-ms-failure-cause": [ "gateway" ], - "x-ms-request-id": [ "f94f8480-60a1-4b01-b803-dd68ecd41993" ], - "x-ms-correlation-request-id": [ "f94f8480-60a1-4b01-b803-dd68ecd41993" ], - "x-ms-routing-request-id": [ "WESTINDIA:20250426T075313Z:f94f8480-60a1-4b01-b803-dd68ecd41993" ], + "x-ms-original-request-ids": [ "f7f7ce8a-30e0-45d5-9cdc-95500abeda82", "04b9eeef-bd56-4e29-94cb-0eeed29f0e7a", "0c7d56db-0bec-4b4e-9c47-b2a08ce0b176", "48d705b4-71aa-4e84-8e76-4090b96e6a3e", "678a7bb6-0b01-4f4a-9235-53ac725dcfce" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "249" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-request-id": [ "f0d2ace5-9ee5-4672-9808-86946948b947" ], + "x-ms-correlation-request-id": [ "f0d2ace5-9ee5-4672-9808-86946948b947" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20250512T063732Z:f0d2ace5-9ee5-4672-9808-86946948b947" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "X-Cache": [ "CONFIG_NOCACHE" ], - "X-MSEdge-Ref": [ "Ref A: 670B1A484C5D4F90A9CDE669E172EE2C Ref B: MAA201060514039 Ref C: 2025-04-26T07:53:13Z" ], - "Date": [ "Sat, 26 Apr 2025 07:53:13 GMT" ] + "X-MSEdge-Ref": [ "Ref A: E1227BC60EBB474783B13F4AB28F8E5A Ref B: MAA201060513017 Ref C: 2025-05-12T06:37:30Z" ], + "Date": [ "Mon, 12 May 2025 06:37:32 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "677" ], + "Content-Length": [ "65703" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"error\":{\"code\":\"InvalidAuthenticationTokenTenant\",\"message\":\"The access token is from the wrong issuer \u0027https://sts.windows.net/f27f5a05-ee13-4d31-b6d9-6bfe7b758c17/\u0027. It must match the tenant \u0027https://sts.windows.net/c8604a67-8a77-4032-85a9-c6a9aaac5a7c/\u0027 associated with this subscription. Please use the authority (URL) \u0027https://login.windows.net/c8604a67-8a77-4032-85a9-c6a9aaac5a7c\u0027 to get the token. Note, if the subscription is transferred to another tenant there is no impact to the services, but information about new tenant could take time to propagate (up to an hour). If you just transferred your subscription and see this error message, please try back later.\"}}", + "Content": "{\"value\":[{\"id\":\"/subscriptions/a81c0054-6c92-41aa-a235-4f9f98f917c6/resourceGroups/bhargavneon-rg/providers/Neon.Postgres/organizations/scale\",\"name\":\"scale\",\"type\":\"neon.postgres/organizations\",\"location\":\"East US 2\",\"tags\":{},\"systemData\":{\"createdBy\":\"nmarella@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2025-04-16T05:22:38.0522292Z\",\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2025-04-16T05:25:05.3657607Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"f51dd54e-002f-47ee-d545-b8d8e7c74cb6\",\"subscriptionStatus\":\"Subscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_serverless_postgres_azure_prod\",\"planId\":\"neon_serverless_postgres_azure_prod_scale\",\"planName\":\"Scale Plan\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Sneha\",\"lastName\":\"\",\"emailAddress\":\"nmarella@microsoft.com\",\"upn\":\"nmarella@microsoft.com\",\"phoneNumber\":\"\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Succeeded\",\"partnerOrganizationProperties\":{\"organizationId\":\"org-billowing-bird-56729261\",\"organizationName\":\"scale\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-billowing-bird-56729261\"}},\"projectProperties\":{\"regionId\":\"East US 2\",\"storage\":0,\"pgVersion\":17,\"historyRetention\":0,\"branch\":{\"databaseName\":\"neondb\"},\"entityName\":\"scale project\"}}},{\"id\":\"/subscriptions/a81c0054-6c92-41aa-a235-4f9f98f917c6/resourceGroups/bhargavneon-rg/providers/Neon.Postgres/organizations/Testingscaleplan\",\"name\":\"Testingscaleplan\",\"type\":\"neon.postgres/organizations\",\"location\":\"East US 2\",\"tags\":{},\"systemData\":{\"createdBy\":\"dadibhargav@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2025-04-24T10:43:05.9389561Z\",\"lastModifiedBy\":\"dadibhargav@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2025-04-24T10:46:28.8055101Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"b431335d-c2f2-4604-d698-67302274d680\",\"subscriptionStatus\":\"Subscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_serverless_postgres_azure_prod\",\"planId\":\"neon_serverless_postgres_azure_prod_scale\",\"planName\":\"Scale Plan\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Bhargav\",\"lastName\":\"Dadi\",\"emailAddress\":\"dadibhargav@microsoft.com\",\"upn\":\"dadibhargav@microsoft.com\",\"phoneNumber\":\"\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Succeeded\",\"partnerOrganizationProperties\":{\"organizationId\":\"org-curly-night-07757228\",\"organizationName\":\"Testingscaleplan\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-curly-night-07757228\"}},\"projectProperties\":{\"regionId\":\"East US 2\",\"storage\":0,\"pgVersion\":17,\"historyRetention\":0,\"branch\":{\"databaseName\":\"neondb\"},\"entityName\":\"Testingscaleplan project\"}}},{\"id\":\"/subscriptions/a81c0054-6c92-41aa-a235-4f9f98f917c6/resourceGroups/sralluri-rg/providers/Neon.Postgres/organizations/GA-Sanity-Test-EUS2\",\"name\":\"GA-Sanity-Test-EUS2\",\"type\":\"neon.postgres/organizations\",\"location\":\"East US 2\",\"tags\":{},\"systemData\":{\"createdBy\":\"Srinivas.Alluri@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2025-05-02T15:22:47.1207336Z\",\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2025-05-02T15:25:02.6564574Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"584f5b8a-2b23-44a3-c43d-0eb3284db1fc\",\"subscriptionStatus\":\"Subscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_serverless_postgres_azure_prod\",\"planId\":\"neon_serverless_postgres_azure_prod_free\",\"planName\":\"Free Plan\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Srinivas\",\"lastName\":\"Alluri\",\"emailAddress\":\"Srinivas.Alluri@microsoft.com\",\"upn\":\"Srinivas.Alluri@microsoft.com\",\"phoneNumber\":\"\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Succeeded\",\"partnerOrganizationProperties\":{\"organizationId\":\"org-muddy-meadow-70474582\",\"organizationName\":\"GA-Sanity-Test-EUS2\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-muddy-meadow-70474582\"}},\"projectProperties\":{\"regionId\":\"East US 2\",\"storage\":0,\"pgVersion\":17,\"historyRetention\":0,\"branch\":{\"databaseName\":\"neondb\"},\"entityName\":\"GA-Sanity-Test-EUS2 project\"}}},{\"id\":\"/subscriptions/a81c0054-6c92-41aa-a235-4f9f98f917c6/resourceGroups/LiftrNeon_IT/providers/Neon.Postgres/organizations/liftr-testorg-neon_prod-e2e-testResource123\",\"name\":\"liftr-testorg-neon_prod-e2e-testResource123\",\"type\":\"neon.postgres/organizations\",\"location\":\"East US 2\",\"tags\":{\"env\":\"e2etest\"},\"systemData\":{\"createdBy\":\"playwrighttest@testtestliftrtest2.onmicrosoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2025-05-07T09:05:44.9010086Z\",\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2025-05-07T09:07:13.2154899Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"5e461cbd-fd92-491f-d644-d69c1367fa65\",\"subscriptionStatus\":\"Subscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_serverless_postgres_azure_prod\",\"planId\":\"neon_serverless_postgres_azure_prod_free\",\"planName\":\"Free Plan\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"sneha\",\"lastName\":\"marella\",\"emailAddress\":\"playwrighttest@testtestliftrtest2.onmicrosoft.com\",\"upn\":\"playwrighttest@testtestliftrtest2.onmicrosoft.com\",\"phoneNumber\":\"\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Succeeded\",\"partnerOrganizationProperties\":{\"organizationId\":\"org-autumn-cell-22538508\",\"organizationName\":\"liftr-testorg-neon_prod-e2e-testResource123\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-autumn-cell-22538508\"}},\"projectProperties\":{\"regionId\":\"East US 2\",\"storage\":0,\"pgVersion\":16,\"historyRetention\":0,\"branch\":{\"databaseName\":\"IT_TEST_DB\"},\"entityName\":\"liftr-testorg-neon_prod-e2e-testResource123 IT_TEST_OrgPROJECT\"}}},{\"id\":\"/subscriptions/a81c0054-6c92-41aa-a235-4f9f98f917c6/resourceGroups/neonrg/providers/Neon.Postgres/organizations/NeonDemoOrgPS\",\"name\":\"NeonDemoOrgPS\",\"type\":\"neon.postgres/organizations\",\"location\":\"eastus2\",\"systemData\":{\"createdBy\":\"Demouser@testtestliftrtest2.onmicrosoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2025-05-12T06:21:32.4972244Z\",\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2025-05-12T06:27:46.8264185Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"0c93857e-f064-401f-df57-addbf6b72c4b\",\"subscriptionStatus\":\"Subscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_serverless_postgres_azure_prod\",\"planId\":\"neon_serverless_postgres_azure_prod_free\",\"planName\":\"Free Plan\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Demo\",\"lastName\":\"User\",\"emailAddress\":\"Demouser@testtestliftrtest2.onmicrosoft.com\",\"upn\":\"Demouser@testtestliftrtest2.onmicrosoft.com\",\"phoneNumber\":\"+1234567890\"},\"companyDetails\":{\"companyName\":\"Contosoft\",\"country\":\"USA\",\"officeAddress\":\"1234 Azure Ave\",\"businessPhone\":\"+1234567890\",\"domain\":\"Contosoft.com\",\"numberOfEmployees\":500},\"provisioningState\":\"Succeeded\",\"partnerOrganizationProperties\":{\"organizationId\":\"org-icy-dream-70540039\",\"organizationName\":\"NeonDemoOrgPS\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"enterpriseAppId\":\"\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-icy-dream-70540039\",\"aadDomains\":[\"\"]}}}},{\"id\":\"/subscriptions/a81c0054-6c92-41aa-a235-4f9f98f917c6/resourceGroups/neonrg/providers/Neon.Postgres/organizations/NeonDemoOrgPS1\",\"name\":\"NeonDemoOrgPS1\",\"type\":\"neon.postgres/organizations\",\"location\":\"eastus2\",\"systemData\":{\"createdBy\":\"Demouser@testtestliftrtest2.onmicrosoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2025-05-12T06:34:01.6196333Z\",\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2025-05-12T06:35:33.9161796Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"e276aac0-83e0-4381-dffe-0400d1af8065\",\"subscriptionStatus\":\"Subscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_serverless_postgres_azure_prod\",\"planId\":\"neon_serverless_postgres_azure_prod_free\",\"planName\":\"Free Plan\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Demo\",\"lastName\":\"User\",\"emailAddress\":\"Demouser@testtestliftrtest2.onmicrosoft.com\",\"upn\":\"Demouser@testtestliftrtest2.onmicrosoft.com\",\"phoneNumber\":\"+1234567890\"},\"companyDetails\":{\"companyName\":\"Contosoft\",\"country\":\"USA\",\"officeAddress\":\"1234 Azure Ave\",\"businessPhone\":\"+1234567890\",\"domain\":\"Contosoft.com\",\"numberOfEmployees\":500},\"provisioningState\":\"Succeeded\",\"partnerOrganizationProperties\":{\"organizationId\":\"org-bitter-scene-70654971\",\"organizationName\":\"NeonDemoOrgPS\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"enterpriseAppId\":\"\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-bitter-scene-70654971\",\"aadDomains\":[\"\"]}}}},{\"id\":\"/subscriptions/a81c0054-6c92-41aa-a235-4f9f98f917c6/resourceGroups/bhargavneon-rg/providers/Neon.Postgres/organizations/testprod\",\"name\":\"testprod\",\"type\":\"neon.postgres/organizations\",\"location\":\"Germany West Central\",\"tags\":{},\"systemData\":{\"createdBy\":\"dadibhargav@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2025-04-10T10:19:58.8678707Z\",\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2025-04-10T10:21:21.4509984Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"c87e5a20-b26c-47bc-c219-0055f7fe20b0\",\"subscriptionStatus\":\"Subscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_serverless_postgres_azure_prod\",\"planId\":\"neon_serverless_postgres_azure_prod_free\",\"planName\":\"Free Plan\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Bhargav\",\"lastName\":\"Dadi\",\"emailAddress\":\"dadibhargav@microsoft.com\",\"upn\":\"dadibhargav@microsoft.com\",\"phoneNumber\":\"\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Succeeded\",\"partnerOrganizationProperties\":{\"organizationId\":\"org-quiet-mouse-97731239\",\"organizationName\":\"testprod\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-quiet-mouse-97731239\"}},\"projectProperties\":{\"regionId\":\"Germany West Central\",\"storage\":0,\"pgVersion\":17,\"historyRetention\":0,\"branch\":{\"databaseName\":\"neondb\"},\"entityName\":\"testprod project\"}}},{\"id\":\"/subscriptions/a81c0054-6c92-41aa-a235-4f9f98f917c6/resourceGroups/bhargavneon-rg/providers/Neon.Postgres/organizations/Testingchangeplan\",\"name\":\"Testingchangeplan\",\"type\":\"neon.postgres/organizations\",\"location\":\"Germany West Central\",\"tags\":{},\"systemData\":{\"createdBy\":\"dadibhargav@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2025-04-29T04:02:17.160886Z\",\"lastModifiedBy\":\"dadibhargav@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2025-04-29T04:05:51.0673501Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"46b9a9dc-a8c6-4801-d370-bfcf1c9a8b0a\",\"subscriptionStatus\":\"Subscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_serverless_postgres_azure_prod\",\"planId\":\"neon_serverless_postgres_azure_prod_scale\",\"planName\":\"Scale Plan\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Bhargav\",\"lastName\":\"Dadi\",\"emailAddress\":\"dadibhargav@microsoft.com\",\"upn\":\"dadibhargav@microsoft.com\",\"phoneNumber\":\"\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Succeeded\",\"partnerOrganizationProperties\":{\"organizationId\":\"org-cold-snow-51829937\",\"organizationName\":\"Testingchangeplan\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-cold-snow-51829937\"}},\"projectProperties\":{\"regionId\":\"Germany West Central\",\"storage\":0,\"pgVersion\":17,\"historyRetention\":0,\"branch\":{\"databaseName\":\"neondb\"},\"entityName\":\"Testingchangeplan project\"}}},{\"id\":\"/subscriptions/a81c0054-6c92-41aa-a235-4f9f98f917c6/resourceGroups/bhargavneon-rg/providers/Neon.Postgres/organizations/testingneonorg\",\"name\":\"testingneonorg\",\"type\":\"neon.postgres/organizations\",\"location\":\"West US 3\",\"tags\":{},\"systemData\":{\"createdBy\":\"dadibhargav@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2025-03-26T08:39:53.093556Z\",\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2025-03-26T08:41:02.1268695Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"b37f76aa-0ddb-4583-c810-df4122619dff\",\"subscriptionStatus\":\"Subscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_serverless_postgres_azure_prod\",\"planId\":\"neon_serverless_postgres_azure_prod_free\",\"planName\":\"Free Plan\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"\",\"lastName\":\"\",\"emailAddress\":\"dadibhargav@microsoft.com\",\"upn\":\"dadibhargav@microsoft.com\",\"phoneNumber\":\"\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Succeeded\",\"partnerOrganizationProperties\":{\"organizationId\":\"org-weathered-tree-70171918\",\"organizationName\":\"testingneonorg\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-weathered-tree-70171918\"}}}},{\"id\":\"/subscriptions/a81c0054-6c92-41aa-a235-4f9f98f917c6/resourceGroups/bhargavneon-rg/providers/Neon.Postgres/organizations/testingfirst\",\"name\":\"testingfirst\",\"type\":\"neon.postgres/organizations\",\"location\":\"West US 3\",\"tags\":{},\"systemData\":{\"createdBy\":\"dadibhargav@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2025-04-10T04:25:32.2122827Z\",\"lastModifiedBy\":\"dadibhargav@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2025-04-10T04:27:43.6889787Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"3cd821b0-a5ac-4bc6-d356-972f981b9e27\",\"subscriptionStatus\":\"Subscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_serverless_postgres_azure_prod\",\"planId\":\"neon_serverless_postgres_azure_prod_scale\",\"planName\":\"Scale Plan\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Bhargav\",\"lastName\":\"Dadi\",\"emailAddress\":\"dadibhargav@microsoft.com\",\"upn\":\"dadibhargav@microsoft.com\",\"phoneNumber\":\"\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Succeeded\",\"partnerOrganizationProperties\":{\"organizationId\":\"org-shiny-bar-33765354\",\"organizationName\":\"testingfirst\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-shiny-bar-33765354\"}},\"projectProperties\":{\"regionId\":\"West US 3\",\"storage\":0,\"pgVersion\":17,\"historyRetention\":0,\"branch\":{\"databaseName\":\"neondb\"},\"entityName\":\"testingfirst project\"}}},{\"id\":\"/subscriptions/a81c0054-6c92-41aa-a235-4f9f98f917c6/resourceGroups/bhargavneon-rg/providers/Neon.Postgres/organizations/nmghjfgjhgf\",\"name\":\"nmghjfgjhgf\",\"type\":\"neon.postgres/organizations\",\"location\":\"West US 3\",\"tags\":{},\"systemData\":{\"createdBy\":\"dadibhargav@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2025-04-10T10:42:15.7109671Z\",\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2025-04-10T10:43:30.9106908Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"7fe3df96-fffb-48d9-c3c6-004f5186c95f\",\"subscriptionStatus\":\"Subscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_serverless_postgres_azure_prod\",\"planId\":\"neon_serverless_postgres_azure_prod_free\",\"planName\":\"Free Plan\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Bhargav\",\"lastName\":\"Dadi\",\"emailAddress\":\"dadibhargav@microsoft.com\",\"upn\":\"dadibhargav@microsoft.com\",\"phoneNumber\":\"\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Succeeded\",\"partnerOrganizationProperties\":{\"organizationId\":\"org-orange-dust-15731913\",\"organizationName\":\"nmghjfgjhgf\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-orange-dust-15731913\"}},\"projectProperties\":{\"regionId\":\"West US 3\",\"storage\":0,\"pgVersion\":17,\"historyRetention\":0,\"branch\":{\"databaseName\":\"neondb\"},\"entityName\":\"nmghjfgjhgf project\"}}},{\"id\":\"/subscriptions/a81c0054-6c92-41aa-a235-4f9f98f917c6/resourceGroups/bhargavneon-rg/providers/Neon.Postgres/organizations/testch\",\"name\":\"testch\",\"type\":\"neon.postgres/organizations\",\"location\":\"West US 3\",\"tags\":{},\"systemData\":{\"createdBy\":\"dadibhargav@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2025-04-29T04:03:29.101721Z\",\"lastModifiedBy\":\"dadibhargav@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2025-04-29T04:05:13.8306822Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"9a2286dd-61e9-465e-d7c5-4b35b80a5b68\",\"subscriptionStatus\":\"Subscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_serverless_postgres_azure_prod\",\"planId\":\"neon_serverless_postgres_azure_prod_scale\",\"planName\":\"Scale Plan\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Bhargav\",\"lastName\":\"Dadi\",\"emailAddress\":\"dadibhargav@microsoft.com\",\"upn\":\"dadibhargav@microsoft.com\",\"phoneNumber\":\"\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Succeeded\",\"partnerOrganizationProperties\":{\"organizationId\":\"org-round-hall-86621196\",\"organizationName\":\"testch\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-round-hall-86621196\"}},\"projectProperties\":{\"regionId\":\"West US 3\",\"storage\":0,\"pgVersion\":17,\"historyRetention\":0,\"branch\":{\"databaseName\":\"neondb\"},\"entityName\":\"testch project\"}}},{\"id\":\"/subscriptions/a81c0054-6c92-41aa-a235-4f9f98f917c6/resourceGroups/raja-rg/providers/Neon.Postgres/organizations/GA-test-org-3\",\"name\":\"GA-test-org-3\",\"type\":\"neon.postgres/organizations\",\"location\":\"West US 3\",\"tags\":{},\"systemData\":{\"createdBy\":\"rajasinghal@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2025-04-30T14:02:21.8270116Z\",\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2025-04-30T14:03:44.2248385Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"e523ca85-ba84-4ae4-c166-b5e07a5feaa9\",\"subscriptionStatus\":\"Subscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_serverless_postgres_azure_prod\",\"planId\":\"neon_serverless_postgres_azure_prod_free\",\"planName\":\"Free Plan\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"\",\"lastName\":\"\",\"emailAddress\":\"rajasinghal@microsoft.com\",\"upn\":\"rajasinghal@microsoft.com\",\"phoneNumber\":\"\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Succeeded\",\"partnerOrganizationProperties\":{\"organizationId\":\"org-wild-mountain-71122592\",\"organizationName\":\"GA-test-org-3\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-wild-mountain-71122592\"}},\"projectProperties\":{\"regionId\":\"West US 3\",\"storage\":0,\"pgVersion\":17,\"historyRetention\":0,\"branch\":{\"databaseName\":\"neondb\"},\"entityName\":\"GA-test-org-3 project\"}}},{\"id\":\"/subscriptions/a81c0054-6c92-41aa-a235-4f9f98f917c6/resourceGroups/bhargavneon-rg/providers/Neon.Postgres/organizations/dfsdf\",\"name\":\"dfsdf\",\"type\":\"neon.postgres/organizations\",\"location\":\"East US 2 EUAP\",\"tags\":{},\"systemData\":{\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2025-04-15T09:05:31.7422388Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"4a1a8666-5b7b-4ebe-c441-3532910ff795\",\"subscriptionStatus\":\"Subscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Serverless Postgres - Free (Test_Liftr)\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Bhargav\",\"lastName\":\"Dadi\",\"emailAddress\":\"dadibhargav@microsoft.com\",\"upn\":\"dadibhargav@microsoft.com\",\"phoneNumber\":\"\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Succeeded\",\"partnerOrganizationProperties\":{\"organizationId\":\"org-aged-breeze-15028730\",\"organizationName\":\"dfsdf\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console-stage.neon.build/azure/sso/org-aged-breeze-15028730\"}},\"projectProperties\":{\"regionId\":\"East US 2 EUAP\",\"storage\":0,\"pgVersion\":17,\"historyRetention\":0,\"branch\":{\"databaseName\":\"neondb\"},\"entityName\":\"dfsdf project\"}}},{\"id\":\"/subscriptions/a81c0054-6c92-41aa-a235-4f9f98f917c6/resourceGroups/bhargavneon-rg/providers/Neon.Postgres/organizations/ftsretret\",\"name\":\"ftsretret\",\"type\":\"neon.postgres/organizations\",\"location\":\"East US 2 EUAP\",\"tags\":{},\"systemData\":{\"createdBy\":\"dadibhargav@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2025-04-15T10:05:00.7416977Z\",\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2025-04-15T10:08:50.4793275Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"6cf29eac-92ae-48fd-d6ec-7208c677d381\",\"subscriptionStatus\":\"Subscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_serverless_postgres_azure_prod\",\"planId\":\"neon_serverless_postgres_azure_prod_free\",\"planName\":\"Free Plan\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Bhargav\",\"lastName\":\"Dadi\",\"emailAddress\":\"dadibhargav@microsoft.com\",\"upn\":\"dadibhargav@microsoft.com\",\"phoneNumber\":\"\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Succeeded\",\"partnerOrganizationProperties\":{\"organizationId\":\"org-proud-fire-49289804\",\"organizationName\":\"ftsretret\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-proud-fire-49289804\"}},\"projectProperties\":{\"regionId\":\"East US 2 EUAP\",\"storage\":0,\"pgVersion\":17,\"historyRetention\":0,\"branch\":{\"databaseName\":\"neondb\"},\"entityName\":\"ftsretret project\"}}},{\"id\":\"/subscriptions/a81c0054-6c92-41aa-a235-4f9f98f917c6/resourceGroups/bhargavneon-rg/providers/Neon.Postgres/organizations/test1AAK\",\"name\":\"test1AAK\",\"type\":\"neon.postgres/organizations\",\"location\":\"East US 2 EUAP\",\"tags\":{},\"systemData\":{\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2025-04-15T12:53:21.8916054Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"ee697d5a-71b8-498d-cea5-0819b3d51d0f\",\"subscriptionStatus\":\"Unsubscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Serverless Postgres - Free (Test_Liftr)\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Almas\",\"lastName\":\"Khan\",\"emailAddress\":\"khanalmas@microsoft.com\",\"upn\":\"khanalmas@microsoft.com\",\"phoneNumber\":\"\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Failed\",\"partnerOrganizationProperties\":{\"organizationId\":\"org-aged-frog-46402529\",\"organizationName\":\"test1AAK\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-aged-frog-46402529\"}},\"projectProperties\":{\"regionId\":\"East US 2 EUAP\",\"storage\":0,\"pgVersion\":17,\"historyRetention\":0,\"branch\":{\"databaseName\":\"neondb\"},\"entityName\":\"test1AAK project\"}}},{\"id\":\"/subscriptions/a81c0054-6c92-41aa-a235-4f9f98f917c6/resourceGroups/sneharg/providers/Neon.Postgres/organizations/scaleplantest\",\"name\":\"scaleplantest\",\"type\":\"neon.postgres/organizations\",\"location\":\"East US 2 EUAP\",\"tags\":{},\"systemData\":{\"createdBy\":\"nmarella@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2025-04-16T05:11:30.3885608Z\",\"lastModifiedBy\":\"nmarella@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2025-04-16T05:15:51.4615971Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"29347602-22e0-49da-c464-9d7ade50377e\",\"subscriptionStatus\":\"Subscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_serverless_postgres_azure_prod\",\"planId\":\"neon_serverless_postgres_azure_prod_free\",\"planName\":\"Free Plan\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Sneha\",\"lastName\":\"\",\"emailAddress\":\"nmarella@microsoft.com\",\"upn\":\"nmarella@microsoft.com\",\"phoneNumber\":\"\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Failed\",\"partnerOrganizationProperties\":{\"organizationId\":\"org-floral-sound-34567698\",\"organizationName\":\"scaleplantest\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-floral-sound-34567698\"}},\"projectProperties\":{\"regionId\":\"East US 2 EUAP\",\"storage\":0,\"pgVersion\":17,\"historyRetention\":0,\"branch\":{\"databaseName\":\"neondb\"},\"entityName\":\"scaleplantest project\"}}},{\"id\":\"/subscriptions/a81c0054-6c92-41aa-a235-4f9f98f917c6/resourceGroups/bhargavneon-rg/providers/Neon.Postgres/organizations/testingscalebhargav\",\"name\":\"testingscalebhargav\",\"type\":\"neon.postgres/organizations\",\"location\":\"East US 2 EUAP\",\"tags\":{},\"systemData\":{\"createdBy\":\"dadibhargav@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2025-04-16T05:11:38.9077429Z\",\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2025-04-16T05:13:31.3236179Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"f99d44fd-86d5-4229-c2a2-0c2245000f01\",\"subscriptionStatus\":\"Subscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_serverless_postgres_azure_prod\",\"planId\":\"neon_serverless_postgres_azure_prod_scale\",\"planName\":\"Scale Plan\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Bhargav\",\"lastName\":\"Dadi\",\"emailAddress\":\"dadibhargav@microsoft.com\",\"upn\":\"dadibhargav@microsoft.com\",\"phoneNumber\":\"\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Succeeded\",\"partnerOrganizationProperties\":{\"organizationId\":\"org-aged-rice-20437804\",\"organizationName\":\"testingscalebhargav\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-aged-rice-20437804\"}},\"projectProperties\":{\"regionId\":\"East US 2 EUAP\",\"storage\":0,\"pgVersion\":17,\"historyRetention\":0,\"branch\":{\"databaseName\":\"neondb\"},\"entityName\":\"testingscalebhargav project\"}}},{\"id\":\"/subscriptions/a81c0054-6c92-41aa-a235-4f9f98f917c6/resourceGroups/bhargavneon-rg/providers/Neon.Postgres/organizations/Business\",\"name\":\"Business\",\"type\":\"neon.postgres/organizations\",\"location\":\"East US 2 EUAP\",\"tags\":{},\"systemData\":{\"createdBy\":\"nmarella@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2025-04-16T05:31:40.222466Z\",\"lastModifiedBy\":\"nmarella@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2025-04-16T05:34:28.6437162Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"5a40708f-f314-4311-cf37-6b7c69803b38\",\"subscriptionStatus\":\"Subscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_serverless_postgres_azure_prod\",\"planId\":\"neon_serverless_postgres_azure_prod_free\",\"planName\":\"Free Plan\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Sneha\",\"lastName\":\"\",\"emailAddress\":\"nmarella@microsoft.com\",\"upn\":\"nmarella@microsoft.com\",\"phoneNumber\":\"\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Failed\",\"partnerOrganizationProperties\":{\"organizationId\":\"org-round-frog-84624218\",\"organizationName\":\"Business\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-round-frog-84624218\"}},\"projectProperties\":{\"regionId\":\"East US 2 EUAP\",\"storage\":0,\"pgVersion\":17,\"historyRetention\":0,\"branch\":{\"databaseName\":\"neondb\"},\"entityName\":\"Business project\"}}},{\"id\":\"/subscriptions/a81c0054-6c92-41aa-a235-4f9f98f917c6/resourceGroups/bhargavneon-rg/providers/Neon.Postgres/organizations/testbusinessbhargav\",\"name\":\"testbusinessbhargav\",\"type\":\"neon.postgres/organizations\",\"location\":\"East US 2 EUAP\",\"tags\":{},\"systemData\":{\"createdBy\":\"dadibhargav@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2025-04-16T05:38:48.2008702Z\",\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2025-04-16T05:40:31.0913066Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"ea0929f6-af31-491f-d1ed-67de8d669157\",\"subscriptionStatus\":\"Subscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_serverless_postgres_azure_prod\",\"planId\":\"neon_serverless_postgres_azure_prod_business\",\"planName\":\"Business Plan\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Bhargav\",\"lastName\":\"Dadi\",\"emailAddress\":\"dadibhargav@microsoft.com\",\"upn\":\"dadibhargav@microsoft.com\",\"phoneNumber\":\"\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Succeeded\",\"partnerOrganizationProperties\":{\"organizationId\":\"org-red-river-39905515\",\"organizationName\":\"testbusinessbhargav\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-red-river-39905515\"}},\"projectProperties\":{\"regionId\":\"East US 2 EUAP\",\"storage\":0,\"pgVersion\":17,\"historyRetention\":0,\"branch\":{\"databaseName\":\"neondb\"},\"entityName\":\"testbusinessbhargav project\"}}},{\"id\":\"/subscriptions/a81c0054-6c92-41aa-a235-4f9f98f917c6/resourceGroups/bhargavneon-rg/providers/Neon.Postgres/organizations/testneonprivatescale\",\"name\":\"testneonprivatescale\",\"type\":\"neon.postgres/organizations\",\"location\":\"East US 2 EUAP\",\"tags\":{},\"systemData\":{\"createdBy\":\"dadibhargav@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2025-04-17T04:40:41.3258351Z\",\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2025-04-17T04:45:57.5045555Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"d548a148-d675-4730-c78f-88e3f52ed46f\",\"subscriptionStatus\":\"Unsubscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_scale_plan\",\"planName\":\"Scale Test\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Bhargav\",\"lastName\":\"Dadi\",\"emailAddress\":\"dadibhargav@microsoft.com\",\"upn\":\"dadibhargav@microsoft.com\",\"phoneNumber\":\"\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Failed\",\"partnerOrganizationProperties\":{\"organizationName\":\"testneonprivatescale\"},\"projectProperties\":{\"regionId\":\"East US 2 EUAP\",\"storage\":0,\"pgVersion\":17,\"historyRetention\":0,\"branch\":{\"databaseName\":\"neondb\"},\"entityName\":\"testneonprivatescale project\"}}},{\"id\":\"/subscriptions/a81c0054-6c92-41aa-a235-4f9f98f917c6/resourceGroups/bhargavneon-rg/providers/Neon.Postgres/organizations/testinglatestorgcreation\",\"name\":\"testinglatestorgcreation\",\"type\":\"neon.postgres/organizations\",\"location\":\"East US 2 EUAP\",\"tags\":{},\"systemData\":{\"createdBy\":\"dadibhargav@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2025-04-17T07:19:58.1530154Z\",\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2025-04-17T07:22:17.1714245Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"39262847-0cb0-4181-d1f8-7d72fd5ff0ee\",\"subscriptionStatus\":\"Subscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_serverless_postgres_azure_prod\",\"planId\":\"neon_serverless_postgres_azure_prod_free\",\"planName\":\"Free Plan\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Bhargav\",\"lastName\":\"Dadi\",\"emailAddress\":\"dadibhargav@microsoft.com\",\"upn\":\"dadibhargav@microsoft.com\",\"phoneNumber\":\"\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Succeeded\",\"partnerOrganizationProperties\":{\"organizationId\":\"org-young-lake-53474122\",\"organizationName\":\"testinglatestorgcreation\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-young-lake-53474122\"}},\"projectProperties\":{\"regionId\":\"East US 2 EUAP\",\"storage\":0,\"pgVersion\":17,\"historyRetention\":0,\"branch\":{\"databaseName\":\"neondb\"},\"entityName\":\"testinglatestorgcreation project\"}}},{\"id\":\"/subscriptions/a81c0054-6c92-41aa-a235-4f9f98f917c6/resourceGroups/sneharg/providers/Neon.Postgres/organizations/new\",\"name\":\"new\",\"type\":\"neon.postgres/organizations\",\"location\":\"East US 2 EUAP\",\"tags\":{},\"systemData\":{\"createdBy\":\"nmarella@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2025-04-22T09:02:12.4755025Z\",\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2025-04-22T09:07:08.4478935Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"614704ca-c74c-45bd-c1a5-4ddac969a4e8\",\"subscriptionStatus\":\"Subscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_serverless_postgres_azure_prod\",\"planId\":\"neon_serverless_postgres_azure_prod_free\",\"planName\":\"Free Plan\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Sneha\",\"lastName\":\"\",\"emailAddress\":\"nmarella@microsoft.com\",\"upn\":\"nmarella@microsoft.com\",\"phoneNumber\":\"\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Succeeded\",\"partnerOrganizationProperties\":{\"organizationId\":\"org-steep-rice-62472633\",\"organizationName\":\"new\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-steep-rice-62472633\"}},\"projectProperties\":{\"regionId\":\"East US 2 EUAP\",\"storage\":0,\"pgVersion\":17,\"historyRetention\":0,\"branch\":{\"databaseName\":\"neondb\"},\"entityName\":\"new project\"}}},{\"id\":\"/subscriptions/a81c0054-6c92-41aa-a235-4f9f98f917c6/resourceGroups/sneharg/providers/Neon.Postgres/organizations/snehascale\",\"name\":\"snehascale\",\"type\":\"neon.postgres/organizations\",\"location\":\"East US 2 EUAP\",\"tags\":{},\"systemData\":{\"createdBy\":\"nmarella@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2025-04-22T09:08:40.5663723Z\",\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2025-04-22T09:11:56.6800692Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"114133f0-f748-4bb4-daf3-12f1dd1ad32a\",\"subscriptionStatus\":\"Subscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_serverless_postgres_azure_prod\",\"planId\":\"neon_serverless_postgres_azure_prod_scale\",\"planName\":\"Scale Plan\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Sneha\",\"lastName\":\"\",\"emailAddress\":\"nmarella@microsoft.com\",\"upn\":\"nmarella@microsoft.com\",\"phoneNumber\":\"\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Succeeded\",\"partnerOrganizationProperties\":{\"organizationId\":\"org-sweet-morning-87066859\",\"organizationName\":\"snehascale\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-sweet-morning-87066859\"}},\"projectProperties\":{\"regionId\":\"East US 2 EUAP\",\"storage\":0,\"pgVersion\":17,\"historyRetention\":0,\"branch\":{\"databaseName\":\"neondb\"},\"entityName\":\"snehascale project\"}}},{\"id\":\"/subscriptions/a81c0054-6c92-41aa-a235-4f9f98f917c6/resourceGroups/an-cloudtests-portal/providers/Neon.Postgres/organizations/exampleResource\",\"name\":\"exampleResource\",\"type\":\"neon.postgres/organizations\",\"location\":\"East US 2 EUAP\",\"tags\":{},\"systemData\":{\"createdBy\":\"khanalmas@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2025-04-28T12:39:18.0671941Z\",\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2025-04-28T12:42:11.5843488Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"f2e8f61e-d191-4b5c-c735-7de955b28723\",\"subscriptionStatus\":\"Subscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_serverless_postgres_azure_prod\",\"planId\":\"neon_serverless_postgres_azure_prod_free\",\"planName\":\"Free Plan\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Almas\",\"lastName\":\"Khan\",\"emailAddress\":\"khanalmas@microsoft.com\",\"upn\":\"khanalmas@microsoft.com\",\"phoneNumber\":\"\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Succeeded\",\"partnerOrganizationProperties\":{\"organizationId\":\"org-mute-boat-69977901\",\"organizationName\":\"exampleResource\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-mute-boat-69977901\"}},\"projectProperties\":{\"regionId\":\"East US 2 EUAP\",\"storage\":0,\"pgVersion\":17,\"historyRetention\":0,\"branch\":{\"databaseName\":\"neondb\"},\"entityName\":\"exampleResource project\"}}},{\"id\":\"/subscriptions/a81c0054-6c92-41aa-a235-4f9f98f917c6/resourceGroups/bhargavneon-rg/providers/Neon.Postgres/organizations/testeastuseuapchp\",\"name\":\"testeastuseuapchp\",\"type\":\"neon.postgres/organizations\",\"location\":\"East US 2 EUAP\",\"tags\":{},\"systemData\":{\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2025-04-29T05:25:38.5073999Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"a3b4779b-34a3-4914-c015-1804c5204902\",\"subscriptionStatus\":\"Subscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Serverless Postgres - Free (Test_Liftr)\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Bhargav\",\"lastName\":\"Dadi\",\"emailAddress\":\"dadibhargav@microsoft.com\",\"upn\":\"dadibhargav@microsoft.com\",\"phoneNumber\":\"\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Succeeded\",\"partnerOrganizationProperties\":{\"organizationId\":\"org-lively-brook-73145916\",\"organizationName\":\"testeastuseuapchp\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console-stage.neon.build/azure/sso/org-lively-brook-73145916\"}},\"projectProperties\":{\"regionId\":\"East US 2 EUAP\",\"storage\":0,\"pgVersion\":17,\"historyRetention\":0,\"branch\":{\"databaseName\":\"neondb\"},\"entityName\":\"testeastuseuapchp project\"}}},{\"id\":\"/subscriptions/a81c0054-6c92-41aa-a235-4f9f98f917c6/resourceGroups/bhargavneon-rg/providers/Neon.Postgres/organizations/tertertertertrte\",\"name\":\"tertertertertrte\",\"type\":\"neon.postgres/organizations\",\"location\":\"East US 2 EUAP\",\"tags\":{},\"systemData\":{\"createdBy\":\"dadibhargav@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2025-04-29T05:45:50.4863162Z\",\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2025-04-29T05:49:39.4905947Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"1fdebd2c-5211-49de-d7eb-04788ce2750d\",\"subscriptionStatus\":\"Unsubscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_serverless_postgres_azure_prod\",\"planId\":\"neon_serverless_postgres_azure_prod_free\",\"planName\":\"Free Plan\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Bhargav\",\"lastName\":\"Dadi\",\"emailAddress\":\"dadibhargav@microsoft.com\",\"upn\":\"dadibhargav@microsoft.com\",\"phoneNumber\":\"\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Failed\",\"partnerOrganizationProperties\":{\"organizationName\":\"tertertertertrte\"},\"projectProperties\":{\"regionId\":\"East US 2 EUAP\",\"storage\":0,\"pgVersion\":17,\"historyRetention\":0,\"branch\":{\"databaseName\":\"neondb\"},\"entityName\":\"tertertertertrte project\"}}},{\"id\":\"/subscriptions/a81c0054-6c92-41aa-a235-4f9f98f917c6/resourceGroups/bhargavneon-rg/providers/Neon.Postgres/organizations/testprivateoffereastuseuap\",\"name\":\"testprivateoffereastuseuap\",\"type\":\"neon.postgres/organizations\",\"location\":\"East US 2 EUAP\",\"tags\":{},\"systemData\":{\"createdBy\":\"dadibhargav@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2025-04-30T03:59:15.7646423Z\",\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2025-04-30T04:01:19.8978125Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"1ec67086-01bc-46d6-c8a7-1ff77c526203\",\"subscriptionStatus\":\"Subscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Serverless Postgres - Free (Test_Liftr)\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Bhargav\",\"lastName\":\"Dadi\",\"emailAddress\":\"dadibhargav@microsoft.com\",\"upn\":\"dadibhargav@microsoft.com\",\"phoneNumber\":\"\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Succeeded\",\"partnerOrganizationProperties\":{\"organizationId\":\"org-mute-base-87319865\",\"organizationName\":\"testprivateoffereastuseuap\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console-stage.neon.build/azure/sso/org-mute-base-87319865\"}},\"projectProperties\":{\"regionId\":\"East US 2 EUAP\",\"storage\":0,\"pgVersion\":17,\"historyRetention\":0,\"branch\":{\"databaseName\":\"neondb\"},\"entityName\":\"testprivateoffereastuseuap project\"}}},{\"id\":\"/subscriptions/a81c0054-6c92-41aa-a235-4f9f98f917c6/resourceGroups/bhargavneon-rg/providers/Neon.Postgres/organizations/fgfertertert\",\"name\":\"fgfertertert\",\"type\":\"neon.postgres/organizations\",\"location\":\"East US 2 EUAP\",\"tags\":{},\"systemData\":{\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2025-04-30T04:41:20.5043901Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"deef37d6-6c9e-4027-c99f-757fd39a46dd\",\"subscriptionStatus\":\"Unsubscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_serverless_postgres_azure_prod\",\"planId\":\"neon_serverless_postgres_azure_prod_free\",\"planName\":\"Free Plan\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Bhargav\",\"lastName\":\"Dadi\",\"emailAddress\":\"dadibhargav@microsoft.com\",\"upn\":\"dadibhargav@microsoft.com\",\"phoneNumber\":\"\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Failed\",\"partnerOrganizationProperties\":{\"organizationName\":\"fgfertertert\"}}},{\"id\":\"/subscriptions/a81c0054-6c92-41aa-a235-4f9f98f917c6/resourceGroups/bhargavneon-rg/providers/Neon.Postgres/organizations/fghfghfghfghgfhfg\",\"name\":\"fghfghfghfghgfhfg\",\"type\":\"neon.postgres/organizations\",\"location\":\"East US 2 EUAP\",\"tags\":{},\"systemData\":{\"createdBy\":\"dadibhargav@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2025-04-30T04:42:41.8907019Z\",\"lastModifiedBy\":\"dadibhargav@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2025-04-30T04:47:01.3981237Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"c5907123-8dc9-487c-d1c2-7de57429a05a\",\"subscriptionStatus\":\"Subscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_scale_plan\",\"planName\":\"Scale Test\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Bhargav\",\"lastName\":\"Dadi\",\"emailAddress\":\"dadibhargav@microsoft.com\",\"upn\":\"dadibhargav@microsoft.com\",\"phoneNumber\":\"\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Succeeded\",\"partnerOrganizationProperties\":{\"organizationId\":\"org-soft-thunder-07541580\",\"organizationName\":\"fghfghfghfghgfhfg\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console-stage.neon.build/azure/sso/org-soft-thunder-07541580\"}}}},{\"id\":\"/subscriptions/a81c0054-6c92-41aa-a235-4f9f98f917c6/resourceGroups/bhargavneon-rg/providers/Neon.Postgres/organizations/testchprivateoffer\",\"name\":\"testchprivateoffer\",\"type\":\"neon.postgres/organizations\",\"location\":\"East US 2 EUAP\",\"tags\":{},\"systemData\":{\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2025-04-30T09:42:10.3352613Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"1e72ff7b-6026-4e11-ce50-6ed5d23e7844\",\"subscriptionStatus\":\"Unsubscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Serverless Postgres - Free (Test_Liftr)\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Bhargav\",\"lastName\":\"Dadi\",\"emailAddress\":\"dadibhargav@microsoft.com\",\"upn\":\"dadibhargav@microsoft.com\",\"phoneNumber\":\"\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Failed\",\"partnerOrganizationProperties\":{\"organizationId\":\"org-cool-sunset-90071569\",\"organizationName\":\"testchprivateoffer\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console-stage.neon.build/azure/sso/org-cool-sunset-90071569\"}},\"projectProperties\":{\"regionId\":\"East US 2 EUAP\",\"storage\":0,\"pgVersion\":17,\"historyRetention\":0,\"branch\":{\"databaseName\":\"neondb\"},\"entityName\":\"testchprivateoffer project\"}}},{\"id\":\"/subscriptions/a81c0054-6c92-41aa-a235-4f9f98f917c6/resourceGroups/bhargavneon-rg/providers/Neon.Postgres/organizations/testtestingtest\",\"name\":\"testtestingtest\",\"type\":\"neon.postgres/organizations\",\"location\":\"East US 2 EUAP\",\"tags\":{},\"systemData\":{\"createdBy\":\"dadibhargav@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2025-04-30T09:52:46.8379635Z\",\"lastModifiedBy\":\"dadibhargav@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2025-04-30T09:55:42.1920526Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"8d262a9c-54ce-4298-d9ba-0fafee441732\",\"subscriptionStatus\":\"Subscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_business_plan\",\"planName\":\"Business Test\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Bhargav\",\"lastName\":\"Dadi\",\"emailAddress\":\"dadibhargav@microsoft.com\",\"upn\":\"dadibhargav@microsoft.com\",\"phoneNumber\":\"\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Succeeded\",\"partnerOrganizationProperties\":{\"organizationId\":\"org-young-feather-38054666\",\"organizationName\":\"testtestingtest\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console-stage.neon.build/azure/sso/org-young-feather-38054666\"}},\"projectProperties\":{\"regionId\":\"East US 2 EUAP\",\"storage\":0,\"pgVersion\":17,\"historyRetention\":0,\"branch\":{\"databaseName\":\"neondb\"},\"entityName\":\"testtestingtest project\"}}},{\"id\":\"/subscriptions/a81c0054-6c92-41aa-a235-4f9f98f917c6/resourceGroups/bhargavneon-rg/providers/Neon.Postgres/organizations/gfgdfg\",\"name\":\"gfgdfg\",\"type\":\"neon.postgres/organizations\",\"location\":\"Central US EUAP\",\"tags\":{},\"systemData\":{\"createdBy\":\"dadibhargav@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2025-04-11T11:14:26.7163588Z\",\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2025-04-11T11:22:33.5124415Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"255aca37-646f-41b7-d791-485736255c3d\",\"subscriptionStatus\":\"Subscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_serverless_postgres_azure_prod\",\"planId\":\"neon_serverless_postgres_azure_prod_free\",\"planName\":\"Free Plan\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Bhargav\",\"lastName\":\"Dadi\",\"emailAddress\":\"dadibhargav@microsoft.com\",\"upn\":\"dadibhargav@microsoft.com\",\"phoneNumber\":\"\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Succeeded\",\"partnerOrganizationProperties\":{\"organizationId\":\"org-silent-firefly-61828010\",\"organizationName\":\"gfgdfg\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-silent-firefly-61828010\"}},\"projectProperties\":{\"regionId\":\"Central US EUAP\",\"storage\":0,\"pgVersion\":17,\"historyRetention\":0,\"branch\":{\"databaseName\":\"neondb\"},\"entityName\":\"gfgdfg project\"}}},{\"id\":\"/subscriptions/a81c0054-6c92-41aa-a235-4f9f98f917c6/resourceGroups/bhargavneon-rg/providers/Neon.Postgres/organizations/test\",\"name\":\"test\",\"type\":\"neon.postgres/organizations\",\"location\":\"Central US EUAP\",\"tags\":{},\"systemData\":{\"createdBy\":\"nmarella@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2025-04-13T06:18:08.6997364Z\",\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2025-04-13T06:20:17.0970648Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"a075d362-f645-43be-dce6-43768ea68156\",\"subscriptionStatus\":\"Subscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_serverless_postgres_azure_prod\",\"planId\":\"neon_serverless_postgres_azure_prod_free\",\"planName\":\"Free Plan\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Sneha\",\"lastName\":\"\",\"emailAddress\":\"nmarella@microsoft.com\",\"upn\":\"nmarella@microsoft.com\",\"phoneNumber\":\"\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Succeeded\",\"partnerOrganizationProperties\":{\"organizationId\":\"org-rough-band-41036728\",\"organizationName\":\"test\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-rough-band-41036728\"}},\"projectProperties\":{\"regionId\":\"Central US EUAP\",\"storage\":0,\"pgVersion\":17,\"historyRetention\":0,\"branch\":{\"databaseName\":\"neondb\"},\"entityName\":\"test project\"}}},{\"id\":\"/subscriptions/a81c0054-6c92-41aa-a235-4f9f98f917c6/resourceGroups/bhargavneon-rg/providers/Neon.Postgres/organizations/testPods2\",\"name\":\"testPods2\",\"type\":\"neon.postgres/organizations\",\"location\":\"Central US EUAP\",\"tags\":{},\"systemData\":{\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2025-04-16T09:17:16.0158392Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"839df42a-2f28-4614-c81f-296a396b9cdb\",\"subscriptionStatus\":\"Subscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_1\",\"planName\":\"Neon Serverless Postgres - Free (Test_Liftr)\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Almas\",\"lastName\":\"Khan\",\"emailAddress\":\"khanalmas@microsoft.com\",\"upn\":\"khanalmas@microsoft.com\",\"phoneNumber\":\"\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Succeeded\",\"partnerOrganizationProperties\":{\"organizationId\":\"org-blue-king-48932441\",\"organizationName\":\"testPods2\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-blue-king-48932441\"}},\"projectProperties\":{\"regionId\":\"Central US EUAP\",\"storage\":0,\"pgVersion\":17,\"historyRetention\":0,\"branch\":{\"databaseName\":\"neondb\"},\"entityName\":\"testPods2 project\"}}},{\"id\":\"/subscriptions/a81c0054-6c92-41aa-a235-4f9f98f917c6/resourceGroups/bhargavneon-rg/providers/Neon.Postgres/organizations/testcentralusprodbhargav\",\"name\":\"testcentralusprodbhargav\",\"type\":\"neon.postgres/organizations\",\"location\":\"Central US EUAP\",\"tags\":{},\"systemData\":{\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2025-04-17T11:06:40.9520391Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"b8987e0c-eec2-40ea-cb04-626b31cbd4c4\",\"subscriptionStatus\":\"Unsubscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_serverless_postgres_azure_prod\",\"planId\":\"neon_serverless_postgres_azure_prod_free\",\"planName\":\"Free Plan\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Bhargav\",\"lastName\":\"Dadi\",\"emailAddress\":\"dadibhargav@microsoft.com\",\"upn\":\"dadibhargav@microsoft.com\",\"phoneNumber\":\"\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Failed\",\"partnerOrganizationProperties\":{\"organizationId\":\"org-aged-fire-45352675\",\"organizationName\":\"testcentralusprodbhargav\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-aged-fire-45352675\"}},\"projectProperties\":{\"regionId\":\"Central US EUAP\",\"storage\":0,\"pgVersion\":17,\"historyRetention\":0,\"branch\":{\"databaseName\":\"neondb\"},\"entityName\":\"project1111323\"}}},{\"id\":\"/subscriptions/a81c0054-6c92-41aa-a235-4f9f98f917c6/resourceGroups/bhargavneon-rg/providers/Neon.Postgres/organizations/testingdevelopscup\",\"name\":\"testingdevelopscup\",\"type\":\"neon.postgres/organizations\",\"location\":\"Central US EUAP\",\"tags\":{},\"systemData\":{\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2025-04-22T08:21:53.7121011Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"c5bf552b-d436-4599-dae7-8368c21e305a\",\"subscriptionStatus\":\"Subscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_serverless_postgres_azure_prod\",\"planId\":\"neon_serverless_postgres_azure_prod_scale\",\"planName\":\"Scale Plan\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Bhargav\",\"lastName\":\"Dadi\",\"emailAddress\":\"dadibhargav@microsoft.com\",\"upn\":\"dadibhargav@microsoft.com\",\"phoneNumber\":\"\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Succeeded\",\"partnerOrganizationProperties\":{\"organizationId\":\"org-blue-night-83165778\",\"organizationName\":\"testingdevelopscup\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-blue-night-83165778\"}},\"projectProperties\":{\"regionId\":\"Central US EUAP\",\"storage\":0,\"pgVersion\":17,\"historyRetention\":0,\"branch\":{\"databaseName\":\"neondb\"},\"entityName\":\"projecttestscup\"}}},{\"id\":\"/subscriptions/a81c0054-6c92-41aa-a235-4f9f98f917c6/resourceGroups/almas-rg/providers/Neon.Postgres/organizations/exampleOrg\",\"name\":\"exampleOrg\",\"type\":\"neon.postgres/organizations\",\"location\":\"Central US EUAP\",\"tags\":{},\"systemData\":{\"createdBy\":\"khanalmas@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2025-04-28T12:55:25.0834079Z\",\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2025-04-28T12:58:03.5139219Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"7125b1cb-af12-4eb7-cc7b-87a2f7472730\",\"subscriptionStatus\":\"Subscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_serverless_postgres_azure_prod\",\"planId\":\"neon_serverless_postgres_azure_prod_free\",\"planName\":\"Free Plan\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Almas\",\"lastName\":\"Khan\",\"emailAddress\":\"khanalmas@microsoft.com\",\"upn\":\"khanalmas@microsoft.com\",\"phoneNumber\":\"\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Succeeded\",\"partnerOrganizationProperties\":{\"organizationId\":\"org-calm-queen-26451071\",\"organizationName\":\"exampleOrg\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-calm-queen-26451071\"}},\"projectProperties\":{\"regionId\":\"Central US EUAP\",\"storage\":0,\"pgVersion\":17,\"historyRetention\":0,\"branch\":{\"databaseName\":\"neondb\"},\"entityName\":\"exampleOrg project\"}}},{\"id\":\"/subscriptions/a81c0054-6c92-41aa-a235-4f9f98f917c6/resourceGroups/bhargavneon-rg/providers/Neon.Postgres/organizations/BranchTesting\",\"name\":\"BranchTesting\",\"type\":\"neon.postgres/organizations\",\"location\":\"Central US EUAP\",\"tags\":{},\"systemData\":{\"createdBy\":\"dadibhargav@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2025-04-29T03:51:05.3044284Z\",\"lastModifiedBy\":\"dadibhargav@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2025-04-29T03:55:35.0963612Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"32c61278-139f-4716-cb87-a63163d203cf\",\"subscriptionStatus\":\"Subscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_serverless_postgres_azure_prod\",\"planId\":\"neon_serverless_postgres_azure_prod_free\",\"planName\":\"Free Plan\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Bhargav\",\"lastName\":\"Dadi\",\"emailAddress\":\"dadibhargav@microsoft.com\",\"upn\":\"dadibhargav@microsoft.com\",\"phoneNumber\":\"\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Failed\",\"partnerOrganizationProperties\":{\"organizationId\":\"org-bold-cake-19055385\",\"organizationName\":\"BranchTesting\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-bold-cake-19055385\"}},\"projectProperties\":{\"regionId\":\"Central US EUAP\",\"storage\":0,\"pgVersion\":17,\"historyRetention\":0,\"branch\":{\"databaseName\":\"neondb\"},\"entityName\":\"BranchTesting project\"}}},{\"id\":\"/subscriptions/a81c0054-6c92-41aa-a235-4f9f98f917c6/resourceGroups/bhargavneon-rg/providers/Neon.Postgres/organizations/BranchTestingcentraluseuap\",\"name\":\"BranchTestingcentraluseuap\",\"type\":\"neon.postgres/organizations\",\"location\":\"Central US EUAP\",\"tags\":{},\"systemData\":{\"createdBy\":\"dadibhargav@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2025-04-29T04:17:23.3396041Z\",\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2025-04-29T04:19:20.894557Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"2457c275-b4a4-4ff6-de81-94e9918a3b10\",\"subscriptionStatus\":\"Subscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_serverless_postgres_azure_prod\",\"planId\":\"neon_serverless_postgres_azure_prod_scale\",\"planName\":\"Scale Plan\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Bhargav\",\"lastName\":\"Dadi\",\"emailAddress\":\"dadibhargav@microsoft.com\",\"upn\":\"dadibhargav@microsoft.com\",\"phoneNumber\":\"\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Succeeded\",\"partnerOrganizationProperties\":{\"organizationId\":\"org-weathered-tree-88543362\",\"organizationName\":\"BranchTestingcentraluseuap\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-weathered-tree-88543362\"}},\"projectProperties\":{\"regionId\":\"Central US EUAP\",\"storage\":0,\"pgVersion\":17,\"historyRetention\":0,\"branch\":{\"databaseName\":\"neondb\"},\"entityName\":\"BranchTestingcentraluseuap project\"}}},{\"id\":\"/subscriptions/a81c0054-6c92-41aa-a235-4f9f98f917c6/resourceGroups/bhargavneon-rg/providers/Neon.Postgres/organizations/testbhargavtoday\",\"name\":\"testbhargavtoday\",\"type\":\"neon.postgres/organizations\",\"location\":\"Central US EUAP\",\"tags\":{},\"systemData\":{\"createdBy\":\"dadibhargav@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2025-04-29T04:55:49.1090255Z\",\"lastModifiedBy\":\"dadibhargav@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2025-04-29T04:58:42.5439992Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"199e36b6-0e35-4e9f-da25-704899973c1f\",\"subscriptionStatus\":\"Subscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_serverless_postgres_azure_prod\",\"planId\":\"neon_serverless_postgres_azure_prod_free\",\"planName\":\"Free Plan\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Bhargav\",\"lastName\":\"Dadi\",\"emailAddress\":\"dadibhargav@microsoft.com\",\"upn\":\"dadibhargav@microsoft.com\",\"phoneNumber\":\"\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Failed\",\"partnerOrganizationProperties\":{\"organizationId\":\"org-round-cloud-56655470\",\"organizationName\":\"testbhargavtoday\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-round-cloud-56655470\"}},\"projectProperties\":{\"regionId\":\"Central US EUAP\",\"storage\":0,\"pgVersion\":17,\"historyRetention\":0,\"branch\":{\"databaseName\":\"neondb\"},\"entityName\":\"testbhargavtoday project\"}}},{\"id\":\"/subscriptions/a81c0054-6c92-41aa-a235-4f9f98f917c6/resourceGroups/bhargavneon-rg/providers/Neon.Postgres/organizations/Testlatestwithcanary\",\"name\":\"Testlatestwithcanary\",\"type\":\"neon.postgres/organizations\",\"location\":\"Central US EUAP\",\"tags\":{},\"systemData\":{\"createdBy\":\"dadibhargav@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2025-04-30T03:38:24.9519209Z\",\"lastModifiedBy\":\"dadibhargav@microsoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2025-04-30T03:42:29.5012466Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"938a047b-4304-4ada-ce2a-63a49e39f647\",\"subscriptionStatus\":\"Subscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_serverless_postgres_azure_prod\",\"planId\":\"neon_serverless_postgres_azure_prod_free\",\"planName\":\"Free Plan\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Bhargav\",\"lastName\":\"Dadi\",\"emailAddress\":\"dadibhargav@microsoft.com\",\"upn\":\"dadibhargav@microsoft.com\",\"phoneNumber\":\"\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Failed\",\"partnerOrganizationProperties\":{\"organizationId\":\"org-red-feather-44457931\",\"organizationName\":\"Testlatestwithcanary\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-red-feather-44457931\"}},\"projectProperties\":{\"regionId\":\"Central US EUAP\",\"storage\":0,\"pgVersion\":17,\"historyRetention\":0,\"branch\":{\"databaseName\":\"neondb\"},\"entityName\":\"Testlatestwithcanary project\"}}},{\"id\":\"/subscriptions/a81c0054-6c92-41aa-a235-4f9f98f917c6/resourceGroups/almas-rg/providers/Neon.Postgres/organizations/centraluseuap\",\"name\":\"centraluseuap\",\"type\":\"neon.postgres/organizations\",\"location\":\"Central US EUAP\",\"tags\":{},\"systemData\":{\"createdBy\":\"nmarella@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2025-04-30T12:06:53.875864Z\",\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2025-04-30T12:09:35.0602864Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"710259ae-cb37-4a11-de1c-7febd25ebecf\",\"subscriptionStatus\":\"Subscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_serverless_postgres_azure_prod\",\"planId\":\"neon_serverless_postgres_azure_prod_free\",\"planName\":\"Free Plan\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Sneha\",\"lastName\":\"\",\"emailAddress\":\"nmarella@microsoft.com\",\"upn\":\"nmarella@microsoft.com\",\"phoneNumber\":\"\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Succeeded\",\"partnerOrganizationProperties\":{\"organizationId\":\"org-long-boat-46495987\",\"organizationName\":\"centraluseuap\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-long-boat-46495987\"}},\"projectProperties\":{\"regionId\":\"Central US EUAP\",\"storage\":0,\"pgVersion\":17,\"historyRetention\":0,\"branch\":{\"databaseName\":\"neondb\"},\"entityName\":\"centraluseuap project\"}}},{\"id\":\"/subscriptions/a81c0054-6c92-41aa-a235-4f9f98f917c6/resourceGroups/sneharg/providers/Neon.Postgres/organizations/centraluseuap\",\"name\":\"centraluseuap\",\"type\":\"neon.postgres/organizations\",\"location\":\"Central US EUAP\",\"tags\":{},\"systemData\":{\"createdBy\":\"nmarella@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2025-04-30T12:07:42.57973Z\",\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2025-04-30T12:15:05.8614609Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"d91557f0-cb2e-4e1a-cef1-d1c638314b87\",\"subscriptionStatus\":\"Subscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_serverless_postgres_azure_prod\",\"planId\":\"neon_serverless_postgres_azure_prod_free\",\"planName\":\"Free Plan\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Sneha\",\"lastName\":\"\",\"emailAddress\":\"nmarella@microsoft.com\",\"upn\":\"nmarella@microsoft.com\",\"phoneNumber\":\"\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Succeeded\",\"partnerOrganizationProperties\":{\"organizationId\":\"org-wandering-queen-89016950\",\"organizationName\":\"centraluseuap\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-wandering-queen-89016950\"}},\"projectProperties\":{\"regionId\":\"Central US EUAP\",\"storage\":0,\"pgVersion\":17,\"historyRetention\":0,\"branch\":{\"databaseName\":\"neondb\"},\"entityName\":\"centraluseuap project\"}}},{\"id\":\"/subscriptions/a81c0054-6c92-41aa-a235-4f9f98f917c6/resourceGroups/raja-rg/providers/Neon.Postgres/organizations/GA-canary-org\",\"name\":\"GA-canary-org\",\"type\":\"neon.postgres/organizations\",\"location\":\"Central US EUAP\",\"tags\":{\"env\":\"ga canry testing\"},\"systemData\":{\"createdBy\":\"rajasinghal@microsoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2025-04-30T13:09:15.5837598Z\",\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2025-04-30T13:12:33.0984518Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"344f6853-6146-406e-cdcd-4103a7d0ca37\",\"subscriptionStatus\":\"Unsubscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_test\",\"planId\":\"neon_test_scale_plan\",\"planName\":\"Scale Test\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"\",\"lastName\":\"\",\"emailAddress\":\"rajasinghal@microsoft.com\",\"upn\":\"rajasinghal@microsoft.com\",\"phoneNumber\":\"\"},\"companyDetails\":{\"companyName\":\"\",\"country\":\"\",\"businessPhone\":\"\"},\"provisioningState\":\"Failed\",\"partnerOrganizationProperties\":{\"organizationName\":\"GA-canary-org\"},\"projectProperties\":{\"regionId\":\"East US 2\",\"storage\":0,\"pgVersion\":17,\"historyRetention\":0,\"branch\":{\"databaseName\":\"neondb\"},\"entityName\":\"GA-canary-org project\"}}}]}", "isContentBase64": false } } diff --git a/src/NeonPostgres/NeonPostgres.Autorest/test/Get-AzNeonPostgresOrganization.Tests.ps1 b/src/NeonPostgres/NeonPostgres.Autorest/test/Get-AzNeonPostgresOrganization.Tests.ps1 index fef6089af249..dece1e7d7010 100644 --- a/src/NeonPostgres/NeonPostgres.Autorest/test/Get-AzNeonPostgresOrganization.Tests.ps1 +++ b/src/NeonPostgres/NeonPostgres.Autorest/test/Get-AzNeonPostgresOrganization.Tests.ps1 @@ -17,7 +17,7 @@ if(($null -eq $TestName) -or ($TestName -contains 'Get-AzNeonPostgresOrganizatio Describe 'Get-AzNeonPostgresOrganization' { It 'List' { { - $result = Get-AzNeonPostgresOrganization -SubscriptionId 5d9a6cc3-4e60-4b41-be79-d28f0a01074e + $result = Get-AzNeonPostgresOrganization -SubscriptionId a81c0054-6c92-41aa-a235-4f9f98f917c6 $result.Count | Should -BeGreaterThan 0 } | Should -Not -Throw } diff --git a/src/NeonPostgres/NeonPostgres.Autorest/test/New-AzNeonPostgresOrganization.Recording.json b/src/NeonPostgres/NeonPostgres.Autorest/test/New-AzNeonPostgresOrganization.Recording.json index 19fe9a724fc0..aed51fa685c0 100644 --- a/src/NeonPostgres/NeonPostgres.Autorest/test/New-AzNeonPostgresOrganization.Recording.json +++ b/src/NeonPostgres/NeonPostgres.Autorest/test/New-AzNeonPostgresOrganization.Recording.json @@ -1,39 +1,224 @@ { - "New-AzNeonPostgresOrganization+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/NeonDemoRG/providers/Neon.Postgres/organizations/almasTestNeonPSRecord1A?api-version=2025-03-01+1": { + "New-AzNeonPostgresOrganization+[NoContext]+CreateExpanded+$PUT+https://management.azure.com/subscriptions/a81c0054-6c92-41aa-a235-4f9f98f917c6/resourceGroups/neonrg/providers/Neon.Postgres/organizations/NeonDemoOrgPS1?api-version=2025-03-01+1": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/NeonDemoRG/providers/Neon.Postgres/organizations/almasTestNeonPSRecord1A?api-version=2025-03-01", - "Content": "{\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"marketplaceDetails\": {\r\n \"offerDetails\": {\r\n \"publisherId\": \"neon1722366567200\",\r\n \"offerId\": \"neon_test\",\r\n \"planId\": \"neon_test_1\",\r\n \"planName\": \"Neon Serverless Postgres - Free (Test_Liftr)\",\r\n \"termUnit\": \"P1M\",\r\n \"termId\": \"gmz7xq9ge3py\"\r\n },\r\n \"subscriptionId\": \"yxmkfivp\",\r\n \"subscriptionStatus\": \"PendingFulfillmentStart\"\r\n },\r\n \"userDetails\": {\r\n \"firstName\": \"Almas\",\r\n \"lastName\": \"Khan\",\r\n \"emailAddress\": \"khanalmas@microsoft.com\",\r\n \"upn\": \"khanalmas_microsoft.com#EXT#@qumulotesttenant2.onmicrosoft.com\",\r\n \"phoneNumber\": \"+1234567890\"\r\n },\r\n \"companyDetails\": {\r\n \"companyName\": \"DemoCompany\",\r\n \"country\": \"USA\",\r\n \"officeAddress\": \"1234 Azure Ave\",\r\n \"businessPhone\": \"+1234567890\",\r\n \"domain\": \"demo.com\",\r\n \"numberOfEmployees\": 500\r\n },\r\n \"partnerOrganizationProperties\": {\r\n \"singleSignOnProperties\": {\r\n \"singleSignOnState\": \"Enable\",\r\n \"enterpriseAppId\": \"app12345\",\r\n \"singleSignOnUrl\": \"https://sso.partnerorg.com\",\r\n \"aadDomains\": [ \"partnerorg.com\" ]\r\n },\r\n \"organizationId\": \"org12345\",\r\n \"organizationName\": \"PartnerOrgRecord1A\"\r\n }\r\n }\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/a81c0054-6c92-41aa-a235-4f9f98f917c6/resourceGroups/neonrg/providers/Neon.Postgres/organizations/NeonDemoOrgPS1?api-version=2025-03-01", + "Content": "{\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"marketplaceDetails\": {\r\n \"offerDetails\": {\r\n \"publisherId\": \"neon1722366567200\",\r\n \"offerId\": \"neon_serverless_postgres_azure_prod\",\r\n \"planId\": \"neon_serverless_postgres_azure_prod_free\",\r\n \"planName\": \"Free Plan\",\r\n \"termUnit\": \"P1M\",\r\n \"termId\": \"gmz7xq9ge3py\"\r\n },\r\n \"subscriptionId\": \"yxmkfivp\",\r\n \"subscriptionStatus\": \"PendingFulfillmentStart\"\r\n },\r\n \"userDetails\": {\r\n \"firstName\": \"Demo\",\r\n \"lastName\": \"User\",\r\n \"emailAddress\": \"Demouser@testtestliftrtest2.onmicrosoft.com\",\r\n \"upn\": \"Demouser@testtestliftrtest2.onmicrosoft.com\",\r\n \"phoneNumber\": \"+1234567890\"\r\n },\r\n \"companyDetails\": {\r\n \"companyName\": \"Contosoft\",\r\n \"country\": \"USA\",\r\n \"officeAddress\": \"1234 Azure Ave\",\r\n \"businessPhone\": \"+1234567890\",\r\n \"domain\": \"Contosoft.com\",\r\n \"numberOfEmployees\": 500\r\n },\r\n \"partnerOrganizationProperties\": {\r\n \"singleSignOnProperties\": {\r\n \"singleSignOnState\": \"Enable\",\r\n \"enterpriseAppId\": \"\",\r\n \"singleSignOnUrl\": \"\",\r\n \"aadDomains\": [ \"\" ]\r\n },\r\n \"organizationId\": \"\",\r\n \"organizationName\": \"NeonDemoOrgPS\"\r\n }\r\n }\r\n}", "isContentBase64": false, "Headers": { }, "ContentHeaders": { "Content-Type": [ "application/json" ], - "Content-Length": [ "1315" ] + "Content-Length": [ "1271" ] } }, "Response": { - "StatusCode": 401, + "StatusCode": 201, "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "WWW-Authenticate": [ "Bearer authorization_uri=\"https://login.windows.net/c8604a67-8a77-4032-85a9-c6a9aaac5a7c\", error=\"invalid_token\", error_description=\"The access token is from the wrong issuer. It must match the tenant associated with this subscription. Please use correct authority to get the token.\"" ], - "x-ms-failure-cause": [ "gateway" ], - "x-ms-request-id": [ "3d0176b7-e8f4-4e39-bcb0-e8834159f1c6" ], - "x-ms-correlation-request-id": [ "3d0176b7-e8f4-4e39-bcb0-e8834159f1c6" ], - "x-ms-routing-request-id": [ "WESTINDIA:20250426T075315Z:3d0176b7-e8f4-4e39-bcb0-e8834159f1c6" ], + "ETag": [ "\"4b09aeae-0000-0200-0000-6821965f0000\"" ], + "Location": [ "https://management.azure.com/providers/Neon.Postgres/locations/EASTUS2/operationStatuses/d52cc661-0f52-4de3-bce8-4c61a9109614*1C12F7BADCB56CB253B2D8ECB6F31DA3C6843DC0DD2A5682B71E6BCD0E517094?api-version=2025-03-01\u0026t=638826284479480084\u0026c=MIIHhzCCBm-gAwIBAgITfAeDEnPW_KxJbq8EjgAAB4MSczANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNDIwMTUyMDI3WhcNMjUxMDE3MTUyMDI3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALO1SAvt4DI7FxxBmZBcfoKDLiXpS8U5adZbRlRvVm-EcAWqGNnVo1AxaXu3ghKMY95LxffhvcYAZ56WhgOxA_gpAUzm4t0yW0aVzv7vAOWZHIG1fvTcWY_sHCkuTyCNAcRbNbaqbidaK9ZOTQ19baUQ26kVkP7tjTi6DWWRlM25d4YQcGaWJoBwUtol-hgB5Z_rVMljRF5Q1T9_3YpRBw57SpHvmb30JNQSpndyeu--Ip8pMwpNaiIRF70G8WfbTBoJhRqNqNAKBLU3CAVV4H6lYrXtSK-gkZC0EzjZ4ze_XVDGBd1sOPsbMx4aQgZEiuDJuuk9eqTzzur3IDUdrP0CAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSRrAa71kVppeoZonY7QPy_R7XWQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAChQXwS0_EaMb7G3BWGDeoNhAAEaoKkJVUy5HVGyWKADFm6Tp2WidwOIMoOu-IuoA634ORJ7bIwsC2WhUA0Z8-c2AAD956dAtCkn5pEBXSqwuKMM3l9KOClAY1RiAQcP-GWtmb_mqZspO78GHaq-mwiyIDUICM-uZl-qR6UVt6rLn5xPqHNkenxrslS_G3IJ9yCV1sflxhz93B7VR9H7BtOxd_nqZOD5uSV3OpPnATTRO0KB3VBbZ0KqvdtWoHjNywLqMuhJUufHw2zmlQ-Yj3ndha_yTvOQlT-85ikSoyWI0P4_GeEwX9RdkiVHVzx3gR8HzFKkJXOwRvxQE_9Ov_0\u0026s=UKhyYzl2fO_2EahCePb7icFkaRzHGML2_2ZwDRZ4zInBwfcekTQo-uTkWWQsgF50jYbedchcd8JnS8kYJ_4M6lJJrharpsrdH_ovLIqlZDVC5Ln8ZDpCiWT1jsYTfl2h4OxVLZr8DuTv66l1anCBIfJasDqlistqn9Ej5Dg1cIlmaZvfNJuE5eYZJEKSzv2cpT29K7yVIPbNl6aHZfHAeu8DU8jat0TTYL-iRmB-UFoiA1au6wHLa5nH3iF-2qhGf056hga3n9DksXM9naF1bpU7dNLQZ2L3UH-T8uytCaXFiXd7WW-smtzqnoWXArA-sdIiF-jx3pYq--aLlaQWew\u0026h=h75Zwk4TZrpO6ROBNaZxouOf1DAQ9bx01HvdeJfzwLU" ], + "x-ms-operation-identifier": [ "tenantId=63ed2519-4773-4c00-b86b-5b27eb2a7e95,objectId=e57de25f-8ebc-457d-a55d-e5657e751755/southeastasia/8987e3dc-652b-462f-a620-448864e2e236" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "19999" ], + "x-ms-providerhub-traffic": [ "True" ], + "Request-Context": [ "appId=cid-v1:726af22e-a98d-41b8-8be8-c1f253ced955" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], + "x-ms-correlation-request-id": [ "16252e85-e752-49d9-9b1d-5ced8816198f" ], + "x-ms-client-request-id": [ "daef886b-2a77-4330-b117-f7050534c4bc" ], + "Azure-AsyncOperation": [ "https://management.azure.com/providers/Neon.Postgres/locations/EASTUS2/operationStatuses/d52cc661-0f52-4de3-bce8-4c61a9109614*1C12F7BADCB56CB253B2D8ECB6F31DA3C6843DC0DD2A5682B71E6BCD0E517094?api-version=2025-03-01\u0026t=638826284479322239\u0026c=MIIHhzCCBm-gAwIBAgITfAeDEnPW_KxJbq8EjgAAB4MSczANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNDIwMTUyMDI3WhcNMjUxMDE3MTUyMDI3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALO1SAvt4DI7FxxBmZBcfoKDLiXpS8U5adZbRlRvVm-EcAWqGNnVo1AxaXu3ghKMY95LxffhvcYAZ56WhgOxA_gpAUzm4t0yW0aVzv7vAOWZHIG1fvTcWY_sHCkuTyCNAcRbNbaqbidaK9ZOTQ19baUQ26kVkP7tjTi6DWWRlM25d4YQcGaWJoBwUtol-hgB5Z_rVMljRF5Q1T9_3YpRBw57SpHvmb30JNQSpndyeu--Ip8pMwpNaiIRF70G8WfbTBoJhRqNqNAKBLU3CAVV4H6lYrXtSK-gkZC0EzjZ4ze_XVDGBd1sOPsbMx4aQgZEiuDJuuk9eqTzzur3IDUdrP0CAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSRrAa71kVppeoZonY7QPy_R7XWQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAChQXwS0_EaMb7G3BWGDeoNhAAEaoKkJVUy5HVGyWKADFm6Tp2WidwOIMoOu-IuoA634ORJ7bIwsC2WhUA0Z8-c2AAD956dAtCkn5pEBXSqwuKMM3l9KOClAY1RiAQcP-GWtmb_mqZspO78GHaq-mwiyIDUICM-uZl-qR6UVt6rLn5xPqHNkenxrslS_G3IJ9yCV1sflxhz93B7VR9H7BtOxd_nqZOD5uSV3OpPnATTRO0KB3VBbZ0KqvdtWoHjNywLqMuhJUufHw2zmlQ-Yj3ndha_yTvOQlT-85ikSoyWI0P4_GeEwX9RdkiVHVzx3gR8HzFKkJXOwRvxQE_9Ov_0\u0026s=p8lDoky1Aco3AQHv7Yb1-9ovplzcZDHBQJvarV5Ux43ZCk2f_tc5Mjz5qmxwphld8WomHSQ_XIPToFhaIeVPPfP0hE5nfcuzSf2ZXicru9KYe_q9yxtMNtfXV0Z0olpb5Bgc8VxAVs5IZ9xX-KCbFN-pTOoJ__S4Q8tImr16vHpRsnr0iKuy_i1RDOMre2rn0FkYbXLL7CBjXci322I1ynbcJYJzYR3mEqVvOFJHGOkfL-OH7UZ5JEYJtbFOHGseNmVhxjxbM5AqKXscEDKWE-ywRu9VMHFgnuNwXdrSxOTV9uQuD2LIRtAbHexB2UNdAaAewtv1rzK6s6mJ6GJzLg\u0026h=YOTCwAmS6AuThFS8XUCkmo6qja6Y1jxxqu9RMdHFs7U" ], + "x-ms-async-operation-timeout": [ "P6D" ], + "x-ms-request-id": [ "d52cc661-0f52-4de3-bce8-4c61a9109614" ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ "2999" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20250512T063407Z:16252e85-e752-49d9-9b1d-5ced8816198f" ], "X-Cache": [ "CONFIG_NOCACHE" ], - "X-MSEdge-Ref": [ "Ref A: 25DB2A8B35214CEA8E683A27B8F8E4BF Ref B: MAA201060514039 Ref C: 2025-04-26T07:53:15Z" ], - "Date": [ "Sat, 26 Apr 2025 07:53:15 GMT" ] + "X-MSEdge-Ref": [ "Ref A: 382EDF2BF3DC4215ACBC5D57A4836B95 Ref B: MAA201060515037 Ref C: 2025-05-12T06:33:59Z" ], + "Date": [ "Mon, 12 May 2025 06:34:07 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "677" ], + "Content-Length": [ "1451" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"error\":{\"code\":\"InvalidAuthenticationTokenTenant\",\"message\":\"The access token is from the wrong issuer \u0027https://sts.windows.net/f27f5a05-ee13-4d31-b6d9-6bfe7b758c17/\u0027. It must match the tenant \u0027https://sts.windows.net/c8604a67-8a77-4032-85a9-c6a9aaac5a7c/\u0027 associated with this subscription. Please use the authority (URL) \u0027https://login.windows.net/c8604a67-8a77-4032-85a9-c6a9aaac5a7c\u0027 to get the token. Note, if the subscription is transferred to another tenant there is no impact to the services, but information about new tenant could take time to propagate (up to an hour). If you just transferred your subscription and see this error message, please try back later.\"}}", + "Content": "{\"id\":\"/subscriptions/a81c0054-6c92-41aa-a235-4f9f98f917c6/resourceGroups/neonrg/providers/Neon.Postgres/organizations/NeonDemoOrgPS1\",\"name\":\"NeonDemoOrgPS1\",\"type\":\"neon.postgres/organizations\",\"location\":\"eastus2\",\"systemData\":{\"createdBy\":\"Demouser@testtestliftrtest2.onmicrosoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2025-05-12T06:34:01.6196333Z\",\"lastModifiedBy\":\"Demouser@testtestliftrtest2.onmicrosoft.com\",\"lastModifiedByType\":\"User\",\"lastModifiedAt\":\"2025-05-12T06:34:01.6196333Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"yxmkfivp\",\"subscriptionStatus\":\"PendingFulfillmentStart\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_serverless_postgres_azure_prod\",\"planId\":\"neon_serverless_postgres_azure_prod_free\",\"planName\":\"Free Plan\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Demo\",\"lastName\":\"User\",\"emailAddress\":\"Demouser@testtestliftrtest2.onmicrosoft.com\",\"upn\":\"Demouser@testtestliftrtest2.onmicrosoft.com\",\"phoneNumber\":\"+1234567890\"},\"companyDetails\":{\"companyName\":\"Contosoft\",\"country\":\"USA\",\"officeAddress\":\"1234 Azure Ave\",\"businessPhone\":\"+1234567890\",\"domain\":\"Contosoft.com\",\"numberOfEmployees\":500},\"provisioningState\":\"Accepted\",\"partnerOrganizationProperties\":{\"organizationId\":\"\",\"organizationName\":\"NeonDemoOrgPS\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"enterpriseAppId\":\"\",\"singleSignOnUrl\":\"\",\"aadDomains\":[\"\"]}},\"projectProperties\":null}}", + "isContentBase64": false + } + }, + "New-AzNeonPostgresOrganization+[NoContext]+CreateExpanded+$GET+https://management.azure.com/providers/Neon.Postgres/locations/EASTUS2/operationStatuses/d52cc661-0f52-4de3-bce8-4c61a9109614*1C12F7BADCB56CB253B2D8ECB6F31DA3C6843DC0DD2A5682B71E6BCD0E517094?api-version=2025-03-01\u0026t=638826284479322239\u0026c=MIIHhzCCBm-gAwIBAgITfAeDEnPW_KxJbq8EjgAAB4MSczANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNDIwMTUyMDI3WhcNMjUxMDE3MTUyMDI3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALO1SAvt4DI7FxxBmZBcfoKDLiXpS8U5adZbRlRvVm-EcAWqGNnVo1AxaXu3ghKMY95LxffhvcYAZ56WhgOxA_gpAUzm4t0yW0aVzv7vAOWZHIG1fvTcWY_sHCkuTyCNAcRbNbaqbidaK9ZOTQ19baUQ26kVkP7tjTi6DWWRlM25d4YQcGaWJoBwUtol-hgB5Z_rVMljRF5Q1T9_3YpRBw57SpHvmb30JNQSpndyeu--Ip8pMwpNaiIRF70G8WfbTBoJhRqNqNAKBLU3CAVV4H6lYrXtSK-gkZC0EzjZ4ze_XVDGBd1sOPsbMx4aQgZEiuDJuuk9eqTzzur3IDUdrP0CAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSRrAa71kVppeoZonY7QPy_R7XWQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAChQXwS0_EaMb7G3BWGDeoNhAAEaoKkJVUy5HVGyWKADFm6Tp2WidwOIMoOu-IuoA634ORJ7bIwsC2WhUA0Z8-c2AAD956dAtCkn5pEBXSqwuKMM3l9KOClAY1RiAQcP-GWtmb_mqZspO78GHaq-mwiyIDUICM-uZl-qR6UVt6rLn5xPqHNkenxrslS_G3IJ9yCV1sflxhz93B7VR9H7BtOxd_nqZOD5uSV3OpPnATTRO0KB3VBbZ0KqvdtWoHjNywLqMuhJUufHw2zmlQ-Yj3ndha_yTvOQlT-85ikSoyWI0P4_GeEwX9RdkiVHVzx3gR8HzFKkJXOwRvxQE_9Ov_0\u0026s=p8lDoky1Aco3AQHv7Yb1-9ovplzcZDHBQJvarV5Ux43ZCk2f_tc5Mjz5qmxwphld8WomHSQ_XIPToFhaIeVPPfP0hE5nfcuzSf2ZXicru9KYe_q9yxtMNtfXV0Z0olpb5Bgc8VxAVs5IZ9xX-KCbFN-pTOoJ__S4Q8tImr16vHpRsnr0iKuy_i1RDOMre2rn0FkYbXLL7CBjXci322I1ynbcJYJzYR3mEqVvOFJHGOkfL-OH7UZ5JEYJtbFOHGseNmVhxjxbM5AqKXscEDKWE-ywRu9VMHFgnuNwXdrSxOTV9uQuD2LIRtAbHexB2UNdAaAewtv1rzK6s6mJ6GJzLg\u0026h=YOTCwAmS6AuThFS8XUCkmo6qja6Y1jxxqu9RMdHFs7U+2": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/providers/Neon.Postgres/locations/EASTUS2/operationStatuses/d52cc661-0f52-4de3-bce8-4c61a9109614*1C12F7BADCB56CB253B2D8ECB6F31DA3C6843DC0DD2A5682B71E6BCD0E517094?api-version=2025-03-01\u0026t=638826284479322239\u0026c=MIIHhzCCBm-gAwIBAgITfAeDEnPW_KxJbq8EjgAAB4MSczANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNDIwMTUyMDI3WhcNMjUxMDE3MTUyMDI3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALO1SAvt4DI7FxxBmZBcfoKDLiXpS8U5adZbRlRvVm-EcAWqGNnVo1AxaXu3ghKMY95LxffhvcYAZ56WhgOxA_gpAUzm4t0yW0aVzv7vAOWZHIG1fvTcWY_sHCkuTyCNAcRbNbaqbidaK9ZOTQ19baUQ26kVkP7tjTi6DWWRlM25d4YQcGaWJoBwUtol-hgB5Z_rVMljRF5Q1T9_3YpRBw57SpHvmb30JNQSpndyeu--Ip8pMwpNaiIRF70G8WfbTBoJhRqNqNAKBLU3CAVV4H6lYrXtSK-gkZC0EzjZ4ze_XVDGBd1sOPsbMx4aQgZEiuDJuuk9eqTzzur3IDUdrP0CAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSRrAa71kVppeoZonY7QPy_R7XWQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAChQXwS0_EaMb7G3BWGDeoNhAAEaoKkJVUy5HVGyWKADFm6Tp2WidwOIMoOu-IuoA634ORJ7bIwsC2WhUA0Z8-c2AAD956dAtCkn5pEBXSqwuKMM3l9KOClAY1RiAQcP-GWtmb_mqZspO78GHaq-mwiyIDUICM-uZl-qR6UVt6rLn5xPqHNkenxrslS_G3IJ9yCV1sflxhz93B7VR9H7BtOxd_nqZOD5uSV3OpPnATTRO0KB3VBbZ0KqvdtWoHjNywLqMuhJUufHw2zmlQ-Yj3ndha_yTvOQlT-85ikSoyWI0P4_GeEwX9RdkiVHVzx3gR8HzFKkJXOwRvxQE_9Ov_0\u0026s=p8lDoky1Aco3AQHv7Yb1-9ovplzcZDHBQJvarV5Ux43ZCk2f_tc5Mjz5qmxwphld8WomHSQ_XIPToFhaIeVPPfP0hE5nfcuzSf2ZXicru9KYe_q9yxtMNtfXV0Z0olpb5Bgc8VxAVs5IZ9xX-KCbFN-pTOoJ__S4Q8tImr16vHpRsnr0iKuy_i1RDOMre2rn0FkYbXLL7CBjXci322I1ynbcJYJzYR3mEqVvOFJHGOkfL-OH7UZ5JEYJtbFOHGseNmVhxjxbM5AqKXscEDKWE-ywRu9VMHFgnuNwXdrSxOTV9uQuD2LIRtAbHexB2UNdAaAewtv1rzK6s6mJ6GJzLg\u0026h=YOTCwAmS6AuThFS8XUCkmo6qja6Y1jxxqu9RMdHFs7U", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "2" ], + "x-ms-client-request-id": [ "daef886b-2a77-4330-b117-f7050534c4bc" ], + "CommandName": [ "New-AzNeonPostgresOrganization" ], + "FullCommandName": [ "New-AzNeonPostgresOrganization_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v8.2.0", "PSVersion/v7.5.1", "Az.NeonPostgres/0.1.1" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "ETag": [ "\"4206cbda-0000-0200-0000-6821965f0000\"" ], + "x-ms-operation-identifier": [ "" ], + "x-ms-ratelimit-remaining-tenant-reads": [ "24995" ], + "x-ms-request-id": [ "d371456b-90b4-4089-8dd3-60e1f2c0f017" ], + "x-ms-correlation-request-id": [ "a4222b78-ac92-4bed-a31e-49bb88c68535" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20250512T063438Z:a4222b78-ac92-4bed-a31e-49bb88c68535" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: CE77F3AFEF46469080337E5671F274F8 Ref B: MAA201060515037 Ref C: 2025-05-12T06:34:38Z" ], + "Date": [ "Mon, 12 May 2025 06:34:37 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "487" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/providers/Neon.Postgres/locations/EASTUS2/operationStatuses/d52cc661-0f52-4de3-bce8-4c61a9109614*1C12F7BADCB56CB253B2D8ECB6F31DA3C6843DC0DD2A5682B71E6BCD0E517094\",\"name\":\"d52cc661-0f52-4de3-bce8-4c61a9109614*1C12F7BADCB56CB253B2D8ECB6F31DA3C6843DC0DD2A5682B71E6BCD0E517094\",\"resourceId\":\"/subscriptions/a81c0054-6c92-41aa-a235-4f9f98f917c6/resourceGroups/neonrg/providers/Neon.Postgres/organizations/NeonDemoOrgPS1\",\"status\":\"Accepted\",\"startTime\":\"2025-05-12T06:34:07.3673076Z\"}", + "isContentBase64": false + } + }, + "New-AzNeonPostgresOrganization+[NoContext]+CreateExpanded+$GET+https://management.azure.com/providers/Neon.Postgres/locations/EASTUS2/operationStatuses/d52cc661-0f52-4de3-bce8-4c61a9109614*1C12F7BADCB56CB253B2D8ECB6F31DA3C6843DC0DD2A5682B71E6BCD0E517094?api-version=2025-03-01\u0026t=638826284479322239\u0026c=MIIHhzCCBm-gAwIBAgITfAeDEnPW_KxJbq8EjgAAB4MSczANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNDIwMTUyMDI3WhcNMjUxMDE3MTUyMDI3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALO1SAvt4DI7FxxBmZBcfoKDLiXpS8U5adZbRlRvVm-EcAWqGNnVo1AxaXu3ghKMY95LxffhvcYAZ56WhgOxA_gpAUzm4t0yW0aVzv7vAOWZHIG1fvTcWY_sHCkuTyCNAcRbNbaqbidaK9ZOTQ19baUQ26kVkP7tjTi6DWWRlM25d4YQcGaWJoBwUtol-hgB5Z_rVMljRF5Q1T9_3YpRBw57SpHvmb30JNQSpndyeu--Ip8pMwpNaiIRF70G8WfbTBoJhRqNqNAKBLU3CAVV4H6lYrXtSK-gkZC0EzjZ4ze_XVDGBd1sOPsbMx4aQgZEiuDJuuk9eqTzzur3IDUdrP0CAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSRrAa71kVppeoZonY7QPy_R7XWQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAChQXwS0_EaMb7G3BWGDeoNhAAEaoKkJVUy5HVGyWKADFm6Tp2WidwOIMoOu-IuoA634ORJ7bIwsC2WhUA0Z8-c2AAD956dAtCkn5pEBXSqwuKMM3l9KOClAY1RiAQcP-GWtmb_mqZspO78GHaq-mwiyIDUICM-uZl-qR6UVt6rLn5xPqHNkenxrslS_G3IJ9yCV1sflxhz93B7VR9H7BtOxd_nqZOD5uSV3OpPnATTRO0KB3VBbZ0KqvdtWoHjNywLqMuhJUufHw2zmlQ-Yj3ndha_yTvOQlT-85ikSoyWI0P4_GeEwX9RdkiVHVzx3gR8HzFKkJXOwRvxQE_9Ov_0\u0026s=p8lDoky1Aco3AQHv7Yb1-9ovplzcZDHBQJvarV5Ux43ZCk2f_tc5Mjz5qmxwphld8WomHSQ_XIPToFhaIeVPPfP0hE5nfcuzSf2ZXicru9KYe_q9yxtMNtfXV0Z0olpb5Bgc8VxAVs5IZ9xX-KCbFN-pTOoJ__S4Q8tImr16vHpRsnr0iKuy_i1RDOMre2rn0FkYbXLL7CBjXci322I1ynbcJYJzYR3mEqVvOFJHGOkfL-OH7UZ5JEYJtbFOHGseNmVhxjxbM5AqKXscEDKWE-ywRu9VMHFgnuNwXdrSxOTV9uQuD2LIRtAbHexB2UNdAaAewtv1rzK6s6mJ6GJzLg\u0026h=YOTCwAmS6AuThFS8XUCkmo6qja6Y1jxxqu9RMdHFs7U+3": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/providers/Neon.Postgres/locations/EASTUS2/operationStatuses/d52cc661-0f52-4de3-bce8-4c61a9109614*1C12F7BADCB56CB253B2D8ECB6F31DA3C6843DC0DD2A5682B71E6BCD0E517094?api-version=2025-03-01\u0026t=638826284479322239\u0026c=MIIHhzCCBm-gAwIBAgITfAeDEnPW_KxJbq8EjgAAB4MSczANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNDIwMTUyMDI3WhcNMjUxMDE3MTUyMDI3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALO1SAvt4DI7FxxBmZBcfoKDLiXpS8U5adZbRlRvVm-EcAWqGNnVo1AxaXu3ghKMY95LxffhvcYAZ56WhgOxA_gpAUzm4t0yW0aVzv7vAOWZHIG1fvTcWY_sHCkuTyCNAcRbNbaqbidaK9ZOTQ19baUQ26kVkP7tjTi6DWWRlM25d4YQcGaWJoBwUtol-hgB5Z_rVMljRF5Q1T9_3YpRBw57SpHvmb30JNQSpndyeu--Ip8pMwpNaiIRF70G8WfbTBoJhRqNqNAKBLU3CAVV4H6lYrXtSK-gkZC0EzjZ4ze_XVDGBd1sOPsbMx4aQgZEiuDJuuk9eqTzzur3IDUdrP0CAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSRrAa71kVppeoZonY7QPy_R7XWQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAChQXwS0_EaMb7G3BWGDeoNhAAEaoKkJVUy5HVGyWKADFm6Tp2WidwOIMoOu-IuoA634ORJ7bIwsC2WhUA0Z8-c2AAD956dAtCkn5pEBXSqwuKMM3l9KOClAY1RiAQcP-GWtmb_mqZspO78GHaq-mwiyIDUICM-uZl-qR6UVt6rLn5xPqHNkenxrslS_G3IJ9yCV1sflxhz93B7VR9H7BtOxd_nqZOD5uSV3OpPnATTRO0KB3VBbZ0KqvdtWoHjNywLqMuhJUufHw2zmlQ-Yj3ndha_yTvOQlT-85ikSoyWI0P4_GeEwX9RdkiVHVzx3gR8HzFKkJXOwRvxQE_9Ov_0\u0026s=p8lDoky1Aco3AQHv7Yb1-9ovplzcZDHBQJvarV5Ux43ZCk2f_tc5Mjz5qmxwphld8WomHSQ_XIPToFhaIeVPPfP0hE5nfcuzSf2ZXicru9KYe_q9yxtMNtfXV0Z0olpb5Bgc8VxAVs5IZ9xX-KCbFN-pTOoJ__S4Q8tImr16vHpRsnr0iKuy_i1RDOMre2rn0FkYbXLL7CBjXci322I1ynbcJYJzYR3mEqVvOFJHGOkfL-OH7UZ5JEYJtbFOHGseNmVhxjxbM5AqKXscEDKWE-ywRu9VMHFgnuNwXdrSxOTV9uQuD2LIRtAbHexB2UNdAaAewtv1rzK6s6mJ6GJzLg\u0026h=YOTCwAmS6AuThFS8XUCkmo6qja6Y1jxxqu9RMdHFs7U", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "3" ], + "x-ms-client-request-id": [ "daef886b-2a77-4330-b117-f7050534c4bc" ], + "CommandName": [ "New-AzNeonPostgresOrganization" ], + "FullCommandName": [ "New-AzNeonPostgresOrganization_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v8.2.0", "PSVersion/v7.5.1", "Az.NeonPostgres/0.1.1" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "ETag": [ "\"4206cbda-0000-0200-0000-6821965f0000\"" ], + "x-ms-operation-identifier": [ "" ], + "x-ms-ratelimit-remaining-tenant-reads": [ "24994" ], + "x-ms-request-id": [ "da82ba88-bda1-4801-b121-e54d6dd28e83" ], + "x-ms-correlation-request-id": [ "41fcada8-ee35-4a93-9f39-8cf5ebeee6bd" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20250512T063509Z:41fcada8-ee35-4a93-9f39-8cf5ebeee6bd" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: 5682E1770EA640068CE1FCF081A53813 Ref B: MAA201060515037 Ref C: 2025-05-12T06:35:09Z" ], + "Date": [ "Mon, 12 May 2025 06:35:08 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "487" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/providers/Neon.Postgres/locations/EASTUS2/operationStatuses/d52cc661-0f52-4de3-bce8-4c61a9109614*1C12F7BADCB56CB253B2D8ECB6F31DA3C6843DC0DD2A5682B71E6BCD0E517094\",\"name\":\"d52cc661-0f52-4de3-bce8-4c61a9109614*1C12F7BADCB56CB253B2D8ECB6F31DA3C6843DC0DD2A5682B71E6BCD0E517094\",\"resourceId\":\"/subscriptions/a81c0054-6c92-41aa-a235-4f9f98f917c6/resourceGroups/neonrg/providers/Neon.Postgres/organizations/NeonDemoOrgPS1\",\"status\":\"Accepted\",\"startTime\":\"2025-05-12T06:34:07.3673076Z\"}", + "isContentBase64": false + } + }, + "New-AzNeonPostgresOrganization+[NoContext]+CreateExpanded+$GET+https://management.azure.com/providers/Neon.Postgres/locations/EASTUS2/operationStatuses/d52cc661-0f52-4de3-bce8-4c61a9109614*1C12F7BADCB56CB253B2D8ECB6F31DA3C6843DC0DD2A5682B71E6BCD0E517094?api-version=2025-03-01\u0026t=638826284479322239\u0026c=MIIHhzCCBm-gAwIBAgITfAeDEnPW_KxJbq8EjgAAB4MSczANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNDIwMTUyMDI3WhcNMjUxMDE3MTUyMDI3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALO1SAvt4DI7FxxBmZBcfoKDLiXpS8U5adZbRlRvVm-EcAWqGNnVo1AxaXu3ghKMY95LxffhvcYAZ56WhgOxA_gpAUzm4t0yW0aVzv7vAOWZHIG1fvTcWY_sHCkuTyCNAcRbNbaqbidaK9ZOTQ19baUQ26kVkP7tjTi6DWWRlM25d4YQcGaWJoBwUtol-hgB5Z_rVMljRF5Q1T9_3YpRBw57SpHvmb30JNQSpndyeu--Ip8pMwpNaiIRF70G8WfbTBoJhRqNqNAKBLU3CAVV4H6lYrXtSK-gkZC0EzjZ4ze_XVDGBd1sOPsbMx4aQgZEiuDJuuk9eqTzzur3IDUdrP0CAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSRrAa71kVppeoZonY7QPy_R7XWQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAChQXwS0_EaMb7G3BWGDeoNhAAEaoKkJVUy5HVGyWKADFm6Tp2WidwOIMoOu-IuoA634ORJ7bIwsC2WhUA0Z8-c2AAD956dAtCkn5pEBXSqwuKMM3l9KOClAY1RiAQcP-GWtmb_mqZspO78GHaq-mwiyIDUICM-uZl-qR6UVt6rLn5xPqHNkenxrslS_G3IJ9yCV1sflxhz93B7VR9H7BtOxd_nqZOD5uSV3OpPnATTRO0KB3VBbZ0KqvdtWoHjNywLqMuhJUufHw2zmlQ-Yj3ndha_yTvOQlT-85ikSoyWI0P4_GeEwX9RdkiVHVzx3gR8HzFKkJXOwRvxQE_9Ov_0\u0026s=p8lDoky1Aco3AQHv7Yb1-9ovplzcZDHBQJvarV5Ux43ZCk2f_tc5Mjz5qmxwphld8WomHSQ_XIPToFhaIeVPPfP0hE5nfcuzSf2ZXicru9KYe_q9yxtMNtfXV0Z0olpb5Bgc8VxAVs5IZ9xX-KCbFN-pTOoJ__S4Q8tImr16vHpRsnr0iKuy_i1RDOMre2rn0FkYbXLL7CBjXci322I1ynbcJYJzYR3mEqVvOFJHGOkfL-OH7UZ5JEYJtbFOHGseNmVhxjxbM5AqKXscEDKWE-ywRu9VMHFgnuNwXdrSxOTV9uQuD2LIRtAbHexB2UNdAaAewtv1rzK6s6mJ6GJzLg\u0026h=YOTCwAmS6AuThFS8XUCkmo6qja6Y1jxxqu9RMdHFs7U+4": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/providers/Neon.Postgres/locations/EASTUS2/operationStatuses/d52cc661-0f52-4de3-bce8-4c61a9109614*1C12F7BADCB56CB253B2D8ECB6F31DA3C6843DC0DD2A5682B71E6BCD0E517094?api-version=2025-03-01\u0026t=638826284479322239\u0026c=MIIHhzCCBm-gAwIBAgITfAeDEnPW_KxJbq8EjgAAB4MSczANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNDIwMTUyMDI3WhcNMjUxMDE3MTUyMDI3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALO1SAvt4DI7FxxBmZBcfoKDLiXpS8U5adZbRlRvVm-EcAWqGNnVo1AxaXu3ghKMY95LxffhvcYAZ56WhgOxA_gpAUzm4t0yW0aVzv7vAOWZHIG1fvTcWY_sHCkuTyCNAcRbNbaqbidaK9ZOTQ19baUQ26kVkP7tjTi6DWWRlM25d4YQcGaWJoBwUtol-hgB5Z_rVMljRF5Q1T9_3YpRBw57SpHvmb30JNQSpndyeu--Ip8pMwpNaiIRF70G8WfbTBoJhRqNqNAKBLU3CAVV4H6lYrXtSK-gkZC0EzjZ4ze_XVDGBd1sOPsbMx4aQgZEiuDJuuk9eqTzzur3IDUdrP0CAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSRrAa71kVppeoZonY7QPy_R7XWQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAChQXwS0_EaMb7G3BWGDeoNhAAEaoKkJVUy5HVGyWKADFm6Tp2WidwOIMoOu-IuoA634ORJ7bIwsC2WhUA0Z8-c2AAD956dAtCkn5pEBXSqwuKMM3l9KOClAY1RiAQcP-GWtmb_mqZspO78GHaq-mwiyIDUICM-uZl-qR6UVt6rLn5xPqHNkenxrslS_G3IJ9yCV1sflxhz93B7VR9H7BtOxd_nqZOD5uSV3OpPnATTRO0KB3VBbZ0KqvdtWoHjNywLqMuhJUufHw2zmlQ-Yj3ndha_yTvOQlT-85ikSoyWI0P4_GeEwX9RdkiVHVzx3gR8HzFKkJXOwRvxQE_9Ov_0\u0026s=p8lDoky1Aco3AQHv7Yb1-9ovplzcZDHBQJvarV5Ux43ZCk2f_tc5Mjz5qmxwphld8WomHSQ_XIPToFhaIeVPPfP0hE5nfcuzSf2ZXicru9KYe_q9yxtMNtfXV0Z0olpb5Bgc8VxAVs5IZ9xX-KCbFN-pTOoJ__S4Q8tImr16vHpRsnr0iKuy_i1RDOMre2rn0FkYbXLL7CBjXci322I1ynbcJYJzYR3mEqVvOFJHGOkfL-OH7UZ5JEYJtbFOHGseNmVhxjxbM5AqKXscEDKWE-ywRu9VMHFgnuNwXdrSxOTV9uQuD2LIRtAbHexB2UNdAaAewtv1rzK6s6mJ6GJzLg\u0026h=YOTCwAmS6AuThFS8XUCkmo6qja6Y1jxxqu9RMdHFs7U", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "4" ], + "x-ms-client-request-id": [ "daef886b-2a77-4330-b117-f7050534c4bc" ], + "CommandName": [ "New-AzNeonPostgresOrganization" ], + "FullCommandName": [ "New-AzNeonPostgresOrganization_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v8.2.0", "PSVersion/v7.5.1", "Az.NeonPostgres/0.1.1" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "ETag": [ "\"4206e7e9-0000-0200-0000-682196b50000\"" ], + "x-ms-operation-identifier": [ "" ], + "x-ms-ratelimit-remaining-tenant-reads": [ "24997" ], + "x-ms-request-id": [ "2b4b4e5a-9a84-42cf-bc5f-d87e63e9165c" ], + "x-ms-correlation-request-id": [ "fab1dd84-9fc3-4710-b816-c7cc5d557931" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20250512T063540Z:fab1dd84-9fc3-4710-b816-c7cc5d557931" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: CB2726DD63144388BF58EB8769EE8DD5 Ref B: MAA201060515037 Ref C: 2025-05-12T06:35:39Z" ], + "Date": [ "Mon, 12 May 2025 06:35:39 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "558" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/providers/Neon.Postgres/locations/EASTUS2/operationStatuses/d52cc661-0f52-4de3-bce8-4c61a9109614*1C12F7BADCB56CB253B2D8ECB6F31DA3C6843DC0DD2A5682B71E6BCD0E517094\",\"name\":\"d52cc661-0f52-4de3-bce8-4c61a9109614*1C12F7BADCB56CB253B2D8ECB6F31DA3C6843DC0DD2A5682B71E6BCD0E517094\",\"resourceId\":\"/subscriptions/a81c0054-6c92-41aa-a235-4f9f98f917c6/resourceGroups/neonrg/providers/Neon.Postgres/organizations/NeonDemoOrgPS1\",\"status\":\"Succeeded\",\"startTime\":\"2025-05-12T06:34:07.3673076Z\",\"endTime\":\"2025-05-12T06:35:33.4708704Z\",\"error\":{},\"properties\":null}", + "isContentBase64": false + } + }, + "New-AzNeonPostgresOrganization+[NoContext]+CreateExpanded+$GET+https://management.azure.com/subscriptions/a81c0054-6c92-41aa-a235-4f9f98f917c6/resourceGroups/neonrg/providers/Neon.Postgres/organizations/NeonDemoOrgPS1?api-version=2025-03-01+5": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/a81c0054-6c92-41aa-a235-4f9f98f917c6/resourceGroups/neonrg/providers/Neon.Postgres/organizations/NeonDemoOrgPS1?api-version=2025-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "5" ], + "x-ms-client-request-id": [ "daef886b-2a77-4330-b117-f7050534c4bc" ], + "CommandName": [ "New-AzNeonPostgresOrganization" ], + "FullCommandName": [ "New-AzNeonPostgresOrganization_CreateExpanded" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v8.2.0", "PSVersion/v7.5.1", "Az.NeonPostgres/0.1.1" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "ETag": [ "\"4b0925cb-0000-0200-0000-682196b50000\"" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "199999" ], + "x-ms-providerhub-traffic": [ "True" ], + "x-ms-request-id": [ "99564c7b-7d1a-41aa-bfd4-5bb8c201d63b" ], + "x-ms-correlation-request-id": [ "f81e03d1-de88-4d7d-a581-da47708026ba" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20250512T063540Z:f81e03d1-de88-4d7d-a581-da47708026ba" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: 0B641E24DA4D41589B9495F8E199FB18 Ref B: MAA201060515037 Ref C: 2025-05-12T06:35:40Z" ], + "Date": [ "Mon, 12 May 2025 06:35:39 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "1528" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/a81c0054-6c92-41aa-a235-4f9f98f917c6/resourceGroups/neonrg/providers/Neon.Postgres/organizations/NeonDemoOrgPS1\",\"name\":\"NeonDemoOrgPS1\",\"type\":\"neon.postgres/organizations\",\"location\":\"eastus2\",\"systemData\":{\"createdBy\":\"Demouser@testtestliftrtest2.onmicrosoft.com\",\"createdByType\":\"User\",\"createdAt\":\"2025-05-12T06:34:01.6196333Z\",\"lastModifiedBy\":\"b41fa140-8cb4-43b1-a086-717c2f41909e\",\"lastModifiedByType\":\"Application\",\"lastModifiedAt\":\"2025-05-12T06:35:33.9161796Z\"},\"properties\":{\"marketplaceDetails\":{\"subscriptionId\":\"e276aac0-83e0-4381-dffe-0400d1af8065\",\"subscriptionStatus\":\"Subscribed\",\"offerDetails\":{\"publisherId\":\"neon1722366567200\",\"offerId\":\"neon_serverless_postgres_azure_prod\",\"planId\":\"neon_serverless_postgres_azure_prod_free\",\"planName\":\"Free Plan\",\"termUnit\":\"P1M\",\"termId\":\"gmz7xq9ge3py\"}},\"userDetails\":{\"firstName\":\"Demo\",\"lastName\":\"User\",\"emailAddress\":\"Demouser@testtestliftrtest2.onmicrosoft.com\",\"upn\":\"Demouser@testtestliftrtest2.onmicrosoft.com\",\"phoneNumber\":\"+1234567890\"},\"companyDetails\":{\"companyName\":\"Contosoft\",\"country\":\"USA\",\"officeAddress\":\"1234 Azure Ave\",\"businessPhone\":\"+1234567890\",\"domain\":\"Contosoft.com\",\"numberOfEmployees\":500},\"provisioningState\":\"Succeeded\",\"partnerOrganizationProperties\":{\"organizationId\":\"org-bitter-scene-70654971\",\"organizationName\":\"NeonDemoOrgPS\",\"singleSignOnProperties\":{\"singleSignOnState\":\"Enable\",\"enterpriseAppId\":\"\",\"singleSignOnUrl\":\"https://console.neon.tech/azure/sso/org-bitter-scene-70654971\",\"aadDomains\":[\"\"]}}}}", "isContentBase64": false } } diff --git a/src/NeonPostgres/NeonPostgres.Autorest/test/New-AzNeonPostgresOrganization.Tests.ps1 b/src/NeonPostgres/NeonPostgres.Autorest/test/New-AzNeonPostgresOrganization.Tests.ps1 index 9bec9939dac2..6d9aba75e37e 100644 --- a/src/NeonPostgres/NeonPostgres.Autorest/test/New-AzNeonPostgresOrganization.Tests.ps1 +++ b/src/NeonPostgres/NeonPostgres.Autorest/test/New-AzNeonPostgresOrganization.Tests.ps1 @@ -15,16 +15,16 @@ if(($null -eq $TestName) -or ($TestName -contains 'New-AzNeonPostgresOrganizatio } # Define variables directly -$resourceName = "almasTestNeonPSRecord1A" -$resourceGroupName = "NeonDemoRG" -$location = "centraluseuap" -$subscriptionId = "5d9a6cc3-4e60-4b41-be79-d28f0a01074e" +$resourceName = "NeonDemoOrgPS1" +$resourceGroupName = "neonrg" +$location = "eastus2" +$subscriptionId = "a81c0054-6c92-41aa-a235-4f9f98f917c6" # Company Details $companyDetailBusinessPhone = "+1234567890" -$companyDetailCompanyName = "DemoCompany" +$companyDetailCompanyName = "Contosoft" $companyDetailCountry = "USA" -$companyDetailDomain = "demo.com" +$companyDetailDomain = "Contosoft.com" $companyDetailNumberOfEmployee = 500 $companyDetailOfficeAddress = "1234 Azure Ave" @@ -33,29 +33,37 @@ $marketplaceDetailSubscriptionId = "yxmkfivp" $marketplaceDetailSubscriptionStatus = "PendingFulfillmentStart" # Offer Details -$offerDetailOfferId = "neon_test" -$offerDetailPlanId = "neon_test_1" -$offerDetailPlanName = "Neon Serverless Postgres - Free (Test_Liftr)" +$offerDetailOfferId = "neon_serverless_postgres_azure_prod" +$offerDetailPlanId = "neon_serverless_postgres_azure_prod_free" +$offerDetailPlanName = "Free Plan" $offerDetailPublisherId = "neon1722366567200" $offerDetailTermId = "gmz7xq9ge3py" $offerDetailTermUnit = "P1M" # Partner Organization Properties -$partnerOrganizationPropertyOrganizationId = "org12345" -$partnerOrganizationPropertyOrganizationName = "PartnerOrgRecord1A" +$partnerOrganizationPropertyOrganizationId = "" +$partnerOrganizationPropertyOrganizationName = "NeonDemoOrgPS" -# Single Sign-On Properties -$singleSignOnPropertyAadDomain = "partnerorg.com" -$singleSignOnPropertyEnterpriseAppId = "app12345" +# Project Properties +$pgVersion = "17" +$projectName = "NeonDemoOrgPSProject" +$regionId = "eastus2" +$databaseName = "NeonDB" +$branchName = "main" + +# Single Sign-On Properties - Optional +# These properties are optional and can be set to empty strings if not needed. +$singleSignOnPropertyAadDomain = "" +$singleSignOnPropertyEnterpriseAppId = "" $singleSignOnPropertySingleSignOnState = "Enable" -$singleSignOnPropertySingleSignOnUrl = "https://sso.partnerorg.com" +$singleSignOnPropertySingleSignOnUrl = "" # User Details -$userDetailEmailAddress = "khanalmas@microsoft.com" -$userDetailFirstName = "Almas" -$userDetailLastName = "Khan" +$userDetailEmailAddress = "Demouser@testtestliftrtest2.onmicrosoft.com" +$userDetailFirstName = "Demo" +$userDetailLastName = "User" $userDetailPhoneNumber = "+1234567890" -$userDetailUpn = "khanalmas_microsoft.com#EXT#@qumulotesttenant2.onmicrosoft.com" +$userDetailUpn = "Demouser@testtestliftrtest2.onmicrosoft.com" Describe 'New-AzNeonPostgresOrganization' { It 'CreateExpanded' { diff --git a/src/NeonPostgres/NeonPostgres.Autorest/test/Remove-AzNeonPostgresOrganization.Recording.json b/src/NeonPostgres/NeonPostgres.Autorest/test/Remove-AzNeonPostgresOrganization.Recording.json index 5fc24c73464e..255ea6c9a9d7 100644 --- a/src/NeonPostgres/NeonPostgres.Autorest/test/Remove-AzNeonPostgresOrganization.Recording.json +++ b/src/NeonPostgres/NeonPostgres.Autorest/test/Remove-AzNeonPostgresOrganization.Recording.json @@ -1,43 +1,231 @@ { - "Remove-AzNeonPostgresOrganization+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/68a546de-5736-48e8-a69a-5cc636794112/resourceGroups/AlmasNeonTesting/providers/Neon.Postgres/organizations/AlmasPSTest1?api-version=2025-03-01+1": { + "Remove-AzNeonPostgresOrganization+[NoContext]+Delete+$DELETE+https://management.azure.com/subscriptions/a81c0054-6c92-41aa-a235-4f9f98f917c6/resourceGroups/neonrg/providers/Neon.Postgres/organizations/TestNeonOrgPS?api-version=2025-03-01+1": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/68a546de-5736-48e8-a69a-5cc636794112/resourceGroups/AlmasNeonTesting/providers/Neon.Postgres/organizations/AlmasPSTest1?api-version=2025-03-01", + "RequestUri": "https://management.azure.com/subscriptions/a81c0054-6c92-41aa-a235-4f9f98f917c6/resourceGroups/neonrg/providers/Neon.Postgres/organizations/TestNeonOrgPS?api-version=2025-03-01", "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "3" ], - "x-ms-client-request-id": [ "023508c8-93c4-45b3-b4e2-bdcfa492fd75" ], + "x-ms-unique-id": [ "1" ], + "x-ms-client-request-id": [ "872f2bc9-8b36-41ab-9590-0d969609a8d7" ], "CommandName": [ "Remove-AzNeonPostgresOrganization" ], "FullCommandName": [ "Remove-AzNeonPostgresOrganization_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/v8.2.0", "PSVersion/v7.5.0", "Az.NeonPostgres/0.1.0" ], + "User-Agent": [ "AzurePowershell/v8.2.0", "PSVersion/v7.5.1", "Az.NeonPostgres/0.1.1" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { } }, "Response": { - "StatusCode": 404, + "StatusCode": 202, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "ETag": [ "\"4b094c68-0000-0200-0000-682195870000\"" ], + "Location": [ "https://management.azure.com/providers/Neon.Postgres/locations/EASTUS2/operationStatuses/16dfce0c-c6ad-4c93-9d79-adda7eb54f4c*329B675C35A61A6DC25479E8BAC795722127955DCBB9090D5AAF58BC8C35C90F?api-version=2025-03-01\u0026t=638826282316952949\u0026c=MIIHhzCCBm-gAwIBAgITfAeDEnPW_KxJbq8EjgAAB4MSczANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNDIwMTUyMDI3WhcNMjUxMDE3MTUyMDI3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALO1SAvt4DI7FxxBmZBcfoKDLiXpS8U5adZbRlRvVm-EcAWqGNnVo1AxaXu3ghKMY95LxffhvcYAZ56WhgOxA_gpAUzm4t0yW0aVzv7vAOWZHIG1fvTcWY_sHCkuTyCNAcRbNbaqbidaK9ZOTQ19baUQ26kVkP7tjTi6DWWRlM25d4YQcGaWJoBwUtol-hgB5Z_rVMljRF5Q1T9_3YpRBw57SpHvmb30JNQSpndyeu--Ip8pMwpNaiIRF70G8WfbTBoJhRqNqNAKBLU3CAVV4H6lYrXtSK-gkZC0EzjZ4ze_XVDGBd1sOPsbMx4aQgZEiuDJuuk9eqTzzur3IDUdrP0CAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSRrAa71kVppeoZonY7QPy_R7XWQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAChQXwS0_EaMb7G3BWGDeoNhAAEaoKkJVUy5HVGyWKADFm6Tp2WidwOIMoOu-IuoA634ORJ7bIwsC2WhUA0Z8-c2AAD956dAtCkn5pEBXSqwuKMM3l9KOClAY1RiAQcP-GWtmb_mqZspO78GHaq-mwiyIDUICM-uZl-qR6UVt6rLn5xPqHNkenxrslS_G3IJ9yCV1sflxhz93B7VR9H7BtOxd_nqZOD5uSV3OpPnATTRO0KB3VBbZ0KqvdtWoHjNywLqMuhJUufHw2zmlQ-Yj3ndha_yTvOQlT-85ikSoyWI0P4_GeEwX9RdkiVHVzx3gR8HzFKkJXOwRvxQE_9Ov_0\u0026s=A26LitKaVh5jDcGHEent3dMvgSMU2oRvLTwNviYqTG6DQzYr-nvxC0em3_Pq8Ene-QDk7X2ptx4LhqJOZaOJbIvmAQm7FX14tZENSZnbUy7oHhUyFiKC235I5Zov4-OYqSqixlCqSN0YZWmZuh1xT14z88cBeqcXVsqIrEvg4EerRNIWHXMTsNI4Yw9pRJ71XRvDj9XzLpdvYdJDvl6-jAWvY2qXxAGY3Izgf3ovo8quDNxV3nKSX2nK_wv3JP9cavHBzJttu74AMJ1P8WEnxL4pfNDI_99ad0_xbtjBOg5ZVGffOD9hJK3fg5z6txOVTHtvOIxU9IeGoeaU8WxiVw\u0026h=IXkC-11YdevNXhAiXq4pKZcZUW2m1i_NzoVOeKX87F8" ], + "x-ms-operation-identifier": [ "tenantId=63ed2519-4773-4c00-b86b-5b27eb2a7e95,objectId=e57de25f-8ebc-457d-a55d-e5657e751755/southeastasia/eef45a52-5e59-4ced-a831-5299d0bb4651" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ "14999" ], + "x-ms-providerhub-traffic": [ "True" ], + "Request-Context": [ "appId=cid-v1:726af22e-a98d-41b8-8be8-c1f253ced955" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "x-ms-correlation-request-id": [ "111a4475-1e76-4017-896f-a2bd8c75231e" ], + "x-ms-client-request-id": [ "872f2bc9-8b36-41ab-9590-0d969609a8d7" ], + "Azure-AsyncOperation": [ "https://management.azure.com/providers/Neon.Postgres/locations/EASTUS2/operationStatuses/16dfce0c-c6ad-4c93-9d79-adda7eb54f4c*329B675C35A61A6DC25479E8BAC795722127955DCBB9090D5AAF58BC8C35C90F?api-version=2025-03-01\u0026t=638826282316796689\u0026c=MIIHhzCCBm-gAwIBAgITfAeDEnPW_KxJbq8EjgAAB4MSczANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNDIwMTUyMDI3WhcNMjUxMDE3MTUyMDI3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALO1SAvt4DI7FxxBmZBcfoKDLiXpS8U5adZbRlRvVm-EcAWqGNnVo1AxaXu3ghKMY95LxffhvcYAZ56WhgOxA_gpAUzm4t0yW0aVzv7vAOWZHIG1fvTcWY_sHCkuTyCNAcRbNbaqbidaK9ZOTQ19baUQ26kVkP7tjTi6DWWRlM25d4YQcGaWJoBwUtol-hgB5Z_rVMljRF5Q1T9_3YpRBw57SpHvmb30JNQSpndyeu--Ip8pMwpNaiIRF70G8WfbTBoJhRqNqNAKBLU3CAVV4H6lYrXtSK-gkZC0EzjZ4ze_XVDGBd1sOPsbMx4aQgZEiuDJuuk9eqTzzur3IDUdrP0CAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSRrAa71kVppeoZonY7QPy_R7XWQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAChQXwS0_EaMb7G3BWGDeoNhAAEaoKkJVUy5HVGyWKADFm6Tp2WidwOIMoOu-IuoA634ORJ7bIwsC2WhUA0Z8-c2AAD956dAtCkn5pEBXSqwuKMM3l9KOClAY1RiAQcP-GWtmb_mqZspO78GHaq-mwiyIDUICM-uZl-qR6UVt6rLn5xPqHNkenxrslS_G3IJ9yCV1sflxhz93B7VR9H7BtOxd_nqZOD5uSV3OpPnATTRO0KB3VBbZ0KqvdtWoHjNywLqMuhJUufHw2zmlQ-Yj3ndha_yTvOQlT-85ikSoyWI0P4_GeEwX9RdkiVHVzx3gR8HzFKkJXOwRvxQE_9Ov_0\u0026s=F9WeYEZIDOX4HhTuizHr764X4I2qr4oT8lSei1pFKubxLvmkVN-ZQX71rD0CargfSnVaZZFO0aDo47zS1hidU6z3dOMnu_hNEpvZDVEpwBqnzJdUOd25hly6rZBD_gpsrXOqLYV24oV2bRvZoRuI39JqtFYEr9-8Kp7_xwhkZOwDSj4JpG7yeHscT4gy0xlCFkvFYYgxeLlQ4fyL_FWGClaXsiAq-52HiR49_-yms2pZuh8ReaSM6_j7fub3n3YId8a04n_s4WJrnDFDQK4u6jmAGXr0V6YYkPZhtYGrCBDLp3r5NZJJ78O8WH9R3FJyNOLQmaUwOtaIwvrjuvUg_g\u0026h=yPnXm-3SE4FPaQKdWG7E1oNyk3satyiXnHQKF36G424" ], + "x-ms-request-id": [ "16dfce0c-c6ad-4c93-9d79-adda7eb54f4c" ], + "x-ms-ratelimit-remaining-subscription-global-deletes": [ "2999" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20250512T063031Z:111a4475-1e76-4017-896f-a2bd8c75231e" ], + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: 19921E61BEE84F289836309AC5920D66 Ref B: MAA201060515011 Ref C: 2025-05-12T06:30:21Z" ], + "Date": [ "Mon, 12 May 2025 06:30:31 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "4" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "bnVsbA==", + "isContentBase64": false + } + }, + "Remove-AzNeonPostgresOrganization+[NoContext]+Delete+$GET+https://management.azure.com/providers/Neon.Postgres/locations/EASTUS2/operationStatuses/16dfce0c-c6ad-4c93-9d79-adda7eb54f4c*329B675C35A61A6DC25479E8BAC795722127955DCBB9090D5AAF58BC8C35C90F?api-version=2025-03-01\u0026t=638826282316796689\u0026c=MIIHhzCCBm-gAwIBAgITfAeDEnPW_KxJbq8EjgAAB4MSczANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNDIwMTUyMDI3WhcNMjUxMDE3MTUyMDI3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALO1SAvt4DI7FxxBmZBcfoKDLiXpS8U5adZbRlRvVm-EcAWqGNnVo1AxaXu3ghKMY95LxffhvcYAZ56WhgOxA_gpAUzm4t0yW0aVzv7vAOWZHIG1fvTcWY_sHCkuTyCNAcRbNbaqbidaK9ZOTQ19baUQ26kVkP7tjTi6DWWRlM25d4YQcGaWJoBwUtol-hgB5Z_rVMljRF5Q1T9_3YpRBw57SpHvmb30JNQSpndyeu--Ip8pMwpNaiIRF70G8WfbTBoJhRqNqNAKBLU3CAVV4H6lYrXtSK-gkZC0EzjZ4ze_XVDGBd1sOPsbMx4aQgZEiuDJuuk9eqTzzur3IDUdrP0CAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSRrAa71kVppeoZonY7QPy_R7XWQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAChQXwS0_EaMb7G3BWGDeoNhAAEaoKkJVUy5HVGyWKADFm6Tp2WidwOIMoOu-IuoA634ORJ7bIwsC2WhUA0Z8-c2AAD956dAtCkn5pEBXSqwuKMM3l9KOClAY1RiAQcP-GWtmb_mqZspO78GHaq-mwiyIDUICM-uZl-qR6UVt6rLn5xPqHNkenxrslS_G3IJ9yCV1sflxhz93B7VR9H7BtOxd_nqZOD5uSV3OpPnATTRO0KB3VBbZ0KqvdtWoHjNywLqMuhJUufHw2zmlQ-Yj3ndha_yTvOQlT-85ikSoyWI0P4_GeEwX9RdkiVHVzx3gR8HzFKkJXOwRvxQE_9Ov_0\u0026s=F9WeYEZIDOX4HhTuizHr764X4I2qr4oT8lSei1pFKubxLvmkVN-ZQX71rD0CargfSnVaZZFO0aDo47zS1hidU6z3dOMnu_hNEpvZDVEpwBqnzJdUOd25hly6rZBD_gpsrXOqLYV24oV2bRvZoRuI39JqtFYEr9-8Kp7_xwhkZOwDSj4JpG7yeHscT4gy0xlCFkvFYYgxeLlQ4fyL_FWGClaXsiAq-52HiR49_-yms2pZuh8ReaSM6_j7fub3n3YId8a04n_s4WJrnDFDQK4u6jmAGXr0V6YYkPZhtYGrCBDLp3r5NZJJ78O8WH9R3FJyNOLQmaUwOtaIwvrjuvUg_g\u0026h=yPnXm-3SE4FPaQKdWG7E1oNyk3satyiXnHQKF36G424+2": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/providers/Neon.Postgres/locations/EASTUS2/operationStatuses/16dfce0c-c6ad-4c93-9d79-adda7eb54f4c*329B675C35A61A6DC25479E8BAC795722127955DCBB9090D5AAF58BC8C35C90F?api-version=2025-03-01\u0026t=638826282316796689\u0026c=MIIHhzCCBm-gAwIBAgITfAeDEnPW_KxJbq8EjgAAB4MSczANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNDIwMTUyMDI3WhcNMjUxMDE3MTUyMDI3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALO1SAvt4DI7FxxBmZBcfoKDLiXpS8U5adZbRlRvVm-EcAWqGNnVo1AxaXu3ghKMY95LxffhvcYAZ56WhgOxA_gpAUzm4t0yW0aVzv7vAOWZHIG1fvTcWY_sHCkuTyCNAcRbNbaqbidaK9ZOTQ19baUQ26kVkP7tjTi6DWWRlM25d4YQcGaWJoBwUtol-hgB5Z_rVMljRF5Q1T9_3YpRBw57SpHvmb30JNQSpndyeu--Ip8pMwpNaiIRF70G8WfbTBoJhRqNqNAKBLU3CAVV4H6lYrXtSK-gkZC0EzjZ4ze_XVDGBd1sOPsbMx4aQgZEiuDJuuk9eqTzzur3IDUdrP0CAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSRrAa71kVppeoZonY7QPy_R7XWQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAChQXwS0_EaMb7G3BWGDeoNhAAEaoKkJVUy5HVGyWKADFm6Tp2WidwOIMoOu-IuoA634ORJ7bIwsC2WhUA0Z8-c2AAD956dAtCkn5pEBXSqwuKMM3l9KOClAY1RiAQcP-GWtmb_mqZspO78GHaq-mwiyIDUICM-uZl-qR6UVt6rLn5xPqHNkenxrslS_G3IJ9yCV1sflxhz93B7VR9H7BtOxd_nqZOD5uSV3OpPnATTRO0KB3VBbZ0KqvdtWoHjNywLqMuhJUufHw2zmlQ-Yj3ndha_yTvOQlT-85ikSoyWI0P4_GeEwX9RdkiVHVzx3gR8HzFKkJXOwRvxQE_9Ov_0\u0026s=F9WeYEZIDOX4HhTuizHr764X4I2qr4oT8lSei1pFKubxLvmkVN-ZQX71rD0CargfSnVaZZFO0aDo47zS1hidU6z3dOMnu_hNEpvZDVEpwBqnzJdUOd25hly6rZBD_gpsrXOqLYV24oV2bRvZoRuI39JqtFYEr9-8Kp7_xwhkZOwDSj4JpG7yeHscT4gy0xlCFkvFYYgxeLlQ4fyL_FWGClaXsiAq-52HiR49_-yms2pZuh8ReaSM6_j7fub3n3YId8a04n_s4WJrnDFDQK4u6jmAGXr0V6YYkPZhtYGrCBDLp3r5NZJJ78O8WH9R3FJyNOLQmaUwOtaIwvrjuvUg_g\u0026h=yPnXm-3SE4FPaQKdWG7E1oNyk3satyiXnHQKF36G424", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "2" ], + "x-ms-client-request-id": [ "872f2bc9-8b36-41ab-9590-0d969609a8d7" ], + "CommandName": [ "Remove-AzNeonPostgresOrganization" ], + "FullCommandName": [ "Remove-AzNeonPostgresOrganization_Delete" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v8.2.0", "PSVersion/v7.5.1", "Az.NeonPostgres/0.1.1" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 202, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "ETag": [ "\"4206e4b5-0000-0200-0000-682195800000\"" ], + "Location": [ "https://management.azure.com/providers/Neon.Postgres/locations/eastus2/operationStatuses/16dfce0c-c6ad-4c93-9d79-adda7eb54f4c*329B675C35A61A6DC25479E8BAC795722127955DCBB9090D5AAF58BC8C35C90F?api-version=2025-03-01\u0026t=638826282624517329\u0026c=MIIHhzCCBm-gAwIBAgITfAeDEnPW_KxJbq8EjgAAB4MSczANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNDIwMTUyMDI3WhcNMjUxMDE3MTUyMDI3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALO1SAvt4DI7FxxBmZBcfoKDLiXpS8U5adZbRlRvVm-EcAWqGNnVo1AxaXu3ghKMY95LxffhvcYAZ56WhgOxA_gpAUzm4t0yW0aVzv7vAOWZHIG1fvTcWY_sHCkuTyCNAcRbNbaqbidaK9ZOTQ19baUQ26kVkP7tjTi6DWWRlM25d4YQcGaWJoBwUtol-hgB5Z_rVMljRF5Q1T9_3YpRBw57SpHvmb30JNQSpndyeu--Ip8pMwpNaiIRF70G8WfbTBoJhRqNqNAKBLU3CAVV4H6lYrXtSK-gkZC0EzjZ4ze_XVDGBd1sOPsbMx4aQgZEiuDJuuk9eqTzzur3IDUdrP0CAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSRrAa71kVppeoZonY7QPy_R7XWQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAChQXwS0_EaMb7G3BWGDeoNhAAEaoKkJVUy5HVGyWKADFm6Tp2WidwOIMoOu-IuoA634ORJ7bIwsC2WhUA0Z8-c2AAD956dAtCkn5pEBXSqwuKMM3l9KOClAY1RiAQcP-GWtmb_mqZspO78GHaq-mwiyIDUICM-uZl-qR6UVt6rLn5xPqHNkenxrslS_G3IJ9yCV1sflxhz93B7VR9H7BtOxd_nqZOD5uSV3OpPnATTRO0KB3VBbZ0KqvdtWoHjNywLqMuhJUufHw2zmlQ-Yj3ndha_yTvOQlT-85ikSoyWI0P4_GeEwX9RdkiVHVzx3gR8HzFKkJXOwRvxQE_9Ov_0\u0026s=hyHwq6rc9pU4Gv1WtYwfCD5zLA7OnhKBv5qxfD4ua4fL-vUsY9hkP9lgJIkOaDiKtMNTTTlIYSK4jW55NCWuA6DDKPwhTeEcygeDVxXziBToxZVYbbr4IJITfBnnQ_2oLf9QYQ7KaFSW-5GMR7ecYpOfFQCSRxkzT-7-ViWRXfP8ooZz78ah4IIXw9KPpq9imW4azGPd0Fb_CEj1kpHDhkpZSV-6g7FeTZUetMRbYY6EXC1LxdPhJi2AmNbF2u6oUDDAYI8OK5B8BzfqmVrAOw3DjM3x9778PVGJSJMjVl9TSIfaf5eSmq_8U_ztvnFBipfEuTDHDtco2D2E6olmMw\u0026h=bl1aAJT6WNmiPlDAWB9YatHsVrfaf5aG-U-uBK_oK6w" ], + "x-ms-operation-identifier": [ "" ], + "x-ms-ratelimit-remaining-tenant-reads": [ "24997" ], + "Azure-AsyncOperation": [ "https://management.azure.com/providers/Neon.Postgres/locations/eastus2/operationStatuses/16dfce0c-c6ad-4c93-9d79-adda7eb54f4c*329B675C35A61A6DC25479E8BAC795722127955DCBB9090D5AAF58BC8C35C90F?api-version=2025-03-01\u0026t=638826282624361087\u0026c=MIIHhzCCBm-gAwIBAgITfAeDEnPW_KxJbq8EjgAAB4MSczANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNDIwMTUyMDI3WhcNMjUxMDE3MTUyMDI3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALO1SAvt4DI7FxxBmZBcfoKDLiXpS8U5adZbRlRvVm-EcAWqGNnVo1AxaXu3ghKMY95LxffhvcYAZ56WhgOxA_gpAUzm4t0yW0aVzv7vAOWZHIG1fvTcWY_sHCkuTyCNAcRbNbaqbidaK9ZOTQ19baUQ26kVkP7tjTi6DWWRlM25d4YQcGaWJoBwUtol-hgB5Z_rVMljRF5Q1T9_3YpRBw57SpHvmb30JNQSpndyeu--Ip8pMwpNaiIRF70G8WfbTBoJhRqNqNAKBLU3CAVV4H6lYrXtSK-gkZC0EzjZ4ze_XVDGBd1sOPsbMx4aQgZEiuDJuuk9eqTzzur3IDUdrP0CAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSRrAa71kVppeoZonY7QPy_R7XWQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAChQXwS0_EaMb7G3BWGDeoNhAAEaoKkJVUy5HVGyWKADFm6Tp2WidwOIMoOu-IuoA634ORJ7bIwsC2WhUA0Z8-c2AAD956dAtCkn5pEBXSqwuKMM3l9KOClAY1RiAQcP-GWtmb_mqZspO78GHaq-mwiyIDUICM-uZl-qR6UVt6rLn5xPqHNkenxrslS_G3IJ9yCV1sflxhz93B7VR9H7BtOxd_nqZOD5uSV3OpPnATTRO0KB3VBbZ0KqvdtWoHjNywLqMuhJUufHw2zmlQ-Yj3ndha_yTvOQlT-85ikSoyWI0P4_GeEwX9RdkiVHVzx3gR8HzFKkJXOwRvxQE_9Ov_0\u0026s=L_ua2oDNV33t57hwFFYC2ywA4uhD5tn3s1OtchuQkZah4HKxcYmBw7oVo3YkR0hlpbxlCIK_1JrluN0WgvBfSTCMvIJw7OwGaJpaq7WhiUhPaNU5oOL2cP5a5SEl7xuyCHdjezpESIE5inG6UDDu_C1CktOXtl9eznmBBUKW28v7WOn9WTpNsFgVcQN9HDAqJ22DKEDi1W-9vK_upbcQKHgY99Ng93EOnr0NTvzKKTjZbKaUZa3MJDpmijRUX6vVs2sb0A5rMYG4SZzypc4g-aXuZLZPLDHaNFQQZCERSzaUVCIdV0B60UaasWVnK9TZkv_8e3CmlWJaimqU_w_5Zg\u0026h=gf-vYk9Stnxmw2jjjqNp5HnZ-44-u54aABiMv5k0dHE" ], + "x-ms-request-id": [ "3ebae7d9-aebd-4484-a005-be77b0bd3e5f" ], + "x-ms-correlation-request-id": [ "ec042ed8-e1d9-41dc-bc8d-d81685ec53e6" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20250512T063102Z:ec042ed8-e1d9-41dc-bc8d-d81685ec53e6" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: 433FC30446A94919A772E02D567664E1 Ref B: MAA201060515011 Ref C: 2025-05-12T06:31:02Z" ], + "Date": [ "Mon, 12 May 2025 06:31:01 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "486" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/providers/Neon.Postgres/locations/EASTUS2/operationStatuses/16dfce0c-c6ad-4c93-9d79-adda7eb54f4c*329B675C35A61A6DC25479E8BAC795722127955DCBB9090D5AAF58BC8C35C90F\",\"name\":\"16dfce0c-c6ad-4c93-9d79-adda7eb54f4c*329B675C35A61A6DC25479E8BAC795722127955DCBB9090D5AAF58BC8C35C90F\",\"resourceId\":\"/subscriptions/a81c0054-6c92-41aa-a235-4f9f98f917c6/resourceGroups/neonrg/providers/Neon.Postgres/organizations/TestNeonOrgPS\",\"status\":\"Deleting\",\"startTime\":\"2025-05-12T06:30:24.1843557Z\"}", + "isContentBase64": false + } + }, + "Remove-AzNeonPostgresOrganization+[NoContext]+Delete+$GET+https://management.azure.com/providers/Neon.Postgres/locations/eastus2/operationStatuses/16dfce0c-c6ad-4c93-9d79-adda7eb54f4c*329B675C35A61A6DC25479E8BAC795722127955DCBB9090D5AAF58BC8C35C90F?api-version=2025-03-01\u0026t=638826282624361087\u0026c=MIIHhzCCBm-gAwIBAgITfAeDEnPW_KxJbq8EjgAAB4MSczANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNDIwMTUyMDI3WhcNMjUxMDE3MTUyMDI3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALO1SAvt4DI7FxxBmZBcfoKDLiXpS8U5adZbRlRvVm-EcAWqGNnVo1AxaXu3ghKMY95LxffhvcYAZ56WhgOxA_gpAUzm4t0yW0aVzv7vAOWZHIG1fvTcWY_sHCkuTyCNAcRbNbaqbidaK9ZOTQ19baUQ26kVkP7tjTi6DWWRlM25d4YQcGaWJoBwUtol-hgB5Z_rVMljRF5Q1T9_3YpRBw57SpHvmb30JNQSpndyeu--Ip8pMwpNaiIRF70G8WfbTBoJhRqNqNAKBLU3CAVV4H6lYrXtSK-gkZC0EzjZ4ze_XVDGBd1sOPsbMx4aQgZEiuDJuuk9eqTzzur3IDUdrP0CAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSRrAa71kVppeoZonY7QPy_R7XWQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAChQXwS0_EaMb7G3BWGDeoNhAAEaoKkJVUy5HVGyWKADFm6Tp2WidwOIMoOu-IuoA634ORJ7bIwsC2WhUA0Z8-c2AAD956dAtCkn5pEBXSqwuKMM3l9KOClAY1RiAQcP-GWtmb_mqZspO78GHaq-mwiyIDUICM-uZl-qR6UVt6rLn5xPqHNkenxrslS_G3IJ9yCV1sflxhz93B7VR9H7BtOxd_nqZOD5uSV3OpPnATTRO0KB3VBbZ0KqvdtWoHjNywLqMuhJUufHw2zmlQ-Yj3ndha_yTvOQlT-85ikSoyWI0P4_GeEwX9RdkiVHVzx3gR8HzFKkJXOwRvxQE_9Ov_0\u0026s=L_ua2oDNV33t57hwFFYC2ywA4uhD5tn3s1OtchuQkZah4HKxcYmBw7oVo3YkR0hlpbxlCIK_1JrluN0WgvBfSTCMvIJw7OwGaJpaq7WhiUhPaNU5oOL2cP5a5SEl7xuyCHdjezpESIE5inG6UDDu_C1CktOXtl9eznmBBUKW28v7WOn9WTpNsFgVcQN9HDAqJ22DKEDi1W-9vK_upbcQKHgY99Ng93EOnr0NTvzKKTjZbKaUZa3MJDpmijRUX6vVs2sb0A5rMYG4SZzypc4g-aXuZLZPLDHaNFQQZCERSzaUVCIdV0B60UaasWVnK9TZkv_8e3CmlWJaimqU_w_5Zg\u0026h=gf-vYk9Stnxmw2jjjqNp5HnZ-44-u54aABiMv5k0dHE+3": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/providers/Neon.Postgres/locations/eastus2/operationStatuses/16dfce0c-c6ad-4c93-9d79-adda7eb54f4c*329B675C35A61A6DC25479E8BAC795722127955DCBB9090D5AAF58BC8C35C90F?api-version=2025-03-01\u0026t=638826282624361087\u0026c=MIIHhzCCBm-gAwIBAgITfAeDEnPW_KxJbq8EjgAAB4MSczANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNDIwMTUyMDI3WhcNMjUxMDE3MTUyMDI3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALO1SAvt4DI7FxxBmZBcfoKDLiXpS8U5adZbRlRvVm-EcAWqGNnVo1AxaXu3ghKMY95LxffhvcYAZ56WhgOxA_gpAUzm4t0yW0aVzv7vAOWZHIG1fvTcWY_sHCkuTyCNAcRbNbaqbidaK9ZOTQ19baUQ26kVkP7tjTi6DWWRlM25d4YQcGaWJoBwUtol-hgB5Z_rVMljRF5Q1T9_3YpRBw57SpHvmb30JNQSpndyeu--Ip8pMwpNaiIRF70G8WfbTBoJhRqNqNAKBLU3CAVV4H6lYrXtSK-gkZC0EzjZ4ze_XVDGBd1sOPsbMx4aQgZEiuDJuuk9eqTzzur3IDUdrP0CAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSRrAa71kVppeoZonY7QPy_R7XWQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAChQXwS0_EaMb7G3BWGDeoNhAAEaoKkJVUy5HVGyWKADFm6Tp2WidwOIMoOu-IuoA634ORJ7bIwsC2WhUA0Z8-c2AAD956dAtCkn5pEBXSqwuKMM3l9KOClAY1RiAQcP-GWtmb_mqZspO78GHaq-mwiyIDUICM-uZl-qR6UVt6rLn5xPqHNkenxrslS_G3IJ9yCV1sflxhz93B7VR9H7BtOxd_nqZOD5uSV3OpPnATTRO0KB3VBbZ0KqvdtWoHjNywLqMuhJUufHw2zmlQ-Yj3ndha_yTvOQlT-85ikSoyWI0P4_GeEwX9RdkiVHVzx3gR8HzFKkJXOwRvxQE_9Ov_0\u0026s=L_ua2oDNV33t57hwFFYC2ywA4uhD5tn3s1OtchuQkZah4HKxcYmBw7oVo3YkR0hlpbxlCIK_1JrluN0WgvBfSTCMvIJw7OwGaJpaq7WhiUhPaNU5oOL2cP5a5SEl7xuyCHdjezpESIE5inG6UDDu_C1CktOXtl9eznmBBUKW28v7WOn9WTpNsFgVcQN9HDAqJ22DKEDi1W-9vK_upbcQKHgY99Ng93EOnr0NTvzKKTjZbKaUZa3MJDpmijRUX6vVs2sb0A5rMYG4SZzypc4g-aXuZLZPLDHaNFQQZCERSzaUVCIdV0B60UaasWVnK9TZkv_8e3CmlWJaimqU_w_5Zg\u0026h=gf-vYk9Stnxmw2jjjqNp5HnZ-44-u54aABiMv5k0dHE", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "3" ], + "x-ms-client-request-id": [ "872f2bc9-8b36-41ab-9590-0d969609a8d7" ], + "CommandName": [ "Remove-AzNeonPostgresOrganization" ], + "FullCommandName": [ "Remove-AzNeonPostgresOrganization_Delete" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v8.2.0", "PSVersion/v7.5.1", "Az.NeonPostgres/0.1.1" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 202, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "ETag": [ "\"4206e4b5-0000-0200-0000-682195800000\"" ], + "Location": [ "https://management.azure.com/providers/Neon.Postgres/locations/eastus2/operationStatuses/16dfce0c-c6ad-4c93-9d79-adda7eb54f4c*329B675C35A61A6DC25479E8BAC795722127955DCBB9090D5AAF58BC8C35C90F?api-version=2025-03-01\u0026t=638826282932442892\u0026c=MIIHhzCCBm-gAwIBAgITfAeDEnPW_KxJbq8EjgAAB4MSczANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNDIwMTUyMDI3WhcNMjUxMDE3MTUyMDI3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALO1SAvt4DI7FxxBmZBcfoKDLiXpS8U5adZbRlRvVm-EcAWqGNnVo1AxaXu3ghKMY95LxffhvcYAZ56WhgOxA_gpAUzm4t0yW0aVzv7vAOWZHIG1fvTcWY_sHCkuTyCNAcRbNbaqbidaK9ZOTQ19baUQ26kVkP7tjTi6DWWRlM25d4YQcGaWJoBwUtol-hgB5Z_rVMljRF5Q1T9_3YpRBw57SpHvmb30JNQSpndyeu--Ip8pMwpNaiIRF70G8WfbTBoJhRqNqNAKBLU3CAVV4H6lYrXtSK-gkZC0EzjZ4ze_XVDGBd1sOPsbMx4aQgZEiuDJuuk9eqTzzur3IDUdrP0CAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSRrAa71kVppeoZonY7QPy_R7XWQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAChQXwS0_EaMb7G3BWGDeoNhAAEaoKkJVUy5HVGyWKADFm6Tp2WidwOIMoOu-IuoA634ORJ7bIwsC2WhUA0Z8-c2AAD956dAtCkn5pEBXSqwuKMM3l9KOClAY1RiAQcP-GWtmb_mqZspO78GHaq-mwiyIDUICM-uZl-qR6UVt6rLn5xPqHNkenxrslS_G3IJ9yCV1sflxhz93B7VR9H7BtOxd_nqZOD5uSV3OpPnATTRO0KB3VBbZ0KqvdtWoHjNywLqMuhJUufHw2zmlQ-Yj3ndha_yTvOQlT-85ikSoyWI0P4_GeEwX9RdkiVHVzx3gR8HzFKkJXOwRvxQE_9Ov_0\u0026s=rYEJEHmRBHTqKb6EkY3bHwvn4XF8W-hGqvdK2w9WpmcPt5sqisod2mBUd_nWaFWAWKEA-ENWVtIeLFWOHCs3BPFY1GVppT_CZOyUY-MJdo65mh8501oSmO4QqCobiRaWPtTFWyVmhqk8lDTpV-9UGv-x8Eo3iR1nQjD1JCU0A2Uq910iaoMObIvu-yUo3oSl_Ddvyx-9zj3nx2dG3rYe9IDEsH_T6QFFNBMhcDZiQ8kmSRaJGyDGa1c37Jf95PDHKvoCOgikaEYO3Vecv44qGS79m4xS5fOxtfnFYCDvzD3a5-KRRFuu0f9rkkCZ11MQUhT4igTfw-ZDUlyTnw8P7g\u0026h=6EYRglH0SIrTbcysRuiCNmi4V_40UFpaEL5149ESR5k" ], + "x-ms-operation-identifier": [ "" ], + "x-ms-ratelimit-remaining-tenant-reads": [ "24998" ], + "Azure-AsyncOperation": [ "https://management.azure.com/providers/Neon.Postgres/locations/eastus2/operationStatuses/16dfce0c-c6ad-4c93-9d79-adda7eb54f4c*329B675C35A61A6DC25479E8BAC795722127955DCBB9090D5AAF58BC8C35C90F?api-version=2025-03-01\u0026t=638826282932442892\u0026c=MIIHhzCCBm-gAwIBAgITfAeDEnPW_KxJbq8EjgAAB4MSczANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNDIwMTUyMDI3WhcNMjUxMDE3MTUyMDI3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALO1SAvt4DI7FxxBmZBcfoKDLiXpS8U5adZbRlRvVm-EcAWqGNnVo1AxaXu3ghKMY95LxffhvcYAZ56WhgOxA_gpAUzm4t0yW0aVzv7vAOWZHIG1fvTcWY_sHCkuTyCNAcRbNbaqbidaK9ZOTQ19baUQ26kVkP7tjTi6DWWRlM25d4YQcGaWJoBwUtol-hgB5Z_rVMljRF5Q1T9_3YpRBw57SpHvmb30JNQSpndyeu--Ip8pMwpNaiIRF70G8WfbTBoJhRqNqNAKBLU3CAVV4H6lYrXtSK-gkZC0EzjZ4ze_XVDGBd1sOPsbMx4aQgZEiuDJuuk9eqTzzur3IDUdrP0CAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSRrAa71kVppeoZonY7QPy_R7XWQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAChQXwS0_EaMb7G3BWGDeoNhAAEaoKkJVUy5HVGyWKADFm6Tp2WidwOIMoOu-IuoA634ORJ7bIwsC2WhUA0Z8-c2AAD956dAtCkn5pEBXSqwuKMM3l9KOClAY1RiAQcP-GWtmb_mqZspO78GHaq-mwiyIDUICM-uZl-qR6UVt6rLn5xPqHNkenxrslS_G3IJ9yCV1sflxhz93B7VR9H7BtOxd_nqZOD5uSV3OpPnATTRO0KB3VBbZ0KqvdtWoHjNywLqMuhJUufHw2zmlQ-Yj3ndha_yTvOQlT-85ikSoyWI0P4_GeEwX9RdkiVHVzx3gR8HzFKkJXOwRvxQE_9Ov_0\u0026s=rYEJEHmRBHTqKb6EkY3bHwvn4XF8W-hGqvdK2w9WpmcPt5sqisod2mBUd_nWaFWAWKEA-ENWVtIeLFWOHCs3BPFY1GVppT_CZOyUY-MJdo65mh8501oSmO4QqCobiRaWPtTFWyVmhqk8lDTpV-9UGv-x8Eo3iR1nQjD1JCU0A2Uq910iaoMObIvu-yUo3oSl_Ddvyx-9zj3nx2dG3rYe9IDEsH_T6QFFNBMhcDZiQ8kmSRaJGyDGa1c37Jf95PDHKvoCOgikaEYO3Vecv44qGS79m4xS5fOxtfnFYCDvzD3a5-KRRFuu0f9rkkCZ11MQUhT4igTfw-ZDUlyTnw8P7g\u0026h=6EYRglH0SIrTbcysRuiCNmi4V_40UFpaEL5149ESR5k" ], + "x-ms-request-id": [ "964419b3-0020-4d43-b17f-1a5c137eb679" ], + "x-ms-correlation-request-id": [ "2fced498-ec60-4663-8dda-70325389ac0e" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20250512T063133Z:2fced498-ec60-4663-8dda-70325389ac0e" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: 53BC1EA4E06F416AB751780077BF2E36 Ref B: MAA201060515011 Ref C: 2025-05-12T06:31:32Z" ], + "Date": [ "Mon, 12 May 2025 06:31:32 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "486" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/providers/Neon.Postgres/locations/eastus2/operationStatuses/16dfce0c-c6ad-4c93-9d79-adda7eb54f4c*329B675C35A61A6DC25479E8BAC795722127955DCBB9090D5AAF58BC8C35C90F\",\"name\":\"16dfce0c-c6ad-4c93-9d79-adda7eb54f4c*329B675C35A61A6DC25479E8BAC795722127955DCBB9090D5AAF58BC8C35C90F\",\"resourceId\":\"/subscriptions/a81c0054-6c92-41aa-a235-4f9f98f917c6/resourceGroups/neonrg/providers/Neon.Postgres/organizations/TestNeonOrgPS\",\"status\":\"Deleting\",\"startTime\":\"2025-05-12T06:30:24.1843557Z\"}", + "isContentBase64": false + } + }, + "Remove-AzNeonPostgresOrganization+[NoContext]+Delete+$GET+https://management.azure.com/providers/Neon.Postgres/locations/eastus2/operationStatuses/16dfce0c-c6ad-4c93-9d79-adda7eb54f4c*329B675C35A61A6DC25479E8BAC795722127955DCBB9090D5AAF58BC8C35C90F?api-version=2025-03-01\u0026t=638826282932442892\u0026c=MIIHhzCCBm-gAwIBAgITfAeDEnPW_KxJbq8EjgAAB4MSczANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNDIwMTUyMDI3WhcNMjUxMDE3MTUyMDI3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALO1SAvt4DI7FxxBmZBcfoKDLiXpS8U5adZbRlRvVm-EcAWqGNnVo1AxaXu3ghKMY95LxffhvcYAZ56WhgOxA_gpAUzm4t0yW0aVzv7vAOWZHIG1fvTcWY_sHCkuTyCNAcRbNbaqbidaK9ZOTQ19baUQ26kVkP7tjTi6DWWRlM25d4YQcGaWJoBwUtol-hgB5Z_rVMljRF5Q1T9_3YpRBw57SpHvmb30JNQSpndyeu--Ip8pMwpNaiIRF70G8WfbTBoJhRqNqNAKBLU3CAVV4H6lYrXtSK-gkZC0EzjZ4ze_XVDGBd1sOPsbMx4aQgZEiuDJuuk9eqTzzur3IDUdrP0CAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSRrAa71kVppeoZonY7QPy_R7XWQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAChQXwS0_EaMb7G3BWGDeoNhAAEaoKkJVUy5HVGyWKADFm6Tp2WidwOIMoOu-IuoA634ORJ7bIwsC2WhUA0Z8-c2AAD956dAtCkn5pEBXSqwuKMM3l9KOClAY1RiAQcP-GWtmb_mqZspO78GHaq-mwiyIDUICM-uZl-qR6UVt6rLn5xPqHNkenxrslS_G3IJ9yCV1sflxhz93B7VR9H7BtOxd_nqZOD5uSV3OpPnATTRO0KB3VBbZ0KqvdtWoHjNywLqMuhJUufHw2zmlQ-Yj3ndha_yTvOQlT-85ikSoyWI0P4_GeEwX9RdkiVHVzx3gR8HzFKkJXOwRvxQE_9Ov_0\u0026s=rYEJEHmRBHTqKb6EkY3bHwvn4XF8W-hGqvdK2w9WpmcPt5sqisod2mBUd_nWaFWAWKEA-ENWVtIeLFWOHCs3BPFY1GVppT_CZOyUY-MJdo65mh8501oSmO4QqCobiRaWPtTFWyVmhqk8lDTpV-9UGv-x8Eo3iR1nQjD1JCU0A2Uq910iaoMObIvu-yUo3oSl_Ddvyx-9zj3nx2dG3rYe9IDEsH_T6QFFNBMhcDZiQ8kmSRaJGyDGa1c37Jf95PDHKvoCOgikaEYO3Vecv44qGS79m4xS5fOxtfnFYCDvzD3a5-KRRFuu0f9rkkCZ11MQUhT4igTfw-ZDUlyTnw8P7g\u0026h=6EYRglH0SIrTbcysRuiCNmi4V_40UFpaEL5149ESR5k+4": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/providers/Neon.Postgres/locations/eastus2/operationStatuses/16dfce0c-c6ad-4c93-9d79-adda7eb54f4c*329B675C35A61A6DC25479E8BAC795722127955DCBB9090D5AAF58BC8C35C90F?api-version=2025-03-01\u0026t=638826282932442892\u0026c=MIIHhzCCBm-gAwIBAgITfAeDEnPW_KxJbq8EjgAAB4MSczANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNDIwMTUyMDI3WhcNMjUxMDE3MTUyMDI3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALO1SAvt4DI7FxxBmZBcfoKDLiXpS8U5adZbRlRvVm-EcAWqGNnVo1AxaXu3ghKMY95LxffhvcYAZ56WhgOxA_gpAUzm4t0yW0aVzv7vAOWZHIG1fvTcWY_sHCkuTyCNAcRbNbaqbidaK9ZOTQ19baUQ26kVkP7tjTi6DWWRlM25d4YQcGaWJoBwUtol-hgB5Z_rVMljRF5Q1T9_3YpRBw57SpHvmb30JNQSpndyeu--Ip8pMwpNaiIRF70G8WfbTBoJhRqNqNAKBLU3CAVV4H6lYrXtSK-gkZC0EzjZ4ze_XVDGBd1sOPsbMx4aQgZEiuDJuuk9eqTzzur3IDUdrP0CAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSRrAa71kVppeoZonY7QPy_R7XWQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAChQXwS0_EaMb7G3BWGDeoNhAAEaoKkJVUy5HVGyWKADFm6Tp2WidwOIMoOu-IuoA634ORJ7bIwsC2WhUA0Z8-c2AAD956dAtCkn5pEBXSqwuKMM3l9KOClAY1RiAQcP-GWtmb_mqZspO78GHaq-mwiyIDUICM-uZl-qR6UVt6rLn5xPqHNkenxrslS_G3IJ9yCV1sflxhz93B7VR9H7BtOxd_nqZOD5uSV3OpPnATTRO0KB3VBbZ0KqvdtWoHjNywLqMuhJUufHw2zmlQ-Yj3ndha_yTvOQlT-85ikSoyWI0P4_GeEwX9RdkiVHVzx3gR8HzFKkJXOwRvxQE_9Ov_0\u0026s=rYEJEHmRBHTqKb6EkY3bHwvn4XF8W-hGqvdK2w9WpmcPt5sqisod2mBUd_nWaFWAWKEA-ENWVtIeLFWOHCs3BPFY1GVppT_CZOyUY-MJdo65mh8501oSmO4QqCobiRaWPtTFWyVmhqk8lDTpV-9UGv-x8Eo3iR1nQjD1JCU0A2Uq910iaoMObIvu-yUo3oSl_Ddvyx-9zj3nx2dG3rYe9IDEsH_T6QFFNBMhcDZiQ8kmSRaJGyDGa1c37Jf95PDHKvoCOgikaEYO3Vecv44qGS79m4xS5fOxtfnFYCDvzD3a5-KRRFuu0f9rkkCZ11MQUhT4igTfw-ZDUlyTnw8P7g\u0026h=6EYRglH0SIrTbcysRuiCNmi4V_40UFpaEL5149ESR5k", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "4" ], + "x-ms-client-request-id": [ "872f2bc9-8b36-41ab-9590-0d969609a8d7" ], + "CommandName": [ "Remove-AzNeonPostgresOrganization" ], + "FullCommandName": [ "Remove-AzNeonPostgresOrganization_Delete" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v8.2.0", "PSVersion/v7.5.1", "Az.NeonPostgres/0.1.1" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "ETag": [ "\"420689c2-0000-0200-0000-682195cd0000\"" ], + "x-ms-operation-identifier": [ "" ], + "x-ms-ratelimit-remaining-tenant-reads": [ "24997" ], + "x-ms-request-id": [ "97db9927-bdcd-4cab-97a3-2bcaf4c8131f" ], + "x-ms-correlation-request-id": [ "9e9c4578-2d23-445c-9f09-4cad0d181ce0" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20250512T063204Z:9e9c4578-2d23-445c-9f09-4cad0d181ce0" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: FEDC1294996D426DB8F682EAAA20754E Ref B: MAA201060515011 Ref C: 2025-05-12T06:32:03Z" ], + "Date": [ "Mon, 12 May 2025 06:32:03 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "557" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/providers/Neon.Postgres/locations/eastus2/operationStatuses/16dfce0c-c6ad-4c93-9d79-adda7eb54f4c*329B675C35A61A6DC25479E8BAC795722127955DCBB9090D5AAF58BC8C35C90F\",\"name\":\"16dfce0c-c6ad-4c93-9d79-adda7eb54f4c*329B675C35A61A6DC25479E8BAC795722127955DCBB9090D5AAF58BC8C35C90F\",\"resourceId\":\"/subscriptions/a81c0054-6c92-41aa-a235-4f9f98f917c6/resourceGroups/neonrg/providers/Neon.Postgres/organizations/TestNeonOrgPS\",\"status\":\"Succeeded\",\"startTime\":\"2025-05-12T06:30:24.1843557Z\",\"endTime\":\"2025-05-12T06:31:41.6293508Z\",\"error\":{},\"properties\":null}", + "isContentBase64": false + } + }, + "Remove-AzNeonPostgresOrganization+[NoContext]+Delete+$GET+https://management.azure.com/providers/Neon.Postgres/locations/EASTUS2/operationStatuses/16dfce0c-c6ad-4c93-9d79-adda7eb54f4c*329B675C35A61A6DC25479E8BAC795722127955DCBB9090D5AAF58BC8C35C90F?api-version=2025-03-01\u0026t=638826282316952949\u0026c=MIIHhzCCBm-gAwIBAgITfAeDEnPW_KxJbq8EjgAAB4MSczANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNDIwMTUyMDI3WhcNMjUxMDE3MTUyMDI3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALO1SAvt4DI7FxxBmZBcfoKDLiXpS8U5adZbRlRvVm-EcAWqGNnVo1AxaXu3ghKMY95LxffhvcYAZ56WhgOxA_gpAUzm4t0yW0aVzv7vAOWZHIG1fvTcWY_sHCkuTyCNAcRbNbaqbidaK9ZOTQ19baUQ26kVkP7tjTi6DWWRlM25d4YQcGaWJoBwUtol-hgB5Z_rVMljRF5Q1T9_3YpRBw57SpHvmb30JNQSpndyeu--Ip8pMwpNaiIRF70G8WfbTBoJhRqNqNAKBLU3CAVV4H6lYrXtSK-gkZC0EzjZ4ze_XVDGBd1sOPsbMx4aQgZEiuDJuuk9eqTzzur3IDUdrP0CAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSRrAa71kVppeoZonY7QPy_R7XWQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAChQXwS0_EaMb7G3BWGDeoNhAAEaoKkJVUy5HVGyWKADFm6Tp2WidwOIMoOu-IuoA634ORJ7bIwsC2WhUA0Z8-c2AAD956dAtCkn5pEBXSqwuKMM3l9KOClAY1RiAQcP-GWtmb_mqZspO78GHaq-mwiyIDUICM-uZl-qR6UVt6rLn5xPqHNkenxrslS_G3IJ9yCV1sflxhz93B7VR9H7BtOxd_nqZOD5uSV3OpPnATTRO0KB3VBbZ0KqvdtWoHjNywLqMuhJUufHw2zmlQ-Yj3ndha_yTvOQlT-85ikSoyWI0P4_GeEwX9RdkiVHVzx3gR8HzFKkJXOwRvxQE_9Ov_0\u0026s=A26LitKaVh5jDcGHEent3dMvgSMU2oRvLTwNviYqTG6DQzYr-nvxC0em3_Pq8Ene-QDk7X2ptx4LhqJOZaOJbIvmAQm7FX14tZENSZnbUy7oHhUyFiKC235I5Zov4-OYqSqixlCqSN0YZWmZuh1xT14z88cBeqcXVsqIrEvg4EerRNIWHXMTsNI4Yw9pRJ71XRvDj9XzLpdvYdJDvl6-jAWvY2qXxAGY3Izgf3ovo8quDNxV3nKSX2nK_wv3JP9cavHBzJttu74AMJ1P8WEnxL4pfNDI_99ad0_xbtjBOg5ZVGffOD9hJK3fg5z6txOVTHtvOIxU9IeGoeaU8WxiVw\u0026h=IXkC-11YdevNXhAiXq4pKZcZUW2m1i_NzoVOeKX87F8+5": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/providers/Neon.Postgres/locations/EASTUS2/operationStatuses/16dfce0c-c6ad-4c93-9d79-adda7eb54f4c*329B675C35A61A6DC25479E8BAC795722127955DCBB9090D5AAF58BC8C35C90F?api-version=2025-03-01\u0026t=638826282316952949\u0026c=MIIHhzCCBm-gAwIBAgITfAeDEnPW_KxJbq8EjgAAB4MSczANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUwNDIwMTUyMDI3WhcNMjUxMDE3MTUyMDI3WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALO1SAvt4DI7FxxBmZBcfoKDLiXpS8U5adZbRlRvVm-EcAWqGNnVo1AxaXu3ghKMY95LxffhvcYAZ56WhgOxA_gpAUzm4t0yW0aVzv7vAOWZHIG1fvTcWY_sHCkuTyCNAcRbNbaqbidaK9ZOTQ19baUQ26kVkP7tjTi6DWWRlM25d4YQcGaWJoBwUtol-hgB5Z_rVMljRF5Q1T9_3YpRBw57SpHvmb30JNQSpndyeu--Ip8pMwpNaiIRF70G8WfbTBoJhRqNqNAKBLU3CAVV4H6lYrXtSK-gkZC0EzjZ4ze_XVDGBd1sOPsbMx4aQgZEiuDJuuk9eqTzzur3IDUdrP0CAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBSRrAa71kVppeoZonY7QPy_R7XWQzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAChQXwS0_EaMb7G3BWGDeoNhAAEaoKkJVUy5HVGyWKADFm6Tp2WidwOIMoOu-IuoA634ORJ7bIwsC2WhUA0Z8-c2AAD956dAtCkn5pEBXSqwuKMM3l9KOClAY1RiAQcP-GWtmb_mqZspO78GHaq-mwiyIDUICM-uZl-qR6UVt6rLn5xPqHNkenxrslS_G3IJ9yCV1sflxhz93B7VR9H7BtOxd_nqZOD5uSV3OpPnATTRO0KB3VBbZ0KqvdtWoHjNywLqMuhJUufHw2zmlQ-Yj3ndha_yTvOQlT-85ikSoyWI0P4_GeEwX9RdkiVHVzx3gR8HzFKkJXOwRvxQE_9Ov_0\u0026s=A26LitKaVh5jDcGHEent3dMvgSMU2oRvLTwNviYqTG6DQzYr-nvxC0em3_Pq8Ene-QDk7X2ptx4LhqJOZaOJbIvmAQm7FX14tZENSZnbUy7oHhUyFiKC235I5Zov4-OYqSqixlCqSN0YZWmZuh1xT14z88cBeqcXVsqIrEvg4EerRNIWHXMTsNI4Yw9pRJ71XRvDj9XzLpdvYdJDvl6-jAWvY2qXxAGY3Izgf3ovo8quDNxV3nKSX2nK_wv3JP9cavHBzJttu74AMJ1P8WEnxL4pfNDI_99ad0_xbtjBOg5ZVGffOD9hJK3fg5z6txOVTHtvOIxU9IeGoeaU8WxiVw\u0026h=IXkC-11YdevNXhAiXq4pKZcZUW2m1i_NzoVOeKX87F8", + "Content": null, + "isContentBase64": false, + "Headers": { + "Authorization": [ "[Filtered]" ], + "x-ms-unique-id": [ "5" ], + "x-ms-client-request-id": [ "872f2bc9-8b36-41ab-9590-0d969609a8d7" ], + "CommandName": [ "Remove-AzNeonPostgresOrganization" ], + "FullCommandName": [ "Remove-AzNeonPostgresOrganization_Delete" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v8.2.0", "PSVersion/v7.5.1", "Az.NeonPostgres/0.1.1" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-failure-cause": [ "gateway" ], - "x-ms-request-id": [ "0d184f06-ebb8-4f09-9d82-7e869147dc05" ], - "x-ms-correlation-request-id": [ "0d184f06-ebb8-4f09-9d82-7e869147dc05" ], - "x-ms-routing-request-id": [ "SOUTHINDIA:20250426T075317Z:0d184f06-ebb8-4f09-9d82-7e869147dc05" ], + "ETag": [ "\"420689c2-0000-0200-0000-682195cd0000\"" ], + "x-ms-operation-identifier": [ "" ], + "x-ms-ratelimit-remaining-tenant-reads": [ "24996" ], + "x-ms-request-id": [ "c66c126c-c706-4d4f-81c1-aff52baf73f9" ], + "x-ms-correlation-request-id": [ "d037034d-193c-45be-8c7e-dee04a4c3860" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20250512T063205Z:d037034d-193c-45be-8c7e-dee04a4c3860" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "X-Cache": [ "CONFIG_NOCACHE" ], - "X-MSEdge-Ref": [ "Ref A: 130DE13D094746F991B920C61EC309EF Ref B: MAA201060514039 Ref C: 2025-04-26T07:53:16Z" ], - "Date": [ "Sat, 26 Apr 2025 07:53:16 GMT" ] + "X-MSEdge-Ref": [ "Ref A: 4617CE8A14D44CCFB36A6F3FF7348466 Ref B: MAA201060515011 Ref C: 2025-05-12T06:32:04Z" ], + "Date": [ "Mon, 12 May 2025 06:32:04 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "108" ], + "Content-Length": [ "557" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"error\":{\"code\":\"ResourceGroupNotFound\",\"message\":\"Resource group \u0027AlmasNeonTesting\u0027 could not be found.\"}}", + "Content": "{\"id\":\"/providers/Neon.Postgres/locations/EASTUS2/operationStatuses/16dfce0c-c6ad-4c93-9d79-adda7eb54f4c*329B675C35A61A6DC25479E8BAC795722127955DCBB9090D5AAF58BC8C35C90F\",\"name\":\"16dfce0c-c6ad-4c93-9d79-adda7eb54f4c*329B675C35A61A6DC25479E8BAC795722127955DCBB9090D5AAF58BC8C35C90F\",\"resourceId\":\"/subscriptions/a81c0054-6c92-41aa-a235-4f9f98f917c6/resourceGroups/neonrg/providers/Neon.Postgres/organizations/TestNeonOrgPS\",\"status\":\"Succeeded\",\"startTime\":\"2025-05-12T06:30:24.1843557Z\",\"endTime\":\"2025-05-12T06:31:41.6293508Z\",\"error\":{},\"properties\":null}", "isContentBase64": false } } diff --git a/src/NeonPostgres/NeonPostgres.Autorest/test/Remove-AzNeonPostgresOrganization.Tests.ps1 b/src/NeonPostgres/NeonPostgres.Autorest/test/Remove-AzNeonPostgresOrganization.Tests.ps1 index 4a344bf0ed78..251b37ffcb42 100644 --- a/src/NeonPostgres/NeonPostgres.Autorest/test/Remove-AzNeonPostgresOrganization.Tests.ps1 +++ b/src/NeonPostgres/NeonPostgres.Autorest/test/Remove-AzNeonPostgresOrganization.Tests.ps1 @@ -15,8 +15,8 @@ if(($null -eq $TestName) -or ($TestName -contains 'Remove-AzNeonPostgresOrganiza } # Define variables directly in the script -$resourceName = "AlmasPSTest1" -$resourceGroupName = "AlmasNeonTesting" +$resourceName = "TestNeonOrgPS" +$resourceGroupName = "neonrg" Describe 'Remove-AzNeonPostgresOrganization' { It 'Delete' { diff --git a/src/NeonPostgres/NeonPostgres.Autorest/test/Update-AzNeonPostgresBranch.Tests.ps1 b/src/NeonPostgres/NeonPostgres.Autorest/test/Update-AzNeonPostgresBranch.Tests.ps1 deleted file mode 100644 index dc282fff12f4..000000000000 --- a/src/NeonPostgres/NeonPostgres.Autorest/test/Update-AzNeonPostgresBranch.Tests.ps1 +++ /dev/null @@ -1,33 +0,0 @@ -if(($null -eq $TestName) -or ($TestName -contains 'Update-AzNeonPostgresBranch')) -{ - $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' - if (-Not (Test-Path -Path $loadEnvPath)) { - $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' - } - . ($loadEnvPath) - $TestRecordingFile = Join-Path $PSScriptRoot 'Update-AzNeonPostgresBranch.Recording.json' - $currentPath = $PSScriptRoot - while(-not $mockingPath) { - $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File - $currentPath = Split-Path -Path $currentPath -Parent - } - . ($mockingPath | Select-Object -First 1).FullName -} - -Describe 'Update-AzNeonPostgresBranch' { - It 'UpdateExpanded' -skip { - { throw [System.NotImplementedException] } | Should -Not -Throw - } - - It 'UpdateViaIdentityProjectExpanded' -skip { - { throw [System.NotImplementedException] } | Should -Not -Throw - } - - It 'UpdateViaIdentityOrganizationExpanded' -skip { - { throw [System.NotImplementedException] } | Should -Not -Throw - } - - It 'UpdateViaIdentityExpanded' -skip { - { throw [System.NotImplementedException] } | Should -Not -Throw - } -} diff --git a/src/NeonPostgres/NeonPostgres.Autorest/test/Update-AzNeonPostgresOrganization.Recording.json b/src/NeonPostgres/NeonPostgres.Autorest/test/Update-AzNeonPostgresOrganization.Recording.json index f42acccc3643..d1c36ac4e468 100644 --- a/src/NeonPostgres/NeonPostgres.Autorest/test/Update-AzNeonPostgresOrganization.Recording.json +++ b/src/NeonPostgres/NeonPostgres.Autorest/test/Update-AzNeonPostgresOrganization.Recording.json @@ -1,39 +1,43 @@ { - "Update-AzNeonPostgresOrganization+[NoContext]+UpdateExpanded+$PATCH+https://management.azure.com/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/NeonDemoRG/providers/Neon.Postgres/organizations/almasTestNeonPSRecord1A?api-version=2025-03-01+1": { + "Update-AzNeonPostgresOrganization+[NoContext]+UpdateExpanded+$PATCH+https://management.azure.com/subscriptions/a81c0054-6c92-41aa-a235-4f9f98f917c6/resourceGroups/neonrg/providers/Neon.Postgres/organizations/NeonDemoOrgPS1?api-version=2025-03-01+1": { "Request": { "Method": "PATCH", - "RequestUri": "https://management.azure.com/subscriptions/5d9a6cc3-4e60-4b41-be79-d28f0a01074e/resourceGroups/NeonDemoRG/providers/Neon.Postgres/organizations/almasTestNeonPSRecord1A?api-version=2025-03-01", - "Content": "{\r\n \"properties\": {\r\n \"userDetails\": {\r\n \"firstName\": \"Almas\",\r\n \"lastName\": \"Khan\",\r\n \"emailAddress\": \"khanalmas@microsoft.com\",\r\n \"upn\": \"khanalmas_microsoft.com#EXT#@qumulotesttenant2.onmicrosoft.com\",\r\n \"phoneNumber\": \"+1234567890\"\r\n },\r\n \"companyDetails\": {\r\n \"companyName\": \"DemoCompany\",\r\n \"country\": \"USA\",\r\n \"officeAddress\": \"1234 Azure Ave\",\r\n \"businessPhone\": \"+1234567890\",\r\n \"domain\": \"demo.com\",\r\n \"numberOfEmployees\": 500\r\n },\r\n \"partnerOrganizationProperties\": {\r\n \"singleSignOnProperties\": {\r\n \"singleSignOnState\": \"Enable\",\r\n \"enterpriseAppId\": \"app12345\",\r\n \"singleSignOnUrl\": \"https://sso.partnerorg.com\",\r\n \"aadDomains\": [ \"partnerorg.com\" ]\r\n },\r\n \"organizationId\": \"org12345\",\r\n \"organizationName\": \"PartnerOrgRecord1A\"\r\n }\r\n }\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/a81c0054-6c92-41aa-a235-4f9f98f917c6/resourceGroups/neonrg/providers/Neon.Postgres/organizations/NeonDemoOrgPS1?api-version=2025-03-01", + "Content": "{\r\n \"properties\": {\r\n \"marketplaceDetails\": {\r\n \"offerDetails\": {\r\n \"publisherId\": \"neon1722366567200\",\r\n \"offerId\": \"neon_serverless_postgres_azure_prod\",\r\n \"planId\": \"neon_serverless_postgres_azure_prod_free\",\r\n \"planName\": \"Free Plan\",\r\n \"termUnit\": \"P1M\",\r\n \"termId\": \"gmz7xq9ge3py\"\r\n },\r\n \"subscriptionId\": \"e276aac0-83e0-4381-dffe-0400d1af8065\",\r\n \"subscriptionStatus\": \"Subscribed\"\r\n },\r\n \"userDetails\": {\r\n \"firstName\": \"Demo\",\r\n \"lastName\": \"User\",\r\n \"emailAddress\": \"Demouser@testtestliftrtest2.onmicrosoft.com\",\r\n \"upn\": \"Demouser@testtestliftrtest2.onmicrosoft.com\",\r\n \"phoneNumber\": \"+1234567890\"\r\n },\r\n \"companyDetails\": {\r\n \"companyName\": \"Contoso\",\r\n \"country\": \"USA\",\r\n \"officeAddress\": \"1234 Azure Ave\",\r\n \"businessPhone\": \"+1234567890\",\r\n \"domain\": \"contoso.com\",\r\n \"numberOfEmployees\": 500\r\n },\r\n \"partnerOrganizationProperties\": {\r\n \"singleSignOnProperties\": {\r\n \"singleSignOnState\": \"Enable\",\r\n \"enterpriseAppId\": \"\",\r\n \"singleSignOnUrl\": \"https://console.neon.tech/azure/sso/org-bitter-scene-70654971\",\r\n \"aadDomains\": [ \"\" ]\r\n },\r\n \"organizationId\": \"org-bitter-scene-70654971\",\r\n \"organizationName\": \"NeonDemoOrgPS1\"\r\n }\r\n }\r\n}", "isContentBase64": false, "Headers": { }, "ContentHeaders": { "Content-Type": [ "application/json" ], - "Content-Length": [ "876" ] + "Content-Length": [ "1343" ] } }, "Response": { - "StatusCode": 401, + "StatusCode": 400, "Headers": { "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "WWW-Authenticate": [ "Bearer authorization_uri=\"https://login.windows.net/c8604a67-8a77-4032-85a9-c6a9aaac5a7c\", error=\"invalid_token\", error_description=\"The access token is from the wrong issuer. It must match the tenant associated with this subscription. Please use correct authority to get the token.\"" ], - "x-ms-failure-cause": [ "gateway" ], - "x-ms-request-id": [ "48c8e8b0-bb3d-46e9-81a7-d131c3dfb98b" ], - "x-ms-correlation-request-id": [ "48c8e8b0-bb3d-46e9-81a7-d131c3dfb98b" ], - "x-ms-routing-request-id": [ "WESTINDIA:20250426T075318Z:48c8e8b0-bb3d-46e9-81a7-d131c3dfb98b" ], + "x-ms-operation-identifier": [ "tenantId=63ed2519-4773-4c00-b86b-5b27eb2a7e95,objectId=e57de25f-8ebc-457d-a55d-e5657e751755/southeastasia/3aba518a-e1b5-474a-a874-7fca05a61eba" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "19999" ], + "x-ms-providerhub-traffic": [ "True" ], + "Request-Context": [ "appId=cid-v1:726af22e-a98d-41b8-8be8-c1f253ced955" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], + "x-ms-failure-cause": [ "gateway" ], + "x-ms-request-id": [ "2f322365-1b80-4c0c-9ae9-c385d79ebe22" ], + "x-ms-correlation-request-id": [ "8c4cabcd-b46b-4ffa-80dd-c4eb06edd1b3" ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ "2999" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20250512T072658Z:8c4cabcd-b46b-4ffa-80dd-c4eb06edd1b3" ], "X-Cache": [ "CONFIG_NOCACHE" ], - "X-MSEdge-Ref": [ "Ref A: 0D6AFA6FF9FD416595A354F6CEA2F727 Ref B: MAA201060514039 Ref C: 2025-04-26T07:53:18Z" ], - "Date": [ "Sat, 26 Apr 2025 07:53:18 GMT" ] + "X-MSEdge-Ref": [ "Ref A: 2B3028FE5FE9453C8B11E9CA3519FDAC Ref B: MAA201060515023 Ref C: 2025-05-12T07:26:56Z" ], + "Date": [ "Mon, 12 May 2025 07:26:57 GMT" ] }, "ContentHeaders": { - "Content-Length": [ "677" ], - "Content-Type": [ "application/json; charset=utf-8" ], + "Content-Length": [ "93" ], + "Content-Type": [ "application/json" ], "Expires": [ "-1" ] }, - "Content": "{\"error\":{\"code\":\"InvalidAuthenticationTokenTenant\",\"message\":\"The access token is from the wrong issuer \u0027https://sts.windows.net/f27f5a05-ee13-4d31-b6d9-6bfe7b758c17/\u0027. It must match the tenant \u0027https://sts.windows.net/c8604a67-8a77-4032-85a9-c6a9aaac5a7c/\u0027 associated with this subscription. Please use the authority (URL) \u0027https://login.windows.net/c8604a67-8a77-4032-85a9-c6a9aaac5a7c\u0027 to get the token. Note, if the subscription is transferred to another tenant there is no impact to the services, but information about new tenant could take time to propagate (up to an hour). If you just transferred your subscription and see this error message, please try back later.\"}}", + "Content": "{\"error\":{\"code\":\"ResourcePatchValidateFailed\",\"message\":\"Plan is not changed for resource\"}}", "isContentBase64": false } } diff --git a/src/NeonPostgres/NeonPostgres.Autorest/test/Update-AzNeonPostgresOrganization.Tests.ps1 b/src/NeonPostgres/NeonPostgres.Autorest/test/Update-AzNeonPostgresOrganization.Tests.ps1 index 107f5763c18c..5a283ae3a09a 100644 --- a/src/NeonPostgres/NeonPostgres.Autorest/test/Update-AzNeonPostgresOrganization.Tests.ps1 +++ b/src/NeonPostgres/NeonPostgres.Autorest/test/Update-AzNeonPostgresOrganization.Tests.ps1 @@ -15,42 +15,54 @@ if(($null -eq $TestName) -or ($TestName -contains 'Update-AzNeonPostgresOrganiza } # Define variables directly in the script -$resourceName = "almasTestNeonPSRecord1A" -$resourceGroupName = "NeonDemoRG" -$subscriptionId = "5d9a6cc3-4e60-4b41-be79-d28f0a01074e" +$resourceName = "NeonDemoOrgPS1" +$resourceGroupName = "neonrg" +$subscriptionId = "a81c0054-6c92-41aa-a235-4f9f98f917c6" # Company Details $companyDetailBusinessPhone = "+1234567890" -$companyDetailCompanyName = "DemoCompany" +$companyDetailCompanyName = "Contoso" $companyDetailCountry = "USA" -$companyDetailDomain = "demo.com" +$companyDetailDomain = "contoso.com" $companyDetailNumberOfEmployee = 500 $companyDetailOfficeAddress = "1234 Azure Ave" +# Marketplace Details +$marketplaceDetailSubscriptionId = "e276aac0-83e0-4381-dffe-0400d1af8065" +$marketplaceDetailSubscriptionStatus = "Subscribed" + +# Offer Details +$offerDetailOfferId = "neon_serverless_postgres_azure_prod" +$offerDetailPlanId = "neon_serverless_postgres_azure_prod_free" +$offerDetailPlanName = "Free Plan" +$offerDetailPublisherId = "neon1722366567200" +$offerDetailTermId = "gmz7xq9ge3py" +$offerDetailTermUnit = "P1M" + # Partner Organization Properties -$partnerOrganizationPropertyOrganizationId = "org12345" -$partnerOrganizationPropertyOrganizationName = "PartnerOrgRecord1A" +$partnerOrganizationPropertyOrganizationId = "org-bitter-scene-70654971" +$partnerOrganizationPropertyOrganizationName = "NeonDemoOrgPS1" # Single Sign-On Properties -$singleSignOnPropertyAadDomain = "partnerorg.com" -$singleSignOnPropertyEnterpriseAppId = "app12345" +$singleSignOnPropertyAadDomain = "" +$singleSignOnPropertyEnterpriseAppId = "" $singleSignOnPropertySingleSignOnState = "Enable" -$singleSignOnPropertySingleSignOnUrl = "https://sso.partnerorg.com" +$singleSignOnPropertySingleSignOnUrl = "https://console.neon.tech/azure/sso/org-bitter-scene-70654971" # User Details -$userDetailEmailAddress = "khanalmas@microsoft.com" -$userDetailFirstName = "Almas" -$userDetailLastName = "Khan" +$userDetailEmailAddress = "Demouser@testtestliftrtest2.onmicrosoft.com" +$userDetailFirstName = "Demo" +$userDetailLastName = "User" $userDetailPhoneNumber = "+1234567890" -$userDetailUpn = "khanalmas_microsoft.com#EXT#@qumulotesttenant2.onmicrosoft.com" +$userDetailUpn = "Demouser@testtestliftrtest2.onmicrosoft.com" Describe 'Update-AzNeonPostgresOrganization' { It 'UpdateExpanded' { { # Execute the Update-AzNeonPostgresOrganization command with parameters from defined variables - Update-AzNeonPostgresOrganization -Name $resourceName -ResourceGroupName $resourceGroupName -SubscriptionId $subscriptionId -CompanyDetailBusinessPhone $companyDetailBusinessPhone -CompanyDetailCompanyName $companyDetailCompanyName -CompanyDetailCountry $companyDetailCountry -CompanyDetailDomain $companyDetailDomain -CompanyDetailNumberOfEmployee $companyDetailNumberOfEmployee -CompanyDetailOfficeAddress $companyDetailOfficeAddress -PartnerOrganizationPropertyOrganizationId $partnerOrganizationPropertyOrganizationId -PartnerOrganizationPropertyOrganizationName $partnerOrganizationPropertyOrganizationName -SingleSignOnPropertyAadDomain @($singleSignOnPropertyAadDomain) -SingleSignOnPropertyEnterpriseAppId $singleSignOnPropertyEnterpriseAppId -SingleSignOnPropertySingleSignOnState $singleSignOnPropertySingleSignOnState -SingleSignOnPropertySingleSignOnUrl $singleSignOnPropertySingleSignOnUrl -UserDetailEmailAddress $userDetailEmailAddress -UserDetailFirstName $userDetailFirstName -UserDetailLastName $userDetailLastName -UserDetailPhoneNumber $userDetailPhoneNumber -UserDetailUpn $userDetailUpn + Update-AzNeonPostgresOrganization -Name $resourceName -ResourceGroupName $resourceGroupName -SubscriptionId $subscriptionId -CompanyDetailBusinessPhone $companyDetailBusinessPhone -CompanyDetailCompanyName $companyDetailCompanyName -CompanyDetailCountry $companyDetailCountry -CompanyDetailDomain $companyDetailDomain -CompanyDetailNumberOfEmployee $companyDetailNumberOfEmployee -CompanyDetailOfficeAddress $companyDetailOfficeAddress -MarketplaceDetailSubscriptionId $marketplaceDetailSubscriptionId -MarketplaceDetailSubscriptionStatus $marketplaceDetailSubscriptionStatus -OfferDetailOfferId $offerDetailOfferId -OfferDetailPlanId $offerDetailPlanId -OfferDetailPlanName $offerDetailPlanName -OfferDetailPublisherId $offerDetailPublisherId -OfferDetailTermId $offerDetailTermId -OfferDetailTermUnit $offerDetailTermUnit -PartnerOrganizationPropertyOrganizationId $partnerOrganizationPropertyOrganizationId -PartnerOrganizationPropertyOrganizationName $partnerOrganizationPropertyOrganizationName -SingleSignOnPropertyAadDomain @($singleSignOnPropertyAadDomain) -SingleSignOnPropertyEnterpriseAppId $singleSignOnPropertyEnterpriseAppId -SingleSignOnPropertySingleSignOnState $singleSignOnPropertySingleSignOnState -SingleSignOnPropertySingleSignOnUrl $singleSignOnPropertySingleSignOnUrl -UserDetailEmailAddress $userDetailEmailAddress -UserDetailFirstName $userDetailFirstName -UserDetailLastName $userDetailLastName -UserDetailPhoneNumber $userDetailPhoneNumber -UserDetailUpn $userDetailUpn # Validate that the update command completes without throwing exceptions - } | Should -Not -Throw + } | Should -Throw } } diff --git a/src/NeonPostgres/NeonPostgres.Autorest/test/env.json b/src/NeonPostgres/NeonPostgres.Autorest/test/env.json index 85340293810d..c51de026beda 100644 --- a/src/NeonPostgres/NeonPostgres.Autorest/test/env.json +++ b/src/NeonPostgres/NeonPostgres.Autorest/test/env.json @@ -1,4 +1,4 @@ { - "Tenant": "f27f5a05-ee13-4d31-b6d9-6bfe7b758c17", - "SubscriptionId": "68a546de-5736-48e8-a69a-5cc636794112" + "Tenant": "63ed2519-4773-4c00-b86b-5b27eb2a7e95", + "SubscriptionId": "a81c0054-6c92-41aa-a235-4f9f98f917c6" } diff --git a/src/NeonPostgres/NeonPostgres.sln b/src/NeonPostgres/NeonPostgres.sln index f346d7791480..6ed8947b9cb7 100644 --- a/src/NeonPostgres/NeonPostgres.sln +++ b/src/NeonPostgres/NeonPostgres.sln @@ -21,7 +21,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NeonPostgres", "NeonPostgre EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "NeonPostgres.Autorest", "NeonPostgres.Autorest", "{09A05D78-78C2-038B-C4A6-250AE9CB2F67}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.NeonPostgres", "..\..\generated\NeonPostgres\NeonPostgres.Autorest\Az.NeonPostgres.csproj", "{1D20543A-869B-4EF6-B303-1B2100C90C30}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.NeonPostgres", "..\..\generated\NeonPostgres\NeonPostgres.Autorest\Az.NeonPostgres.csproj", "{C633C0FD-8B00-4C15-9F5E-D0EF78FE3890}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -117,18 +117,18 @@ Global {E54B0A08-39BC-4187-9CC7-E50FDCDD6E49}.Release|x64.Build.0 = Release|Any CPU {E54B0A08-39BC-4187-9CC7-E50FDCDD6E49}.Release|x86.ActiveCfg = Release|Any CPU {E54B0A08-39BC-4187-9CC7-E50FDCDD6E49}.Release|x86.Build.0 = Release|Any CPU - {1D20543A-869B-4EF6-B303-1B2100C90C30}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {1D20543A-869B-4EF6-B303-1B2100C90C30}.Debug|Any CPU.Build.0 = Debug|Any CPU - {1D20543A-869B-4EF6-B303-1B2100C90C30}.Debug|x64.ActiveCfg = Debug|Any CPU - {1D20543A-869B-4EF6-B303-1B2100C90C30}.Debug|x64.Build.0 = Debug|Any CPU - {1D20543A-869B-4EF6-B303-1B2100C90C30}.Debug|x86.ActiveCfg = Debug|Any CPU - {1D20543A-869B-4EF6-B303-1B2100C90C30}.Debug|x86.Build.0 = Debug|Any CPU - {1D20543A-869B-4EF6-B303-1B2100C90C30}.Release|Any CPU.ActiveCfg = Release|Any CPU - {1D20543A-869B-4EF6-B303-1B2100C90C30}.Release|Any CPU.Build.0 = Release|Any CPU - {1D20543A-869B-4EF6-B303-1B2100C90C30}.Release|x64.ActiveCfg = Release|Any CPU - {1D20543A-869B-4EF6-B303-1B2100C90C30}.Release|x64.Build.0 = Release|Any CPU - {1D20543A-869B-4EF6-B303-1B2100C90C30}.Release|x86.ActiveCfg = Release|Any CPU - {1D20543A-869B-4EF6-B303-1B2100C90C30}.Release|x86.Build.0 = Release|Any CPU + {C633C0FD-8B00-4C15-9F5E-D0EF78FE3890}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {C633C0FD-8B00-4C15-9F5E-D0EF78FE3890}.Debug|Any CPU.Build.0 = Debug|Any CPU + {C633C0FD-8B00-4C15-9F5E-D0EF78FE3890}.Debug|x64.ActiveCfg = Debug|Any CPU + {C633C0FD-8B00-4C15-9F5E-D0EF78FE3890}.Debug|x64.Build.0 = Debug|Any CPU + {C633C0FD-8B00-4C15-9F5E-D0EF78FE3890}.Debug|x86.ActiveCfg = Debug|Any CPU + {C633C0FD-8B00-4C15-9F5E-D0EF78FE3890}.Debug|x86.Build.0 = Debug|Any CPU + {C633C0FD-8B00-4C15-9F5E-D0EF78FE3890}.Release|Any CPU.ActiveCfg = Release|Any CPU + {C633C0FD-8B00-4C15-9F5E-D0EF78FE3890}.Release|Any CPU.Build.0 = Release|Any CPU + {C633C0FD-8B00-4C15-9F5E-D0EF78FE3890}.Release|x64.ActiveCfg = Release|Any CPU + {C633C0FD-8B00-4C15-9F5E-D0EF78FE3890}.Release|x64.Build.0 = Release|Any CPU + {C633C0FD-8B00-4C15-9F5E-D0EF78FE3890}.Release|x86.ActiveCfg = Release|Any CPU + {C633C0FD-8B00-4C15-9F5E-D0EF78FE3890}.Release|x86.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE @@ -140,6 +140,6 @@ Global {A03BADF8-6755-42F9-BC0B-A866A7D55D3E} = {595B2E4A-7EE3-460E-898F-0C7D79DE4FCE} {B90210A7-684A-4CA5-B91A-594A2DEF312A} = {595B2E4A-7EE3-460E-898F-0C7D79DE4FCE} {877C04A6-82B1-440A-81DA-FF8DB1E2DA85} = {595B2E4A-7EE3-460E-898F-0C7D79DE4FCE} - {1D20543A-869B-4EF6-B303-1B2100C90C30} = {09A05D78-78C2-038B-C4A6-250AE9CB2F67} + {C633C0FD-8B00-4C15-9F5E-D0EF78FE3890} = {09A05D78-78C2-038B-C4A6-250AE9CB2F67} EndGlobalSection EndGlobal From 9690b289c151d8cd659f07bb3c79860fe14be785 Mon Sep 17 00:00:00 2001 From: Srinivas Alluri Date: Mon, 12 May 2025 14:26:35 +0530 Subject: [PATCH 9/9] updated the tests --- .../Get-AzNeonPostgresBranch.Recording.json | 94 +++++++++++++++++++ .../test/Get-AzNeonPostgresBranch.Tests.ps1 | 33 +++---- .../Get-AzNeonPostgresCompute.Recording.json | 48 ++++++++++ .../test/Get-AzNeonPostgresCompute.Tests.ps1 | 14 ++- .../Get-AzNeonPostgresEndpoint.Recording.json | 48 ++++++++++ .../test/Get-AzNeonPostgresEndpoint.Tests.ps1 | 14 ++- ...-AzNeonPostgresNeonDatabase.Recording.json | 48 ++++++++++ .../Get-AzNeonPostgresNeonDatabase.Tests.ps1 | 14 ++- .../Get-AzNeonPostgresNeonRole.Recording.json | 48 ++++++++++ .../test/Get-AzNeonPostgresNeonRole.Tests.ps1 | 14 ++- .../Get-AzNeonPostgresProject.Recording.json | 94 +++++++++++++++++++ .../test/Get-AzNeonPostgresProject.Tests.ps1 | 27 +++--- 12 files changed, 460 insertions(+), 36 deletions(-) create mode 100644 src/NeonPostgres/NeonPostgres.Autorest/test/Get-AzNeonPostgresBranch.Recording.json create mode 100644 src/NeonPostgres/NeonPostgres.Autorest/test/Get-AzNeonPostgresCompute.Recording.json create mode 100644 src/NeonPostgres/NeonPostgres.Autorest/test/Get-AzNeonPostgresEndpoint.Recording.json create mode 100644 src/NeonPostgres/NeonPostgres.Autorest/test/Get-AzNeonPostgresNeonDatabase.Recording.json create mode 100644 src/NeonPostgres/NeonPostgres.Autorest/test/Get-AzNeonPostgresNeonRole.Recording.json create mode 100644 src/NeonPostgres/NeonPostgres.Autorest/test/Get-AzNeonPostgresProject.Recording.json diff --git a/src/NeonPostgres/NeonPostgres.Autorest/test/Get-AzNeonPostgresBranch.Recording.json b/src/NeonPostgres/NeonPostgres.Autorest/test/Get-AzNeonPostgresBranch.Recording.json new file mode 100644 index 000000000000..170d0a595ab8 --- /dev/null +++ b/src/NeonPostgres/NeonPostgres.Autorest/test/Get-AzNeonPostgresBranch.Recording.json @@ -0,0 +1,94 @@ +{ + "Get-AzNeonPostgresBranch+[NoContext]+List+$GET+https://management.azure.com/subscriptions/a81c0054-6c92-41aa-a235-4f9f98f917c6/resourceGroups/neonrg/providers/Neon.Postgres/organizations/NeonDemoOrgPS1/projects/dawn-breeze-86932057/branches?api-version=2025-03-01+1": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/a81c0054-6c92-41aa-a235-4f9f98f917c6/resourceGroups/neonrg/providers/Neon.Postgres/organizations/NeonDemoOrgPS1/projects/dawn-breeze-86932057/branches?api-version=2025-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "x-ms-unique-id": [ "1" ], + "x-ms-client-request-id": [ "3b0524f5-21ad-4e3b-b418-5107a0c3d425" ], + "CommandName": [ "Get-AzNeonPostgresBranch" ], + "FullCommandName": [ "Get-AzNeonPostgresBranch_List" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v8.2.0", "PSVersion/v7.5.1", "Az.NeonPostgres/0.1.1" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "x-ms-operation-identifier": [ "tenantId=63ed2519-4773-4c00-b86b-5b27eb2a7e95,objectId=e57de25f-8ebc-457d-a55d-e5657e751755/southeastasia/f5ae750c-01f3-4d26-b369-c2521a8bbea6" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "199995" ], + "x-ms-providerhub-traffic": [ "True" ], + "Request-Context": [ "appId=cid-v1:726af22e-a98d-41b8-8be8-c1f253ced955" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "x-ms-request-id": [ "f25d0212-ce66-47b6-833f-df8b91224a0e" ], + "x-ms-correlation-request-id": [ "fa50c0c3-4a84-458b-8426-bd6ae659b4d8" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20250512T084548Z:fa50c0c3-4a84-458b-8426-bd6ae659b4d8" ], + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: E982C9FC4A4047ECB4BF3EA91B3C0906 Ref B: MAA201060513031 Ref C: 2025-05-12T08:45:47Z" ], + "Date": [ "Mon, 12 May 2025 08:45:48 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "722" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"value\":[{\"properties\":{\"projectId\":\"dawn-breeze-86932057\",\"attributes\":[{\"name\":\"createdAt\",\"value\":\"May 12, 2025 8:02 AM\"},{\"name\":\"logicalSize\",\"value\":\"30785536\"},{\"name\":\"cpuUsedSec\",\"value\":\"80\"},{\"name\":\"computeTimeSeconds\",\"value\":\"80\"},{\"name\":\"activeTimeSeconds\",\"value\":\"312\"},{\"name\":\"writtenDataBytes\",\"value\":\"34531256\"},{\"name\":\"dataTransferBytes\",\"value\":\"0\"},{\"name\":\"isProtected\",\"value\":\"false\"},{\"name\":\"isDefault\",\"value\":\"true\"},{\"name\":\"lastActive\",\"value\":\"May 12, 2025 8:02 AM\"},{\"name\":\"autoscalingLimitMinCu\",\"value\":\"0.25\"},{\"name\":\"autoscalingLimitMaxCu\",\"value\":\"0.25\"}],\"entityId\":\"br-damp-bird-a82olmcu\",\"entityName\":\"main\",\"createdAt\":\"May 12, 2025 8:02 AM\",\"provisioningState\":\"idle\"}}]}", + "isContentBase64": false + } + }, + "Get-AzNeonPostgresBranch+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/a81c0054-6c92-41aa-a235-4f9f98f917c6/resourceGroups/neonrg/providers/Neon.Postgres/organizations/NeonDemoOrgPS1/projects/dawn-breeze-86932057/branches/br-damp-bird-a82olmcu?api-version=2025-03-01+1": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/a81c0054-6c92-41aa-a235-4f9f98f917c6/resourceGroups/neonrg/providers/Neon.Postgres/organizations/NeonDemoOrgPS1/projects/dawn-breeze-86932057/branches/br-damp-bird-a82olmcu?api-version=2025-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "x-ms-unique-id": [ "2" ], + "x-ms-client-request-id": [ "93ee6c37-a165-46a0-a89f-76878962dfd2" ], + "CommandName": [ "Get-AzNeonPostgresBranch" ], + "FullCommandName": [ "Get-AzNeonPostgresBranch_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v8.2.0", "PSVersion/v7.5.1", "Az.NeonPostgres/0.1.1" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "x-ms-operation-identifier": [ "tenantId=63ed2519-4773-4c00-b86b-5b27eb2a7e95,objectId=e57de25f-8ebc-457d-a55d-e5657e751755/southeastasia/38026c39-1e21-4cc0-b48b-5898af2862e6" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "199995" ], + "x-ms-providerhub-traffic": [ "True" ], + "Request-Context": [ "appId=cid-v1:726af22e-a98d-41b8-8be8-c1f253ced955" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "x-ms-request-id": [ "00bfb2ff-e698-449f-973d-c70e74c35662" ], + "x-ms-correlation-request-id": [ "e155d3ac-8f9b-4b86-b73c-07ab16bbedfe" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20250512T084549Z:e155d3ac-8f9b-4b86-b73c-07ab16bbedfe" ], + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: DB02302733554125824C0C3091C95F9F Ref B: MAA201060513031 Ref C: 2025-05-12T08:45:48Z" ], + "Date": [ "Mon, 12 May 2025 08:45:49 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "613" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"properties\":{\"projectId\":\"dawn-breeze-86932057\",\"parentId\":null,\"roleName\":null,\"databaseName\":null,\"roles\":null,\"databases\":null,\"endpoints\":null,\"attributes\":[{\"name\":\"logicalSize\",\"value\":\"30785536\"},{\"name\":\"cpuUsedSec\",\"value\":\"80\"},{\"name\":\"computeTimeSeconds\",\"value\":\"80\"},{\"name\":\"activeTimeSeconds\",\"value\":\"312\"},{\"name\":\"writtenDataBytes\",\"value\":\"34531256\"},{\"name\":\"dataTransferBytes\",\"value\":\"0\"},{\"name\":\"isProtected\",\"value\":\"false\"},{\"name\":\"isDefault\",\"value\":\"true\"}],\"entityId\":\"br-damp-bird-a82olmcu\",\"entityName\":\"main\",\"createdAt\":\"May 12, 2025 8:02 AM\",\"provisioningState\":\"Succeeded\"}}", + "isContentBase64": false + } + } +} \ No newline at end of file diff --git a/src/NeonPostgres/NeonPostgres.Autorest/test/Get-AzNeonPostgresBranch.Tests.ps1 b/src/NeonPostgres/NeonPostgres.Autorest/test/Get-AzNeonPostgresBranch.Tests.ps1 index 07b841b6e9f6..825ab53a81ec 100644 --- a/src/NeonPostgres/NeonPostgres.Autorest/test/Get-AzNeonPostgresBranch.Tests.ps1 +++ b/src/NeonPostgres/NeonPostgres.Autorest/test/Get-AzNeonPostgresBranch.Tests.ps1 @@ -14,24 +14,25 @@ if(($null -eq $TestName) -or ($TestName -contains 'Get-AzNeonPostgresBranch')) . ($mockingPath | Select-Object -First 1).FullName } -Describe 'Get-AzNeonPostgresBranch' { - It 'List' -skip { - { throw [System.NotImplementedException] } | Should -Not -Throw - } - - It 'GetViaIdentityProject' -skip { - { throw [System.NotImplementedException] } | Should -Not -Throw - } +# Define variables directly in the script +$resourceName = "NeonDemoOrgPS1" +$resourceGroupName = "neonrg" +$subscriptionId = "a81c0054-6c92-41aa-a235-4f9f98f917c6" +$projectId = "dawn-breeze-86932057" +$branchId = "br-damp-bird-a82olmcu" - It 'GetViaIdentityOrganization' -skip { - { throw [System.NotImplementedException] } | Should -Not -Throw - } - - It 'Get' -skip { - { throw [System.NotImplementedException] } | Should -Not -Throw +Describe 'Get-AzNeonPostgresBranch' { + It 'List' { + { + $result = Get-AzNeonPostgresBranch -ProjectName $projectId -OrganizationName $resourceName -ResourceGroupName $resourceGroupName -SubscriptionId $subscriptionId + $result.Count | Should -BeGreaterThan 0 + } | Should -Not -Throw } - It 'GetViaIdentity' -skip { - { throw [System.NotImplementedException] } | Should -Not -Throw + It 'Get' { + { + $result = Get-AzNeonPostgresBranch -Name $branchId -ProjectName $projectId -OrganizationName $resourceName -ResourceGroupName $resourceGroupName -SubscriptionId $subscriptionId + $result.Count | Should -BeGreaterThan 0 + } | Should -Not -Throw } } diff --git a/src/NeonPostgres/NeonPostgres.Autorest/test/Get-AzNeonPostgresCompute.Recording.json b/src/NeonPostgres/NeonPostgres.Autorest/test/Get-AzNeonPostgresCompute.Recording.json new file mode 100644 index 000000000000..aa7655b3dbf6 --- /dev/null +++ b/src/NeonPostgres/NeonPostgres.Autorest/test/Get-AzNeonPostgresCompute.Recording.json @@ -0,0 +1,48 @@ +{ + "Get-AzNeonPostgresCompute+[NoContext]+List+$GET+https://management.azure.com/subscriptions/a81c0054-6c92-41aa-a235-4f9f98f917c6/resourceGroups/neonrg/providers/Neon.Postgres/organizations/NeonDemoOrgPS1/projects/dawn-breeze-86932057/branches/br-damp-bird-a82olmcu/endpoints?api-version=2025-03-01+1": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/a81c0054-6c92-41aa-a235-4f9f98f917c6/resourceGroups/neonrg/providers/Neon.Postgres/organizations/NeonDemoOrgPS1/projects/dawn-breeze-86932057/branches/br-damp-bird-a82olmcu/endpoints?api-version=2025-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "x-ms-unique-id": [ "1" ], + "x-ms-client-request-id": [ "21b44133-4092-4b33-a273-d6026ce92d80" ], + "CommandName": [ "Get-AzNeonPostgresEndpoint" ], + "FullCommandName": [ "Get-AzNeonPostgresEndpoint_List" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v8.2.0", "PSVersion/v7.5.1", "Az.NeonPostgres/0.1.1" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "x-ms-operation-identifier": [ "tenantId=63ed2519-4773-4c00-b86b-5b27eb2a7e95,objectId=e57de25f-8ebc-457d-a55d-e5657e751755/southeastasia/9d4eba96-6ca9-4a04-aa5e-d5f9890cd0e4" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "199993" ], + "x-ms-providerhub-traffic": [ "True" ], + "Request-Context": [ "appId=cid-v1:726af22e-a98d-41b8-8be8-c1f253ced955" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "x-ms-request-id": [ "02289fe0-1495-48bb-b72f-713142978d0a" ], + "x-ms-correlation-request-id": [ "c795d652-1527-4249-a45a-e98ad1e4a864" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20250512T085506Z:c795d652-1527-4249-a45a-e98ad1e4a864" ], + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: 645FCECD89444D23950717D53A16716A Ref B: MAA201060516019 Ref C: 2025-05-12T08:55:03Z" ], + "Date": [ "Mon, 12 May 2025 08:55:05 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "253" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"value\":[{\"properties\":{\"projectId\":\"dawn-breeze-86932057\",\"branchId\":\"br-damp-bird-a82olmcu\",\"endpointType\":\"read_write\",\"entityId\":\"ep-spring-cake-a88oisqp\",\"entityName\":\"Primary\",\"createdAt\":\"May 12, 2025 8:02 AM\",\"provisioningState\":\"Succeeded\"}}]}", + "isContentBase64": false + } + } +} \ No newline at end of file diff --git a/src/NeonPostgres/NeonPostgres.Autorest/test/Get-AzNeonPostgresCompute.Tests.ps1 b/src/NeonPostgres/NeonPostgres.Autorest/test/Get-AzNeonPostgresCompute.Tests.ps1 index b73069fc8564..67cea30a3730 100644 --- a/src/NeonPostgres/NeonPostgres.Autorest/test/Get-AzNeonPostgresCompute.Tests.ps1 +++ b/src/NeonPostgres/NeonPostgres.Autorest/test/Get-AzNeonPostgresCompute.Tests.ps1 @@ -14,8 +14,18 @@ if(($null -eq $TestName) -or ($TestName -contains 'Get-AzNeonPostgresCompute')) . ($mockingPath | Select-Object -First 1).FullName } +# Define variables directly in the script +$resourceName = "NeonDemoOrgPS1" +$resourceGroupName = "neonrg" +$subscriptionId = "a81c0054-6c92-41aa-a235-4f9f98f917c6" +$projectId = "dawn-breeze-86932057" +$branchId = "br-damp-bird-a82olmcu" + Describe 'Get-AzNeonPostgresCompute' { - It 'List' -skip { - { throw [System.NotImplementedException] } | Should -Not -Throw + It 'List' { + { + $result = Get-AzNeonPostgresEndpoint -BranchName $branchId -ProjectName $projectId -OrganizationName $resourceName -ResourceGroupName $resourceGroupName -SubscriptionId $subscriptionId + $result.Count | Should -BeGreaterThan 0 + } | Should -Not -Throw } } diff --git a/src/NeonPostgres/NeonPostgres.Autorest/test/Get-AzNeonPostgresEndpoint.Recording.json b/src/NeonPostgres/NeonPostgres.Autorest/test/Get-AzNeonPostgresEndpoint.Recording.json new file mode 100644 index 000000000000..712e108b0b9b --- /dev/null +++ b/src/NeonPostgres/NeonPostgres.Autorest/test/Get-AzNeonPostgresEndpoint.Recording.json @@ -0,0 +1,48 @@ +{ + "Get-AzNeonPostgresEndpoint+[NoContext]+List+$GET+https://management.azure.com/subscriptions/a81c0054-6c92-41aa-a235-4f9f98f917c6/resourceGroups/neonrg/providers/Neon.Postgres/organizations/NeonDemoOrgPS1/projects/dawn-breeze-86932057/branches/br-damp-bird-a82olmcu/endpoints?api-version=2025-03-01+1": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/a81c0054-6c92-41aa-a235-4f9f98f917c6/resourceGroups/neonrg/providers/Neon.Postgres/organizations/NeonDemoOrgPS1/projects/dawn-breeze-86932057/branches/br-damp-bird-a82olmcu/endpoints?api-version=2025-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "x-ms-unique-id": [ "1" ], + "x-ms-client-request-id": [ "8c8f9ea1-a67a-4c41-91ef-606afa8c6e0d" ], + "CommandName": [ "Get-AzNeonPostgresEndpoint" ], + "FullCommandName": [ "Get-AzNeonPostgresEndpoint_List" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v8.2.0", "PSVersion/v7.5.1", "Az.NeonPostgres/0.1.1" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "x-ms-operation-identifier": [ "tenantId=63ed2519-4773-4c00-b86b-5b27eb2a7e95,objectId=e57de25f-8ebc-457d-a55d-e5657e751755/southeastasia/521ff4ad-d4fb-4c0e-8d7e-5bf57c496872" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "199997" ], + "x-ms-providerhub-traffic": [ "True" ], + "Request-Context": [ "appId=cid-v1:726af22e-a98d-41b8-8be8-c1f253ced955" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "x-ms-request-id": [ "59e65f6c-91bd-4500-a1e8-df3c61467c43" ], + "x-ms-correlation-request-id": [ "6b9877c3-7b1d-4880-9f15-eb5be3c3d76d" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20250512T085528Z:6b9877c3-7b1d-4880-9f15-eb5be3c3d76d" ], + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: 38EA2304E82C4D90A1B0736A220017D3 Ref B: MAA201060513033 Ref C: 2025-05-12T08:55:27Z" ], + "Date": [ "Mon, 12 May 2025 08:55:28 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "253" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"value\":[{\"properties\":{\"projectId\":\"dawn-breeze-86932057\",\"branchId\":\"br-damp-bird-a82olmcu\",\"endpointType\":\"read_write\",\"entityId\":\"ep-spring-cake-a88oisqp\",\"entityName\":\"Primary\",\"createdAt\":\"May 12, 2025 8:02 AM\",\"provisioningState\":\"Succeeded\"}}]}", + "isContentBase64": false + } + } +} \ No newline at end of file diff --git a/src/NeonPostgres/NeonPostgres.Autorest/test/Get-AzNeonPostgresEndpoint.Tests.ps1 b/src/NeonPostgres/NeonPostgres.Autorest/test/Get-AzNeonPostgresEndpoint.Tests.ps1 index 16e4e888845a..17b81925203a 100644 --- a/src/NeonPostgres/NeonPostgres.Autorest/test/Get-AzNeonPostgresEndpoint.Tests.ps1 +++ b/src/NeonPostgres/NeonPostgres.Autorest/test/Get-AzNeonPostgresEndpoint.Tests.ps1 @@ -14,8 +14,18 @@ if(($null -eq $TestName) -or ($TestName -contains 'Get-AzNeonPostgresEndpoint')) . ($mockingPath | Select-Object -First 1).FullName } +# Define variables directly in the script +$resourceName = "NeonDemoOrgPS1" +$resourceGroupName = "neonrg" +$subscriptionId = "a81c0054-6c92-41aa-a235-4f9f98f917c6" +$projectId = "dawn-breeze-86932057" +$branchId = "br-damp-bird-a82olmcu" + Describe 'Get-AzNeonPostgresEndpoint' { - It 'List' -skip { - { throw [System.NotImplementedException] } | Should -Not -Throw + It 'List' { + { + $result = Get-AzNeonPostgresEndpoint -BranchName $branchId -ProjectName $projectId -OrganizationName $resourceName -ResourceGroupName $resourceGroupName -SubscriptionId $subscriptionId + $result.Count | Should -BeGreaterThan 0 + } | Should -Not -Throw } } diff --git a/src/NeonPostgres/NeonPostgres.Autorest/test/Get-AzNeonPostgresNeonDatabase.Recording.json b/src/NeonPostgres/NeonPostgres.Autorest/test/Get-AzNeonPostgresNeonDatabase.Recording.json new file mode 100644 index 000000000000..426c71db495c --- /dev/null +++ b/src/NeonPostgres/NeonPostgres.Autorest/test/Get-AzNeonPostgresNeonDatabase.Recording.json @@ -0,0 +1,48 @@ +{ + "Get-AzNeonPostgresNeonDatabase+[NoContext]+List+$GET+https://management.azure.com/subscriptions/a81c0054-6c92-41aa-a235-4f9f98f917c6/resourceGroups/neonrg/providers/Neon.Postgres/organizations/NeonDemoOrgPS1/projects/dawn-breeze-86932057/branches/br-damp-bird-a82olmcu/neonDatabases?api-version=2025-03-01+1": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/a81c0054-6c92-41aa-a235-4f9f98f917c6/resourceGroups/neonrg/providers/Neon.Postgres/organizations/NeonDemoOrgPS1/projects/dawn-breeze-86932057/branches/br-damp-bird-a82olmcu/neonDatabases?api-version=2025-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "x-ms-unique-id": [ "1" ], + "x-ms-client-request-id": [ "8eeeae75-0015-4269-8d2f-ced4d655ad14" ], + "CommandName": [ "Get-AzNeonPostgresNeonDatabase" ], + "FullCommandName": [ "Get-AzNeonPostgresNeonDatabase_List" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v8.2.0", "PSVersion/v7.5.1", "Az.NeonPostgres/0.1.1" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "x-ms-operation-identifier": [ "tenantId=63ed2519-4773-4c00-b86b-5b27eb2a7e95,objectId=e57de25f-8ebc-457d-a55d-e5657e751755/southeastasia/f7fcb37e-94df-47c0-8520-2b768f543cb9" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "199995" ], + "x-ms-providerhub-traffic": [ "True" ], + "Request-Context": [ "appId=cid-v1:726af22e-a98d-41b8-8be8-c1f253ced955" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "x-ms-request-id": [ "034ff5da-4974-439a-8920-fc42b378117b" ], + "x-ms-correlation-request-id": [ "66f7d0ca-583c-4126-a933-21f29b9f9686" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20250512T085558Z:66f7d0ca-583c-4126-a933-21f29b9f9686" ], + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: B85F90D2BEE44E7A87123C4194051248 Ref B: MAA201060514045 Ref C: 2025-05-12T08:55:56Z" ], + "Date": [ "Mon, 12 May 2025 08:55:58 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "200" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"value\":[{\"properties\":{\"branchId\":\"br-damp-bird-a82olmcu\",\"ownerName\":\"neondb_owner\",\"entityId\":\"1685451\",\"entityName\":\"neondb\",\"createdAt\":\"May 12, 2025 8:02 AM\",\"provisioningState\":\"Succeeded\"}}]}", + "isContentBase64": false + } + } +} \ No newline at end of file diff --git a/src/NeonPostgres/NeonPostgres.Autorest/test/Get-AzNeonPostgresNeonDatabase.Tests.ps1 b/src/NeonPostgres/NeonPostgres.Autorest/test/Get-AzNeonPostgresNeonDatabase.Tests.ps1 index 66418501a8a2..ef3d27fa01e2 100644 --- a/src/NeonPostgres/NeonPostgres.Autorest/test/Get-AzNeonPostgresNeonDatabase.Tests.ps1 +++ b/src/NeonPostgres/NeonPostgres.Autorest/test/Get-AzNeonPostgresNeonDatabase.Tests.ps1 @@ -14,8 +14,18 @@ if(($null -eq $TestName) -or ($TestName -contains 'Get-AzNeonPostgresNeonDatabas . ($mockingPath | Select-Object -First 1).FullName } +# Define variables directly in the script +$resourceName = "NeonDemoOrgPS1" +$resourceGroupName = "neonrg" +$subscriptionId = "a81c0054-6c92-41aa-a235-4f9f98f917c6" +$projectId = "dawn-breeze-86932057" +$branchId = "br-damp-bird-a82olmcu" + Describe 'Get-AzNeonPostgresNeonDatabase' { - It 'List' -skip { - { throw [System.NotImplementedException] } | Should -Not -Throw + It 'List' { + { + $result = Get-AzNeonPostgresNeonDatabase -BranchName $branchId -ProjectName $projectId -OrganizationName $resourceName -ResourceGroupName $resourceGroupName -SubscriptionId $subscriptionId + $result.Count | Should -BeGreaterThan 0 + } | Should -Not -Throw } } diff --git a/src/NeonPostgres/NeonPostgres.Autorest/test/Get-AzNeonPostgresNeonRole.Recording.json b/src/NeonPostgres/NeonPostgres.Autorest/test/Get-AzNeonPostgresNeonRole.Recording.json new file mode 100644 index 000000000000..409c84af7867 --- /dev/null +++ b/src/NeonPostgres/NeonPostgres.Autorest/test/Get-AzNeonPostgresNeonRole.Recording.json @@ -0,0 +1,48 @@ +{ + "Get-AzNeonPostgresNeonRole+[NoContext]+List+$GET+https://management.azure.com/subscriptions/a81c0054-6c92-41aa-a235-4f9f98f917c6/resourceGroups/neonrg/providers/Neon.Postgres/organizations/NeonDemoOrgPS1/projects/dawn-breeze-86932057/branches/br-damp-bird-a82olmcu/neonRoles?api-version=2025-03-01+1": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/a81c0054-6c92-41aa-a235-4f9f98f917c6/resourceGroups/neonrg/providers/Neon.Postgres/organizations/NeonDemoOrgPS1/projects/dawn-breeze-86932057/branches/br-damp-bird-a82olmcu/neonRoles?api-version=2025-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "x-ms-unique-id": [ "1" ], + "x-ms-client-request-id": [ "e7004a60-8e47-4e4f-88bd-5e403243deda" ], + "CommandName": [ "Get-AzNeonPostgresNeonRole" ], + "FullCommandName": [ "Get-AzNeonPostgresNeonRole_List" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v8.2.0", "PSVersion/v7.5.1", "Az.NeonPostgres/0.1.1" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "x-ms-operation-identifier": [ "tenantId=63ed2519-4773-4c00-b86b-5b27eb2a7e95,objectId=e57de25f-8ebc-457d-a55d-e5657e751755/southeastasia/29926e20-6a48-4936-a546-d8856b0fb7c6" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "199992" ], + "x-ms-providerhub-traffic": [ "True" ], + "Request-Context": [ "appId=cid-v1:726af22e-a98d-41b8-8be8-c1f253ced955" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "x-ms-request-id": [ "66862232-7896-45bd-8d4b-f2dfd2bc6db7" ], + "x-ms-correlation-request-id": [ "5f52c2d3-fce0-4c0a-86d4-041f59f496d4" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20250512T085544Z:5f52c2d3-fce0-4c0a-86d4-041f59f496d4" ], + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: 60942A78BB224803B2AA83594AAEC2DF Ref B: MAA201060515037 Ref C: 2025-05-12T08:55:41Z" ], + "Date": [ "Mon, 12 May 2025 08:55:44 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "178" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"value\":[{\"properties\":{\"branchId\":\"br-damp-bird-a82olmcu\",\"isSuperUser\":false,\"entityName\":\"neondb_owner\",\"createdAt\":\"May 12, 2025 8:02 AM\",\"provisioningState\":\"Succeeded\"}}]}", + "isContentBase64": false + } + } +} \ No newline at end of file diff --git a/src/NeonPostgres/NeonPostgres.Autorest/test/Get-AzNeonPostgresNeonRole.Tests.ps1 b/src/NeonPostgres/NeonPostgres.Autorest/test/Get-AzNeonPostgresNeonRole.Tests.ps1 index 8deed82f39d3..dc9a6e0d0f59 100644 --- a/src/NeonPostgres/NeonPostgres.Autorest/test/Get-AzNeonPostgresNeonRole.Tests.ps1 +++ b/src/NeonPostgres/NeonPostgres.Autorest/test/Get-AzNeonPostgresNeonRole.Tests.ps1 @@ -14,8 +14,18 @@ if(($null -eq $TestName) -or ($TestName -contains 'Get-AzNeonPostgresNeonRole')) . ($mockingPath | Select-Object -First 1).FullName } +# Define variables directly in the script +$resourceName = "NeonDemoOrgPS1" +$resourceGroupName = "neonrg" +$subscriptionId = "a81c0054-6c92-41aa-a235-4f9f98f917c6" +$projectId = "dawn-breeze-86932057" +$branchId = "br-damp-bird-a82olmcu" + Describe 'Get-AzNeonPostgresNeonRole' { - It 'List' -skip { - { throw [System.NotImplementedException] } | Should -Not -Throw + It 'List' { + { + $result = Get-AzNeonPostgresNeonRole -BranchName $branchId -ProjectName $projectId -OrganizationName $resourceName -ResourceGroupName $resourceGroupName -SubscriptionId $subscriptionId + $result.Count | Should -BeGreaterThan 0 + } | Should -Not -Throw } } diff --git a/src/NeonPostgres/NeonPostgres.Autorest/test/Get-AzNeonPostgresProject.Recording.json b/src/NeonPostgres/NeonPostgres.Autorest/test/Get-AzNeonPostgresProject.Recording.json new file mode 100644 index 000000000000..553941506eed --- /dev/null +++ b/src/NeonPostgres/NeonPostgres.Autorest/test/Get-AzNeonPostgresProject.Recording.json @@ -0,0 +1,94 @@ +{ + "Get-AzNeonPostgresProject+[NoContext]+List+$GET+https://management.azure.com/subscriptions/a81c0054-6c92-41aa-a235-4f9f98f917c6/resourceGroups/neonrg/providers/Neon.Postgres/organizations/NeonDemoOrgPS1/projects?api-version=2025-03-01+1": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/a81c0054-6c92-41aa-a235-4f9f98f917c6/resourceGroups/neonrg/providers/Neon.Postgres/organizations/NeonDemoOrgPS1/projects?api-version=2025-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "x-ms-unique-id": [ "1" ], + "x-ms-client-request-id": [ "b3b31fb9-830f-4fa1-a293-2b6ebf88864a" ], + "CommandName": [ "Get-AzNeonPostgresProject" ], + "FullCommandName": [ "Get-AzNeonPostgresProject_List" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v8.2.0", "PSVersion/v7.5.1", "Az.NeonPostgres/0.1.1" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "x-ms-operation-identifier": [ "tenantId=63ed2519-4773-4c00-b86b-5b27eb2a7e95,objectId=e57de25f-8ebc-457d-a55d-e5657e751755/southeastasia/b7c78153-2e1c-4957-add8-90309aafff24" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "199997" ], + "x-ms-providerhub-traffic": [ "True" ], + "Request-Context": [ "appId=cid-v1:726af22e-a98d-41b8-8be8-c1f253ced955" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "x-ms-request-id": [ "f0496655-7ad3-4926-b940-2aea893dc6e5" ], + "x-ms-correlation-request-id": [ "76ff921e-0323-47fc-873b-72ccc998aa7c" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20250512T084522Z:76ff921e-0323-47fc-873b-72ccc998aa7c" ], + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: AFCB1C91C6A0455CAD1013FE966DCE9E Ref B: MAA201060514045 Ref C: 2025-05-12T08:45:21Z" ], + "Date": [ "Mon, 12 May 2025 08:45:21 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "243" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"value\":[{\"properties\":{\"regionId\":\"eastus2\",\"storage\":35633304,\"pgVersion\":17,\"historyRetention\":0,\"entityId\":\"dawn-breeze-86932057\",\"entityName\":\"NeonDemoOrgPS1-project\",\"createdAt\":\"May 12, 2025 8:02 AM\",\"provisioningState\":\"Succeeded\"}}]}", + "isContentBase64": false + } + }, + "Get-AzNeonPostgresProject+[NoContext]+Get+$GET+https://management.azure.com/subscriptions/a81c0054-6c92-41aa-a235-4f9f98f917c6/resourceGroups/neonrg/providers/Neon.Postgres/organizations/NeonDemoOrgPS1/projects/dawn-breeze-86932057?api-version=2025-03-01+1": { + "Request": { + "Method": "GET", + "RequestUri": "https://management.azure.com/subscriptions/a81c0054-6c92-41aa-a235-4f9f98f917c6/resourceGroups/neonrg/providers/Neon.Postgres/organizations/NeonDemoOrgPS1/projects/dawn-breeze-86932057?api-version=2025-03-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "x-ms-unique-id": [ "2" ], + "x-ms-client-request-id": [ "d4777b7d-f8fe-4198-9b42-df1d1cfeaf58" ], + "CommandName": [ "Get-AzNeonPostgresProject" ], + "FullCommandName": [ "Get-AzNeonPostgresProject_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/v8.2.0", "PSVersion/v7.5.1", "Az.NeonPostgres/0.1.1" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Cache-Control": [ "no-cache" ], + "Pragma": [ "no-cache" ], + "x-ms-operation-identifier": [ "tenantId=63ed2519-4773-4c00-b86b-5b27eb2a7e95,objectId=e57de25f-8ebc-457d-a55d-e5657e751755/southeastasia/fb4140ce-5104-4479-a296-39b9ce17c721" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "199996" ], + "x-ms-providerhub-traffic": [ "True" ], + "Request-Context": [ "appId=cid-v1:726af22e-a98d-41b8-8be8-c1f253ced955" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "x-ms-request-id": [ "ceccf0c9-4d08-4017-9b02-bcc7da457688" ], + "x-ms-correlation-request-id": [ "dd97ca0a-ef73-41c6-b6a5-236e0a6ab2b3" ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ "3749" ], + "x-ms-routing-request-id": [ "SOUTHEASTASIA:20250512T084529Z:dd97ca0a-ef73-41c6-b6a5-236e0a6ab2b3" ], + "X-Cache": [ "CONFIG_NOCACHE" ], + "X-MSEdge-Ref": [ "Ref A: 991C09F7E1CD451B96764A59D3AC7F9F Ref B: MAA201060514045 Ref C: 2025-05-12T08:45:27Z" ], + "Date": [ "Mon, 12 May 2025 08:45:28 GMT" ] + }, + "ContentHeaders": { + "Content-Length": [ "396" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"properties\":{\"regionId\":\"eastus2\",\"storage\":35633304,\"pgVersion\":17,\"historyRetention\":1,\"defaultEndpointSettings\":{\"autoscalingLimitMinCu\":0.25,\"autoscalingLimitMaxCu\":0.25},\"branch\":null,\"roles\":null,\"databases\":null,\"endpoints\":null,\"entityId\":\"dawn-breeze-86932057\",\"entityName\":\"NeonDemoOrgPS1-project\",\"createdAt\":\"May 12, 2025 8:02 AM\",\"provisioningState\":\"Succeeded\",\"attributes\":null}}", + "isContentBase64": false + } + } +} \ No newline at end of file diff --git a/src/NeonPostgres/NeonPostgres.Autorest/test/Get-AzNeonPostgresProject.Tests.ps1 b/src/NeonPostgres/NeonPostgres.Autorest/test/Get-AzNeonPostgresProject.Tests.ps1 index d4d307476855..d1fa72be3bf2 100644 --- a/src/NeonPostgres/NeonPostgres.Autorest/test/Get-AzNeonPostgresProject.Tests.ps1 +++ b/src/NeonPostgres/NeonPostgres.Autorest/test/Get-AzNeonPostgresProject.Tests.ps1 @@ -14,20 +14,23 @@ if(($null -eq $TestName) -or ($TestName -contains 'Get-AzNeonPostgresProject')) . ($mockingPath | Select-Object -First 1).FullName } +# Define variables directly in the script +$resourceName = "NeonDemoOrgPS1" +$resourceGroupName = "neonrg" +$subscriptionId = "a81c0054-6c92-41aa-a235-4f9f98f917c6" +$projectId = "dawn-breeze-86932057" Describe 'Get-AzNeonPostgresProject' { - It 'List' -skip { - { throw [System.NotImplementedException] } | Should -Not -Throw + It 'List' { + { + $result = Get-AzNeonPostgresProject -OrganizationName $resourceName -ResourceGroupName $resourceGroupName -SubscriptionId $subscriptionId + $result.Count | Should -BeGreaterThan 0 + } | Should -Not -Throw } - It 'GetViaIdentityOrganization' -skip { - { throw [System.NotImplementedException] } | Should -Not -Throw - } - - It 'Get' -skip { - { throw [System.NotImplementedException] } | Should -Not -Throw - } - - It 'GetViaIdentity' -skip { - { throw [System.NotImplementedException] } | Should -Not -Throw + It 'Get' { + { + $result = Get-AzNeonPostgresProject -Name $projectId -OrganizationName $resourceName -ResourceGroupName $resourceGroupName -SubscriptionId $subscriptionId + $result.Count | Should -BeGreaterThan 0 + } | Should -Not -Throw } }