Skip to content

Commit c14d693

Browse files
authored
[cpim]update readme.python.md (#18562)
* update cpim readme.python.md * Update readme.python.md * Update readme.python.md Co-authored-by: ZiWei Chen (WICRESOFT NORTH AMERICA LTD) <v-ziweichen@microsoft.com>
1 parent 2e665b0 commit c14d693

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ license-header: MICROSOFT_MIT_NO_VERSION
88
package-name: azure-mgmt-azureadexternalidentities
99
package-version: 1.0.0b2
1010
no-namespace-folders: true
11-
python-base-folder: azureadexternalidentities/azure-mgmt-azureadexternalidentities/azure/mgmt/azureadexternalidentities
1211
```
1312
1413
### Python multi-api
@@ -34,7 +33,7 @@ perform-load: false
3433
These settings apply only when `--tag=package-2021-04-01 --python` is specified on the command line. Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
3534

3635
```yaml $(tag) =='package-2021-04-01'&& $(python)
37-
namespace: $(python-base-namespace).v2021_04_01
36+
namespace: azure.mgmt.azureadexternalidentities.v2021_04_01
3837
output-folder: $(python-sdks-folder)/azureadexternalidentities/azure-mgmt-azureadexternalidentities/azure/mgmt/azureadexternalidentities/v2021_04_01
3938
```
4039

@@ -43,15 +42,16 @@ output-folder: $(python-sdks-folder)/azureadexternalidentities/azure-mgmt-azurea
4342
These settings apply only when `--tag=package-2020-05-01-preview --python` is specified on the command line. Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
4443

4544
```yaml $(tag) =='package-2020-05-01-preview'&& $(python)
46-
namespace: $(python-base-namespace).v2020_05_01_preview
47-
output-folder: $(python-sdks-folder)/azureadexternalidentities/azure-mgmt-azureadexternalidentities/azure/mgmt/azureadexternalidentities/v2021_04_01
45+
namespace: azure.mgmt.azureadexternalidentities.v2020_05_01_preview
46+
output-folder: $(python-sdks-folder)/azureadexternalidentities/azure-mgmt-azureadexternalidentities/azure/mgmt/azureadexternalidentities/v2020_05_01_preview
4847
```
4948

5049
### Tag: package-2019-01-01-preview and python
5150

5251
These settings apply only when `--tag=package-2019-01-01-preview --python` is specified on the command line. Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
5352

5453
```yaml $(tag) =='package-2019-01-01-preview'&& $(python)
55-
namespace: $(python-base-namespace).v2019_01_01_preview
56-
output-folder: $(python-sdks-folder)/azureadexternalidentities/azure-mgmt-azureadexternalidentities/azure/mgmt/azureadexternalidentities/v2021_04_01
54+
namespace: azure.mgmt.azureadexternalidentities.v2019_01_01_preview
55+
output-folder: $(python-sdks-folder)/azureadexternalidentities/azure-mgmt-azureadexternalidentities/azure/mgmt/azureadexternalidentities/v2019_01_01_preview
5756
```
57+

0 commit comments

Comments
 (0)