@@ -37,6 +37,7 @@ These settings apply only when `--tag=package-privatelinks-2020-05 --python` is
37
37
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
38
38
39
39
` ` ` yaml $(tag) == 'package-privatelinks-2020-05'
40
+ title: ResourcePrivateLinkClient
40
41
namespace: azure.mgmt.resource.privatelinks
41
42
output-folder: $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/resource/privatelinks
42
43
` ` `
@@ -47,6 +48,7 @@ These settings apply only when `--tag=package-features-2021-07 --python` is spec
47
48
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
48
49
49
50
` ` ` yaml $(tag) == 'package-features-2021-07'
51
+ title: FeatureClient
50
52
namespace: azure.mgmt.resource.features
51
53
output-folder: $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/resource/features
52
54
` ` `
@@ -57,6 +59,7 @@ These settings apply only when `--tag=package-links-2016-09 --python` is specifi
57
59
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
58
60
59
61
` ` ` yaml $(tag) == 'package-links-2016-09'
62
+ title: ManagementLinkClient
60
63
namespace: azure.mgmt.resource.links
61
64
output-folder: $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/resource/links
62
65
` ` `
@@ -67,6 +70,7 @@ These settings apply only when `--tag=package-locks-2016-09 --python` is specifi
67
70
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
68
71
69
72
` ` ` yaml $(tag) == 'package-locks-2016-09'
73
+ title: ManagementLockClient
70
74
namespace: azure.mgmt.resource.locks
71
75
output-folder: $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/resource/locks
72
76
` ` `
@@ -77,6 +81,7 @@ These settings apply only when `--tag=package-managedapplications-2019-07 --pyth
77
81
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
78
82
79
83
` ` ` yaml $(tag) == 'package-managedapplications-2019-07'
84
+ title: ApplicationClient
80
85
namespace: azure.mgmt.resource.managedapplications
81
86
output-folder: $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/resource/managedapplications
82
87
` ` `
@@ -87,6 +92,7 @@ These settings apply only when `--tag=package-policy-2023-04 --python` is specif
87
92
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
88
93
89
94
` ` ` yaml $(tag) == 'package-policy-2023-04'
95
+ title: PolicyClient
90
96
namespace: azure.mgmt.resource.policy
91
97
output-folder: $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/resource/policy
92
98
` ` `
@@ -108,6 +114,7 @@ These settings apply only when `--tag=package-subscriptions-2022-12 --python` is
108
114
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
109
115
110
116
` ` ` yaml $(tag) == 'package-subscriptions-2022-12'
117
+ title: SubscriptionClient
111
118
namespace: azure.mgmt.resource.subscriptions
112
119
output-folder: $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/resource/subscriptions
113
120
` ` `
@@ -118,26 +125,18 @@ These settings apply only when `--tag=package-changes-2022-05 --python` is speci
118
125
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
119
126
120
127
` ` ` yaml $(tag) == 'package-changes-2022-05'
128
+ title: ChangesClient
121
129
namespace: azure.mgmt.resource.changes
122
130
output-folder: $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/resource/changes
123
131
` ` `
124
132
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
-
135
133
# ## Tag: package-databoundaries-2024-08 and python
136
134
137
135
These settings apply only when `--tag=package-databoundaries-2024-08 --python` is specified on the command line.
138
136
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
139
137
140
138
` ` ` yaml $(tag) == 'package-databoundaries-2024-08'
139
+ title: DataBoundaryMgmtClient
141
140
namespace: azure.mgmt.resource.databoundaries
142
141
output-folder: $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/resource/databoundaries
143
142
directive:
0 commit comments