From 2327ad4a478f67b2f4f9ffbf4bda14a09303ae80 Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Thu, 4 Feb 2021 07:36:44 +0000 Subject: [PATCH] CodeGen from PR 12849 in Azure/azure-rest-api-specs Merge 276ecc42d448f6853be0d10006108801e637acb6 into d3637e8172761388ebbfd2b6f1467855ba4e34c0 --- .../src/Generated/Models/AccountFilter.cs | 8 +++---- .../src/Generated/Models/Asset.cs | 8 +++---- .../src/Generated/Models/AssetFilter.cs | 8 +++---- .../Generated/Models/AzureEntityResource.cs | 15 +++++++----- .../src/Generated/Models/ContentKeyPolicy.cs | 8 +++---- .../src/Generated/Models/Job.cs | 8 +++---- .../src/Generated/Models/LiveEvent.cs | 8 +++---- .../src/Generated/Models/LiveOutput.cs | 8 +++---- .../src/Generated/Models/MediaService.cs | 8 +++---- .../Models/PrivateEndpointConnection.cs | 8 +++---- .../Generated/Models/PrivateLinkResource.cs | 8 +++---- .../src/Generated/Models/ProxyResource.cs | 15 +++++++----- .../src/Generated/Models/Resource.cs | 23 ++++++++++++------- .../src/Generated/Models/StreamingEndpoint.cs | 8 +++---- .../src/Generated/Models/StreamingLocator.cs | 8 +++---- .../src/Generated/Models/StreamingPolicy.cs | 8 +++---- .../src/Generated/Models/TrackedResource.cs | 14 +++++++---- .../src/Generated/Models/Transform.cs | 8 +++---- .../Generated/SdkInfo_AzureMediaServices.cs | 11 --------- 19 files changed, 98 insertions(+), 92 deletions(-) diff --git a/sdk/mediaservices/Microsoft.Azure.Management.Media/src/Generated/Models/AccountFilter.cs b/sdk/mediaservices/Microsoft.Azure.Management.Media/src/Generated/Models/AccountFilter.cs index 8357d0cdfdba..b45b3502d7c8 100644 --- a/sdk/mediaservices/Microsoft.Azure.Management.Media/src/Generated/Models/AccountFilter.cs +++ b/sdk/mediaservices/Microsoft.Azure.Management.Media/src/Generated/Models/AccountFilter.cs @@ -34,12 +34,12 @@ public AccountFilter() /// /// Initializes a new instance of the AccountFilter class. /// - /// Fully qualified resource Id for the resource. Ex - + /// Fully qualified resource ID for the resource. Ex - /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} /// The name of the resource - /// The type of the resource. Ex- - /// Microsoft.Compute/virtualMachines or - /// Microsoft.Storage/storageAccounts. + /// The type of the resource. E.g. + /// "Microsoft.Compute/virtualMachines" or + /// "Microsoft.Storage/storageAccounts" /// The presentation time /// range. /// The first quality. diff --git a/sdk/mediaservices/Microsoft.Azure.Management.Media/src/Generated/Models/Asset.cs b/sdk/mediaservices/Microsoft.Azure.Management.Media/src/Generated/Models/Asset.cs index 5b7820cc3c19..b9678ea06635 100644 --- a/sdk/mediaservices/Microsoft.Azure.Management.Media/src/Generated/Models/Asset.cs +++ b/sdk/mediaservices/Microsoft.Azure.Management.Media/src/Generated/Models/Asset.cs @@ -32,12 +32,12 @@ public Asset() /// /// Initializes a new instance of the Asset class. /// - /// Fully qualified resource Id for the resource. Ex - + /// Fully qualified resource ID for the resource. Ex - /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} /// The name of the resource - /// The type of the resource. Ex- - /// Microsoft.Compute/virtualMachines or - /// Microsoft.Storage/storageAccounts. + /// The type of the resource. E.g. + /// "Microsoft.Compute/virtualMachines" or + /// "Microsoft.Storage/storageAccounts" /// The Asset ID. /// The creation date of the Asset. /// The last modified date of the diff --git a/sdk/mediaservices/Microsoft.Azure.Management.Media/src/Generated/Models/AssetFilter.cs b/sdk/mediaservices/Microsoft.Azure.Management.Media/src/Generated/Models/AssetFilter.cs index af7a3aed280f..e1c2dc61da6f 100644 --- a/sdk/mediaservices/Microsoft.Azure.Management.Media/src/Generated/Models/AssetFilter.cs +++ b/sdk/mediaservices/Microsoft.Azure.Management.Media/src/Generated/Models/AssetFilter.cs @@ -34,12 +34,12 @@ public AssetFilter() /// /// Initializes a new instance of the AssetFilter class. /// - /// Fully qualified resource Id for the resource. Ex - + /// Fully qualified resource ID for the resource. Ex - /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} /// The name of the resource - /// The type of the resource. Ex- - /// Microsoft.Compute/virtualMachines or - /// Microsoft.Storage/storageAccounts. + /// The type of the resource. E.g. + /// "Microsoft.Compute/virtualMachines" or + /// "Microsoft.Storage/storageAccounts" /// The presentation time /// range. /// The first quality. diff --git a/sdk/mediaservices/Microsoft.Azure.Management.Media/src/Generated/Models/AzureEntityResource.cs b/sdk/mediaservices/Microsoft.Azure.Management.Media/src/Generated/Models/AzureEntityResource.cs index 5c2b5280b0cb..67296c4aed12 100644 --- a/sdk/mediaservices/Microsoft.Azure.Management.Media/src/Generated/Models/AzureEntityResource.cs +++ b/sdk/mediaservices/Microsoft.Azure.Management.Media/src/Generated/Models/AzureEntityResource.cs @@ -14,9 +14,12 @@ namespace Microsoft.Azure.Management.Media.Models using System.Linq; /// - /// The resource model definition for a Azure Resource Manager resource - /// with an etag. + /// Entity Resource /// + /// + /// The resource model definition for an Azure Resource Manager resource + /// with an etag. + /// public partial class AzureEntityResource : Resource { /// @@ -30,12 +33,12 @@ public AzureEntityResource() /// /// Initializes a new instance of the AzureEntityResource class. /// - /// Fully qualified resource Id for the resource. Ex - + /// Fully qualified resource ID for the resource. Ex - /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} /// The name of the resource - /// The type of the resource. Ex- - /// Microsoft.Compute/virtualMachines or - /// Microsoft.Storage/storageAccounts. + /// The type of the resource. E.g. + /// "Microsoft.Compute/virtualMachines" or + /// "Microsoft.Storage/storageAccounts" /// Resource Etag. public AzureEntityResource(string id = default(string), string name = default(string), string type = default(string), string etag = default(string)) : base(id, name, type) diff --git a/sdk/mediaservices/Microsoft.Azure.Management.Media/src/Generated/Models/ContentKeyPolicy.cs b/sdk/mediaservices/Microsoft.Azure.Management.Media/src/Generated/Models/ContentKeyPolicy.cs index 8fb5b07613d0..4600d1882109 100644 --- a/sdk/mediaservices/Microsoft.Azure.Management.Media/src/Generated/Models/ContentKeyPolicy.cs +++ b/sdk/mediaservices/Microsoft.Azure.Management.Media/src/Generated/Models/ContentKeyPolicy.cs @@ -35,12 +35,12 @@ public ContentKeyPolicy() /// Initializes a new instance of the ContentKeyPolicy class. /// /// The Key Policy options. - /// Fully qualified resource Id for the resource. Ex - + /// Fully qualified resource ID for the resource. Ex - /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} /// The name of the resource - /// The type of the resource. Ex- - /// Microsoft.Compute/virtualMachines or - /// Microsoft.Storage/storageAccounts. + /// The type of the resource. E.g. + /// "Microsoft.Compute/virtualMachines" or + /// "Microsoft.Storage/storageAccounts" /// The legacy Policy ID. /// The creation date of the Policy /// The last modified date of the diff --git a/sdk/mediaservices/Microsoft.Azure.Management.Media/src/Generated/Models/Job.cs b/sdk/mediaservices/Microsoft.Azure.Management.Media/src/Generated/Models/Job.cs index 760e95a6de0b..72b6b5ba8944 100644 --- a/sdk/mediaservices/Microsoft.Azure.Management.Media/src/Generated/Models/Job.cs +++ b/sdk/mediaservices/Microsoft.Azure.Management.Media/src/Generated/Models/Job.cs @@ -37,12 +37,12 @@ public Job() /// /// The inputs for the Job. /// The outputs for the Job. - /// Fully qualified resource Id for the resource. Ex - + /// Fully qualified resource ID for the resource. Ex - /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} /// The name of the resource - /// The type of the resource. Ex- - /// Microsoft.Compute/virtualMachines or - /// Microsoft.Storage/storageAccounts. + /// The type of the resource. E.g. + /// "Microsoft.Compute/virtualMachines" or + /// "Microsoft.Storage/storageAccounts" /// The UTC date and time when the customer has /// created the Job, in 'YYYY-MM-DDThh:mm:ssZ' format. /// The current state of the job. Possible values diff --git a/sdk/mediaservices/Microsoft.Azure.Management.Media/src/Generated/Models/LiveEvent.cs b/sdk/mediaservices/Microsoft.Azure.Management.Media/src/Generated/Models/LiveEvent.cs index 58383ec79422..2b8e253eb106 100644 --- a/sdk/mediaservices/Microsoft.Azure.Management.Media/src/Generated/Models/LiveEvent.cs +++ b/sdk/mediaservices/Microsoft.Azure.Management.Media/src/Generated/Models/LiveEvent.cs @@ -38,12 +38,12 @@ public LiveEvent() /// lives /// Live event input settings. It defines how the /// live event receives input from a contribution encoder. - /// Fully qualified resource Id for the resource. Ex - + /// Fully qualified resource ID for the resource. Ex - /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} /// The name of the resource - /// The type of the resource. Ex- - /// Microsoft.Compute/virtualMachines or - /// Microsoft.Storage/storageAccounts. + /// The type of the resource. E.g. + /// "Microsoft.Compute/virtualMachines" or + /// "Microsoft.Storage/storageAccounts" /// Resource tags. /// A description for the live event. /// Live event preview settings. Preview allows diff --git a/sdk/mediaservices/Microsoft.Azure.Management.Media/src/Generated/Models/LiveOutput.cs b/sdk/mediaservices/Microsoft.Azure.Management.Media/src/Generated/Models/LiveOutput.cs index 807353ad7f18..aaf5ac125263 100644 --- a/sdk/mediaservices/Microsoft.Azure.Management.Media/src/Generated/Models/LiveOutput.cs +++ b/sdk/mediaservices/Microsoft.Azure.Management.Media/src/Generated/Models/LiveOutput.cs @@ -40,12 +40,12 @@ public LiveOutput() /// maximum content length for the rewind window. For example, use /// PT1H30M to indicate 1 hour and 30 minutes of archive /// window. - /// Fully qualified resource Id for the resource. Ex - + /// Fully qualified resource ID for the resource. Ex - /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} /// The name of the resource - /// The type of the resource. Ex- - /// Microsoft.Compute/virtualMachines or - /// Microsoft.Storage/storageAccounts. + /// The type of the resource. E.g. + /// "Microsoft.Compute/virtualMachines" or + /// "Microsoft.Storage/storageAccounts" /// The description of the live /// output. /// The manifest file name. If not provided, diff --git a/sdk/mediaservices/Microsoft.Azure.Management.Media/src/Generated/Models/MediaService.cs b/sdk/mediaservices/Microsoft.Azure.Management.Media/src/Generated/Models/MediaService.cs index 8371b85533ed..61df361991b6 100644 --- a/sdk/mediaservices/Microsoft.Azure.Management.Media/src/Generated/Models/MediaService.cs +++ b/sdk/mediaservices/Microsoft.Azure.Management.Media/src/Generated/Models/MediaService.cs @@ -36,12 +36,12 @@ public MediaService() /// /// The geo-location where the resource /// lives - /// Fully qualified resource Id for the resource. Ex - + /// Fully qualified resource ID for the resource. Ex - /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} /// The name of the resource - /// The type of the resource. Ex- - /// Microsoft.Compute/virtualMachines or - /// Microsoft.Storage/storageAccounts. + /// The type of the resource. E.g. + /// "Microsoft.Compute/virtualMachines" or + /// "Microsoft.Storage/storageAccounts" /// Resource tags. /// The Media Services account ID. /// The storage accounts for this diff --git a/sdk/mediaservices/Microsoft.Azure.Management.Media/src/Generated/Models/PrivateEndpointConnection.cs b/sdk/mediaservices/Microsoft.Azure.Management.Media/src/Generated/Models/PrivateEndpointConnection.cs index f2f14245f503..4a536cf6f50a 100644 --- a/sdk/mediaservices/Microsoft.Azure.Management.Media/src/Generated/Models/PrivateEndpointConnection.cs +++ b/sdk/mediaservices/Microsoft.Azure.Management.Media/src/Generated/Models/PrivateEndpointConnection.cs @@ -35,12 +35,12 @@ public PrivateEndpointConnection() /// A collection of /// information about the state of the connection between service /// consumer and provider. - /// Fully qualified resource Id for the resource. Ex - + /// Fully qualified resource ID for the resource. Ex - /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} /// The name of the resource - /// The type of the resource. Ex- - /// Microsoft.Compute/virtualMachines or - /// Microsoft.Storage/storageAccounts. + /// The type of the resource. E.g. + /// "Microsoft.Compute/virtualMachines" or + /// "Microsoft.Storage/storageAccounts" /// The resource of private end /// point. /// The provisioning state of the diff --git a/sdk/mediaservices/Microsoft.Azure.Management.Media/src/Generated/Models/PrivateLinkResource.cs b/sdk/mediaservices/Microsoft.Azure.Management.Media/src/Generated/Models/PrivateLinkResource.cs index 29a6abef0b78..7fc1edba2285 100644 --- a/sdk/mediaservices/Microsoft.Azure.Management.Media/src/Generated/Models/PrivateLinkResource.cs +++ b/sdk/mediaservices/Microsoft.Azure.Management.Media/src/Generated/Models/PrivateLinkResource.cs @@ -34,12 +34,12 @@ public PrivateLinkResource() /// /// Initializes a new instance of the PrivateLinkResource class. /// - /// Fully qualified resource Id for the resource. Ex - + /// Fully qualified resource ID for the resource. Ex - /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} /// The name of the resource - /// The type of the resource. Ex- - /// Microsoft.Compute/virtualMachines or - /// Microsoft.Storage/storageAccounts. + /// The type of the resource. E.g. + /// "Microsoft.Compute/virtualMachines" or + /// "Microsoft.Storage/storageAccounts" /// The private link resource group id. /// The private link resource required /// member names. diff --git a/sdk/mediaservices/Microsoft.Azure.Management.Media/src/Generated/Models/ProxyResource.cs b/sdk/mediaservices/Microsoft.Azure.Management.Media/src/Generated/Models/ProxyResource.cs index fdef04bebc2b..cde752a8d518 100644 --- a/sdk/mediaservices/Microsoft.Azure.Management.Media/src/Generated/Models/ProxyResource.cs +++ b/sdk/mediaservices/Microsoft.Azure.Management.Media/src/Generated/Models/ProxyResource.cs @@ -13,9 +13,12 @@ namespace Microsoft.Azure.Management.Media.Models using System.Linq; /// - /// The resource model definition for a ARM proxy resource. It will have - /// everything other than required location and tags + /// Proxy Resource /// + /// + /// The resource model definition for a Azure Resource Manager proxy + /// resource. It will not have tags and a location + /// public partial class ProxyResource : Resource { /// @@ -29,12 +32,12 @@ public ProxyResource() /// /// Initializes a new instance of the ProxyResource class. /// - /// Fully qualified resource Id for the resource. Ex - + /// Fully qualified resource ID for the resource. Ex - /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} /// The name of the resource - /// The type of the resource. Ex- - /// Microsoft.Compute/virtualMachines or - /// Microsoft.Storage/storageAccounts. + /// The type of the resource. E.g. + /// "Microsoft.Compute/virtualMachines" or + /// "Microsoft.Storage/storageAccounts" public ProxyResource(string id = default(string), string name = default(string), string type = default(string)) : base(id, name, type) { diff --git a/sdk/mediaservices/Microsoft.Azure.Management.Media/src/Generated/Models/Resource.cs b/sdk/mediaservices/Microsoft.Azure.Management.Media/src/Generated/Models/Resource.cs index 2ecc902265b9..6d3de0bcbeb3 100644 --- a/sdk/mediaservices/Microsoft.Azure.Management.Media/src/Generated/Models/Resource.cs +++ b/sdk/mediaservices/Microsoft.Azure.Management.Media/src/Generated/Models/Resource.cs @@ -15,6 +15,13 @@ namespace Microsoft.Azure.Management.Media.Models using Newtonsoft.Json; using System.Linq; + /// + /// Resource + /// + /// + /// Common fields that are returned in the response for all Azure Resource + /// Manager resources + /// public partial class Resource : IResource { /// @@ -28,12 +35,12 @@ public Resource() /// /// Initializes a new instance of the Resource class. /// - /// Fully qualified resource Id for the resource. Ex - + /// Fully qualified resource ID for the resource. Ex - /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} /// The name of the resource - /// The type of the resource. Ex- - /// Microsoft.Compute/virtualMachines or - /// Microsoft.Storage/storageAccounts. + /// The type of the resource. E.g. + /// "Microsoft.Compute/virtualMachines" or + /// "Microsoft.Storage/storageAccounts" public Resource(string id = default(string), string name = default(string), string type = default(string)) { Id = id; @@ -48,7 +55,7 @@ public Resource() partial void CustomInit(); /// - /// Gets fully qualified resource Id for the resource. Ex - + /// Gets fully qualified resource ID for the resource. Ex - /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} /// [JsonProperty(PropertyName = "id")] @@ -61,9 +68,9 @@ public Resource() public string Name { get; private set; } /// - /// Gets the type of the resource. Ex- - /// Microsoft.Compute/virtualMachines or - /// Microsoft.Storage/storageAccounts. + /// Gets the type of the resource. E.g. + /// "Microsoft.Compute/virtualMachines" or + /// "Microsoft.Storage/storageAccounts" /// [JsonProperty(PropertyName = "type")] public string Type { get; private set; } diff --git a/sdk/mediaservices/Microsoft.Azure.Management.Media/src/Generated/Models/StreamingEndpoint.cs b/sdk/mediaservices/Microsoft.Azure.Management.Media/src/Generated/Models/StreamingEndpoint.cs index 46deabe4edd2..80bf1d6a8faa 100644 --- a/sdk/mediaservices/Microsoft.Azure.Management.Media/src/Generated/Models/StreamingEndpoint.cs +++ b/sdk/mediaservices/Microsoft.Azure.Management.Media/src/Generated/Models/StreamingEndpoint.cs @@ -38,12 +38,12 @@ public StreamingEndpoint() /// lives /// The number of scale units. Use the Scale /// operation to adjust this value. - /// Fully qualified resource Id for the resource. Ex - + /// Fully qualified resource ID for the resource. Ex - /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} /// The name of the resource - /// The type of the resource. Ex- - /// Microsoft.Compute/virtualMachines or - /// Microsoft.Storage/storageAccounts. + /// The type of the resource. E.g. + /// "Microsoft.Compute/virtualMachines" or + /// "Microsoft.Storage/storageAccounts" /// Resource tags. /// The streaming endpoint /// description. diff --git a/sdk/mediaservices/Microsoft.Azure.Management.Media/src/Generated/Models/StreamingLocator.cs b/sdk/mediaservices/Microsoft.Azure.Management.Media/src/Generated/Models/StreamingLocator.cs index 3cf552b1a19e..a6c5c10aeda0 100644 --- a/sdk/mediaservices/Microsoft.Azure.Management.Media/src/Generated/Models/StreamingLocator.cs +++ b/sdk/mediaservices/Microsoft.Azure.Management.Media/src/Generated/Models/StreamingLocator.cs @@ -43,12 +43,12 @@ public StreamingLocator() /// 'Predefined_DownloadAndClearStreaming', 'Predefined_ClearKey', /// 'Predefined_MultiDrmCencStreaming' and /// 'Predefined_MultiDrmStreaming' - /// Fully qualified resource Id for the resource. Ex - + /// Fully qualified resource ID for the resource. Ex - /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} /// The name of the resource - /// The type of the resource. Ex- - /// Microsoft.Compute/virtualMachines or - /// Microsoft.Storage/storageAccounts. + /// The type of the resource. E.g. + /// "Microsoft.Compute/virtualMachines" or + /// "Microsoft.Storage/storageAccounts" /// The creation time of the Streaming /// Locator. /// The start time of the Streaming diff --git a/sdk/mediaservices/Microsoft.Azure.Management.Media/src/Generated/Models/StreamingPolicy.cs b/sdk/mediaservices/Microsoft.Azure.Management.Media/src/Generated/Models/StreamingPolicy.cs index f19a86e6b57b..89978ed9040c 100644 --- a/sdk/mediaservices/Microsoft.Azure.Management.Media/src/Generated/Models/StreamingPolicy.cs +++ b/sdk/mediaservices/Microsoft.Azure.Management.Media/src/Generated/Models/StreamingPolicy.cs @@ -32,12 +32,12 @@ public StreamingPolicy() /// /// Initializes a new instance of the StreamingPolicy class. /// - /// Fully qualified resource Id for the resource. Ex - + /// Fully qualified resource ID for the resource. Ex - /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} /// The name of the resource - /// The type of the resource. Ex- - /// Microsoft.Compute/virtualMachines or - /// Microsoft.Storage/storageAccounts. + /// The type of the resource. E.g. + /// "Microsoft.Compute/virtualMachines" or + /// "Microsoft.Storage/storageAccounts" /// Creation time of Streaming Policy /// Default ContentKey used /// by current Streaming Policy diff --git a/sdk/mediaservices/Microsoft.Azure.Management.Media/src/Generated/Models/TrackedResource.cs b/sdk/mediaservices/Microsoft.Azure.Management.Media/src/Generated/Models/TrackedResource.cs index b9632fc43d23..32da580f2660 100644 --- a/sdk/mediaservices/Microsoft.Azure.Management.Media/src/Generated/Models/TrackedResource.cs +++ b/sdk/mediaservices/Microsoft.Azure.Management.Media/src/Generated/Models/TrackedResource.cs @@ -17,8 +17,12 @@ namespace Microsoft.Azure.Management.Media.Models using System.Linq; /// - /// The resource model definition for a ARM tracked top level resource + /// Tracked Resource /// + /// + /// The resource model definition for an Azure Resource Manager tracked top + /// level resource which has 'tags' and a 'location' + /// public partial class TrackedResource : Resource { /// @@ -34,12 +38,12 @@ public TrackedResource() /// /// The geo-location where the resource /// lives - /// Fully qualified resource Id for the resource. Ex - + /// Fully qualified resource ID for the resource. Ex - /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} /// The name of the resource - /// The type of the resource. Ex- - /// Microsoft.Compute/virtualMachines or - /// Microsoft.Storage/storageAccounts. + /// The type of the resource. E.g. + /// "Microsoft.Compute/virtualMachines" or + /// "Microsoft.Storage/storageAccounts" /// Resource tags. public TrackedResource(string location, string id = default(string), string name = default(string), string type = default(string), IDictionary tags = default(IDictionary)) : base(id, name, type) diff --git a/sdk/mediaservices/Microsoft.Azure.Management.Media/src/Generated/Models/Transform.cs b/sdk/mediaservices/Microsoft.Azure.Management.Media/src/Generated/Models/Transform.cs index d4491c9b7a4f..c76c6288a9fa 100644 --- a/sdk/mediaservices/Microsoft.Azure.Management.Media/src/Generated/Models/Transform.cs +++ b/sdk/mediaservices/Microsoft.Azure.Management.Media/src/Generated/Models/Transform.cs @@ -39,12 +39,12 @@ public Transform() /// /// An array of one or more TransformOutputs that /// the Transform should generate. - /// Fully qualified resource Id for the resource. Ex - + /// Fully qualified resource ID for the resource. Ex - /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} /// The name of the resource - /// The type of the resource. Ex- - /// Microsoft.Compute/virtualMachines or - /// Microsoft.Storage/storageAccounts. + /// The type of the resource. E.g. + /// "Microsoft.Compute/virtualMachines" or + /// "Microsoft.Storage/storageAccounts" /// The UTC date and time when the Transform was /// created, in 'YYYY-MM-DDThh:mm:ssZ' format. /// An optional verbose description of the diff --git a/sdk/mediaservices/Microsoft.Azure.Management.Media/src/Generated/SdkInfo_AzureMediaServices.cs b/sdk/mediaservices/Microsoft.Azure.Management.Media/src/Generated/SdkInfo_AzureMediaServices.cs index 58ffbd71eb71..4c0964651247 100644 --- a/sdk/mediaservices/Microsoft.Azure.Management.Media/src/Generated/SdkInfo_AzureMediaServices.cs +++ b/sdk/mediaservices/Microsoft.Azure.Management.Media/src/Generated/SdkInfo_AzureMediaServices.cs @@ -38,16 +38,5 @@ public static IEnumerable> ApiInfo_AzureMediaServi }.AsEnumerable(); } } - // BEGIN: Code Generation Metadata Section - public static readonly String AutoRestVersion = "v2"; - public static readonly String AutoRestBootStrapperVersion = "autorest@1.9.1"; - public static readonly String AutoRestCmdExecuted = "cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/mediaservices/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --opt-in-extensible-enums --tag=package-2020-05 --csharp-sdks-folder=D:\\GitHub\\giakasRepros\\azure-sdk-for-net\\sdk"; - public static readonly String GithubForkName = "Azure"; - public static readonly String GithubBranchName = "master"; - public static readonly String GithubCommidId = "257f060be8b60d8468584682aa2d71b1faa5f82c"; - public static readonly String CodeGenerationErrors = ""; - public static readonly String GithubRepoName = "azure-rest-api-specs"; - // END: Code Generation Metadata Section } } -