forked from Azure/azure-rest-api-specs
-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 parent
ab54161
commit e5536c9
Showing
2 changed files
with
103 additions
and
48 deletions.
There are no files selected for viewing
103 changes: 103 additions & 0 deletions
103
...ification/purview/data-plane/Azure.Analytics.Purview.Scanning/preview/readme.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,103 @@ | ||
# Purview | ||
|
||
> see https://aka.ms/autorest | ||
This is the AutoRest configuration file for Purview. | ||
|
||
|
||
|
||
--- | ||
## Getting Started | ||
To build the SDK for Purview, simply [Install AutoRest](https://aka.ms/autorest/install) and in this folder, run: | ||
|
||
> `autorest` | ||
To see additional help and options, run: | ||
|
||
> `autorest --help` | ||
--- | ||
|
||
## Configuration | ||
|
||
### Basic Information | ||
These are the global settings for the Azure Purview Scanning API. | ||
|
||
``` yaml | ||
openapi-type: data-plane | ||
tag: package-2022-02-01-preview | ||
``` | ||
These are the global settings for the Purview Scanning API. | ||
``` yaml | ||
openapi-type: data-plane | ||
tag: package-2018-12-01-preview | ||
title: PurviewScanningClient | ||
``` | ||
### Tag: package-2022-02-01-preview | ||
These settings apply only when `--tag=package-2022-02-01-preview` is specified on the command line. | ||
|
||
``` yaml $(tag) == 'package-2022-02-01-preview' | ||
input-file: | ||
- Azure.Analytics.Purview.Scanning/preview/2022-02-01-preview/scanningService.json | ||
modelerfour: | ||
lenient-model-deduplication: true | ||
``` | ||
|
||
### Tag: package-2021-10-01-preview | ||
|
||
These settings apply only when `--tag=package-2021-10-01-preview` is specified on the command line. | ||
|
||
``` yaml $(tag) == 'package-2021-10-01-preview' | ||
input-file: | ||
- Azure.Analytics.Purview.Scanning/preview/2021-10-01-preview/scanningService.json | ||
modelerfour: | ||
lenient-model-deduplication: true | ||
``` | ||
|
||
### Tag: package-2018-12-01-preview | ||
|
||
These settings apply only when `--tag=package-2018-12-01-preview` is specified on the command line. | ||
|
||
``` yaml $(tag) == 'package-2018-12-01-preview' | ||
input-file: | ||
- Azure.Analytics.Purview.Scanning/preview/2018-12-01-preview/scanningService.json | ||
modelerfour: | ||
lenient-model-deduplication: true | ||
``` | ||
|
||
--- | ||
# Code Generation | ||
|
||
## Java | ||
|
||
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>`. | ||
|
||
``` yaml $(java) | ||
java: | ||
output-folder: $(csharp-sdks-folder)/Purview/ScanningClient/Generated | ||
add-credentials: true | ||
sync-methods: all | ||
license-header: MICROSOFT_MIT_NO_VERSION | ||
namespace: Azure.Analytics.Purview.Scanning | ||
clear-output-folder: true | ||
``` | ||
|
||
## Python | ||
|
||
See configuration in [readme.python.md](./readme.python.md) | ||
|
||
# Code Generation | ||
|
||
## Swagger to SDK | ||
|
||
This section describes what SDK should be generated by the automatic system. | ||
This is not used by Autorest itself. | ||
|
||
``` yaml $(swagger-to-sdk) | ||
swagger-to-sdk: | ||
- repo: azure-sdk-for-net-track2 | ||
``` |
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