diff --git a/sdk/mysql/Microsoft.Azure.Management.MySQL/src/mysql/Generated/Models/Advisor.cs b/sdk/mysql/Microsoft.Azure.Management.MySQL/src/mysql/Generated/Models/Advisor.cs index 071c8bfb8240..e8c14d36b83e 100644 --- a/sdk/mysql/Microsoft.Azure.Management.MySQL/src/mysql/Generated/Models/Advisor.cs +++ b/sdk/mysql/Microsoft.Azure.Management.MySQL/src/mysql/Generated/Models/Advisor.cs @@ -29,12 +29,12 @@ public Advisor() /// /// Initializes a new instance of the Advisor 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 properties of a recommendation action /// advisor. public Advisor(string id = default(string), string name = default(string), string type = default(string), object properties = default(object)) diff --git a/sdk/mysql/Microsoft.Azure.Management.MySQL/src/mysql/Generated/Models/AzureEntityResource.cs b/sdk/mysql/Microsoft.Azure.Management.MySQL/src/mysql/Generated/Models/AzureEntityResource.cs index ba6e09549ef2..8ab7f0d6941b 100644 --- a/sdk/mysql/Microsoft.Azure.Management.MySQL/src/mysql/Generated/Models/AzureEntityResource.cs +++ b/sdk/mysql/Microsoft.Azure.Management.MySQL/src/mysql/Generated/Models/AzureEntityResource.cs @@ -14,9 +14,12 @@ namespace Microsoft.Azure.Management.MySQL.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/mysql/Microsoft.Azure.Management.MySQL/src/mysql/Generated/Models/Configuration.cs b/sdk/mysql/Microsoft.Azure.Management.MySQL/src/mysql/Generated/Models/Configuration.cs index 2036b43ea74f..3aeac5befd93 100644 --- a/sdk/mysql/Microsoft.Azure.Management.MySQL/src/mysql/Generated/Models/Configuration.cs +++ b/sdk/mysql/Microsoft.Azure.Management.MySQL/src/mysql/Generated/Models/Configuration.cs @@ -32,12 +32,12 @@ public Configuration() /// /// Initializes a new instance of the Configuration 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" /// Value of the configuration. /// Description of the configuration. /// Default value of the diff --git a/sdk/mysql/Microsoft.Azure.Management.MySQL/src/mysql/Generated/Models/Database.cs b/sdk/mysql/Microsoft.Azure.Management.MySQL/src/mysql/Generated/Models/Database.cs index b069bbd62750..1cccdfdad72f 100644 --- a/sdk/mysql/Microsoft.Azure.Management.MySQL/src/mysql/Generated/Models/Database.cs +++ b/sdk/mysql/Microsoft.Azure.Management.MySQL/src/mysql/Generated/Models/Database.cs @@ -32,12 +32,12 @@ public Database() /// /// Initializes a new instance of the Database 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 charset of the database. /// The collation of the database. public Database(string id = default(string), string name = default(string), string type = default(string), string charset = default(string), string collation = default(string)) diff --git a/sdk/mysql/Microsoft.Azure.Management.MySQL/src/mysql/Generated/Models/ErrorResponse.cs b/sdk/mysql/Microsoft.Azure.Management.MySQL/src/mysql/Generated/Models/ErrorResponse.cs index 2c001449ca73..b7bed6b77371 100644 --- a/sdk/mysql/Microsoft.Azure.Management.MySQL/src/mysql/Generated/Models/ErrorResponse.cs +++ b/sdk/mysql/Microsoft.Azure.Management.MySQL/src/mysql/Generated/Models/ErrorResponse.cs @@ -16,8 +16,13 @@ namespace Microsoft.Azure.Management.MySQL.Models using System.Linq; /// - /// The resource management error response. + /// Error Response /// + /// + /// Common error response for all Azure Resource Manager APIs to return + /// error details for failed operations. (This also follows the OData error + /// response format.) + /// public partial class ErrorResponse { /// diff --git a/sdk/mysql/Microsoft.Azure.Management.MySQL/src/mysql/Generated/Models/FirewallRule.cs b/sdk/mysql/Microsoft.Azure.Management.MySQL/src/mysql/Generated/Models/FirewallRule.cs index 77088a18cca4..1cae4073869e 100644 --- a/sdk/mysql/Microsoft.Azure.Management.MySQL/src/mysql/Generated/Models/FirewallRule.cs +++ b/sdk/mysql/Microsoft.Azure.Management.MySQL/src/mysql/Generated/Models/FirewallRule.cs @@ -36,12 +36,12 @@ public FirewallRule() /// firewall rule. Must be IPv4 format. /// The end IP address of the server /// firewall rule. Must be IPv4 format. - /// 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 FirewallRule(string startIpAddress, string endIpAddress, string id = default(string), string name = default(string), string type = default(string)) : base(id, name, type) { diff --git a/sdk/mysql/Microsoft.Azure.Management.MySQL/src/mysql/Generated/Models/LogFile.cs b/sdk/mysql/Microsoft.Azure.Management.MySQL/src/mysql/Generated/Models/LogFile.cs index 651fe80ce51f..4e9c8abbe295 100644 --- a/sdk/mysql/Microsoft.Azure.Management.MySQL/src/mysql/Generated/Models/LogFile.cs +++ b/sdk/mysql/Microsoft.Azure.Management.MySQL/src/mysql/Generated/Models/LogFile.cs @@ -32,12 +32,12 @@ public LogFile() /// /// Initializes a new instance of the LogFile 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" /// Size of the log file. /// Creation timestamp of the log /// file. diff --git a/sdk/mysql/Microsoft.Azure.Management.MySQL/src/mysql/Generated/Models/PrivateEndpointConnection.cs b/sdk/mysql/Microsoft.Azure.Management.MySQL/src/mysql/Generated/Models/PrivateEndpointConnection.cs index bf2fc1b5ea60..abe8755a53ec 100644 --- a/sdk/mysql/Microsoft.Azure.Management.MySQL/src/mysql/Generated/Models/PrivateEndpointConnection.cs +++ b/sdk/mysql/Microsoft.Azure.Management.MySQL/src/mysql/Generated/Models/PrivateEndpointConnection.cs @@ -32,12 +32,12 @@ public PrivateEndpointConnection() /// /// Initializes a new instance of the PrivateEndpointConnection 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" /// Private endpoint which the connection /// belongs to. /// Connection state of diff --git a/sdk/mysql/Microsoft.Azure.Management.MySQL/src/mysql/Generated/Models/PrivateLinkResource.cs b/sdk/mysql/Microsoft.Azure.Management.MySQL/src/mysql/Generated/Models/PrivateLinkResource.cs index 6296f6dfd989..43a670f2273d 100644 --- a/sdk/mysql/Microsoft.Azure.Management.MySQL/src/mysql/Generated/Models/PrivateLinkResource.cs +++ b/sdk/mysql/Microsoft.Azure.Management.MySQL/src/mysql/Generated/Models/PrivateLinkResource.cs @@ -29,12 +29,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. public PrivateLinkResource(string id = default(string), string name = default(string), string type = default(string), PrivateLinkResourceProperties properties = default(PrivateLinkResourceProperties)) diff --git a/sdk/mysql/Microsoft.Azure.Management.MySQL/src/mysql/Generated/Models/ProxyResource.cs b/sdk/mysql/Microsoft.Azure.Management.MySQL/src/mysql/Generated/Models/ProxyResource.cs index 5eadc4cc9fc0..ac252937c25b 100644 --- a/sdk/mysql/Microsoft.Azure.Management.MySQL/src/mysql/Generated/Models/ProxyResource.cs +++ b/sdk/mysql/Microsoft.Azure.Management.MySQL/src/mysql/Generated/Models/ProxyResource.cs @@ -13,9 +13,12 @@ namespace Microsoft.Azure.Management.MySQL.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/mysql/Microsoft.Azure.Management.MySQL/src/mysql/Generated/Models/QueryStatistic.cs b/sdk/mysql/Microsoft.Azure.Management.MySQL/src/mysql/Generated/Models/QueryStatistic.cs index 4b4d91393e6a..fdd05ef74c7e 100644 --- a/sdk/mysql/Microsoft.Azure.Management.MySQL/src/mysql/Generated/Models/QueryStatistic.cs +++ b/sdk/mysql/Microsoft.Azure.Management.MySQL/src/mysql/Generated/Models/QueryStatistic.cs @@ -34,12 +34,12 @@ public QueryStatistic() /// /// Initializes a new instance of the QueryStatistic 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" /// Database query identifier. /// Observation start time. /// Observation end time. diff --git a/sdk/mysql/Microsoft.Azure.Management.MySQL/src/mysql/Generated/Models/QueryText.cs b/sdk/mysql/Microsoft.Azure.Management.MySQL/src/mysql/Generated/Models/QueryText.cs index e962901f930c..3e765107c330 100644 --- a/sdk/mysql/Microsoft.Azure.Management.MySQL/src/mysql/Generated/Models/QueryText.cs +++ b/sdk/mysql/Microsoft.Azure.Management.MySQL/src/mysql/Generated/Models/QueryText.cs @@ -32,12 +32,12 @@ public QueryText() /// /// Initializes a new instance of the QueryText 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" /// Query identifier unique to the /// server. /// Query text. diff --git a/sdk/mysql/Microsoft.Azure.Management.MySQL/src/mysql/Generated/Models/RecommendationAction.cs b/sdk/mysql/Microsoft.Azure.Management.MySQL/src/mysql/Generated/Models/RecommendationAction.cs index 86337e87f670..cffed60a4a9e 100644 --- a/sdk/mysql/Microsoft.Azure.Management.MySQL/src/mysql/Generated/Models/RecommendationAction.cs +++ b/sdk/mysql/Microsoft.Azure.Management.MySQL/src/mysql/Generated/Models/RecommendationAction.cs @@ -34,12 +34,12 @@ public RecommendationAction() /// /// Initializes a new instance of the RecommendationAction 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" /// Advisor name. /// Recommendation action session /// identifier. diff --git a/sdk/mysql/Microsoft.Azure.Management.MySQL/src/mysql/Generated/Models/Resource.cs b/sdk/mysql/Microsoft.Azure.Management.MySQL/src/mysql/Generated/Models/Resource.cs index 8e7b7551af33..f52e693d285a 100644 --- a/sdk/mysql/Microsoft.Azure.Management.MySQL/src/mysql/Generated/Models/Resource.cs +++ b/sdk/mysql/Microsoft.Azure.Management.MySQL/src/mysql/Generated/Models/Resource.cs @@ -15,6 +15,13 @@ namespace Microsoft.Azure.Management.MySQL.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/mysql/Microsoft.Azure.Management.MySQL/src/mysql/Generated/Models/Server.cs b/sdk/mysql/Microsoft.Azure.Management.MySQL/src/mysql/Generated/Models/Server.cs index c8a8dc76f4b3..01c9ebd92cad 100644 --- a/sdk/mysql/Microsoft.Azure.Management.MySQL/src/mysql/Generated/Models/Server.cs +++ b/sdk/mysql/Microsoft.Azure.Management.MySQL/src/mysql/Generated/Models/Server.cs @@ -36,12 +36,12 @@ public Server() /// /// 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 Azure Active Directory identity of the /// server. diff --git a/sdk/mysql/Microsoft.Azure.Management.MySQL/src/mysql/Generated/Models/ServerAdministratorResource.cs b/sdk/mysql/Microsoft.Azure.Management.MySQL/src/mysql/Generated/Models/ServerAdministratorResource.cs index 914a9b87f50a..f0eb67f3e496 100644 --- a/sdk/mysql/Microsoft.Azure.Management.MySQL/src/mysql/Generated/Models/ServerAdministratorResource.cs +++ b/sdk/mysql/Microsoft.Azure.Management.MySQL/src/mysql/Generated/Models/ServerAdministratorResource.cs @@ -39,12 +39,12 @@ public ServerAdministratorResource() /// The server administrator Sid (Secure ID). /// The server Active Directory Administrator /// tenant id. - /// 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 ServerAdministratorResource(string login, System.Guid sid, System.Guid tenantId, string id = default(string), string name = default(string), string type = default(string)) : base(id, name, type) { diff --git a/sdk/mysql/Microsoft.Azure.Management.MySQL/src/mysql/Generated/Models/ServerKey.cs b/sdk/mysql/Microsoft.Azure.Management.MySQL/src/mysql/Generated/Models/ServerKey.cs index 36fdfeac518e..22b6c33ba42a 100644 --- a/sdk/mysql/Microsoft.Azure.Management.MySQL/src/mysql/Generated/Models/ServerKey.cs +++ b/sdk/mysql/Microsoft.Azure.Management.MySQL/src/mysql/Generated/Models/ServerKey.cs @@ -32,12 +32,12 @@ public ServerKey() /// /// Initializes a new instance of the ServerKey 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" /// Kind of encryption protector used to protect the /// key. /// The URI of the key. diff --git a/sdk/mysql/Microsoft.Azure.Management.MySQL/src/mysql/Generated/Models/ServerSecurityAlertPolicy.cs b/sdk/mysql/Microsoft.Azure.Management.MySQL/src/mysql/Generated/Models/ServerSecurityAlertPolicy.cs index 594e3e95db63..f718d4895b51 100644 --- a/sdk/mysql/Microsoft.Azure.Management.MySQL/src/mysql/Generated/Models/ServerSecurityAlertPolicy.cs +++ b/sdk/mysql/Microsoft.Azure.Management.MySQL/src/mysql/Generated/Models/ServerSecurityAlertPolicy.cs @@ -37,12 +37,12 @@ public ServerSecurityAlertPolicy() /// Specifies the state of the policy, whether it /// is enabled or disabled. Possible values include: 'Enabled', /// 'Disabled' - /// 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" /// Specifies an array of alerts that are /// disabled. Allowed values are: Sql_Injection, /// Sql_Injection_Vulnerability, Access_Anomaly diff --git a/sdk/mysql/Microsoft.Azure.Management.MySQL/src/mysql/Generated/Models/TrackedResource.cs b/sdk/mysql/Microsoft.Azure.Management.MySQL/src/mysql/Generated/Models/TrackedResource.cs index acda19538196..68be1e1e7d91 100644 --- a/sdk/mysql/Microsoft.Azure.Management.MySQL/src/mysql/Generated/Models/TrackedResource.cs +++ b/sdk/mysql/Microsoft.Azure.Management.MySQL/src/mysql/Generated/Models/TrackedResource.cs @@ -17,8 +17,12 @@ namespace Microsoft.Azure.Management.MySQL.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/mysql/Microsoft.Azure.Management.MySQL/src/mysql/Generated/Models/VirtualNetworkRule.cs b/sdk/mysql/Microsoft.Azure.Management.MySQL/src/mysql/Generated/Models/VirtualNetworkRule.cs index 8a039c8aad42..8190be2fd56b 100644 --- a/sdk/mysql/Microsoft.Azure.Management.MySQL/src/mysql/Generated/Models/VirtualNetworkRule.cs +++ b/sdk/mysql/Microsoft.Azure.Management.MySQL/src/mysql/Generated/Models/VirtualNetworkRule.cs @@ -34,12 +34,12 @@ public VirtualNetworkRule() /// /// The ARM resource id of the /// virtual network subnet. - /// 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" /// Create firewall rule /// before the virtual network has vnet service endpoint /// enabled. diff --git a/sdk/mysql/Microsoft.Azure.Management.MySQL/src/mysql/Generated/Models/WaitStatistic.cs b/sdk/mysql/Microsoft.Azure.Management.MySQL/src/mysql/Generated/Models/WaitStatistic.cs index 4fb4ba5eadfd..61311dd74e15 100644 --- a/sdk/mysql/Microsoft.Azure.Management.MySQL/src/mysql/Generated/Models/WaitStatistic.cs +++ b/sdk/mysql/Microsoft.Azure.Management.MySQL/src/mysql/Generated/Models/WaitStatistic.cs @@ -32,12 +32,12 @@ public WaitStatistic() /// /// Initializes a new instance of the WaitStatistic 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" /// Observation start time. /// Observation end time. /// Wait event name. diff --git a/sdk/mysql/Microsoft.Azure.Management.MySQL/src/mysql/Generated/SdkInfo_MySQLManagementClient.cs b/sdk/mysql/Microsoft.Azure.Management.MySQL/src/mysql/Generated/SdkInfo_MySQLManagementClient.cs index 291a4962765a..5e02e34cee2d 100644 --- a/sdk/mysql/Microsoft.Azure.Management.MySQL/src/mysql/Generated/SdkInfo_MySQLManagementClient.cs +++ b/sdk/mysql/Microsoft.Azure.Management.MySQL/src/mysql/Generated/SdkInfo_MySQLManagementClient.cs @@ -46,16 +46,5 @@ public static IEnumerable> ApiInfo_MySQLManagement }.AsEnumerable(); } } - // BEGIN: Code Generation Metadata Section - public static readonly String AutoRestVersion = "v2"; - public static readonly String AutoRestBootStrapperVersion = "autorest@2.0.4413"; - public static readonly String AutoRestCmdExecuted = "cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/mysql/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --csharp.output-folder=C:\\z\\azure-sdk-for-net\\sdk\\mysql\\Microsoft.Azure.Management.MySQL\\src\\mysql\\Generated"; - public static readonly String GithubForkName = "Azure"; - public static readonly String GithubBranchName = "master"; - public static readonly String GithubCommidId = "faf8e1c19e3b36e6d16622bf168369a838b04a7f"; - public static readonly String CodeGenerationErrors = ""; - public static readonly String GithubRepoName = "azure-rest-api-specs"; - // END: Code Generation Metadata Section } } -