Skip to content

Commit 07b9f35

Browse files
authored
fix for python config (Azure#35964)
The JS failure is not related to this change. Will force merge this PR.
1 parent 97f789a commit 07b9f35

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

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

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ These settings apply only when `--tag=package-privatelinks-2020-05 --python` is
3737
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
3838

3939
``` yaml $(tag) == 'package-privatelinks-2020-05'
40+
title: ResourcePrivateLinkClient
4041
namespace: azure.mgmt.resource.privatelinks
4142
output-folder: $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/resource/privatelinks
4243
```
@@ -47,6 +48,7 @@ These settings apply only when `--tag=package-features-2021-07 --python` is spec
4748
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
4849

4950
``` yaml $(tag) == 'package-features-2021-07'
51+
title: FeatureClient
5052
namespace: azure.mgmt.resource.features
5153
output-folder: $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/resource/features
5254
```
@@ -57,6 +59,7 @@ These settings apply only when `--tag=package-links-2016-09 --python` is specifi
5759
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
5860

5961
``` yaml $(tag) == 'package-links-2016-09'
62+
title: ManagementLinkClient
6063
namespace: azure.mgmt.resource.links
6164
output-folder: $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/resource/links
6265
```
@@ -67,6 +70,7 @@ These settings apply only when `--tag=package-locks-2016-09 --python` is specifi
6770
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
6871

6972
``` yaml $(tag) == 'package-locks-2016-09'
73+
title: ManagementLockClient
7074
namespace: azure.mgmt.resource.locks
7175
output-folder: $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/resource/locks
7276
```
@@ -77,6 +81,7 @@ These settings apply only when `--tag=package-managedapplications-2019-07 --pyth
7781
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
7882

7983
``` yaml $(tag) == 'package-managedapplications-2019-07'
84+
title: ApplicationClient
8085
namespace: azure.mgmt.resource.managedapplications
8186
output-folder: $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/resource/managedapplications
8287
```
@@ -87,6 +92,7 @@ These settings apply only when `--tag=package-policy-2023-04 --python` is specif
8792
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
8893

8994
``` yaml $(tag) == 'package-policy-2023-04'
95+
title: PolicyClient
9096
namespace: azure.mgmt.resource.policy
9197
output-folder: $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/resource/policy
9298
```
@@ -108,6 +114,7 @@ These settings apply only when `--tag=package-subscriptions-2022-12 --python` is
108114
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
109115

110116
``` yaml $(tag) == 'package-subscriptions-2022-12'
117+
title: SubscriptionClient
111118
namespace: azure.mgmt.resource.subscriptions
112119
output-folder: $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/resource/subscriptions
113120
```
@@ -118,26 +125,18 @@ These settings apply only when `--tag=package-changes-2022-05 --python` is speci
118125
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
119126

120127
``` yaml $(tag) == 'package-changes-2022-05'
128+
title: ChangesClient
121129
namespace: azure.mgmt.resource.changes
122130
output-folder: $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/resource/changes
123131
```
124132

125-
### Tag: package-privatelinks-2020-05 and python
126-
127-
These settings apply only when `--tag=package-privatelinks-2020-05 --python` is specified on the command line.
128-
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
129-
130-
``` yaml $(tag) == 'package-privatelinks-2020-05'
131-
namespace: azure.mgmt.resource.privatelinks
132-
output-folder: $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/resource/privatelinks
133-
```
134-
135133
### Tag: package-databoundaries-2024-08 and python
136134

137135
These settings apply only when `--tag=package-databoundaries-2024-08 --python` is specified on the command line.
138136
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
139137

140138
``` yaml $(tag) == 'package-databoundaries-2024-08'
139+
title: DataBoundaryMgmtClient
141140
namespace: azure.mgmt.resource.databoundaries
142141
output-folder: $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/resource/databoundaries
143142
directive:

0 commit comments

Comments
 (0)