This is the AutoRest configuration file for IotCentral.
To build the SDK for IotCentral, simply Install AutoRest and in this folder, run:
autorest
To see additional help and options, run:
autorest --help
These are the global settings for IotCentral.
openapi-type: arm
tag: package-preview-2021-11
These settings apply only when --tag=package-preview-2021-11
is specified on the command line.
input-file:
- Microsoft.IoTCentral/preview/2021-11-01-preview/iotcentral.json
directive:
- suppress: R4009
from: iotcentral.json
reason: We do not yet support systemdata.
- suppress: R3018
from: iotcentral.json
reason: resource name availability needs to be boolean (available or not)
- suppress: R4018
from: iotcentral.json
reason: We do not yet support isDataAction, display.description and display.resource.
- suppress: R3026
from: privatelinks.json
reason: privateLink and privateEndpointConnection sub-resources don't have patch operations.
- suppress: R3010
from: privatelinks.json
reason: privateLink and privateEndpointConnection sub-resources don't have list by immediate parent apis.
These settings apply only when --tag=package-2021-06
is specified on the command line.
input-file:
- Microsoft.IoTCentral/stable/2021-06-01/iotcentral.json
directive:
- suppress: R4009
from: iotcentral.json
reason: We do not yet support systemdata.
- suppress: R3018
from: iotcentral.json
reason: resource name availability needs to be boolean (available or not)
- suppress: R4018
from: iotcentral.json
reason: We do not yet support isDataAction, display.description and display.resource.
These settings apply only when --tag=package-2018-09-01
is specified on the command line.
input-file:
- Microsoft.IoTCentral/stable/2018-09-01/iotcentral.json
This section describes what SDK should be generated by the automatic system. This is not used by Autorest itself.
swagger-to-sdk:
- repo: azure-sdk-for-net-track2
- repo: azure-sdk-for-python
- repo: azure-sdk-for-java
- repo: azure-sdk-for-go
- repo: azure-sdk-for-js
- repo: azure-sdk-for-node
- repo: azure-sdk-for-ruby
after_scripts:
- bundle install && rake arm:regen_all_profiles['azure_mgmt_iot_central']
- repo: azure-resource-manager-schemas
- repo: azure-powershell
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>
.
csharp:
azure-arm: true
license-header: MICROSOFT_MIT_NO_VERSION
namespace: Microsoft.Azure.Management.IotCentral
payload-flattening-threshold: 1
output-folder: $(csharp-sdks-folder)/iotcentral/Microsoft.Azure.Management.IotCentral/src/Generated
clear-output-folder: true
See configuration in readme.go.md
These settings apply only when --java
is specified on the command line.
Please also specify --azure-libraries-for-java-folder=<path to the root directory of your azure-libraries-for-java clone>
.
azure-arm: true
fluent: true
namespace: com.microsoft.azure.management.iotcentral
license-header: MICROSOFT_MIT_NO_CODEGEN
payload-flattening-threshold: 1
output-folder: $(azure-libraries-for-java-folder)/azure-mgmt-iotcentral
These settings apply only when --tag=package-2018-09-01 --java
is specified on the command line.
Please also specify --azure-libraries-for-java-folder=<path to the root directory of your azure-sdk-for-java clone>
.
java:
namespace: com.microsoft.azure.management.iotcentral.v2018_09_01
output-folder: $(azure-libraries-for-java-folder)/sdk/iotcentral/mgmt-v2018_09_01
regenerate-manager: true
generate-interface: true