Skip to content

Commit a5377b0

Browse files
authored
update healthbot t2 config (Azure#12269)
* update healthbot t2 config * fix readme
1 parent 09a2c0f commit a5377b0

File tree

2 files changed

+9
-12
lines changed

2 files changed

+9
-12
lines changed

specification/healthbot/resource-manager/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ This is not used by Autorest itself.
8484

8585
```yaml $(swagger-to-sdk)
8686
swagger-to-sdk:
87-
- repo: azure-sdk-for-python
87+
- repo: azure-sdk-for-python-track2
8888
- repo: azure-sdk-for-java
8989
- repo: azure-sdk-for-js
9090
- repo: azure-sdk-for-ruby

specification/healthbot/resource-manager/readme.python.md

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,15 @@ These settings apply only when `--python` is specified on the command line.
44
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
55

66
```yaml $(python)
7-
python:
8-
azure-arm: true
9-
license-header: MICROSOFT_MIT_NO_VERSION
10-
payload-flattening-threshold: 2
11-
namespace: azure.mgmt.healthbot
12-
package-name: azure-mgmt-healthbot
13-
package-version: 2020-10-20-preview
14-
clear-output-folder: true
7+
azure-arm: true
8+
license-header: MICROSOFT_MIT_NO_VERSION
9+
namespace: azure.mgmt.healthbot
10+
package-name: azure-mgmt-healthbot
11+
package-version: 2020-10-20-preview
12+
clear-output-folder: true
1513
```
1614
1715
```yaml $(python)
18-
python:
19-
no-namespace-folders: true
20-
output-folder: $(python-sdks-folder)/healthbot/azure-mgmt-healthbot/azure/mgmt/healthbot
16+
no-namespace-folders: true
17+
output-folder: $(python-sdks-folder)/healthbot/azure-mgmt-healthbot/azure/mgmt/healthbot
2118
```

0 commit comments

Comments
 (0)