From f828b4dcaad0f80d40ea6e250e015a68cf244b2b Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Tue, 6 Dec 2022 21:49:45 +0000 Subject: [PATCH] CodeGen from PR 21581 in Azure/azure-rest-api-specs Merge e814adcf8a250b873475d351163fee5803681a0e into 1114a5b1f0831d8b3de07db7248c8a4f38c5bbb7 --- .../Models/ContentKeyPolicyFairPlayConfiguration.cs | 6 +++--- .../Azure.ResourceManager.Media/src/autorest.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sdk/mediaservices/Azure.ResourceManager.Media/src/Generated/Models/ContentKeyPolicyFairPlayConfiguration.cs b/sdk/mediaservices/Azure.ResourceManager.Media/src/Generated/Models/ContentKeyPolicyFairPlayConfiguration.cs index 49e9468220d0..c0e8a744adbd 100644 --- a/sdk/mediaservices/Azure.ResourceManager.Media/src/Generated/Models/ContentKeyPolicyFairPlayConfiguration.cs +++ b/sdk/mediaservices/Azure.ResourceManager.Media/src/Generated/Models/ContentKeyPolicyFairPlayConfiguration.cs @@ -13,7 +13,7 @@ namespace Azure.ResourceManager.Media.Models public partial class ContentKeyPolicyFairPlayConfiguration : ContentKeyPolicyConfiguration { /// Initializes a new instance of ContentKeyPolicyFairPlayConfiguration. - /// The key that must be used as FairPlay Application Secret key. + /// The key that must be used as FairPlay Application Secret key. This needs to be base64 encoded. /// The password encrypting FairPlay certificate in PKCS 12 (pfx) format. /// The Base64 representation of FairPlay certificate in PKCS 12 (pfx) format (including private key). /// The rental and lease key type. @@ -30,7 +30,7 @@ public ContentKeyPolicyFairPlayConfiguration(byte[] applicationSecretKey, string /// Initializes a new instance of ContentKeyPolicyFairPlayConfiguration. /// The discriminator for derived types. - /// The key that must be used as FairPlay Application Secret key. + /// The key that must be used as FairPlay Application Secret key. This needs to be base64 encoded. /// The password encrypting FairPlay certificate in PKCS 12 (pfx) format. /// The Base64 representation of FairPlay certificate in PKCS 12 (pfx) format (including private key). /// The rental and lease key type. @@ -47,7 +47,7 @@ internal ContentKeyPolicyFairPlayConfiguration(string odataType, byte[] applicat OdataType = odataType ?? "#Microsoft.Media.ContentKeyPolicyFairPlayConfiguration"; } - /// The key that must be used as FairPlay Application Secret key. + /// The key that must be used as FairPlay Application Secret key. This needs to be base64 encoded. public byte[] ApplicationSecretKey { get; set; } /// The password encrypting FairPlay certificate in PKCS 12 (pfx) format. public string FairPlayPfxPassword { get; set; } diff --git a/sdk/mediaservices/Azure.ResourceManager.Media/src/autorest.md b/sdk/mediaservices/Azure.ResourceManager.Media/src/autorest.md index 5a55fc2f3b25..0dc6a9e2c33c 100644 --- a/sdk/mediaservices/Azure.ResourceManager.Media/src/autorest.md +++ b/sdk/mediaservices/Azure.ResourceManager.Media/src/autorest.md @@ -8,7 +8,7 @@ azure-arm: true csharp: true library-name: Media namespace: Azure.ResourceManager.Media -require: https://github.com/Azure/azure-rest-api-specs/blob/aefbcc5fb18a3b33f401394ebeae01df0733c830/specification/mediaservices/resource-manager/readme.md +require: /mnt/vss/_work/1/s/azure-rest-api-specs/specification/mediaservices/resource-manager/readme.md output-folder: $(this-folder)/Generated clear-output-folder: true skip-csproj: true