Skip to content

Commit 3afef36

Browse files
authored
[python] Update PostgreSQL flexible server tspconfig with correct service-dir, namespace, and output dir (#40418)
* [python] Update PostgreSQL tspconfig with correct service-dir, namespace, and output dir * Update tspconfig.yaml
1 parent 6099cf9 commit 3afef36

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

specification/postgresql/DBforPostgreSQL.Management/tspconfig.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ options:
1212
examples-dir: "{project-root}/examples"
1313
emit-lro-options: "all"
1414
"@azure-tools/typespec-python":
15-
emitter-output-dir: "{output-dir}/{service-dir}/azure-mgmt-postgresql"
16-
namespace: "azure.mgmt.postgresql"
15+
service-dir: "sdk/postgresqlflexibleservers"
16+
emitter-output-dir: "{output-dir}/{service-dir}/azure-mgmt-postgresqlflexibleservers"
17+
namespace: "azure.mgmt.postgresqlflexibleservers"
1718
generate-test: true
1819
generate-sample: true
1920
flavor: "azure"

0 commit comments

Comments
 (0)