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 49e9468220d08..c0e8a744adbdd 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 5a55fc2f3b250..0dc6a9e2c33c2 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