-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ Device Registry] Disable flatten (#28655)
* disable flatten for deviceregistry * add readme.python.md * Create readme.java.md * Update readme.md * Update readme.md * tspconfig.yaml for Java * Revert "tspconfig.yaml for Java" This reverts commit 02cb3ef. --------- Co-authored-by: Weidong Xu <[email protected]> Co-authored-by: Yuchao Yan <[email protected]> Co-authored-by: xiaofeicao <[email protected]>
- Loading branch information
1 parent
718b341
commit 1f6e896
Showing
3 changed files
with
34 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
## Java | ||
|
||
These settings apply only when `--java` is specified on the command line. | ||
|
||
``` yaml $(java) | ||
service-name: Device Registry | ||
title: DeviceRegistryMgmtClient | ||
client-flattened-annotation-target: disabled | ||
``` |
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/deviceregistry/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: DeviceRegistryMgmtClient | ||
azure-arm: true | ||
license-header: MICROSOFT_MIT_NO_VERSION | ||
package-name: azure-mgmt-deviceregistry | ||
namespace: azure.mgmt.deviceregistry | ||
package-version: 1.0.0b1 | ||
clear-output-folder: true | ||
``` | ||
``` yaml $(python) | ||
no-namespace-folders: true | ||
output-folder: $(python-sdks-folder)/deviceregistry/azure-mgmt-deviceregistry/azure/mgmt/deviceregistry | ||
``` |