From cc3d009d777f01a77f0602b2be29146f1ceb1b78 Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Tue, 6 Dec 2022 23:14:04 +0000 Subject: [PATCH] CodeGen from PR 21433 in Azure/azure-rest-api-specs Merge fd1cb7239a9fb90502802deb132f2e2f811f0f95 into dcec109c164e69f0f122ff74fc551108da8af20e --- .../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..75b8f4911b33 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: https://github.com/Azure/azure-rest-api-specs/blob/a649865f9b9943d400db80dc3020ba7d037e95ed/specification/mediaservices/resource-manager/readme.md output-folder: $(this-folder)/Generated clear-output-folder: true skip-csproj: true