Skip to content

Commit 70e762c

Browse files
authored
mediaservice release (#24484)
* mediaservice release * update files
1 parent 5951a8b commit 70e762c

File tree

330 files changed

+5185
-2315
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

330 files changed

+5185
-2315
lines changed

common/config/rush/pnpm-lock.yaml

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/mediaservices/arm-mediaservices/CHANGELOG.md

Lines changed: 33 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,38 @@
11
# Release History
2+
3+
## 13.1.0 (2023-01-16)
4+
5+
**Features**
26

3-
## 13.0.1 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
10-
11-
### Other Changes
12-
7+
- Added Interface DDAudio
8+
- Added Interface Fade
9+
- Interface Filters has a new optional parameter fadeIn
10+
- Interface Filters has a new optional parameter fadeOut
11+
- Interface StandardEncoderPreset has a new optional parameter experimentalOptions
12+
- Enum KnownEncoderNamedPreset has a new value DDGoodQualityAudio
13+
- Enum KnownJobErrorCategory has a new value Account
14+
- Enum KnownJobErrorCode has a new value IdentityUnsupported
15+
- Added function getContinuationToken
16+
- Interface AssetsListNextOptionalParams no longer has parameter filter
17+
- Interface AssetsListNextOptionalParams no longer has parameter orderby
18+
- Interface AssetsListNextOptionalParams no longer has parameter top
19+
- Interface ContentKeyPoliciesListNextOptionalParams no longer has parameter filter
20+
- Interface ContentKeyPoliciesListNextOptionalParams no longer has parameter orderby
21+
- Interface ContentKeyPoliciesListNextOptionalParams no longer has parameter top
22+
- Interface JobsListNextOptionalParams no longer has parameter filter
23+
- Interface JobsListNextOptionalParams no longer has parameter orderby
24+
- Interface StreamingLocatorsListNextOptionalParams no longer has parameter filter
25+
- Interface StreamingLocatorsListNextOptionalParams no longer has parameter orderby
26+
- Interface StreamingLocatorsListNextOptionalParams no longer has parameter top
27+
- Interface StreamingPoliciesListNextOptionalParams no longer has parameter filter
28+
- Interface StreamingPoliciesListNextOptionalParams no longer has parameter orderby
29+
- Interface StreamingPoliciesListNextOptionalParams no longer has parameter top
30+
- Interface TransformsListNextOptionalParams no longer has parameter filter
31+
- Interface TransformsListNextOptionalParams no longer has parameter orderby
32+
- Type of parameter odataType of interface Audio_2 is changed from "#Microsoft.Media.Audio" | "#Microsoft.Media.AacAudio" to "#Microsoft.Media.Audio" | "#Microsoft.Media.AacAudio" | "#Microsoft.Media.DDAudio"
33+
- Type of parameter odataType of interface Codec is changed from "#Microsoft.Media.Audio" | "#Microsoft.Media.AacAudio" | "#Microsoft.Media.Video" | "#Microsoft.Media.H265Video" | "#Microsoft.Media.CopyVideo" | "#Microsoft.Media.Image" | "#Microsoft.Media.CopyAudio" | "#Microsoft.Media.H264Video" | "#Microsoft.Media.JpgImage" | "#Microsoft.Media.PngImage" to "#Microsoft.Media.Audio" | "#Microsoft.Media.AacAudio" | "#Microsoft.Media.DDAudio" | "#Microsoft.Media.Video" | "#Microsoft.Media.H265Video" | "#Microsoft.Media.CopyVideo" | "#Microsoft.Media.Image" | "#Microsoft.Media.CopyAudio" | "#Microsoft.Media.H264Video" | "#Microsoft.Media.JpgImage" | "#Microsoft.Media.PngImage"
34+
35+
1336
## 13.0.0 (2022-09-06)
1437

1538
**Features**

sdk/mediaservices/arm-mediaservices/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2022 Microsoft
3+
Copyright (c) 2023 Microsoft
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"commit": "5caa1523d49057d1a011bf0bdd1857dca7f9ab6b",
2+
"commit": "4359ee079cc0f0d7c596cafeb8b363466d2d95f6",
33
"readme": "specification/mediaservices/resource-manager/readme.md",
4-
"autorest_command": "autorest --version=3.8.4 --typescript --modelerfour.lenient-model-deduplication --azure-arm --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=D:\\Git\\azure-sdk-for-js ..\\azure-rest-api-specs\\specification\\mediaservices\\resource-manager\\readme.md --use=@autorest/[email protected].1.20220727.1 --generate-sample=true",
4+
"autorest_command": "autorest --version=3.9.3 --typescript --modelerfour.lenient-model-deduplication --azure-arm --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=F:\\azure-sdk-for-js ..\\azure-rest-api-specs\\specification\\mediaservices\\resource-manager\\readme.md --use=@autorest/[email protected].7 --generate-sample=true",
55
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
6-
"release_tool": "@azure-tools/js-sdk-release-tools@2.4.2",
7-
"use": "@autorest/[email protected].1.20220727.1"
6+
"release_tool": "@azure-tools/js-sdk-release-tools@2.5.4",
7+
"use": "@autorest/[email protected].7"
88
}

sdk/mediaservices/arm-mediaservices/package.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
"sdk-type": "mgmt",
44
"author": "Microsoft Corporation",
55
"description": "A generated SDK for AzureMediaServices.",
6-
"version": "13.0.1",
6+
"version": "13.1.0",
77
"engines": {
88
"node": ">=14.0.0"
99
},
1010
"dependencies": {
1111
"@azure/core-lro": "^2.2.0",
1212
"@azure/abort-controller": "^1.0.0",
1313
"@azure/core-paging": "^1.2.0",
14-
"@azure/core-client": "^1.5.0",
14+
"@azure/core-client": "^1.6.1",
1515
"@azure/core-auth": "^1.3.0",
1616
"@azure/core-rest-pipeline": "^1.8.0",
1717
"tslib": "^2.2.0"
@@ -36,20 +36,21 @@
3636
"mkdirp": "^1.0.4",
3737
"rollup": "^2.66.1",
3838
"rollup-plugin-sourcemaps": "^0.6.3",
39-
"typescript": "~4.6.0",
39+
"typescript": "~4.8.0",
4040
"uglify-js": "^3.4.9",
4141
"rimraf": "^3.0.0",
42+
"dotenv": "^8.2.0",
4243
"@azure/identity": "^2.0.1",
4344
"@azure-tools/test-recorder": "^2.0.0",
4445
"@azure-tools/test-credential": "^1.0.0",
4546
"mocha": "^7.1.1",
4647
"@types/chai": "^4.2.8",
4748
"chai": "^4.2.0",
4849
"cross-env": "^7.0.2",
50+
"@types/node": "^14.0.0",
4951
"@azure/dev-tool": "^1.0.0",
5052
"@azure/arm-storage": "^17.2.1"
5153
},
52-
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/mediaservices/arm-mediaservices",
5354
"repository": {
5455
"type": "git",
5556
"url": "https://github.com/Azure/azure-sdk-for-js.git"
@@ -111,6 +112,7 @@
111112
]
112113
},
113114
"autoPublish": true,
115+
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/mediaservices/arm-mediaservices",
114116
"//sampleConfiguration": {
115117
"productName": "",
116118
"productSlugs": [

0 commit comments

Comments
 (0)