Skip to content

Commit e3118ae

Browse files
authored
[appservice] add python config (#38793)
* add python config * Update readme.python.md
1 parent 9ce10cd commit e3118ae

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

specification/web/resource-manager/Microsoft.Web/AppService/readme.python.md

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,29 @@
33
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

6+
### Tag: package-2025-03 and python
7+
8+
``` yaml $(python) && $(tag) == 'package-2025-03'
9+
input-file:
10+
- ../../../../certificateregistration/resource-manager/Microsoft.CertificateRegistration/CertificateRegistration/stable/2024-11-01/AppServiceCertificateOrders.json
11+
- ../../../../certificateregistration/resource-manager/Microsoft.CertificateRegistration/CertificateRegistration/stable/2024-11-01/CertificateOrdersDiagnostics.json
12+
- ../../../../certificateregistration/resource-manager/Microsoft.CertificateRegistration/CertificateRegistration/stable/2024-11-01/CertificateRegistrationProvider.json
13+
- ../../../../domainregistration/resource-manager/Microsoft.DomainRegistration/DomainRegistration/stable/2024-11-01/DomainRegistrationProvider.json
14+
- ../../../../domainregistration/resource-manager/Microsoft.DomainRegistration/DomainRegistration/stable/2024-11-01/Domains.json
15+
- ../../../../domainregistration/resource-manager/Microsoft.DomainRegistration/DomainRegistration/stable/2024-11-01/TopLevelDomains.json
16+
```
17+
618
``` yaml $(python)
7-
title: AppServiceManagementClient
19+
title: WebSiteManagementClient
820
azure-arm: true
921
license-header: MICROSOFT_MIT_NO_VERSION
10-
package-name: azure-mgmt-appservice
11-
namespace: azure.mgmt.appservice
22+
package-name: azure-mgmt-web
23+
namespace: azure.mgmt.web
1224
package-version: 1.0.0b1
1325
clear-output-folder: true
1426
```
1527
1628
``` yaml $(python)
1729
no-namespace-folders: true
18-
output-folder: $(python-sdks-folder)/appservice/azure-mgmt-appservice/azure/mgmt/appservice
30+
output-folder: $(python-sdks-folder)/appservice/azure-mgmt-web/azure/mgmt/web
1931
```

0 commit comments

Comments
 (0)