Skip to content

Commit

Permalink
Update readme.python.md (#25263)
Browse files Browse the repository at this point in the history
* Update readme.python.md

* Update readme.python.md

* Update readme.python.md
  • Loading branch information
msyyc authored Aug 22, 2023
1 parent bcfe02e commit ec882de
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@ Please also specify `--python-sdks-folder=<path to the root directory of your az
Use `--python-mode=update` if you already have a setup.py and just want to update the code itself.

``` yaml $(python)
title: HDInsightOnAksMgmtClient
title: HDInsightContainersMgmtClient
azure-arm: true
license-header: MICROSOFT_MIT_NO_VERSION
namespace: azure.mgmt.hdinsightonaks
package-name: azure-mgmt-hdinsightonaks
namespace: azure.mgmt.hdinsightcontainers
package-name: azure-mgmt-hdinsightcontainers
package-version: 1.0.0b1
clear-output-folder: true
```
``` yaml $(python)
no-namespace-folders: true
output-folder: $(python-sdks-folder)/hdinsight/azure-mgmt-hdinsightonaks/azure/mgmt/hdinsightonaks
output-folder: $(python-sdks-folder)/hdinsight/azure-mgmt-hdinsightcontainers/azure/mgmt/hdinsightcontainers
```
``` yaml $(python)
Expand Down

0 comments on commit ec882de

Please sign in to comment.