Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions sdk/media/azure-mgmt-media/_meta.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"autorest": "3.8.4",
"autorest": "3.9.2",
"use": [
"@autorest/python@6.1.5",
"@autorest/modelerfour@4.23.5"
"@autorest/python@6.1.11",
"@autorest/modelerfour@4.24.3"
],
"commit": "bc6b52f26f09cfc7085a8d5df109b54ba00843cc",
"commit": "c9b1b6bc9a172a8fea43ac92a6290d432bfd4eac",
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
"autorest_command": "autorest specification/mediaservices/resource-manager/readme.md --python --python-sdks-folder=/home/vsts/work/1/azure-sdk-for-python/sdk --use=@autorest/python@6.1.5 --use=@autorest/modelerfour@4.23.5 --version=3.8.4 --version-tolerant=False",
"autorest_command": "autorest specification/mediaservices/resource-manager/readme.md --python --python-sdks-folder=/mnt/vss/_work/1/s/azure-sdk-for-python/sdk --use=@autorest/python@6.1.11 --use=@autorest/modelerfour@4.24.3 --version=3.9.2 --version-tolerant=False",
"readme": "specification/mediaservices/resource-manager/readme.md"
}
2 changes: 1 addition & 1 deletion sdk/media/azure-mgmt-media/azure/mgmt/media/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
# --------------------------------------------------------------------------

VERSION = "10.1.0"
VERSION = "1.0.0b1"
Original file line number Diff line number Diff line change
Expand Up @@ -2225,7 +2225,8 @@ class ContentKeyPolicyFairPlayConfiguration(ContentKeyPolicyConfiguration):

:ivar odata_type: The discriminator for derived types. Required.
:vartype odata_type: str
:ivar ask: The key that must be used as FairPlay Application Secret key. Required.
:ivar ask: The key that must be used as FairPlay Application Secret key. This needs to be
base64 encoded. Required.
:vartype ask: bytes
:ivar fair_play_pfx_password: The password encrypting FairPlay certificate in PKCS 12 (pfx)
format. Required.
Expand Down Expand Up @@ -2278,7 +2279,8 @@ def __init__(
**kwargs
):
"""
:keyword ask: The key that must be used as FairPlay Application Secret key. Required.
:keyword ask: The key that must be used as FairPlay Application Secret key. This needs to be
base64 encoded. Required.
:paramtype ask: bytes
:keyword fair_play_pfx_password: The password encrypting FairPlay certificate in PKCS 12 (pfx)
format. Required.
Expand Down