Skip to content

Commit

Permalink
CodeGen from PR 16431 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Add track2 batch 4 mysql-->cognitiveservices (Azure#16431)

* Add track2 batch 4 mysql-->cognitiveservices

* resourcehealth-->sqlvirtualmachine
  • Loading branch information
SDKAuto committed Oct 18, 2021
1 parent 008ed54 commit dd325d0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion sdk/mediaservices/arm-mediaservices/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"rollup-plugin-sourcemaps": "^0.4.2",
"uglify-js": "^3.6.0"
},
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/feature/v4/sdk/mediaservices/arm-mediaservices",
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/mediaservices/arm-mediaservices",
"repository": {
"type": "git",
"url": "https://github.com/Azure/azure-sdk-for-js.git"
Expand Down
12 changes: 6 additions & 6 deletions sdk/mediaservices/arm-mediaservices/src/models/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4448,12 +4448,12 @@ export interface LiveEventPreview {
*/
export interface LiveEventEncoding {
/**
* Live event type. When encodingType is set to None, the service simply passes through the
* incoming video and audio layer(s) to the output. When encodingType is set to Standard or
* Premium1080p, a live encoder transcodes the incoming stream into multiple bitrates or layers.
* See https://go.microsoft.com/fwlink/?linkid=2095101 for more information. This property cannot
* be modified after the live event is created. Possible values include: 'None', 'Standard',
* 'Premium1080p', 'PassthroughBasic', 'PassthroughStandard'
* Live event type. When encodingType is set to PassthroughBasic or PassthroughStandard, the
* service simply passes through the incoming video and audio layer(s) to the output. When
* encodingType is set to Standard or Premium1080p, a live encoder transcodes the incoming stream
* into multiple bitrates or layers. See https://go.microsoft.com/fwlink/?linkid=2095101 for more
* information. This property cannot be modified after the live event is created. Possible values
* include: 'None', 'Standard', 'Premium1080p', 'PassthroughBasic', 'PassthroughStandard'
*/
encodingType?: LiveEventEncodingType;
/**
Expand Down

0 comments on commit dd325d0

Please sign in to comment.