-
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.
- Loading branch information
David R. Williamson
authored
Mar 16, 2021
1 parent
a2b6c11
commit 9a75793
Showing
6 changed files
with
129 additions
and
103 deletions.
There are no files selected for viewing
21 changes: 21 additions & 0 deletions
21
specification/deviceprovisioningservices/resource-manager/readme.csharp.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,21 @@ | ||
# C# DPS | ||
|
||
> see https://aka.ms/autorest | ||
This is the AutoRest configuration file for the Device Provisioning Service. | ||
|
||
## C# common settings | ||
|
||
These settings apply only when `--csharp` is specified on the command line. | ||
Please also specify `--csharp-sdks-folder=<path to "SDKs" directory of your azure-sdk-for-net clone>`. | ||
|
||
``` yaml $(csharp) | ||
csharp: | ||
azure-arm: true | ||
license-header: MICROSOFT_MIT_NO_VERSION | ||
payload-flattening-threshold: 1 | ||
client-side-validation: false | ||
clear-output-folder: true | ||
namespace: Microsoft.Azure.Management.DeviceProvisioningServices | ||
output-folder: $(csharp-sdks-folder)/deviceprovisioningservcies/Management.Azure.Management.DeviceProvisioningServcies/src/Generated | ||
``` |
66 changes: 66 additions & 0 deletions
66
specification/deviceprovisioningservices/resource-manager/readme.java.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,66 @@ | ||
# Java DPS | ||
|
||
> see https://aka.ms/autorest | ||
This is the AutoRest configuration file for the Device Provisioning Service. | ||
|
||
## Java common settings | ||
|
||
These settings apply only when `--java` is specified on the command line. | ||
Please also specify `--azure-libraries-for-java-folder=<path to "SDKs" directory of your azure-sdk-for-java clone>`. | ||
|
||
``` yaml $(java) | ||
java: | ||
azure-arm: true | ||
regenerate-manager: true | ||
license-header: MICROSOFT_MIT_NO_CODEGEN | ||
payload-flattening-threshold: 1 | ||
client-side-validation: false | ||
generate-interface: true | ||
clear-output-folder: true | ||
output-folder: $(azure-libraries-for-java-folder)/deviceprovisioningservices | ||
``` | ||
## Tag: package-2020-03 and java | ||
These settings apply only when `--tag=package-2020-03 --java` is specified on the command line. | ||
Please also specify `--azure-libraries-for-java=<path to the root directory of your azure-sdk-for-java clone>`. | ||
|
||
``` yaml $(tag) == 'package-2020-03' && $(java) | ||
java: | ||
namespace: com.microsoft.azure.management.deviceprovisioningservices.v2020_03_01 | ||
output-folder: $(azure-libraries-for-java-folder)/sdk/deviceprovisioningservices/mgmt-v2020_03_01 | ||
``` | ||
|
||
## Tag: package-2018-01 and java | ||
|
||
These settings apply only when `--tag=package-2018-01 --java` is specified on the command line. | ||
Please also specify `--azure-libraries-for-java=<path to the root directory of your azure-sdk-for-java clone>`. | ||
|
||
``` yaml $(tag) == 'package-2018-01' && $(java) && $(multiapi) | ||
java: | ||
namespace: com.microsoft.azure.management.deviceprovisioningservices.v2018_01_22 | ||
output-folder: $(azure-libraries-for-java-folder)/sdk/deviceprovisioningservices/mgmt-v2018_01_22 | ||
``` | ||
|
||
## Tag: package-2017-11 and java | ||
|
||
These settings apply only when `--tag=package-2017-11 --java` is specified on the command line. | ||
Please also specify `--azure-libraries-for-java=<path to the root directory of your azure-sdk-for-java clone>`. | ||
|
||
``` yaml $(tag) == 'package-2017-11' && $(java) && $(multiapi) | ||
java: | ||
namespace: com.microsoft.azure.management.deviceprovisioningservices.v2017_11_15 | ||
output-folder: $(azure-libraries-for-java-folder)/sdk/deviceprovisioningservices/mgmt-v2017_11_15 | ||
``` | ||
|
||
## Tag: package-2017-08 and java | ||
|
||
These settings apply only when `--tag=package-2017-08 --java` is specified on the command line. | ||
Please also specify `--azure-libraries-for-java=<path to the root directory of your azure-sdk-for-java clone>`. | ||
|
||
``` yaml $(tag) == 'package-2017-08' && $(java) && $(multiapi) | ||
java: | ||
namespace: com.microsoft.azure.management.deviceprovisioningservices.v2017_08_21_preview | ||
output-folder: $(azure-libraries-for-java-folder)/sdk/deviceprovisioningservices/mgmt-v2017_08_21_preview | ||
``` |
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
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
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
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