Skip to content

Commit

Permalink
update the lva version and few C# autorest parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
giakas committed Jun 30, 2020
1 parent 43a8b2b commit 151e012
Show file tree
Hide file tree
Showing 11 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"swagger": "2.0",
"info": {
"description": "Direct Methods for Live Video Analytics on IoT Edge.",
"version": "1.0.0",
"version": "1.0",
"title": "Direct Methods for Live Video Analytics on IoT Edge",
"contact": {
"email": "amshelp@microsoft.com"
Expand Down
5 changes: 4 additions & 1 deletion specification/mediaservices/data-plane/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ These settings apply only when `--tag=package-lva-1-0-0-preview` is specified on

``` yaml $(tag) == 'package-lva-1-0-0-preview'
input-file:
- LiveVideoAnalytics.Edge/preview/1.0.0/LiveVideoAnalytics.json
- LiveVideoAnalytics.Edge/preview/1.0/LiveVideoAnalytics.json
```

---
Expand Down Expand Up @@ -68,4 +68,7 @@ csharp:
namespace: Azure.Media.LiveVideoAnalytics.Edge
output-folder: $(csharp-sdks-folder)/mediaservices/Azure.Media.LiveVideoAnalytics.Edge/src/Generated
clear-output-folder: true
use-internal-constructors: true
override-client-name: LiveVideoAnalyticsEdgeClient
use-datetimeoffset: true
```

0 comments on commit 151e012

Please sign in to comment.