Skip to content

Commit ac6ea11

Browse files
authored
mediaservice-track2 (Azure#21396)
1 parent d3e2b7f commit ac6ea11

38 files changed

+4111
-1687
lines changed

common/config/rush/pnpm-lock.yaml

Lines changed: 32 additions & 31 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: 72 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,79 @@
11
# Release History
2+
3+
## 11.0.0 (2022-04-14)
4+
5+
**Features**
26

3-
## 10.0.1 (Unreleased)
7+
- Added operation group OperationResults
8+
- Added operation group OperationStatuses
9+
- Added operation group Tracks
10+
- Added operation StreamingEndpoints.skus
11+
- Added Interface ArmStreamingEndpointCapacity
12+
- Added Interface ArmStreamingEndpointCurrentSku
13+
- Added Interface ArmStreamingEndpointSku
14+
- Added Interface ArmStreamingEndpointSkuInfo
15+
- Added Interface AssetTrackCollection
16+
- Added Interface AssetTrackOperationStatus
17+
- Added Interface HlsSettings
18+
- Added Interface OperationResultsGetHeaders
19+
- Added Interface OperationResultsGetOptionalParams
20+
- Added Interface OperationStatusesGetOptionalParams
21+
- Added Interface StreamingEndpointSkuInfoListResult
22+
- Added Interface StreamingEndpointsSkusOptionalParams
23+
- Added Interface TrackBase
24+
- Added Interface TracksCreateOrUpdateHeaders
25+
- Added Interface TracksCreateOrUpdateOptionalParams
26+
- Added Interface TracksDeleteHeaders
27+
- Added Interface TracksDeleteOptionalParams
28+
- Added Interface TracksGetOptionalParams
29+
- Added Interface TracksListOptionalParams
30+
- Added Interface TracksUpdateHeaders
31+
- Added Interface TracksUpdateOptionalParams
32+
- Added Interface TracksUpdateTrackDataHeaders
33+
- Added Interface TracksUpdateTrackDataOptionalParams
34+
- Added Type Alias AssetTrack
35+
- Added Type Alias AudioTrack
36+
- Added Type Alias H264RateControlMode
37+
- Added Type Alias OperationResultsGetResponse
38+
- Added Type Alias OperationStatusesGetResponse
39+
- Added Type Alias ProvisioningState
40+
- Added Type Alias StreamingEndpointsSkusResponse
41+
- Added Type Alias TextTrack_2
42+
- Added Type Alias TrackBaseUnion
43+
- Added Type Alias TracksCreateOrUpdateResponse
44+
- Added Type Alias TracksDeleteResponse
45+
- Added Type Alias TracksGetResponse
46+
- Added Type Alias TracksListResponse
47+
- Added Type Alias TracksUpdateResponse
48+
- Added Type Alias TracksUpdateTrackDataResponse
49+
- Added Type Alias VideoTrack
50+
- Added Type Alias Visibility
51+
- Class AzureMediaServices has a new parameter operationResults
52+
- Class AzureMediaServices has a new parameter operationStatuses
53+
- Class AzureMediaServices has a new parameter tracks
54+
- Type Alias H264Layer has a new parameter crf
55+
- Type Alias H264Video has a new parameter rateControlMode
56+
- Type Alias H265Layer has a new parameter crf
57+
- Type Alias StreamingEndpoint has a new parameter sku
58+
- Added Enum KnownH264RateControlMode
59+
- Added Enum KnownProvisioningState
60+
- Added Enum KnownVisibility
61+
- Enum KnownH265VideoProfile has a new value Main10
62+
- Enum KnownStreamOptionsFlag has a new value LowLatencyV2
463

5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
10-
11-
### Other Changes
64+
**Breaking Changes**
1265

66+
- Interface AzureMediaServicesOptionalParams no longer has parameter apiVersion
67+
- Interface Layer no longer has parameter odataType
68+
- Class AzureMediaServices no longer has parameter apiVersion
69+
- Type Alias H264Layer no longer has parameter odataType
70+
- Type Alias H265Layer no longer has parameter odataType
71+
- Type Alias H265VideoLayer no longer has parameter odataType
72+
- Type Alias JpgLayer no longer has parameter odataType
73+
- Type Alias PngLayer no longer has parameter odataType
74+
- Type Alias VideoLayer no longer has parameter odataType
75+
76+
1377
## 10.0.0 (2021-12-13)
1478

1579
The package of @azure/arm-mediaservices is using our next generation design principles since version 10.0.0, which contains breaking changes.

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) 2021 Microsoft
3+
Copyright (c) 2022 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

sdk/mediaservices/arm-mediaservices/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ This Swagger was generated by the API Framework.
1616
- [LTS versions of Node.js](https://nodejs.org/about/releases/)
1717
- Latest versions of Safari, Chrome, Edge and Firefox.
1818

19+
See our [support policy](https://github.com/Azure/azure-sdk-for-js/blob/main/SUPPORT.md) for more details.
20+
1921
### Prerequisites
2022

2123
- An [Azure subscription][azure_sub].
@@ -49,8 +51,17 @@ For more information about how to create an Azure AD Application check out [this
4951
```javascript
5052
const { AzureMediaServices } = require("@azure/arm-mediaservices");
5153
const { DefaultAzureCredential } = require("@azure/identity");
54+
// For client-side applications running in the browser, use InteractiveBrowserCredential instead of DefaultAzureCredential. See https://aka.ms/azsdk/js/identity/examples for more details.
55+
5256
const subscriptionId = "00000000-0000-0000-0000-000000000000";
5357
const client = new AzureMediaServices(new DefaultAzureCredential(), subscriptionId);
58+
59+
// For client-side applications running in the browser, use this code instead:
60+
// const credential = new InteractiveBrowserCredential({
61+
// tenantId: "<YOUR_TENANT_ID>",
62+
// clientId: "<YOUR_CLIENT_ID>"
63+
// });
64+
// const client = new AzureMediaServices(credential, subscriptionId);
5465
```
5566

5667

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
2-
"commit": "b8cae07c799a07f2e779a9e301f639e9b85124b1",
2+
"commit": "cb00f6da00f783f26204f30ef4d57478cdccbeba",
33
"readme": "specification/mediaservices/resource-manager/readme.md",
4-
"autorest_command": "autorest --version=3.1.3 --typescript --modelerfour.lenient-model-deduplication --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=D:\\mydev\\azure-sdk-for-js ../azure-rest-api-specs/specification/mediaservices/resource-manager/readme.md --use=@autorest/[email protected].16.20211130.1",
4+
"autorest_command": "autorest --version=3.7.3 --typescript --modelerfour.lenient-model-deduplication --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=D:\\work\\azure-sdk-for-js ..\\azure-rest-api-specs\\specification\\mediaservices\\resource-manager\\readme.md --use=@autorest/[email protected].19.20220408.1",
55
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
6-
"use": "@autorest/[email protected]"
6+
"release_tool": "@azure-tools/[email protected]",
7+
"use": "@autorest/[email protected]"
78
}

0 commit comments

Comments
 (0)