diff --git a/src/AlertsManagement/AlertsManagement.Sdk/AlertsManagement.Sdk.csproj b/src/AlertsManagement/AlertsManagement.Management.Sdk/AlertsManagement.Management.Sdk.csproj similarity index 100% rename from src/AlertsManagement/AlertsManagement.Sdk/AlertsManagement.Sdk.csproj rename to src/AlertsManagement/AlertsManagement.Management.Sdk/AlertsManagement.Management.Sdk.csproj diff --git a/src/AlertsManagement/AlertsManagement.Sdk/Generated/AlertProcessingRulesOperations.cs b/src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/AlertProcessingRulesOperations.cs similarity index 99% rename from src/AlertsManagement/AlertsManagement.Sdk/Generated/AlertProcessingRulesOperations.cs rename to src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/AlertProcessingRulesOperations.cs index f59031d9219e..f3c61ecc39af 100644 --- a/src/AlertsManagement/AlertsManagement.Sdk/Generated/AlertProcessingRulesOperations.cs +++ b/src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/AlertProcessingRulesOperations.cs @@ -1423,6 +1423,7 @@ internal AlertProcessingRulesOperations (AlertsManagementClient client) _invocationId = Microsoft.Rest.ServiceClientTracing.NextInvocationId.ToString(); System.Collections.Generic.Dictionary tracingParameters = new System.Collections.Generic.Dictionary(); tracingParameters.Add("nextPageLink", nextPageLink); + tracingParameters.Add("cancellationToken", cancellationToken); Microsoft.Rest.ServiceClientTracing.Enter(_invocationId, this, "ListBySubscriptionNext", tracingParameters); @@ -1612,6 +1613,7 @@ internal AlertProcessingRulesOperations (AlertsManagementClient client) _invocationId = Microsoft.Rest.ServiceClientTracing.NextInvocationId.ToString(); System.Collections.Generic.Dictionary tracingParameters = new System.Collections.Generic.Dictionary(); tracingParameters.Add("nextPageLink", nextPageLink); + tracingParameters.Add("cancellationToken", cancellationToken); Microsoft.Rest.ServiceClientTracing.Enter(_invocationId, this, "ListByResourceGroupNext", tracingParameters); diff --git a/src/AlertsManagement/AlertsManagement.Sdk/Generated/AlertProcessingRulesOperationsExtensions.cs b/src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/AlertProcessingRulesOperationsExtensions.cs similarity index 100% rename from src/AlertsManagement/AlertsManagement.Sdk/Generated/AlertProcessingRulesOperationsExtensions.cs rename to src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/AlertProcessingRulesOperationsExtensions.cs diff --git a/src/AlertsManagement/AlertsManagement.Sdk/Generated/AlertsManagementClient.cs b/src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/AlertsManagementClient.cs similarity index 98% rename from src/AlertsManagement/AlertsManagement.Sdk/Generated/AlertsManagementClient.cs rename to src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/AlertsManagementClient.cs index fcba544ba7e2..c1a9111f0071 100644 --- a/src/AlertsManagement/AlertsManagement.Sdk/Generated/AlertsManagementClient.cs +++ b/src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/AlertsManagementClient.cs @@ -44,14 +44,14 @@ public partial class AlertsManagementClient : Microsoft.Rest.ServiceClient /// The retry timeout in seconds for Long Running Operations. Default - /// value is 30. + /// /// value is 30. /// public int? LongRunningOperationRetryTimeout { get; set;} /// - /// Whether a unique x-ms-client-request-id should be generated. When - /// set to true a unique x-ms-client-request-id value is generated and - /// included in each request. Default is true. + /// Whether a unique x-ms-client-request-id should be generated. When + /// /// set to true a unique x-ms-client-request-id value is generated and + /// /// included in each request. Default is true. /// public bool? GenerateClientRequestId { get; set;} diff --git a/src/AlertsManagement/AlertsManagement.Sdk/Generated/AlertsOperations.cs b/src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/AlertsOperations.cs similarity index 97% rename from src/AlertsManagement/AlertsManagement.Sdk/Generated/AlertsOperations.cs rename to src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/AlertsOperations.cs index 46a1c9a85f3b..7d57ddc68f75 100644 --- a/src/AlertsManagement/AlertsManagement.Sdk/Generated/AlertsOperations.cs +++ b/src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/AlertsOperations.cs @@ -224,10 +224,13 @@ internal AlertsOperations (AlertsManagementClient client) } /// - /// List all existing alerts, where the results can be filtered on the basis of multiple parameters (e.g. time range). The results can then be sorted on the basis specific fields, with the default being lastModifiedDateTime. + /// List all existing alerts, where the results can be filtered on the basis of + /// multiple parameters (e.g. time range). The results can then be sorted on + /// the basis specific fields, with the default being lastModifiedDateTime. /// /// - /// Filter by target resource( which is full ARM ID) Default value is select all. + /// Filter by target resource( which is full ARM ID) Default value is select + /// all. /// /// /// Filter by target resource type. Default value is select all. @@ -236,10 +239,12 @@ internal AlertsOperations (AlertsManagementClient client) /// Filter by target resource group name. Default value is select all. /// /// - /// Filter by monitor service which generates the alert instance. Default value is select all. + /// Filter by monitor service which generates the alert instance. Default value + /// is select all. /// /// - /// Filter by monitor condition which is either 'Fired' or 'Resolved'. Default value is to select all. + /// Filter by monitor condition which is either 'Fired' or 'Resolved'. Default + /// value is to select all. /// /// /// Filter by severity. Default value is select all. @@ -254,28 +259,40 @@ internal AlertsOperations (AlertsManagementClient client) /// Filter the alerts list by the Smart Group Id. Default value is none. /// /// - /// Include context which has contextual data specific to the monitor service. Default value is false' + /// Include context which has contextual data specific to the monitor service. + /// Default value is false' /// /// - /// Include egress config which would be used for displaying the content in portal. Default value is 'false'. + /// Include egress config which would be used for displaying the content in + /// portal. Default value is 'false'. /// /// - /// Determines number of alerts returned per page in response. Permissible value is between 1 to 250. When the "includeContent" filter is selected, maximum value allowed is 25. Default value is 25. + /// Determines number of alerts returned per page in response. Permissible + /// value is between 1 to 250. When the "includeContent" filter is selected, + /// maximum value allowed is 25. Default value is 25. /// /// - /// Sort the query results by input field, Default value is 'lastModifiedDateTime'. + /// Sort the query results by input field, Default value is + /// 'lastModifiedDateTime'. /// /// - /// Sort the query results order in either ascending or descending. Default value is 'desc' for time fields and 'asc' for others. + /// Sort the query results order in either ascending or descending. Default + /// value is 'desc' for time fields and 'asc' for others. /// /// - /// This filter allows to selection of the fields(comma separated) which would be part of the essential section. This would allow to project only the required fields rather than getting entire content. Default is to fetch all the fields in the essentials section. + /// This filter allows to selection of the fields(comma separated) which would + /// be part of the essential section. This would allow to project only the + /// required fields rather than getting entire content. Default is to fetch + /// all the fields in the essentials section. /// /// /// Filter by time range by below listed values. Default value is 1 day. /// /// - /// Filter by custom time range in the format <start-time>/<end-time> where time is in (ISO-8601 format)'. Permissible values is within 30 days from query time. Either timeRange or customTimeRange could be used but not both. Default is none. + /// Filter by custom time range in the format <start-time>/<end-time> where + /// time is in (ISO-8601 format)'. Permissible values is within 30 days from + /// query time. Either timeRange or customTimeRange could be used but not both. + /// Default is none. /// /// /// Headers that will be added to request. @@ -994,7 +1011,8 @@ internal AlertsOperations (AlertsManagementClient client) } /// - /// Get the history of an alert, which captures any monitor condition changes (Fired/Resolved) and alert state changes (New/Acknowledged/Closed). + /// Get the history of an alert, which captures any monitor condition changes + /// (Fired/Resolved) and alert state changes (New/Acknowledged/Closed). /// /// /// Unique ID of an alert instance. @@ -1195,16 +1213,21 @@ internal AlertsOperations (AlertsManagementClient client) } /// - /// Get a summarized count of your alerts grouped by various parameters (e.g. grouping by 'Severity' returns the count of alerts for each severity). + /// Get a summarized count of your alerts grouped by various parameters (e.g. + /// grouping by 'Severity' returns the count of alerts for each severity). /// /// - /// This parameter allows the result set to be grouped by input fields (Maximum 2 comma separated fields supported). For example, groupby=severity or groupby=severity,alertstate. + /// This parameter allows the result set to be grouped by input fields (Maximum + /// 2 comma separated fields supported). For example, groupby=severity or + /// groupby=severity,alertstate. /// /// - /// Include count of the SmartGroups as part of the summary. Default value is 'false'. + /// Include count of the SmartGroups as part of the summary. Default value is + /// 'false'. /// /// - /// Filter by target resource( which is full ARM ID) Default value is select all. + /// Filter by target resource( which is full ARM ID) Default value is select + /// all. /// /// /// Filter by target resource type. Default value is select all. @@ -1213,10 +1236,12 @@ internal AlertsOperations (AlertsManagementClient client) /// Filter by target resource group name. Default value is select all. /// /// - /// Filter by monitor service which generates the alert instance. Default value is select all. + /// Filter by monitor service which generates the alert instance. Default value + /// is select all. /// /// - /// Filter by monitor condition which is either 'Fired' or 'Resolved'. Default value is to select all. + /// Filter by monitor condition which is either 'Fired' or 'Resolved'. Default + /// value is to select all. /// /// /// Filter by severity. Default value is select all. @@ -1231,7 +1256,10 @@ internal AlertsOperations (AlertsManagementClient client) /// Filter by time range by below listed values. Default value is 1 day. /// /// - /// Filter by custom time range in the format <start-time>/<end-time> where time is in (ISO-8601 format)'. Permissible values is within 30 days from query time. Either timeRange or customTimeRange could be used but not both. Default is none. + /// Filter by custom time range in the format <start-time>/<end-time> where + /// time is in (ISO-8601 format)'. Permissible values is within 30 days from + /// query time. Either timeRange or customTimeRange could be used but not both. + /// Default is none. /// /// /// Headers that will be added to request. @@ -1498,7 +1526,9 @@ internal AlertsOperations (AlertsManagementClient client) } /// - /// List all existing alerts, where the results can be filtered on the basis of multiple parameters (e.g. time range). The results can then be sorted on the basis specific fields, with the default being lastModifiedDateTime. + /// List all existing alerts, where the results can be filtered on the basis of + /// multiple parameters (e.g. time range). The results can then be sorted on + /// the basis specific fields, with the default being lastModifiedDateTime. /// /// /// The NextLink from the previous successful call to List operation. @@ -1539,6 +1569,7 @@ internal AlertsOperations (AlertsManagementClient client) _invocationId = Microsoft.Rest.ServiceClientTracing.NextInvocationId.ToString(); System.Collections.Generic.Dictionary tracingParameters = new System.Collections.Generic.Dictionary(); tracingParameters.Add("nextPageLink", nextPageLink); + tracingParameters.Add("cancellationToken", cancellationToken); Microsoft.Rest.ServiceClientTracing.Enter(_invocationId, this, "GetAllNext", tracingParameters); diff --git a/src/AlertsManagement/AlertsManagement.Sdk/Generated/AlertsOperationsExtensions.cs b/src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/AlertsOperationsExtensions.cs similarity index 81% rename from src/AlertsManagement/AlertsManagement.Sdk/Generated/AlertsOperationsExtensions.cs rename to src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/AlertsOperationsExtensions.cs index f7a76293cac5..056f0a5565db 100644 --- a/src/AlertsManagement/AlertsManagement.Sdk/Generated/AlertsOperationsExtensions.cs +++ b/src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/AlertsOperationsExtensions.cs @@ -40,13 +40,16 @@ public static AlertsMetaData MetaData(this IAlertsOperations operations) } } /// - /// List all existing alerts, where the results can be filtered on the basis of multiple parameters (e.g. time range). The results can then be sorted on the basis specific fields, with the default being lastModifiedDateTime. + /// List all existing alerts, where the results can be filtered on the basis of + /// multiple parameters (e.g. time range). The results can then be sorted on + /// the basis specific fields, with the default being lastModifiedDateTime. /// /// /// The operations group for this extension method. /// /// - /// Filter by target resource( which is full ARM ID) Default value is select all. + /// Filter by target resource( which is full ARM ID) Default value is select + /// all. /// /// /// Filter by target resource type. Default value is select all. @@ -55,10 +58,12 @@ public static AlertsMetaData MetaData(this IAlertsOperations operations) /// Filter by target resource group name. Default value is select all. /// /// - /// Filter by monitor service which generates the alert instance. Default value is select all. + /// Filter by monitor service which generates the alert instance. Default value + /// is select all. /// /// - /// Filter by monitor condition which is either 'Fired' or 'Resolved'. Default value is to select all. + /// Filter by monitor condition which is either 'Fired' or 'Resolved'. Default + /// value is to select all. /// /// /// Filter by severity. Default value is select all. @@ -73,28 +78,40 @@ public static AlertsMetaData MetaData(this IAlertsOperations operations) /// Filter the alerts list by the Smart Group Id. Default value is none. /// /// - /// Include context which has contextual data specific to the monitor service. Default value is false' + /// Include context which has contextual data specific to the monitor service. + /// Default value is false' /// /// - /// Include egress config which would be used for displaying the content in portal. Default value is 'false'. + /// Include egress config which would be used for displaying the content in + /// portal. Default value is 'false'. /// /// - /// Determines number of alerts returned per page in response. Permissible value is between 1 to 250. When the "includeContent" filter is selected, maximum value allowed is 25. Default value is 25. + /// Determines number of alerts returned per page in response. Permissible + /// value is between 1 to 250. When the "includeContent" filter is selected, + /// maximum value allowed is 25. Default value is 25. /// /// - /// Sort the query results by input field, Default value is 'lastModifiedDateTime'. + /// Sort the query results by input field, Default value is + /// 'lastModifiedDateTime'. /// /// - /// Sort the query results order in either ascending or descending. Default value is 'desc' for time fields and 'asc' for others. + /// Sort the query results order in either ascending or descending. Default + /// value is 'desc' for time fields and 'asc' for others. /// /// - /// This filter allows to selection of the fields(comma separated) which would be part of the essential section. This would allow to project only the required fields rather than getting entire content. Default is to fetch all the fields in the essentials section. + /// This filter allows to selection of the fields(comma separated) which would + /// be part of the essential section. This would allow to project only the + /// required fields rather than getting entire content. Default is to fetch + /// all the fields in the essentials section. /// /// /// Filter by time range by below listed values. Default value is 1 day. /// /// - /// Filter by custom time range in the format <start-time>/<end-time> where time is in (ISO-8601 format)'. Permissible values is within 30 days from query time. Either timeRange or customTimeRange could be used but not both. Default is none. + /// Filter by custom time range in the format <start-time>/<end-time> where + /// time is in (ISO-8601 format)'. Permissible values is within 30 days from + /// query time. Either timeRange or customTimeRange could be used but not both. + /// Default is none. /// public static Microsoft.Rest.Azure.IPage GetAll(this IAlertsOperations operations, string targetResource = default(string), string targetResourceType = default(string), string targetResourceGroup = default(string), string monitorService = default(string), string monitorCondition = default(string), string severity = default(string), string alertState = default(string), string alertRule = default(string), string smartGroupId = default(string), bool? includeContext = default(bool?), bool? includeEgressConfig = default(bool?), long? pageCount = default(long?), string sortBy = default(string), string sortOrder = default(string), string select = default(string), string timeRange = default(string), string customTimeRange = default(string)) { @@ -102,13 +119,16 @@ public static AlertsMetaData MetaData(this IAlertsOperations operations) } /// - /// List all existing alerts, where the results can be filtered on the basis of multiple parameters (e.g. time range). The results can then be sorted on the basis specific fields, with the default being lastModifiedDateTime. + /// List all existing alerts, where the results can be filtered on the basis of + /// multiple parameters (e.g. time range). The results can then be sorted on + /// the basis specific fields, with the default being lastModifiedDateTime. /// /// /// The operations group for this extension method. /// /// - /// Filter by target resource( which is full ARM ID) Default value is select all. + /// Filter by target resource( which is full ARM ID) Default value is select + /// all. /// /// /// Filter by target resource type. Default value is select all. @@ -117,10 +137,12 @@ public static AlertsMetaData MetaData(this IAlertsOperations operations) /// Filter by target resource group name. Default value is select all. /// /// - /// Filter by monitor service which generates the alert instance. Default value is select all. + /// Filter by monitor service which generates the alert instance. Default value + /// is select all. /// /// - /// Filter by monitor condition which is either 'Fired' or 'Resolved'. Default value is to select all. + /// Filter by monitor condition which is either 'Fired' or 'Resolved'. Default + /// value is to select all. /// /// /// Filter by severity. Default value is select all. @@ -135,28 +157,40 @@ public static AlertsMetaData MetaData(this IAlertsOperations operations) /// Filter the alerts list by the Smart Group Id. Default value is none. /// /// - /// Include context which has contextual data specific to the monitor service. Default value is false' + /// Include context which has contextual data specific to the monitor service. + /// Default value is false' /// /// - /// Include egress config which would be used for displaying the content in portal. Default value is 'false'. + /// Include egress config which would be used for displaying the content in + /// portal. Default value is 'false'. /// /// - /// Determines number of alerts returned per page in response. Permissible value is between 1 to 250. When the "includeContent" filter is selected, maximum value allowed is 25. Default value is 25. + /// Determines number of alerts returned per page in response. Permissible + /// value is between 1 to 250. When the "includeContent" filter is selected, + /// maximum value allowed is 25. Default value is 25. /// /// - /// Sort the query results by input field, Default value is 'lastModifiedDateTime'. + /// Sort the query results by input field, Default value is + /// 'lastModifiedDateTime'. /// /// - /// Sort the query results order in either ascending or descending. Default value is 'desc' for time fields and 'asc' for others. + /// Sort the query results order in either ascending or descending. Default + /// value is 'desc' for time fields and 'asc' for others. /// /// - /// This filter allows to selection of the fields(comma separated) which would be part of the essential section. This would allow to project only the required fields rather than getting entire content. Default is to fetch all the fields in the essentials section. + /// This filter allows to selection of the fields(comma separated) which would + /// be part of the essential section. This would allow to project only the + /// required fields rather than getting entire content. Default is to fetch + /// all the fields in the essentials section. /// /// /// Filter by time range by below listed values. Default value is 1 day. /// /// - /// Filter by custom time range in the format <start-time>/<end-time> where time is in (ISO-8601 format)'. Permissible values is within 30 days from query time. Either timeRange or customTimeRange could be used but not both. Default is none. + /// Filter by custom time range in the format <start-time>/<end-time> where + /// time is in (ISO-8601 format)'. Permissible values is within 30 days from + /// query time. Either timeRange or customTimeRange could be used but not both. + /// Default is none. /// /// /// The cancellation token. @@ -241,7 +275,8 @@ public static Alert GetById(this IAlertsOperations operations, string alertId) } } /// - /// Get the history of an alert, which captures any monitor condition changes (Fired/Resolved) and alert state changes (New/Acknowledged/Closed). + /// Get the history of an alert, which captures any monitor condition changes + /// (Fired/Resolved) and alert state changes (New/Acknowledged/Closed). /// /// /// The operations group for this extension method. @@ -255,7 +290,8 @@ public static AlertModification GetHistory(this IAlertsOperations operations, st } /// - /// Get the history of an alert, which captures any monitor condition changes (Fired/Resolved) and alert state changes (New/Acknowledged/Closed). + /// Get the history of an alert, which captures any monitor condition changes + /// (Fired/Resolved) and alert state changes (New/Acknowledged/Closed). /// /// /// The operations group for this extension method. @@ -274,19 +310,24 @@ public static AlertModification GetHistory(this IAlertsOperations operations, st } } /// - /// Get a summarized count of your alerts grouped by various parameters (e.g. grouping by 'Severity' returns the count of alerts for each severity). + /// Get a summarized count of your alerts grouped by various parameters (e.g. + /// grouping by 'Severity' returns the count of alerts for each severity). /// /// /// The operations group for this extension method. /// /// - /// This parameter allows the result set to be grouped by input fields (Maximum 2 comma separated fields supported). For example, groupby=severity or groupby=severity,alertstate. + /// This parameter allows the result set to be grouped by input fields (Maximum + /// 2 comma separated fields supported). For example, groupby=severity or + /// groupby=severity,alertstate. /// /// - /// Include count of the SmartGroups as part of the summary. Default value is 'false'. + /// Include count of the SmartGroups as part of the summary. Default value is + /// 'false'. /// /// - /// Filter by target resource( which is full ARM ID) Default value is select all. + /// Filter by target resource( which is full ARM ID) Default value is select + /// all. /// /// /// Filter by target resource type. Default value is select all. @@ -295,10 +336,12 @@ public static AlertModification GetHistory(this IAlertsOperations operations, st /// Filter by target resource group name. Default value is select all. /// /// - /// Filter by monitor service which generates the alert instance. Default value is select all. + /// Filter by monitor service which generates the alert instance. Default value + /// is select all. /// /// - /// Filter by monitor condition which is either 'Fired' or 'Resolved'. Default value is to select all. + /// Filter by monitor condition which is either 'Fired' or 'Resolved'. Default + /// value is to select all. /// /// /// Filter by severity. Default value is select all. @@ -313,7 +356,10 @@ public static AlertModification GetHistory(this IAlertsOperations operations, st /// Filter by time range by below listed values. Default value is 1 day. /// /// - /// Filter by custom time range in the format <start-time>/<end-time> where time is in (ISO-8601 format)'. Permissible values is within 30 days from query time. Either timeRange or customTimeRange could be used but not both. Default is none. + /// Filter by custom time range in the format <start-time>/<end-time> where + /// time is in (ISO-8601 format)'. Permissible values is within 30 days from + /// query time. Either timeRange or customTimeRange could be used but not both. + /// Default is none. /// public static AlertsSummary GetSummary(this IAlertsOperations operations, string groupby, bool? includeSmartGroupsCount = default(bool?), string targetResource = default(string), string targetResourceType = default(string), string targetResourceGroup = default(string), string monitorService = default(string), string monitorCondition = default(string), string severity = default(string), string alertState = default(string), string alertRule = default(string), string timeRange = default(string), string customTimeRange = default(string)) { @@ -321,19 +367,24 @@ public static AlertModification GetHistory(this IAlertsOperations operations, st } /// - /// Get a summarized count of your alerts grouped by various parameters (e.g. grouping by 'Severity' returns the count of alerts for each severity). + /// Get a summarized count of your alerts grouped by various parameters (e.g. + /// grouping by 'Severity' returns the count of alerts for each severity). /// /// /// The operations group for this extension method. /// /// - /// This parameter allows the result set to be grouped by input fields (Maximum 2 comma separated fields supported). For example, groupby=severity or groupby=severity,alertstate. + /// This parameter allows the result set to be grouped by input fields (Maximum + /// 2 comma separated fields supported). For example, groupby=severity or + /// groupby=severity,alertstate. /// /// - /// Include count of the SmartGroups as part of the summary. Default value is 'false'. + /// Include count of the SmartGroups as part of the summary. Default value is + /// 'false'. /// /// - /// Filter by target resource( which is full ARM ID) Default value is select all. + /// Filter by target resource( which is full ARM ID) Default value is select + /// all. /// /// /// Filter by target resource type. Default value is select all. @@ -342,10 +393,12 @@ public static AlertModification GetHistory(this IAlertsOperations operations, st /// Filter by target resource group name. Default value is select all. /// /// - /// Filter by monitor service which generates the alert instance. Default value is select all. + /// Filter by monitor service which generates the alert instance. Default value + /// is select all. /// /// - /// Filter by monitor condition which is either 'Fired' or 'Resolved'. Default value is to select all. + /// Filter by monitor condition which is either 'Fired' or 'Resolved'. Default + /// value is to select all. /// /// /// Filter by severity. Default value is select all. @@ -360,7 +413,10 @@ public static AlertModification GetHistory(this IAlertsOperations operations, st /// Filter by time range by below listed values. Default value is 1 day. /// /// - /// Filter by custom time range in the format <start-time>/<end-time> where time is in (ISO-8601 format)'. Permissible values is within 30 days from query time. Either timeRange or customTimeRange could be used but not both. Default is none. + /// Filter by custom time range in the format <start-time>/<end-time> where + /// time is in (ISO-8601 format)'. Permissible values is within 30 days from + /// query time. Either timeRange or customTimeRange could be used but not both. + /// Default is none. /// /// /// The cancellation token. @@ -373,7 +429,9 @@ public static AlertModification GetHistory(this IAlertsOperations operations, st } } /// - /// List all existing alerts, where the results can be filtered on the basis of multiple parameters (e.g. time range). The results can then be sorted on the basis specific fields, with the default being lastModifiedDateTime. + /// List all existing alerts, where the results can be filtered on the basis of + /// multiple parameters (e.g. time range). The results can then be sorted on + /// the basis specific fields, with the default being lastModifiedDateTime. /// /// /// The operations group for this extension method. @@ -387,7 +445,9 @@ public static Microsoft.Rest.Azure.IPage GetAllNext(this IAlertsOperation } /// - /// List all existing alerts, where the results can be filtered on the basis of multiple parameters (e.g. time range). The results can then be sorted on the basis specific fields, with the default being lastModifiedDateTime. + /// List all existing alerts, where the results can be filtered on the basis of + /// multiple parameters (e.g. time range). The results can then be sorted on + /// the basis specific fields, with the default being lastModifiedDateTime. /// /// /// The operations group for this extension method. diff --git a/src/AlertsManagement/AlertsManagement.Sdk/Generated/IAlertProcessingRulesOperations.cs b/src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/IAlertProcessingRulesOperations.cs similarity index 100% rename from src/AlertsManagement/AlertsManagement.Sdk/Generated/IAlertProcessingRulesOperations.cs rename to src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/IAlertProcessingRulesOperations.cs diff --git a/src/AlertsManagement/AlertsManagement.Sdk/Generated/IAlertsManagementClient.cs b/src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/IAlertsManagementClient.cs similarity index 93% rename from src/AlertsManagement/AlertsManagement.Sdk/Generated/IAlertsManagementClient.cs rename to src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/IAlertsManagementClient.cs index aa4b6fbee192..cac5f42de59c 100644 --- a/src/AlertsManagement/AlertsManagement.Sdk/Generated/IAlertsManagementClient.cs +++ b/src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/IAlertsManagementClient.cs @@ -49,15 +49,15 @@ public partial interface IAlertsManagementClient : System.IDisposable /// /// The retry timeout in seconds for Long Running Operations. Default - /// value is 30. + /// /// value is 30. /// int? LongRunningOperationRetryTimeout { get; set;} /// - /// Whether a unique x-ms-client-request-id should be generated. When - /// set to true a unique x-ms-client-request-id value is generated and - /// included in each request. Default is true. + /// Whether a unique x-ms-client-request-id should be generated. When + /// /// set to true a unique x-ms-client-request-id value is generated and + /// /// included in each request. Default is true. /// bool? GenerateClientRequestId { get; set;} diff --git a/src/AlertsManagement/AlertsManagement.Sdk/Generated/IAlertsOperations.cs b/src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/IAlertsOperations.cs similarity index 82% rename from src/AlertsManagement/AlertsManagement.Sdk/Generated/IAlertsOperations.cs rename to src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/IAlertsOperations.cs index 44165bb066bd..3df5824108e1 100644 --- a/src/AlertsManagement/AlertsManagement.Sdk/Generated/IAlertsOperations.cs +++ b/src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/IAlertsOperations.cs @@ -34,13 +34,18 @@ public partial interface IAlertsOperations System.Threading.Tasks.Task> MetaDataWithHttpMessagesAsync(System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); /// - /// List all existing alerts, where the results can be filtered on the basis of multiple parameters (e.g. time range). The results can then be sorted on the basis specific fields, with the default being lastModifiedDateTime. + /// List all existing alerts, where the results can be filtered on the basis of + /// multiple parameters (e.g. time range). The results can then be sorted on + /// the basis specific fields, with the default being lastModifiedDateTime. /// /// - /// List all existing alerts, where the results can be filtered on the basis of multiple parameters (e.g. time range). The results can then be sorted on the basis specific fields, with the default being lastModifiedDateTime. + /// List all existing alerts, where the results can be filtered on the basis of + /// multiple parameters (e.g. time range). The results can then be sorted on + /// the basis specific fields, with the default being lastModifiedDateTime. /// /// - /// Filter by target resource( which is full ARM ID) Default value is select all. + /// Filter by target resource( which is full ARM ID) Default value is select + /// all. /// /// /// Filter by target resource type. Default value is select all. @@ -49,10 +54,12 @@ public partial interface IAlertsOperations /// Filter by target resource group name. Default value is select all. /// /// - /// Filter by monitor service which generates the alert instance. Default value is select all. + /// Filter by monitor service which generates the alert instance. Default value + /// is select all. /// /// - /// Filter by monitor condition which is either 'Fired' or 'Resolved'. Default value is to select all. + /// Filter by monitor condition which is either 'Fired' or 'Resolved'. Default + /// value is to select all. /// /// /// Filter by severity. Default value is select all. @@ -67,28 +74,40 @@ public partial interface IAlertsOperations /// Filter the alerts list by the Smart Group Id. Default value is none. /// /// - /// Include context which has contextual data specific to the monitor service. Default value is false' + /// Include context which has contextual data specific to the monitor service. + /// Default value is false' /// /// - /// Include egress config which would be used for displaying the content in portal. Default value is 'false'. + /// Include egress config which would be used for displaying the content in + /// portal. Default value is 'false'. /// /// - /// Determines number of alerts returned per page in response. Permissible value is between 1 to 250. When the "includeContent" filter is selected, maximum value allowed is 25. Default value is 25. + /// Determines number of alerts returned per page in response. Permissible + /// value is between 1 to 250. When the "includeContent" filter is selected, + /// maximum value allowed is 25. Default value is 25. /// /// - /// Sort the query results by input field, Default value is 'lastModifiedDateTime'. + /// Sort the query results by input field, Default value is + /// 'lastModifiedDateTime'. /// /// - /// Sort the query results order in either ascending or descending. Default value is 'desc' for time fields and 'asc' for others. + /// Sort the query results order in either ascending or descending. Default + /// value is 'desc' for time fields and 'asc' for others. /// /// - /// This filter allows to selection of the fields(comma separated) which would be part of the essential section. This would allow to project only the required fields rather than getting entire content. Default is to fetch all the fields in the essentials section. + /// This filter allows to selection of the fields(comma separated) which would + /// be part of the essential section. This would allow to project only the + /// required fields rather than getting entire content. Default is to fetch + /// all the fields in the essentials section. /// /// /// Filter by time range by below listed values. Default value is 1 day. /// /// - /// Filter by custom time range in the format <start-time>/<end-time> where time is in (ISO-8601 format)'. Permissible values is within 30 days from query time. Either timeRange or customTimeRange could be used but not both. Default is none. + /// Filter by custom time range in the format <start-time>/<end-time> where + /// time is in (ISO-8601 format)'. Permissible values is within 30 days from + /// query time. Either timeRange or customTimeRange could be used but not both. + /// Default is none. /// /// /// The headers that will be added to request. @@ -157,10 +176,12 @@ public partial interface IAlertsOperations System.Threading.Tasks.Task> ChangeStateWithHttpMessagesAsync(string alertId, string newState, Comments comment = default(Comments), System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); /// - /// Get the history of an alert, which captures any monitor condition changes (Fired/Resolved) and alert state changes (New/Acknowledged/Closed). + /// Get the history of an alert, which captures any monitor condition changes + /// (Fired/Resolved) and alert state changes (New/Acknowledged/Closed). /// /// - /// Get the history of an alert, which captures any monitor condition changes (Fired/Resolved) and alert state changes (New/Acknowledged/Closed). + /// Get the history of an alert, which captures any monitor condition changes + /// (Fired/Resolved) and alert state changes (New/Acknowledged/Closed). /// /// /// Unique ID of an alert instance. @@ -180,19 +201,25 @@ public partial interface IAlertsOperations System.Threading.Tasks.Task> GetHistoryWithHttpMessagesAsync(string alertId, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); /// - /// Get a summarized count of your alerts grouped by various parameters (e.g. grouping by 'Severity' returns the count of alerts for each severity). + /// Get a summarized count of your alerts grouped by various parameters (e.g. + /// grouping by 'Severity' returns the count of alerts for each severity). /// /// - /// Get a summarized count of your alerts grouped by various parameters (e.g. grouping by 'Severity' returns the count of alerts for each severity). + /// Get a summarized count of your alerts grouped by various parameters (e.g. + /// grouping by 'Severity' returns the count of alerts for each severity). /// /// - /// This parameter allows the result set to be grouped by input fields (Maximum 2 comma separated fields supported). For example, groupby=severity or groupby=severity,alertstate. + /// This parameter allows the result set to be grouped by input fields (Maximum + /// 2 comma separated fields supported). For example, groupby=severity or + /// groupby=severity,alertstate. /// /// - /// Include count of the SmartGroups as part of the summary. Default value is 'false'. + /// Include count of the SmartGroups as part of the summary. Default value is + /// 'false'. /// /// - /// Filter by target resource( which is full ARM ID) Default value is select all. + /// Filter by target resource( which is full ARM ID) Default value is select + /// all. /// /// /// Filter by target resource type. Default value is select all. @@ -201,10 +228,12 @@ public partial interface IAlertsOperations /// Filter by target resource group name. Default value is select all. /// /// - /// Filter by monitor service which generates the alert instance. Default value is select all. + /// Filter by monitor service which generates the alert instance. Default value + /// is select all. /// /// - /// Filter by monitor condition which is either 'Fired' or 'Resolved'. Default value is to select all. + /// Filter by monitor condition which is either 'Fired' or 'Resolved'. Default + /// value is to select all. /// /// /// Filter by severity. Default value is select all. @@ -219,7 +248,10 @@ public partial interface IAlertsOperations /// Filter by time range by below listed values. Default value is 1 day. /// /// - /// Filter by custom time range in the format <start-time>/<end-time> where time is in (ISO-8601 format)'. Permissible values is within 30 days from query time. Either timeRange or customTimeRange could be used but not both. Default is none. + /// Filter by custom time range in the format <start-time>/<end-time> where + /// time is in (ISO-8601 format)'. Permissible values is within 30 days from + /// query time. Either timeRange or customTimeRange could be used but not both. + /// Default is none. /// /// /// The headers that will be added to request. @@ -236,10 +268,14 @@ public partial interface IAlertsOperations System.Threading.Tasks.Task> GetSummaryWithHttpMessagesAsync(string groupby, bool? includeSmartGroupsCount = default(bool?), string targetResource = default(string), string targetResourceType = default(string), string targetResourceGroup = default(string), string monitorService = default(string), string monitorCondition = default(string), string severity = default(string), string alertState = default(string), string alertRule = default(string), string timeRange = default(string), string customTimeRange = default(string), System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); /// - /// List all existing alerts, where the results can be filtered on the basis of multiple parameters (e.g. time range). The results can then be sorted on the basis specific fields, with the default being lastModifiedDateTime. + /// List all existing alerts, where the results can be filtered on the basis of + /// multiple parameters (e.g. time range). The results can then be sorted on + /// the basis specific fields, with the default being lastModifiedDateTime. /// /// - /// List all existing alerts, where the results can be filtered on the basis of multiple parameters (e.g. time range). The results can then be sorted on the basis specific fields, with the default being lastModifiedDateTime. + /// List all existing alerts, where the results can be filtered on the basis of + /// multiple parameters (e.g. time range). The results can then be sorted on + /// the basis specific fields, with the default being lastModifiedDateTime. /// /// /// The NextLink from the previous successful call to List operation. diff --git a/src/AlertsManagement/AlertsManagement.Sdk/Generated/IOperations.cs b/src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/IOperations.cs similarity index 94% rename from src/AlertsManagement/AlertsManagement.Sdk/Generated/IOperations.cs rename to src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/IOperations.cs index 351b61ca3004..7b78e802db38 100644 --- a/src/AlertsManagement/AlertsManagement.Sdk/Generated/IOperations.cs +++ b/src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/IOperations.cs @@ -14,10 +14,12 @@ namespace Microsoft.Azure.Management.AlertsManagement public partial interface IOperations { /// - /// List all operations available through Azure Alerts Management Resource Provider. + /// List all operations available through Azure Alerts Management Resource + /// Provider. /// /// - /// List all operations available through Azure Alerts Management Resource Provider. + /// List all operations available through Azure Alerts Management Resource + /// Provider. /// /// /// The headers that will be added to request. @@ -34,10 +36,12 @@ public partial interface IOperations System.Threading.Tasks.Task>> ListWithHttpMessagesAsync(System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); /// - /// List all operations available through Azure Alerts Management Resource Provider. + /// List all operations available through Azure Alerts Management Resource + /// Provider. /// /// - /// List all operations available through Azure Alerts Management Resource Provider. + /// List all operations available through Azure Alerts Management Resource + /// Provider. /// /// /// The NextLink from the previous successful call to List operation. diff --git a/src/AlertsManagement/AlertsManagement.Sdk/Generated/ISmartGroupsOperations.cs b/src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/ISmartGroupsOperations.cs similarity index 91% rename from src/AlertsManagement/AlertsManagement.Sdk/Generated/ISmartGroupsOperations.cs rename to src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/ISmartGroupsOperations.cs index 6be17308dab5..b2b373457ed4 100644 --- a/src/AlertsManagement/AlertsManagement.Sdk/Generated/ISmartGroupsOperations.cs +++ b/src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/ISmartGroupsOperations.cs @@ -14,13 +14,14 @@ namespace Microsoft.Azure.Management.AlertsManagement public partial interface ISmartGroupsOperations { /// - /// List all the Smart Groups within a specified subscription. + /// List all the Smart Groups within a specified subscription. /// /// - /// List all the Smart Groups within a specified subscription. + /// List all the Smart Groups within a specified subscription. /// /// - /// Filter by target resource( which is full ARM ID) Default value is select all. + /// Filter by target resource( which is full ARM ID) Default value is select + /// all. /// /// /// Filter by target resource group name. Default value is select all. @@ -29,10 +30,12 @@ public partial interface ISmartGroupsOperations /// Filter by target resource type. Default value is select all. /// /// - /// Filter by monitor service which generates the alert instance. Default value is select all. + /// Filter by monitor service which generates the alert instance. Default value + /// is select all. /// /// - /// Filter by monitor condition which is either 'Fired' or 'Resolved'. Default value is to select all. + /// Filter by monitor condition which is either 'Fired' or 'Resolved'. Default + /// value is to select all. /// /// /// Filter by severity. Default value is select all. @@ -44,13 +47,17 @@ public partial interface ISmartGroupsOperations /// Filter by time range by below listed values. Default value is 1 day. /// /// - /// Determines number of alerts returned per page in response. Permissible value is between 1 to 250. When the "includeContent" filter is selected, maximum value allowed is 25. Default value is 25. + /// Determines number of alerts returned per page in response. Permissible + /// value is between 1 to 250. When the "includeContent" filter is selected, + /// maximum value allowed is 25. Default value is 25. /// /// - /// Sort the query results by input field. Default value is sort by 'lastModifiedDateTime'. + /// Sort the query results by input field. Default value is sort by + /// 'lastModifiedDateTime'. /// /// - /// Sort the query results order in either ascending or descending. Default value is 'desc' for time fields and 'asc' for others. + /// Sort the query results order in either ascending or descending. Default + /// value is 'desc' for time fields and 'asc' for others. /// /// /// The headers that will be added to request. @@ -73,7 +80,7 @@ public partial interface ISmartGroupsOperations /// Get information related to a specific Smart Group. /// /// - /// Smart group unique id. + /// Smart group unique id. /// /// /// The headers that will be added to request. @@ -96,7 +103,7 @@ public partial interface ISmartGroupsOperations /// Change the state of a Smart Group. /// /// - /// Smart group unique id. + /// Smart group unique id. /// /// /// New state of the alert. @@ -116,13 +123,15 @@ public partial interface ISmartGroupsOperations System.Threading.Tasks.Task> ChangeStateWithHttpMessagesAsync(string smartGroupId, string newState, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); /// - /// Get the history a smart group, which captures any Smart Group state changes (New/Acknowledged/Closed) . + /// Get the history a smart group, which captures any Smart Group state changes + /// (New/Acknowledged/Closed) . /// /// - /// Get the history a smart group, which captures any Smart Group state changes (New/Acknowledged/Closed) . + /// Get the history a smart group, which captures any Smart Group state changes + /// (New/Acknowledged/Closed) . /// /// - /// Smart group unique id. + /// Smart group unique id. /// /// /// The headers that will be added to request. @@ -139,10 +148,10 @@ public partial interface ISmartGroupsOperations System.Threading.Tasks.Task> GetHistoryWithHttpMessagesAsync(string smartGroupId, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); /// - /// List all the Smart Groups within a specified subscription. + /// List all the Smart Groups within a specified subscription. /// /// - /// List all the Smart Groups within a specified subscription. + /// List all the Smart Groups within a specified subscription. /// /// /// The NextLink from the previous successful call to List operation. diff --git a/src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/Action.cs b/src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/Action.cs similarity index 100% rename from src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/Action.cs rename to src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/Action.cs diff --git a/src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/ActionStatus.cs b/src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/ActionStatus.cs similarity index 100% rename from src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/ActionStatus.cs rename to src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/ActionStatus.cs diff --git a/src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/ActionType.cs b/src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/ActionType.cs similarity index 100% rename from src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/ActionType.cs rename to src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/ActionType.cs diff --git a/src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/AddActionGroups.cs b/src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/AddActionGroups.cs similarity index 100% rename from src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/AddActionGroups.cs rename to src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/AddActionGroups.cs diff --git a/src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/Alert.cs b/src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/Alert.cs similarity index 100% rename from src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/Alert.cs rename to src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/Alert.cs diff --git a/src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/AlertModification.cs b/src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/AlertModification.cs similarity index 100% rename from src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/AlertModification.cs rename to src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/AlertModification.cs diff --git a/src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/AlertModificationEvent.cs b/src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/AlertModificationEvent.cs similarity index 100% rename from src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/AlertModificationEvent.cs rename to src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/AlertModificationEvent.cs diff --git a/src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/AlertModificationItem.cs b/src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/AlertModificationItem.cs similarity index 92% rename from src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/AlertModificationItem.cs rename to src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/AlertModificationItem.cs index 17871b136d8d..010b041b606d 100644 --- a/src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/AlertModificationItem.cs +++ b/src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/AlertModificationItem.cs @@ -25,10 +25,10 @@ public AlertModificationItem() /// /// Reason for the modification - /// Possible values include: 'AlertCreated', 'StateChange', - /// 'MonitorConditionChange', 'SeverityChange', 'ActionRuleTriggered', - /// 'ActionRuleSuppressed', 'ActionsTriggered', 'ActionsSuppressed', - /// 'ActionsFailed' + /// Possible values include: 'AlertCreated', 'StateChange', + /// 'MonitorConditionChange', 'SeverityChange', 'ActionRuleTriggered', + /// 'ActionRuleSuppressed', 'ActionsTriggered', 'ActionsSuppressed', + /// 'ActionsFailed' /// Old value /// diff --git a/src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/AlertModificationProperties.cs b/src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/AlertModificationProperties.cs similarity index 100% rename from src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/AlertModificationProperties.cs rename to src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/AlertModificationProperties.cs diff --git a/src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/AlertProcessingRule.cs b/src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/AlertProcessingRule.cs similarity index 100% rename from src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/AlertProcessingRule.cs rename to src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/AlertProcessingRule.cs diff --git a/src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/AlertProcessingRuleProperties.cs b/src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/AlertProcessingRuleProperties.cs similarity index 100% rename from src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/AlertProcessingRuleProperties.cs rename to src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/AlertProcessingRuleProperties.cs diff --git a/src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/AlertProcessingRulesCreateOrUpdateHeaders.cs b/src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/AlertProcessingRulesCreateOrUpdateHeaders.cs similarity index 100% rename from src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/AlertProcessingRulesCreateOrUpdateHeaders.cs rename to src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/AlertProcessingRulesCreateOrUpdateHeaders.cs diff --git a/src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/AlertProcessingRulesDeleteHeaders.cs b/src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/AlertProcessingRulesDeleteHeaders.cs similarity index 100% rename from src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/AlertProcessingRulesDeleteHeaders.cs rename to src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/AlertProcessingRulesDeleteHeaders.cs diff --git a/src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/AlertProcessingRulesGetByNameHeaders.cs b/src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/AlertProcessingRulesGetByNameHeaders.cs similarity index 100% rename from src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/AlertProcessingRulesGetByNameHeaders.cs rename to src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/AlertProcessingRulesGetByNameHeaders.cs diff --git a/src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/AlertProcessingRulesListByResourceGroupHeaders.cs b/src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/AlertProcessingRulesListByResourceGroupHeaders.cs similarity index 100% rename from src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/AlertProcessingRulesListByResourceGroupHeaders.cs rename to src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/AlertProcessingRulesListByResourceGroupHeaders.cs diff --git a/src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/AlertProcessingRulesListBySubscriptionHeaders.cs b/src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/AlertProcessingRulesListBySubscriptionHeaders.cs similarity index 100% rename from src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/AlertProcessingRulesListBySubscriptionHeaders.cs rename to src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/AlertProcessingRulesListBySubscriptionHeaders.cs diff --git a/src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/AlertProcessingRulesUpdateHeaders.cs b/src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/AlertProcessingRulesUpdateHeaders.cs similarity index 100% rename from src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/AlertProcessingRulesUpdateHeaders.cs rename to src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/AlertProcessingRulesUpdateHeaders.cs diff --git a/src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/AlertProperties.cs b/src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/AlertProperties.cs similarity index 100% rename from src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/AlertProperties.cs rename to src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/AlertProperties.cs diff --git a/src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/AlertState.cs b/src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/AlertState.cs similarity index 100% rename from src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/AlertState.cs rename to src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/AlertState.cs diff --git a/src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/AlertsMetaData.cs b/src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/AlertsMetaData.cs similarity index 100% rename from src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/AlertsMetaData.cs rename to src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/AlertsMetaData.cs diff --git a/src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/AlertsMetaDataProperties.cs b/src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/AlertsMetaDataProperties.cs similarity index 100% rename from src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/AlertsMetaDataProperties.cs rename to src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/AlertsMetaDataProperties.cs diff --git a/src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/AlertsSortByFields.cs b/src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/AlertsSortByFields.cs similarity index 100% rename from src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/AlertsSortByFields.cs rename to src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/AlertsSortByFields.cs diff --git a/src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/AlertsSummary.cs b/src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/AlertsSummary.cs similarity index 100% rename from src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/AlertsSummary.cs rename to src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/AlertsSummary.cs diff --git a/src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/AlertsSummaryGroup.cs b/src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/AlertsSummaryGroup.cs similarity index 100% rename from src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/AlertsSummaryGroup.cs rename to src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/AlertsSummaryGroup.cs diff --git a/src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/AlertsSummaryGroupByFields.cs b/src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/AlertsSummaryGroupByFields.cs similarity index 100% rename from src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/AlertsSummaryGroupByFields.cs rename to src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/AlertsSummaryGroupByFields.cs diff --git a/src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/AlertsSummaryGroupItem.cs b/src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/AlertsSummaryGroupItem.cs similarity index 100% rename from src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/AlertsSummaryGroupItem.cs rename to src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/AlertsSummaryGroupItem.cs diff --git a/src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/Comments.cs b/src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/Comments.cs similarity index 100% rename from src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/Comments.cs rename to src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/Comments.cs diff --git a/src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/Condition.cs b/src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/Condition.cs similarity index 84% rename from src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/Condition.cs rename to src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/Condition.cs index 7a8f43ef33da..7b2555ef7268 100644 --- a/src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/Condition.cs +++ b/src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/Condition.cs @@ -25,14 +25,14 @@ public Condition() /// /// Field for a given condition. - /// Possible values include: 'Severity', 'MonitorService', 'MonitorCondition', - /// 'SignalType', 'TargetResourceType', 'TargetResource', - /// 'TargetResourceGroup', 'AlertRuleId', 'AlertRuleName', 'Description', - /// 'AlertContext' + /// Possible values include: 'Severity', 'MonitorService', 'MonitorCondition', + /// 'SignalType', 'TargetResourceType', 'TargetResource', + /// 'TargetResourceGroup', 'AlertRuleId', 'AlertRuleName', 'Description', + /// 'AlertContext' /// Operator for a given condition. - /// Possible values include: 'Equals', 'NotEquals', 'Contains', - /// 'DoesNotContain' + /// Possible values include: 'Equals', 'NotEquals', 'Contains', + /// 'DoesNotContain' /// List of values to match for a given condition. /// diff --git a/src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/CreatedByType.cs b/src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/CreatedByType.cs similarity index 100% rename from src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/CreatedByType.cs rename to src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/CreatedByType.cs diff --git a/src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/DailyRecurrence.cs b/src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/DailyRecurrence.cs similarity index 100% rename from src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/DailyRecurrence.cs rename to src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/DailyRecurrence.cs diff --git a/src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/DaysOfWeek.cs b/src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/DaysOfWeek.cs similarity index 100% rename from src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/DaysOfWeek.cs rename to src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/DaysOfWeek.cs diff --git a/src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/ErrorResponse.cs b/src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/ErrorResponse.cs similarity index 100% rename from src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/ErrorResponse.cs rename to src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/ErrorResponse.cs diff --git a/src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/ErrorResponseAutoGenerated.cs b/src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/ErrorResponseAutoGenerated.cs similarity index 100% rename from src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/ErrorResponseAutoGenerated.cs rename to src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/ErrorResponseAutoGenerated.cs diff --git a/src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/ErrorResponseAutoGenerated2.cs b/src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/ErrorResponseAutoGenerated2.cs similarity index 100% rename from src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/ErrorResponseAutoGenerated2.cs rename to src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/ErrorResponseAutoGenerated2.cs diff --git a/src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/ErrorResponseAutoGenerated2Exception.cs b/src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/ErrorResponseAutoGenerated2Exception.cs similarity index 100% rename from src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/ErrorResponseAutoGenerated2Exception.cs rename to src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/ErrorResponseAutoGenerated2Exception.cs diff --git a/src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/ErrorResponseAutoGeneratedException.cs b/src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/ErrorResponseAutoGeneratedException.cs similarity index 100% rename from src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/ErrorResponseAutoGeneratedException.cs rename to src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/ErrorResponseAutoGeneratedException.cs diff --git a/src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/ErrorResponseBody.cs b/src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/ErrorResponseBody.cs similarity index 100% rename from src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/ErrorResponseBody.cs rename to src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/ErrorResponseBody.cs diff --git a/src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/ErrorResponseBodyAutoGenerated.cs b/src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/ErrorResponseBodyAutoGenerated.cs similarity index 100% rename from src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/ErrorResponseBodyAutoGenerated.cs rename to src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/ErrorResponseBodyAutoGenerated.cs diff --git a/src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/ErrorResponseBodyAutoGenerated2.cs b/src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/ErrorResponseBodyAutoGenerated2.cs similarity index 100% rename from src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/ErrorResponseBodyAutoGenerated2.cs rename to src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/ErrorResponseBodyAutoGenerated2.cs diff --git a/src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/ErrorResponseException.cs b/src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/ErrorResponseException.cs similarity index 100% rename from src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/ErrorResponseException.cs rename to src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/ErrorResponseException.cs diff --git a/src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/Essentials.cs b/src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/Essentials.cs similarity index 93% rename from src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/Essentials.cs rename to src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/Essentials.cs index 2b5f8dd8f4d6..ca23b50e9a5d 100644 --- a/src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/Essentials.cs +++ b/src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/Essentials.cs @@ -25,18 +25,18 @@ public Essentials() /// /// Severity of alert Sev0 being highest and Sev4 being lowest. - /// Possible values include: 'Sev0', 'Sev1', 'Sev2', 'Sev3', 'Sev4' + /// Possible values include: 'Sev0', 'Sev1', 'Sev2', 'Sev3', 'Sev4' /// The type of signal the alert is based on, which could be metrics, logs or /// activity logs. - /// Possible values include: 'Metric', 'Log', 'Unknown' + /// Possible values include: 'Metric', 'Log', 'Unknown' /// Alert object state, which can be modified by the user. - /// Possible values include: 'New', 'Acknowledged', 'Closed' + /// Possible values include: 'New', 'Acknowledged', 'Closed' /// Condition of the rule at the monitor service. It represents whether the /// underlying conditions have crossed the defined alert rule thresholds. - /// Possible values include: 'Fired', 'Resolved' + /// Possible values include: 'Fired', 'Resolved' /// Target ARM resource, on which alert got created. /// @@ -51,11 +51,11 @@ public Essentials() /// /// Monitor service on which the rule(monitor) is set. - /// Possible values include: 'Application Insights', 'ActivityLog - /// Administrative', 'ActivityLog Security', 'ActivityLog Recommendation', - /// 'ActivityLog Policy', 'ActivityLog Autoscale', 'Log Analytics', 'Nagios', - /// 'Platform', 'SCOM', 'ServiceHealth', 'SmartDetector', 'VM Insights', - /// 'Zabbix' + /// Possible values include: 'Application Insights', 'ActivityLog + /// Administrative', 'ActivityLog Security', 'ActivityLog Recommendation', + /// 'ActivityLog Policy', 'ActivityLog Autoscale', 'Log Analytics', 'Nagios', + /// 'Platform', 'SCOM', 'ServiceHealth', 'SmartDetector', 'VM Insights', + /// 'Zabbix' /// Rule(monitor) which fired alert instance. Depending on the monitor service, /// this would be ARM id or name of the rule. diff --git a/src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/Field.cs b/src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/Field.cs similarity index 100% rename from src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/Field.cs rename to src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/Field.cs diff --git a/src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/Identifier.cs b/src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/Identifier.cs similarity index 100% rename from src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/Identifier.cs rename to src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/Identifier.cs diff --git a/src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/ManagedResource.cs b/src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/ManagedResource.cs similarity index 100% rename from src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/ManagedResource.cs rename to src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/ManagedResource.cs diff --git a/src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/MetadataIdentifier.cs b/src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/MetadataIdentifier.cs similarity index 100% rename from src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/MetadataIdentifier.cs rename to src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/MetadataIdentifier.cs diff --git a/src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/MonitorCondition.cs b/src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/MonitorCondition.cs similarity index 100% rename from src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/MonitorCondition.cs rename to src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/MonitorCondition.cs diff --git a/src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/MonitorService.cs b/src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/MonitorService.cs similarity index 100% rename from src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/MonitorService.cs rename to src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/MonitorService.cs diff --git a/src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/MonitorServiceDetails.cs b/src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/MonitorServiceDetails.cs similarity index 100% rename from src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/MonitorServiceDetails.cs rename to src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/MonitorServiceDetails.cs diff --git a/src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/MonitorServiceList.cs b/src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/MonitorServiceList.cs similarity index 100% rename from src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/MonitorServiceList.cs rename to src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/MonitorServiceList.cs diff --git a/src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/MonthlyRecurrence.cs b/src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/MonthlyRecurrence.cs similarity index 100% rename from src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/MonthlyRecurrence.cs rename to src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/MonthlyRecurrence.cs diff --git a/src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/Operation.cs b/src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/Operation.cs similarity index 100% rename from src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/Operation.cs rename to src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/Operation.cs diff --git a/src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/OperationDisplay.cs b/src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/OperationDisplay.cs similarity index 100% rename from src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/OperationDisplay.cs rename to src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/OperationDisplay.cs diff --git a/src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/Operator.cs b/src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/Operator.cs similarity index 100% rename from src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/Operator.cs rename to src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/Operator.cs diff --git a/src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/Page.cs b/src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/Page.cs similarity index 100% rename from src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/Page.cs rename to src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/Page.cs diff --git a/src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/PatchObject.cs b/src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/PatchObject.cs similarity index 100% rename from src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/PatchObject.cs rename to src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/PatchObject.cs diff --git a/src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/PatchProperties.cs b/src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/PatchProperties.cs similarity index 100% rename from src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/PatchProperties.cs rename to src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/PatchProperties.cs diff --git a/src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/Recurrence.cs b/src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/Recurrence.cs similarity index 100% rename from src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/Recurrence.cs rename to src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/Recurrence.cs diff --git a/src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/RecurrenceType.cs b/src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/RecurrenceType.cs similarity index 100% rename from src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/RecurrenceType.cs rename to src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/RecurrenceType.cs diff --git a/src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/RemoveAllActionGroups.cs b/src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/RemoveAllActionGroups.cs similarity index 100% rename from src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/RemoveAllActionGroups.cs rename to src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/RemoveAllActionGroups.cs diff --git a/src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/Resource.cs b/src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/Resource.cs similarity index 100% rename from src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/Resource.cs rename to src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/Resource.cs diff --git a/src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/Schedule.cs b/src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/Schedule.cs similarity index 100% rename from src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/Schedule.cs rename to src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/Schedule.cs diff --git a/src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/Severity.cs b/src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/Severity.cs similarity index 100% rename from src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/Severity.cs rename to src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/Severity.cs diff --git a/src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/SignalType.cs b/src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/SignalType.cs similarity index 100% rename from src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/SignalType.cs rename to src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/SignalType.cs diff --git a/src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/SmartGroup.cs b/src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/SmartGroup.cs similarity index 97% rename from src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/SmartGroup.cs rename to src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/SmartGroup.cs index 6e3eb97ee232..04186b16e6b4 100644 --- a/src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/SmartGroup.cs +++ b/src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/SmartGroup.cs @@ -36,13 +36,13 @@ public SmartGroup() /// Severity of smart group is the highest(Sev0 >... > Sev4) severity of all /// the alerts in the group. - /// Possible values include: 'Sev0', 'Sev1', 'Sev2', 'Sev3', 'Sev4' + /// Possible values include: 'Sev0', 'Sev1', 'Sev2', 'Sev3', 'Sev4' /// Total number of alerts in smart group /// /// Smart group state - /// Possible values include: 'New', 'Acknowledged', 'Closed' + /// Possible values include: 'New', 'Acknowledged', 'Closed' /// Creation time of smart group. Date-Time in ISO-8601 format. /// diff --git a/src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/SmartGroupAggregatedProperty.cs b/src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/SmartGroupAggregatedProperty.cs similarity index 100% rename from src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/SmartGroupAggregatedProperty.cs rename to src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/SmartGroupAggregatedProperty.cs diff --git a/src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/SmartGroupModification.cs b/src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/SmartGroupModification.cs similarity index 100% rename from src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/SmartGroupModification.cs rename to src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/SmartGroupModification.cs diff --git a/src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/SmartGroupModificationEvent.cs b/src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/SmartGroupModificationEvent.cs similarity index 100% rename from src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/SmartGroupModificationEvent.cs rename to src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/SmartGroupModificationEvent.cs diff --git a/src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/SmartGroupModificationItem.cs b/src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/SmartGroupModificationItem.cs similarity index 96% rename from src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/SmartGroupModificationItem.cs rename to src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/SmartGroupModificationItem.cs index 74303c6116ea..885de564fea9 100644 --- a/src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/SmartGroupModificationItem.cs +++ b/src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/SmartGroupModificationItem.cs @@ -25,8 +25,8 @@ public SmartGroupModificationItem() /// /// Reason for the modification - /// Possible values include: 'SmartGroupCreated', 'StateChange', 'AlertAdded', - /// 'AlertRemoved' + /// Possible values include: 'SmartGroupCreated', 'StateChange', 'AlertAdded', + /// 'AlertRemoved' /// Old value /// diff --git a/src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/SmartGroupModificationProperties.cs b/src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/SmartGroupModificationProperties.cs similarity index 100% rename from src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/SmartGroupModificationProperties.cs rename to src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/SmartGroupModificationProperties.cs diff --git a/src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/SmartGroupProperties.cs b/src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/SmartGroupProperties.cs similarity index 97% rename from src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/SmartGroupProperties.cs rename to src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/SmartGroupProperties.cs index 57c3eb8f3736..d60ddee75671 100644 --- a/src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/SmartGroupProperties.cs +++ b/src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/SmartGroupProperties.cs @@ -28,11 +28,11 @@ public SmartGroupProperties() /// /// Smart group state - /// Possible values include: 'New', 'Acknowledged', 'Closed' + /// Possible values include: 'New', 'Acknowledged', 'Closed' /// Severity of smart group is the highest(Sev0 >... > Sev4) severity of all /// the alerts in the group. - /// Possible values include: 'Sev0', 'Sev1', 'Sev2', 'Sev3', 'Sev4' + /// Possible values include: 'Sev0', 'Sev1', 'Sev2', 'Sev3', 'Sev4' /// Creation time of smart group. Date-Time in ISO-8601 format. /// diff --git a/src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/SmartGroupsChangeStateHeaders.cs b/src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/SmartGroupsChangeStateHeaders.cs similarity index 100% rename from src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/SmartGroupsChangeStateHeaders.cs rename to src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/SmartGroupsChangeStateHeaders.cs diff --git a/src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/SmartGroupsGetByIdHeaders.cs b/src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/SmartGroupsGetByIdHeaders.cs similarity index 100% rename from src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/SmartGroupsGetByIdHeaders.cs rename to src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/SmartGroupsGetByIdHeaders.cs diff --git a/src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/SmartGroupsSortByFields.cs b/src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/SmartGroupsSortByFields.cs similarity index 100% rename from src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/SmartGroupsSortByFields.cs rename to src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/SmartGroupsSortByFields.cs diff --git a/src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/SortOrder.cs b/src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/SortOrder.cs similarity index 100% rename from src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/SortOrder.cs rename to src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/SortOrder.cs diff --git a/src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/State.cs b/src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/State.cs similarity index 100% rename from src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/State.cs rename to src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/State.cs diff --git a/src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/SystemData.cs b/src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/SystemData.cs similarity index 94% rename from src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/SystemData.cs rename to src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/SystemData.cs index 11eebbe0dff3..e65370e0c37d 100644 --- a/src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/SystemData.cs +++ b/src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/SystemData.cs @@ -28,7 +28,7 @@ public SystemData() /// /// The type of identity that created the resource. - /// Possible values include: 'User', 'Application', 'ManagedIdentity', 'Key' + /// Possible values include: 'User', 'Application', 'ManagedIdentity', 'Key' /// The timestamp of resource creation (UTC). /// @@ -37,7 +37,7 @@ public SystemData() /// /// The type of identity that last modified the resource. - /// Possible values include: 'User', 'Application', 'ManagedIdentity', 'Key' + /// Possible values include: 'User', 'Application', 'ManagedIdentity', 'Key' /// The timestamp of resource last modification (UTC) /// diff --git a/src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/TimeRange.cs b/src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/TimeRange.cs similarity index 100% rename from src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/TimeRange.cs rename to src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/TimeRange.cs diff --git a/src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/WeeklyRecurrence.cs b/src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/WeeklyRecurrence.cs similarity index 100% rename from src/AlertsManagement/AlertsManagement.Sdk/Generated/Models/WeeklyRecurrence.cs rename to src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Models/WeeklyRecurrence.cs diff --git a/src/AlertsManagement/AlertsManagement.Sdk/Generated/Operations.cs b/src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Operations.cs similarity index 99% rename from src/AlertsManagement/AlertsManagement.Sdk/Generated/Operations.cs rename to src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Operations.cs index 8c3841604ace..5df0f2fab2c2 100644 --- a/src/AlertsManagement/AlertsManagement.Sdk/Generated/Operations.cs +++ b/src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/Operations.cs @@ -39,7 +39,8 @@ internal Operations (AlertsManagementClient client) public AlertsManagementClient Client { get; private set; } /// - /// List all operations available through Azure Alerts Management Resource Provider. + /// List all operations available through Azure Alerts Management Resource + /// Provider. /// /// /// Headers that will be added to request. @@ -218,7 +219,8 @@ internal Operations (AlertsManagementClient client) } /// - /// List all operations available through Azure Alerts Management Resource Provider. + /// List all operations available through Azure Alerts Management Resource + /// Provider. /// /// /// The NextLink from the previous successful call to List operation. @@ -259,6 +261,7 @@ internal Operations (AlertsManagementClient client) _invocationId = Microsoft.Rest.ServiceClientTracing.NextInvocationId.ToString(); System.Collections.Generic.Dictionary tracingParameters = new System.Collections.Generic.Dictionary(); tracingParameters.Add("nextPageLink", nextPageLink); + tracingParameters.Add("cancellationToken", cancellationToken); Microsoft.Rest.ServiceClientTracing.Enter(_invocationId, this, "ListNext", tracingParameters); diff --git a/src/AlertsManagement/AlertsManagement.Sdk/Generated/OperationsExtensions.cs b/src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/OperationsExtensions.cs similarity index 95% rename from src/AlertsManagement/AlertsManagement.Sdk/Generated/OperationsExtensions.cs rename to src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/OperationsExtensions.cs index 7ae5fe1ff449..c7fa04debd1c 100644 --- a/src/AlertsManagement/AlertsManagement.Sdk/Generated/OperationsExtensions.cs +++ b/src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/OperationsExtensions.cs @@ -13,7 +13,8 @@ namespace Microsoft.Azure.Management.AlertsManagement public static partial class OperationsExtensions { /// - /// List all operations available through Azure Alerts Management Resource Provider. + /// List all operations available through Azure Alerts Management Resource + /// Provider. /// /// /// The operations group for this extension method. @@ -24,7 +25,8 @@ public static Microsoft.Rest.Azure.IPage List(this IOperations operat } /// - /// List all operations available through Azure Alerts Management Resource Provider. + /// List all operations available through Azure Alerts Management Resource + /// Provider. /// /// /// The operations group for this extension method. @@ -40,7 +42,8 @@ public static Microsoft.Rest.Azure.IPage List(this IOperations operat } } /// - /// List all operations available through Azure Alerts Management Resource Provider. + /// List all operations available through Azure Alerts Management Resource + /// Provider. /// /// /// The operations group for this extension method. @@ -54,7 +57,8 @@ public static Microsoft.Rest.Azure.IPage ListNext(this IOperations op } /// - /// List all operations available through Azure Alerts Management Resource Provider. + /// List all operations available through Azure Alerts Management Resource + /// Provider. /// /// /// The operations group for this extension method. diff --git a/src/AlertsManagement/AlertsManagement.Sdk/Generated/SmartGroupsOperations.cs b/src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/SmartGroupsOperations.cs similarity index 98% rename from src/AlertsManagement/AlertsManagement.Sdk/Generated/SmartGroupsOperations.cs rename to src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/SmartGroupsOperations.cs index e0471528f4b6..939f475629d0 100644 --- a/src/AlertsManagement/AlertsManagement.Sdk/Generated/SmartGroupsOperations.cs +++ b/src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/SmartGroupsOperations.cs @@ -39,10 +39,11 @@ internal SmartGroupsOperations (AlertsManagementClient client) public AlertsManagementClient Client { get; private set; } /// - /// List all the Smart Groups within a specified subscription. + /// List all the Smart Groups within a specified subscription. /// /// - /// Filter by target resource( which is full ARM ID) Default value is select all. + /// Filter by target resource( which is full ARM ID) Default value is select + /// all. /// /// /// Filter by target resource group name. Default value is select all. @@ -51,10 +52,12 @@ internal SmartGroupsOperations (AlertsManagementClient client) /// Filter by target resource type. Default value is select all. /// /// - /// Filter by monitor service which generates the alert instance. Default value is select all. + /// Filter by monitor service which generates the alert instance. Default value + /// is select all. /// /// - /// Filter by monitor condition which is either 'Fired' or 'Resolved'. Default value is to select all. + /// Filter by monitor condition which is either 'Fired' or 'Resolved'. Default + /// value is to select all. /// /// /// Filter by severity. Default value is select all. @@ -66,13 +69,17 @@ internal SmartGroupsOperations (AlertsManagementClient client) /// Filter by time range by below listed values. Default value is 1 day. /// /// - /// Determines number of alerts returned per page in response. Permissible value is between 1 to 250. When the "includeContent" filter is selected, maximum value allowed is 25. Default value is 25. + /// Determines number of alerts returned per page in response. Permissible + /// value is between 1 to 250. When the "includeContent" filter is selected, + /// maximum value allowed is 25. Default value is 25. /// /// - /// Sort the query results by input field. Default value is sort by 'lastModifiedDateTime'. + /// Sort the query results by input field. Default value is sort by + /// 'lastModifiedDateTime'. /// /// - /// Sort the query results order in either ascending or descending. Default value is 'desc' for time fields and 'asc' for others. + /// Sort the query results order in either ascending or descending. Default + /// value is 'desc' for time fields and 'asc' for others. /// /// /// Headers that will be added to request. @@ -332,7 +339,7 @@ internal SmartGroupsOperations (AlertsManagementClient client) /// Get information related to a specific Smart Group. /// /// - /// Smart group unique id. + /// Smart group unique id. /// /// /// Headers that will be added to request. @@ -546,7 +553,7 @@ internal SmartGroupsOperations (AlertsManagementClient client) /// Change the state of a Smart Group. /// /// - /// Smart group unique id. + /// Smart group unique id. /// /// /// New state of the alert. @@ -770,10 +777,11 @@ internal SmartGroupsOperations (AlertsManagementClient client) } /// - /// Get the history a smart group, which captures any Smart Group state changes (New/Acknowledged/Closed) . + /// Get the history a smart group, which captures any Smart Group state changes + /// (New/Acknowledged/Closed) . /// /// - /// Smart group unique id. + /// Smart group unique id. /// /// /// Headers that will be added to request. @@ -971,7 +979,7 @@ internal SmartGroupsOperations (AlertsManagementClient client) } /// - /// List all the Smart Groups within a specified subscription. + /// List all the Smart Groups within a specified subscription. /// /// /// The NextLink from the previous successful call to List operation. @@ -1012,6 +1020,7 @@ internal SmartGroupsOperations (AlertsManagementClient client) _invocationId = Microsoft.Rest.ServiceClientTracing.NextInvocationId.ToString(); System.Collections.Generic.Dictionary tracingParameters = new System.Collections.Generic.Dictionary(); tracingParameters.Add("nextPageLink", nextPageLink); + tracingParameters.Add("cancellationToken", cancellationToken); Microsoft.Rest.ServiceClientTracing.Enter(_invocationId, this, "GetAllNext", tracingParameters); diff --git a/src/AlertsManagement/AlertsManagement.Sdk/Generated/SmartGroupsOperationsExtensions.cs b/src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/SmartGroupsOperationsExtensions.cs similarity index 89% rename from src/AlertsManagement/AlertsManagement.Sdk/Generated/SmartGroupsOperationsExtensions.cs rename to src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/SmartGroupsOperationsExtensions.cs index 60cfff694625..a2df3800e7e0 100644 --- a/src/AlertsManagement/AlertsManagement.Sdk/Generated/SmartGroupsOperationsExtensions.cs +++ b/src/AlertsManagement/AlertsManagement.Management.Sdk/Generated/SmartGroupsOperationsExtensions.cs @@ -13,13 +13,14 @@ namespace Microsoft.Azure.Management.AlertsManagement public static partial class SmartGroupsOperationsExtensions { /// - /// List all the Smart Groups within a specified subscription. + /// List all the Smart Groups within a specified subscription. /// /// /// The operations group for this extension method. /// /// - /// Filter by target resource( which is full ARM ID) Default value is select all. + /// Filter by target resource( which is full ARM ID) Default value is select + /// all. /// /// /// Filter by target resource group name. Default value is select all. @@ -28,10 +29,12 @@ public static partial class SmartGroupsOperationsExtensions /// Filter by target resource type. Default value is select all. /// /// - /// Filter by monitor service which generates the alert instance. Default value is select all. + /// Filter by monitor service which generates the alert instance. Default value + /// is select all. /// /// - /// Filter by monitor condition which is either 'Fired' or 'Resolved'. Default value is to select all. + /// Filter by monitor condition which is either 'Fired' or 'Resolved'. Default + /// value is to select all. /// /// /// Filter by severity. Default value is select all. @@ -43,13 +46,17 @@ public static partial class SmartGroupsOperationsExtensions /// Filter by time range by below listed values. Default value is 1 day. /// /// - /// Determines number of alerts returned per page in response. Permissible value is between 1 to 250. When the "includeContent" filter is selected, maximum value allowed is 25. Default value is 25. + /// Determines number of alerts returned per page in response. Permissible + /// value is between 1 to 250. When the "includeContent" filter is selected, + /// maximum value allowed is 25. Default value is 25. /// /// - /// Sort the query results by input field. Default value is sort by 'lastModifiedDateTime'. + /// Sort the query results by input field. Default value is sort by + /// 'lastModifiedDateTime'. /// /// - /// Sort the query results order in either ascending or descending. Default value is 'desc' for time fields and 'asc' for others. + /// Sort the query results order in either ascending or descending. Default + /// value is 'desc' for time fields and 'asc' for others. /// public static Microsoft.Rest.Azure.IPage GetAll(this ISmartGroupsOperations operations, string targetResource = default(string), string targetResourceGroup = default(string), string targetResourceType = default(string), string monitorService = default(string), string monitorCondition = default(string), string severity = default(string), string smartGroupState = default(string), string timeRange = default(string), long? pageCount = default(long?), string sortBy = default(string), string sortOrder = default(string)) { @@ -57,13 +64,14 @@ public static partial class SmartGroupsOperationsExtensions } /// - /// List all the Smart Groups within a specified subscription. + /// List all the Smart Groups within a specified subscription. /// /// /// The operations group for this extension method. /// /// - /// Filter by target resource( which is full ARM ID) Default value is select all. + /// Filter by target resource( which is full ARM ID) Default value is select + /// all. /// /// /// Filter by target resource group name. Default value is select all. @@ -72,10 +80,12 @@ public static partial class SmartGroupsOperationsExtensions /// Filter by target resource type. Default value is select all. /// /// - /// Filter by monitor service which generates the alert instance. Default value is select all. + /// Filter by monitor service which generates the alert instance. Default value + /// is select all. /// /// - /// Filter by monitor condition which is either 'Fired' or 'Resolved'. Default value is to select all. + /// Filter by monitor condition which is either 'Fired' or 'Resolved'. Default + /// value is to select all. /// /// /// Filter by severity. Default value is select all. @@ -87,13 +97,17 @@ public static partial class SmartGroupsOperationsExtensions /// Filter by time range by below listed values. Default value is 1 day. /// /// - /// Determines number of alerts returned per page in response. Permissible value is between 1 to 250. When the "includeContent" filter is selected, maximum value allowed is 25. Default value is 25. + /// Determines number of alerts returned per page in response. Permissible + /// value is between 1 to 250. When the "includeContent" filter is selected, + /// maximum value allowed is 25. Default value is 25. /// /// - /// Sort the query results by input field. Default value is sort by 'lastModifiedDateTime'. + /// Sort the query results by input field. Default value is sort by + /// 'lastModifiedDateTime'. /// /// - /// Sort the query results order in either ascending or descending. Default value is 'desc' for time fields and 'asc' for others. + /// Sort the query results order in either ascending or descending. Default + /// value is 'desc' for time fields and 'asc' for others. /// /// /// The cancellation token. @@ -112,7 +126,7 @@ public static partial class SmartGroupsOperationsExtensions /// The operations group for this extension method. /// /// - /// Smart group unique id. + /// Smart group unique id. /// public static SmartGroup GetById(this ISmartGroupsOperations operations, string smartGroupId) { @@ -126,7 +140,7 @@ public static SmartGroup GetById(this ISmartGroupsOperations operations, string /// The operations group for this extension method. /// /// - /// Smart group unique id. + /// Smart group unique id. /// /// /// The cancellation token. @@ -145,7 +159,7 @@ public static SmartGroup GetById(this ISmartGroupsOperations operations, string /// The operations group for this extension method. /// /// - /// Smart group unique id. + /// Smart group unique id. /// /// /// New state of the alert. @@ -162,7 +176,7 @@ public static SmartGroup ChangeState(this ISmartGroupsOperations operations, str /// The operations group for this extension method. /// /// - /// Smart group unique id. + /// Smart group unique id. /// /// /// New state of the alert. @@ -178,13 +192,14 @@ public static SmartGroup ChangeState(this ISmartGroupsOperations operations, str } } /// - /// Get the history a smart group, which captures any Smart Group state changes (New/Acknowledged/Closed) . + /// Get the history a smart group, which captures any Smart Group state changes + /// (New/Acknowledged/Closed) . /// /// /// The operations group for this extension method. /// /// - /// Smart group unique id. + /// Smart group unique id. /// public static SmartGroupModification GetHistory(this ISmartGroupsOperations operations, string smartGroupId) { @@ -192,13 +207,14 @@ public static SmartGroupModification GetHistory(this ISmartGroupsOperations oper } /// - /// Get the history a smart group, which captures any Smart Group state changes (New/Acknowledged/Closed) . + /// Get the history a smart group, which captures any Smart Group state changes + /// (New/Acknowledged/Closed) . /// /// /// The operations group for this extension method. /// /// - /// Smart group unique id. + /// Smart group unique id. /// /// /// The cancellation token. @@ -211,7 +227,7 @@ public static SmartGroupModification GetHistory(this ISmartGroupsOperations oper } } /// - /// List all the Smart Groups within a specified subscription. + /// List all the Smart Groups within a specified subscription. /// /// /// The operations group for this extension method. @@ -225,7 +241,7 @@ public static Microsoft.Rest.Azure.IPage GetAllNext(this ISmartGroup } /// - /// List all the Smart Groups within a specified subscription. + /// List all the Smart Groups within a specified subscription. /// /// /// The operations group for this extension method. diff --git a/src/AlertsManagement/AlertsManagement.Sdk/Properties/AssemblyInfo.cs b/src/AlertsManagement/AlertsManagement.Management.Sdk/Properties/AssemblyInfo.cs similarity index 100% rename from src/AlertsManagement/AlertsManagement.Sdk/Properties/AssemblyInfo.cs rename to src/AlertsManagement/AlertsManagement.Management.Sdk/Properties/AssemblyInfo.cs diff --git a/src/AlertsManagement/AlertsManagement.Sdk/README.md b/src/AlertsManagement/AlertsManagement.Management.Sdk/README.md similarity index 100% rename from src/AlertsManagement/AlertsManagement.Sdk/README.md rename to src/AlertsManagement/AlertsManagement.Management.Sdk/README.md diff --git a/src/AlertsManagement/AlertsManagement.sln b/src/AlertsManagement/AlertsManagement.sln index fa250d53d2e8..1f1075f2a9f7 100644 --- a/src/AlertsManagement/AlertsManagement.sln +++ b/src/AlertsManagement/AlertsManagement.sln @@ -5,38 +5,35 @@ VisualStudioVersion = 17.0.31903.59 MinimumVisualStudioVersion = 10.0.40219.1 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Accounts", "Accounts", "{B87E9415-9C6C-4C79-B5F2-8EFF71B3C153}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Accounts", "..\Accounts\Accounts\Accounts.csproj", "{52D2A007-3D32-4546-8B3F-1D44A7D63606}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Accounts", "..\Accounts\Accounts\Accounts.csproj", "{52D2A007-3D32-4546-8B3F-1D44A7D63606}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AssemblyLoading", "..\Accounts\AssemblyLoading\AssemblyLoading.csproj", "{DFA7759C-B0E7-4D85-9E2F-EA8E2E32D66C}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AssemblyLoading", "..\Accounts\AssemblyLoading\AssemblyLoading.csproj", "{DFA7759C-B0E7-4D85-9E2F-EA8E2E32D66C}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authentication.ResourceManager", "..\Accounts\Authentication.ResourceManager\Authentication.ResourceManager.csproj", "{BA05E6E9-A183-4276-85FF-19E301E9A96C}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Authentication.ResourceManager", "..\Accounts\Authentication.ResourceManager\Authentication.ResourceManager.csproj", "{BA05E6E9-A183-4276-85FF-19E301E9A96C}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authentication", "..\Accounts\Authentication\Authentication.csproj", "{D25B0617-E508-4444-8572-EF21AEE29F69}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Authentication", "..\Accounts\Authentication\Authentication.csproj", "{D25B0617-E508-4444-8572-EF21AEE29F69}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AuthenticationAssemblyLoadContext", "..\Accounts\AuthenticationAssemblyLoadContext\AuthenticationAssemblyLoadContext.csproj", "{14B1D5CD-31AE-44FC-97AF-FC1EC0A88223}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AuthenticationAssemblyLoadContext", "..\Accounts\AuthenticationAssemblyLoadContext\AuthenticationAssemblyLoadContext.csproj", "{14B1D5CD-31AE-44FC-97AF-FC1EC0A88223}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authenticators", "..\Accounts\Authenticators\Authenticators.csproj", "{C9CA347A-4D6B-43AA-B218-AD307CA0E9EF}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AlertsManagement.Sdk", "AlertsManagement.Sdk\AlertsManagement.Sdk.csproj", "{C34F79A1-C3F2-43F2-8A96-375223057CEF}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Authenticators", "..\Accounts\Authenticators\Authenticators.csproj", "{C9CA347A-4D6B-43AA-B218-AD307CA0E9EF}" EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Test", "Test", "{6EE86D76-00A6-456D-808E-B379025DDEF6}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AlertsManagement.Test", "AlertsManagement.Test\AlertsManagement.Test.csproj", "{F5362E75-D986-49F2-A774-7EC6C76046D2}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AlertsManagement.Test", "AlertsManagement.Test\AlertsManagement.Test.csproj", "{F5362E75-D986-49F2-A774-7EC6C76046D2}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AlertsManagement", "AlertsManagement\AlertsManagement.csproj", "{43D0D91E-6F74-4259-A38A-8CEE881E5E2F}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AlertsManagement", "AlertsManagement\AlertsManagement.csproj", "{43D0D91E-6F74-4259-A38A-8CEE881E5E2F}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Az.PrometheusRuleGroups", "PrometheusRuleGroups.Autorest\Az.PrometheusRuleGroups.csproj", "{1C48E1B7-38E4-46A5-8086-DA38851E3663}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.PrometheusRuleGroups", "PrometheusRuleGroups.Autorest\Az.PrometheusRuleGroups.csproj", "{1C48E1B7-38E4-46A5-8086-DA38851E3663}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestFx", "..\..\tools\TestFx\TestFx.csproj", "{7C710008-8CE2-478D-A8C8-66395BDAD9B7}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestFx", "..\..\tools\TestFx\TestFx.csproj", "{7C710008-8CE2-478D-A8C8-66395BDAD9B7}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AlertsManagement.Management.Sdk", "AlertsManagement.Management.Sdk\AlertsManagement.Management.Sdk.csproj", "{C806845B-B2AF-4A66-A7FB-3A013993B0DC}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU Release|Any CPU = Release|Any CPU EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {52D2A007-3D32-4546-8B3F-1D44A7D63606}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {52D2A007-3D32-4546-8B3F-1D44A7D63606}.Debug|Any CPU.Build.0 = Debug|Any CPU @@ -62,10 +59,6 @@ Global {C9CA347A-4D6B-43AA-B218-AD307CA0E9EF}.Debug|Any CPU.Build.0 = Debug|Any CPU {C9CA347A-4D6B-43AA-B218-AD307CA0E9EF}.Release|Any CPU.ActiveCfg = Release|Any CPU {C9CA347A-4D6B-43AA-B218-AD307CA0E9EF}.Release|Any CPU.Build.0 = Release|Any CPU - {C34F79A1-C3F2-43F2-8A96-375223057CEF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {C34F79A1-C3F2-43F2-8A96-375223057CEF}.Debug|Any CPU.Build.0 = Debug|Any CPU - {C34F79A1-C3F2-43F2-8A96-375223057CEF}.Release|Any CPU.ActiveCfg = Release|Any CPU - {C34F79A1-C3F2-43F2-8A96-375223057CEF}.Release|Any CPU.Build.0 = Release|Any CPU {F5362E75-D986-49F2-A774-7EC6C76046D2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {F5362E75-D986-49F2-A774-7EC6C76046D2}.Debug|Any CPU.Build.0 = Debug|Any CPU {F5362E75-D986-49F2-A774-7EC6C76046D2}.Release|Any CPU.ActiveCfg = Release|Any CPU @@ -82,6 +75,13 @@ Global {7C710008-8CE2-478D-A8C8-66395BDAD9B7}.Debug|Any CPU.Build.0 = Debug|Any CPU {7C710008-8CE2-478D-A8C8-66395BDAD9B7}.Release|Any CPU.ActiveCfg = Release|Any CPU {7C710008-8CE2-478D-A8C8-66395BDAD9B7}.Release|Any CPU.Build.0 = Release|Any CPU + {C806845B-B2AF-4A66-A7FB-3A013993B0DC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {C806845B-B2AF-4A66-A7FB-3A013993B0DC}.Debug|Any CPU.Build.0 = Debug|Any CPU + {C806845B-B2AF-4A66-A7FB-3A013993B0DC}.Release|Any CPU.ActiveCfg = Release|Any CPU + {C806845B-B2AF-4A66-A7FB-3A013993B0DC}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE EndGlobalSection GlobalSection(NestedProjects) = preSolution {52D2A007-3D32-4546-8B3F-1D44A7D63606} = {B87E9415-9C6C-4C79-B5F2-8EFF71B3C153} diff --git a/src/AlertsManagement/AlertsManagement/AlertsManagement.csproj b/src/AlertsManagement/AlertsManagement/AlertsManagement.csproj index b963d92d2050..cdc1a651c22d 100644 --- a/src/AlertsManagement/AlertsManagement/AlertsManagement.csproj +++ b/src/AlertsManagement/AlertsManagement/AlertsManagement.csproj @@ -7,7 +7,7 @@ - +