Skip to content

Commit

Permalink
Update tspconfig for Python SDK (#30503)
Browse files Browse the repository at this point in the history
* update tspconfig

* Update tspconfig.yaml

---------

Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
  • Loading branch information
ChenxiJiang333 and msyyc authored Sep 12, 2024
1 parent 317b997 commit 55607c6
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,4 @@ using Microsoft.StandbyPool;
);
@@clientName(ProvisioningState, "StandbyProvisioningState", "csharp");
@@clientName(RefillPolicy, "StandbyRefillPolicy", "csharp");
@@clientName(Microsoft.StandbyPool, "StandbyPoolMgmtClient", "python");
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,10 @@ options:
flavor: azure
clear-output-folder: true
namespace: "{package-dir}"
"@azure-tools/typespec-python":
package-dir: "azure-mgmt-standbypool"
package-name: "{package-dir}"
flavor: "azure"
generate-test: true
generate-sample: true
examples-dir: "{project-root}/examples"
2 changes: 2 additions & 0 deletions specification/standbypool/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ tag: package-2024-03
```
### Suppression
``` yaml
suppressions:
- code: OperationIdNounVerb
Expand All @@ -42,6 +43,7 @@ suppressions:
modelerfour:
flatten-models: false
```
### Tag: package-2024-03
These settings apply only when `--tag=package-2024-03` is specified on the command line.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ clear-output-folder: true
``` yaml $(python)
no-namespace-folders: true
output-folder: $(python-sdks-folder)/standbypool/azure-mgmt-standbypool/azure/mgmt/standbypool
```
```

0 comments on commit 55607c6

Please sign in to comment.