Skip to content

Commit de53c82

Browse files
authored
Update readme.python.md (#22736)
1 parent 6949b0b commit de53c82

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ batch:
3232
- tag: package-locks-2016-09
3333
- tag: package-locks-2015-01
3434
- multiapiscript-locks: true
35-
- tag: package-managedapplications-2018-06
35+
- tag: package-managedapplications-2019-07
3636
- multiapiscript-managedapplications: true
3737
- tag: package-policy-2021-06
3838
- tag: package-policy-2020-09
@@ -230,14 +230,14 @@ namespace: azure.mgmt.resource.locks.v2015_01_01
230230
output-folder: $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/resource/locks/v2015_01_01
231231
```
232232

233-
### Tag: package-managedapplications-2018-06 and python
233+
### Tag: package-managedapplications-2019-07 and python
234234

235-
These settings apply only when `--tag=package-managedapplications-2018-06 --python` is specified on the command line.
235+
These settings apply only when `--tag=package-managedapplications-2019-07 --python` is specified on the command line.
236236
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
237237

238-
``` yaml $(tag) == 'package-managedapplications-2018-06'
239-
namespace: azure.mgmt.resource.managedapplications.v2018_06_01
240-
output-folder: $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/resource/managedapplications/v2018_06_01
238+
``` yaml $(tag) == 'package-managedapplications-2019-07'
239+
namespace: azure.mgmt.resource.managedapplications.v2019_07_01
240+
output-folder: $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/resource/managedapplications/v2019_07_01
241241
```
242242

243243
### Tag: package-policy-2021-06 and python

0 commit comments

Comments
 (0)