Skip to content

Commit e0dd3c9

Browse files
authored
Merge pull request #190485 from IngridAtMicrosoft/cli
EASY REVIEW Remove CLI examples scripts
2 parents 468c9cb + 48b1912 commit e0dd3c9

File tree

2 files changed

+3
-17
lines changed

2 files changed

+3
-17
lines changed

articles/media-services/latest/asset-create-asset-how-to.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@ Creating assets in the portal is as simple as uploading a file.
3232

3333
[!INCLUDE [Create an asset with CLI](./includes/task-create-asset-cli.md)]
3434

35-
## Example script
36-
37-
[!code-azurecli-interactive[main](../../../cli_scripts/media-services/create-asset/Create-Asset.sh "Create an asset")]
3835

3936
## [REST](#tab/rest/)
4037

articles/media-services/latest/transform-create-transform-how-to.md

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -28,27 +28,16 @@ The Azure CLI script in this article shows how to create a transform. Transforms
2828

2929
[Create a Media Services account](./account-create-how-to.md).
3030

31-
## [Poral](#tab/portal/)
31+
## Code snippets
3232

33-
[!INCLUDE [task-create-asset-portal](includes/task-create-transform-portal.md)]
34-
35-
## [CLI](#tab/cli/)
36-
37-
> [!NOTE]
38-
> You can only specify a path to a custom Standard Encoder preset JSON file for [StandardEncoderPreset](/rest/api/media/transforms/createorupdate#standardencoderpreset), see the [encode with a custom transform](transform-custom-preset-cli-how-to.md) example.
39-
>
40-
> You cannot pass a file name when using [BuiltInStandardEncoderPreset](/rest/api/media/transforms/createorupdate#builtinstandardencoderpreset).
33+
## [Portal](#tab/portal/)
4134

42-
## Example script
35+
[!INCLUDE [task-create-asset-portal](includes/task-create-transform-portal.md)]
4336

44-
[!code-azurecli-interactive[main](../../../cli_scripts/media-services/create-transform/Create-Transform.sh "Create a transform")]
4537

4638
## [REST](#tab/rest/)
4739

4840
[!INCLUDE [task general transform creation](./includes/task-create-basic-audio-rest.md)]
4941

5042
---
5143

52-
## Next steps
53-
54-
[!INCLUDE [transforms next steps](./includes/transforms-next-steps.md)]

0 commit comments

Comments
 (0)