-
Notifications
You must be signed in to change notification settings - Fork 5.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update readme.python.md #18201
Update readme.python.md #18201
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -4,21 +4,16 @@ These settings apply only when `--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>`. | ||||||
Use `--python-mode=update` if you already have a setup.py and just want to update the code itself. | ||||||
|
||||||
``` yaml $(python) && $(track2) | ||||||
```yaml $(python) | ||||||
azure-arm: true | ||||||
license-header: MICROSOFT_MIT_NO_VERSION | ||||||
namespace: azure.mgmt.containerinstance | ||||||
namespace: azure.mgmt.[[containerinstance]] | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
Why parentheses? |
||||||
package-name: azure-mgmt-containerinstance | ||||||
package-version: 1.0.0b1 | ||||||
clear-output-folder: true | ||||||
``` | ||||||
|
||||||
``` yaml $(python) && $(python-mode) == 'update' && $(track2) | ||||||
``` yaml $(python) | ||||||
no-namespace-folders: true | ||||||
output-folder: $(python-sdks-folder)/containerinstance/azure-mgmt-containerinstance/azure/mgmt/containerinstance | ||||||
``` | ||||||
|
||||||
``` yaml $(python) && $(python-mode) == 'create' && $(track2) | ||||||
basic-setup-py: true | ||||||
output-folder: $(python-sdks-folder)/containerinstance/azure-mgmt-containerinstance | ||||||
``` |
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -4,21 +4,17 @@ These settings apply only when `--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>`. | ||||||
Use `--python-mode=update` if you already have a setup.py and just want to update the code itself. | ||||||
|
||||||
``` yaml $(python) && $(track2) | ||||||
``` yaml $(python) | ||||||
azure-arm: true | ||||||
license-header: MICROSOFT_MIT_NO_VERSION | ||||||
namespace: azure.mgmt.netapp | ||||||
namespace: azure.mgmt.[[netapp]] | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
Why parentheses? |
||||||
package-name: azure-mgmt-netapp | ||||||
package-version: 5.1.0 | ||||||
clear-output-folder: true | ||||||
``` | ||||||
|
||||||
``` yaml $(python) && $(python-mode) == 'update' && $(track2) | ||||||
``` yaml $(python) | ||||||
no-namespace-folders: true | ||||||
output-folder: $(python-sdks-folder)/netapp/azure-mgmt-netapp/azure/mgmt/netapp | ||||||
``` | ||||||
|
||||||
``` yaml $(python) && $(python-mode) == 'create' && $(track2) | ||||||
basic-setup-py: true | ||||||
output-folder: $(python-sdks-folder)/netapp/azure-mgmt-netapp | ||||||
``` |
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -4,20 +4,16 @@ These settings apply only when `--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>`. | ||||||
Use `--python-mode=update` if you already have a setup.py and just want to update the code itself. | ||||||
|
||||||
``` yaml $(python) && $(track2) | ||||||
``` yaml $(python) | ||||||
azure-arm: true | ||||||
license-header: MICROSOFT_MIT_NO_VERSION | ||||||
namespace: azure.mgmt.relay | ||||||
namespace: azure.mgmt.[[relay]] | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
Why parentheses? |
||||||
package-name: azure-mgmt-relay | ||||||
package-version: 1.0.0b1 | ||||||
clear-output-folder: true | ||||||
``` | ||||||
|
||||||
``` yaml $(python) && $(python-mode) == 'update' && $(track2) | ||||||
``` yaml $(python) | ||||||
no-namespace-folders: true | ||||||
output-folder: $(python-sdks-folder)/relay/azure-mgmt-relay/azure/mgmt/relay | ||||||
``` | ||||||
``` yaml $(python) && $(python-mode) == 'create' && $(track2) | ||||||
basic-setup-py: true | ||||||
output-folder: $(python-sdks-folder)/relay/azure-mgmt-relay | ||||||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.