-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Create readme.python.md * Update readme.python.md * Update readme.md * update the basic version and add typescript.md * Update specification/liftrastronomer/resource-manager/readme.typescript.md Co-authored-by: Qiaoqiao Zhang <[email protected]> --------- Co-authored-by: kazrael2119 <[email protected]> Co-authored-by: Qiaoqiao Zhang <[email protected]>
- Loading branch information
1 parent
79e4e0c
commit a1d3891
Showing
3 changed files
with
40 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19 changes: 19 additions & 0 deletions
19
specification/liftrastronomer/resource-manager/readme.python.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
## Python | ||
|
||
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>`. | ||
|
||
``` yaml $(python) | ||
title: AstroMgmtClient | ||
azure-arm: true | ||
license-header: MICROSOFT_MIT_NO_VERSION | ||
package-name: azure-mgmt-astro | ||
namespace: azure.mgmt.astro | ||
package-version: 1.0.0b1 | ||
clear-output-folder: true | ||
``` | ||
``` yaml $(python) | ||
no-namespace-folders: true | ||
output-folder: $(python-sdks-folder)/astro/azure-mgmt-astro/azure/mgmt/astro | ||
``` |
13 changes: 13 additions & 0 deletions
13
specification/liftrastronomer/resource-manager/readme.typescript.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
## TypeScript | ||
|
||
These settings apply only when `--typescript` is specified on the command line. | ||
Please also specify `--typescript-sdks-folder=<path to root folder of your azure-sdk-for-js clone>`. | ||
|
||
``` yaml $(typescript) | ||
title: AstroManagementClient | ||
typescript: | ||
azure-arm: true | ||
package-name: "@azure/arm-astro" | ||
output-folder: "$(typescript-sdks-folder)/sdk/astro/arm-astro" | ||
generate-metadata: true | ||
``` |