Skip to content
Closed
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# Cognitive Services Content Moderator SDK

> see https://aka.ms/autorest

Configuration for generating Content Moderator SDK.

The current release is `release_1_0`.

``` yaml

tag: release_1_0
```
# Releases

### Release 1.0
These settings apply only when `--tag=release_1_0` is specified on the command line.

``` yaml $(tag) == 'release_1_0'
input-file:
- v1.0/contentmoderatorImageText.swagger.json
```

## Validation

``` yaml
openapi-type: data-plane
```

## CSharp Settings
These settings apply only when `--csharp` is specified on the command line.
``` yaml $(csharp)
csharp:
namespace: Microsoft.CognitiveServices.ContentModerator
output-folder: out/csharp
```

``` yaml
directive:
- suppress: R2022 # the message to suppress
```
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# Cognitive Services Content Moderator SDK

> see https://aka.ms/autorest

Configuration for generating Content Moderator SDK.

The current release is `release_1_0`.

``` yaml

tag: release_1_0
```
# Releases

### Release 1.0
These settings apply only when `--tag=release_1_0` is specified on the command line.

``` yaml $(tag) == 'release_1_0'
input-file:
- v1.0/contentmoderatorReviewJobsWorkflows.swagger.json
```

## Validation

``` yaml
openapi-type: data-plane
```

## CSharp Settings
These settings apply only when `--csharp` is specified on the command line.
``` yaml $(csharp)
csharp:
namespace: Microsoft.CognitiveServices.ContentModerator
output-folder: out/csharp
```

``` yaml
directive:
- suppress: R2022 # the message to suppress
```
Loading