Configuration for generating QnAMaker SDK.
The current release is release_4_0
.
A preview release release_5_0_preview.1
is also available.
tag: release_4_0
add-credentials: true
openapi-type: data-plane
tag: runtime_release_4_0
add-credentials: true
openapi-type: data-plane
tag: release_5_0_preview.1
add-credentials: true
openapi-type: data-plane
tag: runtime_release_preview.1
add-credentials: true
openapi-type: data-plane
tag: release_5_0_preview.2
add-credentials: true
openapi-type: data-plane
tag: runtime_release_preview.2
add-credentials: true
openapi-type: data-plane
These settings apply only when --tag=release_4_0
is specified on the command line.
input-file: stable/v4.0/QnAMaker.json
These settings apply only when --tag=runtime_release_4_0
is specified on the command line.
input-file: stable/v4.0/QnAMakerRuntime.json
These settings apply only when --tag=release_5_0_preview.1
is specified on the command line.
input-file: preview/v5.0-preview.1/QnAMaker.json
These settings apply only when --tag=release_5_0_preview.2
is specified on the command line.
input-file: preview/v5.0-preview.2/QnAMaker.json
batch:
- tag: release_4_0
- tag: runtime_release_4_0
- tag: release_5_0_preview.1
- tag: release_5_0_preview.2
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-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_cognitiveservices_qnamaker']
These settings apply only when --csharp --tag=release_4_0
is specified on the command line.
csharp:
sync-methods: None
license-header: MICROSOFT_MIT_NO_VERSION
azure-arm: false
namespace: Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker
output-folder: $(csharp-sdks-folder)/CognitiveServices/Knowledge.QnAMaker/src/Generated
clear-output-folder: true
csharp:
sync-methods: None
license-header: MICROSOFT_MIT_NO_VERSION
azure-arm: false
namespace: Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker
output-folder: $(csharp-sdks-folder)/CognitiveServices/Knowledge.QnAMaker/src/Generated
clear-output-folder: true
These settings apply only when --csharp --tag=release_5_0_preview.1
is specified on the command line.
csharp:
sync-methods: None
license-header: MICROSOFT_MIT_NO_VERSION
azure-arm: false
namespace: Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker
output-folder: $(csharp-sdks-folder)/CognitiveServices/Knowledge.QnAMaker/preview/src/Generated
clear-output-folder: true
These settings apply only when --csharp --tag=release_5_0_preview.2
is specified on the command line.
csharp:
sync-methods: None
license-header: MICROSOFT_MIT_NO_VERSION
azure-arm: false
namespace: Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker
output-folder: $(csharp-sdks-folder)/CognitiveServices/Knowledge.QnAMaker/preview/src/Generated
clear-output-folder: true
See configuration in readme.python.md
See configuration in readme.go.md
These settings apply only when --java --tag=release_4_0
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>
.
java:
azure-arm: true
namespace: com.microsoft.azure.cognitiveservices.knowledge.qnamaker
license-header: MICROSOFT_MIT_NO_CODEGEN
payload-flattening-threshold: 1
output-folder: $(azure-libraries-for-java-folder)/cognitiveservices/data-plane/knowledge/qnamaker
with-optional-parameters: true
with-single-async-method: true
These settings apply only when --java --tag=release_5_0_preview
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>
.
java:
azure-arm: true
namespace: com.microsoft.azure.cognitiveservices.knowledge.qnamaker
license-header: MICROSOFT_MIT_NO_CODEGEN
payload-flattening-threshold: 1
output-folder: $(azure-libraries-for-java-folder)/cognitiveservices/data-plane/knowledge/qnamaker/preview
with-optional-parameters: true
with-single-async-method: true
These settings apply only when --java --tag=release_5_0_preview
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>
.
java:
azure-arm: true
namespace: com.microsoft.azure.cognitiveservices.knowledge.qnamaker
license-header: MICROSOFT_MIT_NO_CODEGEN
payload-flattening-threshold: 1
output-folder: $(azure-libraries-for-java-folder)/cognitiveservices/data-plane/knowledge/qnamaker/preview
with-optional-parameters: true
with-single-async-method: true
AutoRest V3 generators require the use of --tag=all-api-versions
to select api files.
This block is updated by an automatic script. Edits may be lost!
# include the azure profile definitions from the standard location
require: $(this-folder)/../../../../profiles/readme.md
# all the input files across all versions
input-file:
- $(this-folder)/stable/v4.0/QnAMaker.json
- $(this-folder)/stable/v4.0/QnAMakerRuntime.json
- $(this-folder)/preview/v5.0-preview.1/QnAMaker.json
- $(this-folder)/preview/v5.0-preview.2/QnAMaker.json
If there are files that should not be in the all-api-versions
set,
uncomment the exclude-file
section below and add the file paths.
#exclude-file:
# - $(this-folder)/Microsoft.Example/stable/2010-01-01/somefile.json