This is the AutoRest configuration file for SearchManagementClient.
To build the SDK for SearchManagementClient, simply Install AutoRest and in this folder, run:
autorest
To see additional help and options, run:
autorest --help
These are the global settings for the SearchManagementClient API.
openapi-type: arm
tag: package-2020-08
These settings apply only when --tag=package-2020-08
is specified on the command line.
input-file:
- Microsoft.Search/stable/2020-08-01/search.json
These settings apply only when --tag=package-2020-03
is specified on the command line.
input-file:
- Microsoft.Search/stable/2020-03-13/search.json
These settings apply only when --tag=package-2015-08
is specified on the command line.
input-file:
- Microsoft.Search/stable/2015-08-19/search.json
These settings apply only when --tag=package-2015-02
is specified on the command line.
input-file:
- Microsoft.Search/stable/2015-02-28/search.json
These settings apply only when --tag=package-2020-08-preview
is specified on the command line.
input-file:
- Microsoft.Search/preview/2020-08-01-preview/search.json
These settings apply only when --tag=package-2019-10-preview
is specified on the command line.
input-file:
- Microsoft.Search/preview/2019-10-01-preview/search.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
- 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_search']
- repo: azure-resource-manager-schemas
after_scripts:
- node sdkauto_afterscript.js search/resource-manager
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.Search
output-folder: $(csharp-sdks-folder)/search/Microsoft.Azure.Management.Search/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.search
license-header: MICROSOFT_MIT_NO_CODEGEN
payload-flattening-threshold: 1
output-folder: $(azure-libraries-for-java-folder)/azure-mgmt-search
batch:
- tag: package-2015-02
- tag: package-2015-08
- tag: package-2020-03
- tag: package-2020-08
These settings apply only when --tag=package-2015-02 --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>
.
java:
namespace: com.microsoft.azure.management.search.v2015_02_28
output-folder: $(azure-libraries-for-java-folder)/sdk/search/mgmt-v2015_02_28
regenerate-manager: true
generate-interface: true
These settings apply only when --tag=package-2015-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>
.
java:
namespace: com.microsoft.azure.management.search.v2015_08_19
output-folder: $(azure-libraries-for-java-folder)/sdk/search/mgmt-resource-manager/v2015_08_19
regenerate-manager: true
generate-interface: true
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>
.
java:
namespace: com.microsoft.azure.management.search.v2020_03_13
output-folder: $(azure-libraries-for-java-folder)/sdk/search/mgmt-resource-manager/v2020_03_13
regenerate-manager: true
generate-interface: true
These settings apply only when --tag=package-2020-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>
.
java:
namespace: com.microsoft.azure.management.search.v2020_08_01
output-folder: $(azure-libraries-for-java-folder)/sdk/search/mgmt-resource-manager/v2020_08_01
regenerate-manager: true
generate-interface: true
See configuration in readme.azureresourceschema.md