Skip to content

Conversation

ToddKingMSFT
Copy link
Member

@ToddKingMSFT ToddKingMSFT commented Jun 8, 2021

This is a PR generated at OpenAPI Hub. You can view your work branch via this link.

Changelog

Please ensure to add changelog with this PR by answering the following questions.

  1. What's the purpose of the update?
    • new service onboarding
    • new API version
    • update existing version for new feature
    • update existing version to fix swagger quality issue in s360
    • Other, please clarify
  2. When you are targeting to deploy new service/feature to public regions? Please provide date, or month to public if date is not available yet.
  3. When you expect to publish swagger? Please provide date, or month to public if date is not available yet.
  4. If it's an update to existing version, please select SDKs of specific language and CLIs that require refresh after swagger is published.
    • SDK of .NET (need service team to ensure code readiness)
    • SDK of Python
    • SDK of Java
    • SDK of Js
    • SDK of Go
    • PowerShell
    • CLI
    • Terraform
    • No, no need to refresh for updates in this PR

Contribution checklist:

If any further question about AME onboarding or validation tools, please view the FAQ.

ARM API Review Checklist

  • Ensure to check this box if one of the following scenarios meet updates in the PR, so that label “WaitForARMFeedback” will be added automatically to involve ARM API Review. Failure to comply may result in delays for manifest application. Note this does not apply to data plane APIs, all “removals” and “adding a new property” no more require ARM API review.

    • Adding new API(s)
    • Adding a new API version
    • Ensure to copy the existing version into new directory structure for first commit (including refactoring) and then push new changes including version updates in separate commits. This is required to review the changes efficiently.
    • Adding a new service
  • Please ensure you've reviewed following guidelines including ARM resource provider contract and REST guidelines. Estimated time (4 hours). This is required before you can request review from ARM API Review board.

  • If you are blocked on ARM review and want to get the PR merged with urgency, please get the ARM oncall for reviews (RP Manifest Approvers team under Azure Resource Manager service) from IcM and reach out to them.

Breaking Change Review Checklist

If there are following updates in the PR, ensure to request an approval from Breaking Change Review Board as defined in the Breaking Change Policy.

  • Removing API(s) in stable version
  • Removing properties in stable version
  • Removing API version(s) in stable version
  • Updating API in stable or public preview version with Breaking Change Validation errors
  • Updating API(s) in public preview over 1 year (refer to Retirement of Previews)

Action: to initiate an evaluation of the breaking change, create a new intake using the template for breaking changes. Addition details on the process and office hours are on the Breaking change Wiki.

Please follow the link to find more details on PR review process.

Fix lint errors, adopt the standard error response object, fix inconsistencies between swagger and real service flagged by S360
Add error case to example
Add lint suppression for errors in the common types file
Update swagger to reflect what is actually being returned by the service as flagged by S360
@openapi-workflow-bot
Copy link

Hi, @ToddKingMSFT Thanks for your PR. I am workflow bot for review process. Here are some small tips.

  • Please ensure to do self-check against checklists in first PR comment.
  • PR assignee is the person auto-assigned and responsible for your current PR reviewing and merging.
  • For specs comparison cross API versions, Use API Specs Comparison Report Generator
  • If there is CI failure(s), to fix CI error(s) is mandatory for PR merging; or you need to provide justification in PR comment for explanation. How to fix?

  • Any feedback about review process or workflow bot, pls contact swagger and tools team. [email protected]

    @openapi-workflow-bot
    Copy link

    [Call for Action] To better understand Azure service dev/test scenario, and support Azure service developer better on Swagger and REST API related tests in early phase, please help to fill in with this survey https://aka.ms/SurveyForEarlyPhase. It will take 5 to 10 minutes. If you already complete survey, please neglect this comment. Thanks.

    @openapi-pipeline-app
    Copy link

    openapi-pipeline-app bot commented Jun 8, 2021

    Swagger Validation Report

    ️❌BreakingChange: 14 Errors, 0 Warnings failed [Detail]

    Only 10 items are listed, please refer to log for more details.

    Rule Message
    1005 - RemovedPath The new version is missing a path that was found in the old version. Was path '/{resourceUri}/providers/microsoft.insights/metricDefinitions' removed or restructured?
    Old: Microsoft.Insights/stable/2018-01-01/metricDefinitions_API.json#L39:5
    1005 - RemovedPath The new version is missing a path that was found in the old version. Was path '/{resourceUri}/providers/microsoft.insights/metrics' removed or restructured?
    Old: Microsoft.Insights/stable/2018-01-01/metrics_API.json#L36:5
    1026 - TypeChanged The new version has a different type 'object' than the previous one ''.
    New: Microsoft.Insights/stable/2018-01-01/metricDefinitions_API.json#L102:5
    Old: Microsoft.Insights/stable/2018-01-01/metricDefinitions_API.json#L102:5
    1026 - TypeChanged The new version has a different type 'object' than the previous one ''.
    New: Microsoft.Insights/stable/2018-01-01/metricDefinitions_API.json#L172:5
    Old: Microsoft.Insights/stable/2018-01-01/metricDefinitions_API.json#L156:5
    1026 - TypeChanged The new version has a different type 'object' than the previous one ''.
    New: Microsoft.Insights/stable/2018-01-01/metricDefinitions_API.json#L220:11
    Old: Microsoft.Insights/stable/2018-01-01/metricDefinitions_API.json#L199:11
    1026 - TypeChanged The new version has a different type 'object' than the previous one ''.
    New: Microsoft.Insights/stable/2018-01-01/metricDefinitions_API.json#L239:5
    Old: Microsoft.Insights/stable/2018-01-01/metricDefinitions_API.json#L218:5
    1026 - TypeChanged The new version has a different type 'object' than the previous one ''.
    New: Microsoft.Insights/stable/2018-01-01/metricDefinitions_API.json#L244:11
    Old: Microsoft.Insights/stable/2018-01-01/metricDefinitions_API.json#L222:11
    1026 - TypeChanged The new version has a different type 'object' than the previous one ''.
    New: Microsoft.Insights/stable/2018-01-01/metrics_API.json#L151:5
    Old: Microsoft.Insights/stable/2018-01-01/metrics_API.json#L148:5
    1026 - TypeChanged The new version has a different type 'object' than the previous one ''.
    New: Microsoft.Insights/stable/2018-01-01/metrics_API.json#L190:5
    Old: Microsoft.Insights/stable/2018-01-01/metrics_API.json#L186:5
    1026 - TypeChanged The new version has a different type 'object' than the previous one ''.
    New: Microsoft.Insights/stable/2018-01-01/metrics_API.json#L297:11
    Old: Microsoft.Insights/stable/2018-01-01/metrics_API.json#L303:11

    Rule Message
    1041 - AddedPropertyInResponse The new version has a new property 'errorMessage' in response that was not found in the old version.
    New: Microsoft.Insights/preview/2017-05-01-preview/metrics_API.json#L301:7
    Old: Microsoft.Insights/preview/2017-05-01-preview/metrics_API.json#L301:7
    ️🔄LintDiff inProgress [Detail]
    ️⚠️Avocado: 1 Warnings warning [Detail]
    Rule Message
    ⚠️ MULTIPLE_API_VERSION The default tag contains multiple API versions swaggers.
    readme: specification/monitor/resource-manager/readme.md
    tag: specification/monitor/resource-manager/readme.md#tag-package-2020-03
    ️️✔️ModelValidation succeeded [Detail] [Expand]
    Validation passes for ModelValidation.
    ️️✔️SemanticValidation succeeded [Detail] [Expand]
    Validation passes for SemanticValidation.
    ️️✔️Cross-Version Breaking Changes succeeded [Detail] [Expand]
    There are no breaking changes.
    ️️✔️CredScan succeeded [Detail] [Expand]
    There is no credential detected.
    ️❌[Staging] SDK Track2 Validation: 7 Errors, 0 Warnings failed [Detail]
    The following errors/warnings are introduced by current PR:
    Rule Message
    PreCheck/DuplicateSchema "readme":"monitor/resource-manager/readme.md",
    "tag":"package-2020-03",
    "details":"Duplicate Schema named Resource -- properties.kind: undefined => "$ref":"#/components/schemas/schemas:629",
    "description":"Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported,
    the resource provider must validate and persist this value.",
    "readOnly":true,
    properties.etag: undefined => "$ref":"#/components/schemas/schemas:630",
    "description":"The etag field is not required. If it is provided in the response body,
    it must also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19),
    If-Match (section 14.24),
    If-None-Match (section 14.26),
    and If-Range (section 14.27) header fields. ",
    "readOnly":true ; This error can be temporarily avoided by using the 'modelerfour.lenient-model-deduplication' setting. NOTE: This setting will be removed in a future version of @autorest/modelerfour; schemas should be updated to fix this issue sooner than that."
    PreCheck/DuplicateSchema "readme":"monitor/resource-manager/readme.md",
    "tag":"package-2019-11",
    "details":"Duplicate Schema named Resource -- properties.kind: undefined => "$ref":"#/components/schemas/schemas:650",
    "description":"Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported,
    the resource provider must validate and persist this value.",
    "readOnly":true,
    properties.etag: undefined => "$ref":"#/components/schemas/schemas:651",
    "description":"The etag field is not required. If it is provided in the response body,
    it must also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19),
    If-Match (section 14.24),
    If-None-Match (section 14.26),
    and If-Range (section 14.27) header fields. ",
    "readOnly":true ; This error can be temporarily avoided by using the 'modelerfour.lenient-model-deduplication' setting. NOTE: This setting will be removed in a future version of @autorest/modelerfour; schemas should be updated to fix this issue sooner than that."
    PreCheck/DuplicateSchema "readme":"monitor/resource-manager/readme.md",
    "tag":"package-2019-06",
    "details":"Duplicate Schema named Resource -- properties.kind: undefined => "$ref":"#/components/schemas/schemas:629",
    "description":"Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported,
    the resource provider must validate and persist this value.",
    "readOnly":true,
    properties.etag: undefined => "$ref":"#/components/schemas/schemas:630",
    "description":"The etag field is not required. If it is provided in the response body,
    it must also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19),
    If-Match (section 14.24),
    If-None-Match (section 14.26),
    and If-Range (section 14.27) header fields. ",
    "readOnly":true ; This error can be temporarily avoided by using the 'modelerfour.lenient-model-deduplication' setting. NOTE: This setting will be removed in a future version of @autorest/modelerfour; schemas should be updated to fix this issue sooner than that."
    PreCheck/DuplicateSchema "readme":"monitor/resource-manager/readme.md",
    "tag":"package-2019-03",
    "details":"Duplicate Schema named Resource -- properties.kind: undefined => "$ref":"#/components/schemas/schemas:626",
    "description":"Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported,
    the resource provider must validate and persist this value.",
    "readOnly":true,
    properties.etag: undefined => "$ref":"#/components/schemas/schemas:627",
    "description":"The etag field is not required. If it is provided in the response body,
    it must also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19),
    If-Match (section 14.24),
    If-None-Match (section 14.26),
    and If-Range (section 14.27) header fields. ",
    "readOnly":true ; This error can be temporarily avoided by using the 'modelerfour.lenient-model-deduplication' setting. NOTE: This setting will be removed in a future version of @autorest/modelerfour; schemas should be updated to fix this issue sooner than that."
    PreCheck/DuplicateSchema "readme":"monitor/resource-manager/readme.md",
    "tag":"package-2018-11-preview",
    "details":"Duplicate Schema named Resource -- properties.kind: undefined => "$ref":"#/components/schemas/schemas:634",
    "description":"Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported,
    the resource provider must validate and persist this value.",
    "readOnly":true,
    properties.etag: undefined => "$ref":"#/components/schemas/schemas:635",
    "description":"The etag field is not required. If it is provided in the response body,
    it must also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19),
    If-Match (section 14.24),
    If-None-Match (section 14.26),
    and If-Range (section 14.27) header fields. ",
    "readOnly":true ; This error can be temporarily avoided by using the 'modelerfour.lenient-model-deduplication' setting. NOTE: This setting will be removed in a future version of @autorest/modelerfour; schemas should be updated to fix this issue sooner than that."
    PreCheck/DuplicateSchema "readme":"monitor/resource-manager/readme.md",
    "tag":"package-2018-09",
    "details":"Duplicate Schema named Resource -- properties.kind: undefined => "$ref":"#/components/schemas/schemas:634",
    "description":"Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported,
    the resource provider must validate and persist this value.",
    "readOnly":true,
    properties.etag: undefined => "$ref":"#/components/schemas/schemas:635",
    "description":"The etag field is not required. If it is provided in the response body,
    it must also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19),
    If-Match (section 14.24),
    If-None-Match (section 14.26),
    and If-Range (section 14.27) header fields. ",
    "readOnly":true ; This error can be temporarily avoided by using the 'modelerfour.lenient-model-deduplication' setting. NOTE: This setting will be removed in a future version of @autorest/modelerfour; schemas should be updated to fix this issue sooner than that."
    PreCheck/DuplicateSchema "readme":"monitor/resource-manager/readme.md",
    "tag":"package-2018-03",
    "details":"Duplicate Schema named Resource -- properties.kind: undefined => "$ref":"#/components/schemas/schemas:630",
    "description":"Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported,
    the resource provider must validate and persist this value.",
    "readOnly":true,
    properties.etag: undefined => "$ref":"#/components/schemas/schemas:631",
    "description":"The etag field is not required. If it is provided in the response body,
    it must also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19),
    If-Match (section 14.24),
    If-None-Match (section 14.26),
    and If-Range (section 14.27) header fields. ",
    "readOnly":true ; This error can be temporarily avoided by using the 'modelerfour.lenient-model-deduplication' setting. NOTE: This setting will be removed in a future version of @autorest/modelerfour; schemas should be updated to fix this issue sooner than that."
    💬 AutorestCore/Exception "readme":"monitor/resource-manager/readme.md",
    "tag":"package-2021-04-only",
    "details":"> Installing AutoRest extension '@microsoft.azure/openapi-validator' (1.8.0)"
    💬 AutorestCore/Exception "readme":"monitor/resource-manager/readme.md",
    "tag":"package-2021-04-only",
    "details":"> Installed AutoRest extension '@microsoft.azure/openapi-validator' (1.8.0->1.8.0)"


    The following errors/warnings exist before current PR submission:

    Rule Message
    AutorestCore/Exception "readme":"monitor/resource-manager/readme.md",
    "tag":"package-2020-03",
    "details":"Error: Plugin prechecker reported failure."
    AutorestCore/Exception "readme":"monitor/resource-manager/readme.md",
    "tag":"package-2019-11",
    "details":"Error: Plugin prechecker reported failure."
    AutorestCore/Exception "readme":"monitor/resource-manager/readme.md",
    "tag":"package-2019-06",
    "details":"Error: Plugin prechecker reported failure."
    AutorestCore/Exception "readme":"monitor/resource-manager/readme.md",
    "tag":"package-2019-03",
    "details":"Error: Plugin prechecker reported failure."
    AutorestCore/Exception "readme":"monitor/resource-manager/readme.md",
    "tag":"package-2018-11-preview",
    "details":"Error: Plugin prechecker reported failure."
    AutorestCore/Exception "readme":"monitor/resource-manager/readme.md",
    "tag":"package-2018-09",
    "details":"Error: Plugin prechecker reported failure."
    AutorestCore/Exception "readme":"monitor/resource-manager/readme.md",
    "tag":"package-2018-03",
    "details":"Error: Plugin prechecker reported failure."
    💬 AutorestCore/Exception "readme":"monitor/resource-manager/readme.md",
    "tag":"package-2021-04-only",
    "details":"> Loading AutoRest extension '@autorest/modelerfour' (4.15.456->4.15.456)"
    💬 AutorestCore/Exception "readme":"monitor/resource-manager/readme.md",
    "tag":"package-2021-02-preview-only",
    "details":"> Loading AutoRest extension '@microsoft.azure/openapi-validator' (1.8.0->1.8.0)"
    💬 AutorestCore/Exception "readme":"monitor/resource-manager/readme.md",
    "tag":"package-2021-02-preview-only",
    "details":"> Loading AutoRest extension '@autorest/modelerfour' (4.15.456->4.15.456)"
    ️️✔️[Staging] PrettierCheck succeeded [Detail] [Expand]
    Validation passes for PrettierCheck.
    ️️✔️[Staging] SpellCheck succeeded [Detail] [Expand]
    Validation passes for SpellCheck.
    ️️✔️[Staging] Lint(RPaaS) succeeded [Detail] [Expand]
    Validation passes for Lint(RPaaS).
    Posted by Swagger Pipeline | How to fix these errors?

    @openapi-pipeline-app
    Copy link

    openapi-pipeline-app bot commented Jun 8, 2021

    Swagger Generation Artifacts

    ️️✔️[Staging] ApiDocPreview succeeded [Detail] [Expand]
     Please click here to preview with your @microsoft account. 
    ️❌[Staging] SDK Breaking Change Tracking failed [Detail]

    Breaking Changes Tracking

    azure-sdk-for-python-track2 - track2_azure-mgmt-monitor - 2.0.0
    -	Model ErrorResponse has a new signature
    +	Model ErrorResponse no longer has parameter additional_info
    +	Model ErrorResponse no longer has parameter details
    +	Model ErrorResponse no longer has parameter target
    -	Model ManagementGroupDiagnosticSettingsResource no longer has parameter location
    -	Model Metric has a new required parameter display_description
    -	Model SubscriptionDiagnosticSettingsResource no longer has parameter location
    +	Operation SubscriptionDiagnosticSettingsOperations.create_or_update has a new signature
    +	Operation SubscriptionDiagnosticSettingsOperations.delete has a new signature
    +	Operation SubscriptionDiagnosticSettingsOperations.get has a new signature
    +	Operation SubscriptionDiagnosticSettingsOperations.list has a new signature
    ️✔️azure-sdk-for-go - monitor/mgmt/2020-10-01/insights - v55.2.0
    azure-sdk-for-go - preview/monitor/mgmt/2019-11-01-preview/insights - v55.2.0
    +	Const `SensitivityHigh` has been removed
    +	Const `SensitivityLow` has been removed
    +	Const `SensitivityMedium` has been removed
    +	Const `UnitBitsPerSecond` has been removed
    +	Const `UnitByteSeconds` has been removed
    +	Const `UnitBytesPerSecond` has been removed
    +	Const `UnitBytes` has been removed
    +	Const `UnitCores` has been removed
    +	Const `UnitCountPerSecond` has been removed
    +	Const `UnitCount` has been removed
    +	Const `UnitMilliCores` has been removed
    +	Const `UnitMilliSeconds` has been removed
    +	Const `UnitNanoCores` has been removed
    +	Const `UnitPercent` has been removed
    +	Const `UnitSeconds` has been removed
    +	Const `UnitUnspecified` has been removed
    +	Field `Metadata` of struct `TimeSeriesBaseline` has been removed
    +	Function `*BaselineResponse.UnmarshalJSON` has been removed
    +	Function `BaselineResponse.MarshalJSON` has been removed
    +	Function `MetricBaselineClient.CalculateBaselinePreparer` has been removed
    +	Function `MetricBaselineClient.CalculateBaselineResponder` has been removed
    +	Function `MetricBaselineClient.CalculateBaselineSender` has been removed
    +	Function `MetricBaselineClient.CalculateBaseline` has been removed
    +	Function `MetricBaselineClient.GetPreparer` has been removed
    +	Function `MetricBaselineClient.GetResponder` has been removed
    +	Function `MetricBaselineClient.GetSender` has been removed
    +	Function `MetricBaselineClient.Get` has been removed
    +	Function `NewMetricBaselineClientWithBaseURI` has been removed
    +	Function `NewMetricBaselineClient` has been removed
    +	Function `PossibleSensitivityValues` has been removed
    +	Function `PossibleUnitValues` has been removed
    +	Struct `BaselineMetadataValue` has been removed
    +	Struct `BaselineProperties` has been removed
    +	Struct `BaselineResponse` has been removed
    +	Struct `Baseline` has been removed
    +	Struct `CalculateBaselineResponse` has been removed
    +	Struct `MetricBaselineClient` has been removed
    +	Struct `TimeSeriesInformation` has been removed
    +	Type of `DynamicMetricCriteria.TimeAggregation` has been changed from `interface{}` to `AggregationTypeEnum`
    +	Type of `Metric.Unit` has been changed from `Unit` to `MetricUnit`
    +	Type of `MetricCriteria.TimeAggregation` has been changed from `interface{}` to `AggregationTypeEnum`
    +	Type of `MetricDefinition.Unit` has been changed from `Unit` to `MetricUnit`
    +	Type of `MultiMetricCriteria.TimeAggregation` has been changed from `interface{}` to `AggregationTypeEnum`
    azure-sdk-for-go - preview/monitor/mgmt/2019-06-01/insights - v55.2.0
    +	Const `SensitivityHigh` has been removed
    +	Const `SensitivityLow` has been removed
    +	Const `SensitivityMedium` has been removed
    +	Const `UnitBitsPerSecond` has been removed
    +	Const `UnitByteSeconds` has been removed
    +	Const `UnitBytesPerSecond` has been removed
    +	Const `UnitBytes` has been removed
    +	Const `UnitCores` has been removed
    +	Const `UnitCountPerSecond` has been removed
    +	Const `UnitCount` has been removed
    +	Const `UnitMilliCores` has been removed
    +	Const `UnitMilliSeconds` has been removed
    +	Const `UnitNanoCores` has been removed
    +	Const `UnitPercent` has been removed
    +	Const `UnitSeconds` has been removed
    +	Const `UnitUnspecified` has been removed
    +	Field `*MetricAlertProperties` of struct `MetricAlertResourcePatch` has been removed
    +	Field `Metadata` of struct `TimeSeriesBaseline` has been removed
    +	Function `*BaselineResponse.UnmarshalJSON` has been removed
    +	Function `BaselineResponse.MarshalJSON` has been removed
    +	Function `MetricBaselineClient.CalculateBaselinePreparer` has been removed
    +	Function `MetricBaselineClient.CalculateBaselineResponder` has been removed
    +	Function `MetricBaselineClient.CalculateBaselineSender` has been removed
    +	Function `MetricBaselineClient.CalculateBaseline` has been removed
    +	Function `MetricBaselineClient.GetPreparer` has been removed
    +	Function `MetricBaselineClient.GetResponder` has been removed
    +	Function `MetricBaselineClient.GetSender` has been removed
    +	Function `MetricBaselineClient.Get` has been removed
    +	Function `NewMetricBaselineClientWithBaseURI` has been removed
    +	Function `NewMetricBaselineClient` has been removed
    +	Function `PossibleSensitivityValues` has been removed
    +	Function `PossibleUnitValues` has been removed
    +	Struct `BaselineMetadataValue` has been removed
    +	Struct `BaselineProperties` has been removed
    +	Struct `BaselineResponse` has been removed
    +	Struct `Baseline` has been removed
    +	Struct `CalculateBaselineResponse` has been removed
    +	Struct `MetricBaselineClient` has been removed
    +	Struct `TimeSeriesInformation` has been removed
    +	Type of `DynamicMetricCriteria.TimeAggregation` has been changed from `interface{}` to `AggregationTypeEnum`
    +	Type of `Metric.Unit` has been changed from `Unit` to `MetricUnit`
    +	Type of `MetricCriteria.TimeAggregation` has been changed from `interface{}` to `AggregationTypeEnum`
    +	Type of `MetricDefinition.Unit` has been changed from `Unit` to `MetricUnit`
    +	Type of `MultiMetricCriteria.TimeAggregation` has been changed from `interface{}` to `AggregationTypeEnum`
    azure-sdk-for-go - preview/monitor/mgmt/2019-03-01/insights - v55.2.0
    +	Const `SensitivityHigh` has been removed
    +	Const `SensitivityLow` has been removed
    +	Const `SensitivityMedium` has been removed
    +	Const `UnitBitsPerSecond` has been removed
    +	Const `UnitByteSeconds` has been removed
    +	Const `UnitBytesPerSecond` has been removed
    +	Const `UnitBytes` has been removed
    +	Const `UnitCores` has been removed
    +	Const `UnitCountPerSecond` has been removed
    +	Const `UnitCount` has been removed
    +	Const `UnitMilliCores` has been removed
    +	Const `UnitMilliSeconds` has been removed
    +	Const `UnitNanoCores` has been removed
    +	Const `UnitPercent` has been removed
    +	Const `UnitSeconds` has been removed
    +	Const `UnitUnspecified` has been removed
    +	Field `*MetricAlertProperties` of struct `MetricAlertResourcePatch` has been removed
    +	Field `Metadata` of struct `TimeSeriesBaseline` has been removed
    +	Function `*BaselineResponse.UnmarshalJSON` has been removed
    +	Function `BaselineResponse.MarshalJSON` has been removed
    +	Function `MetricBaselineClient.CalculateBaselinePreparer` has been removed
    +	Function `MetricBaselineClient.CalculateBaselineResponder` has been removed
    +	Function `MetricBaselineClient.CalculateBaselineSender` has been removed
    +	Function `MetricBaselineClient.CalculateBaseline` has been removed
    +	Function `MetricBaselineClient.GetPreparer` has been removed
    +	Function `MetricBaselineClient.GetResponder` has been removed
    +	Function `MetricBaselineClient.GetSender` has been removed
    +	Function `MetricBaselineClient.Get` has been removed
    +	Function `NewMetricBaselineClientWithBaseURI` has been removed
    +	Function `NewMetricBaselineClient` has been removed
    +	Function `PossibleSensitivityValues` has been removed
    +	Function `PossibleUnitValues` has been removed
    +	Struct `BaselineMetadataValue` has been removed
    +	Struct `BaselineProperties` has been removed
    +	Struct `BaselineResponse` has been removed
    +	Struct `Baseline` has been removed
    +	Struct `CalculateBaselineResponse` has been removed
    +	Struct `MetricBaselineClient` has been removed
    +	Struct `TimeSeriesInformation` has been removed
    +	Type of `DynamicMetricCriteria.TimeAggregation` has been changed from `interface{}` to `AggregationTypeEnum`
    +	Type of `Metric.Unit` has been changed from `Unit` to `MetricUnit`
    +	Type of `MetricCriteria.TimeAggregation` has been changed from `interface{}` to `AggregationTypeEnum`
    +	Type of `MetricDefinition.Unit` has been changed from `Unit` to `MetricUnit`
    +	Type of `MultiMetricCriteria.TimeAggregation` has been changed from `interface{}` to `AggregationTypeEnum`
    azure-sdk-for-go - preview/monitor/mgmt/2018-11-01-preview/insights - v55.2.0
    +	Const `UnitBitsPerSecond` has been removed
    +	Const `UnitByteSeconds` has been removed
    +	Const `UnitBytesPerSecond` has been removed
    +	Const `UnitBytes` has been removed
    +	Const `UnitCores` has been removed
    +	Const `UnitCountPerSecond` has been removed
    +	Const `UnitCount` has been removed
    +	Const `UnitMilliCores` has been removed
    +	Const `UnitMilliSeconds` has been removed
    +	Const `UnitNanoCores` has been removed
    +	Const `UnitPercent` has been removed
    +	Const `UnitSeconds` has been removed
    +	Const `UnitUnspecified` has been removed
    +	Field `*MetricAlertProperties` of struct `MetricAlertResourcePatch` has been removed
    +	Function `PossibleUnitValues` has been removed
    +	Type of `DynamicMetricCriteria.TimeAggregation` has been changed from `interface{}` to `AggregationTypeEnum`
    +	Type of `Metric.Unit` has been changed from `Unit` to `MetricUnit`
    +	Type of `MetricCriteria.TimeAggregation` has been changed from `interface{}` to `AggregationTypeEnum`
    +	Type of `MetricDefinition.Unit` has been changed from `Unit` to `MetricUnit`
    +	Type of `MultiMetricCriteria.TimeAggregation` has been changed from `interface{}` to `AggregationTypeEnum`
    azure-sdk-for-go - preview/monitor/mgmt/2018-09-01/insights - v55.2.0
    +	Const `High` type has been changed from `DynamicThresholdSensitivity` to `BaselineSensitivity`
    +	Const `Low` type has been changed from `DynamicThresholdSensitivity` to `BaselineSensitivity`
    +	Const `Medium` type has been changed from `DynamicThresholdSensitivity` to `BaselineSensitivity`
    +	Const `UnitBitsPerSecond` has been removed
    +	Const `UnitByteSeconds` has been removed
    +	Const `UnitBytesPerSecond` has been removed
    +	Const `UnitBytes` has been removed
    +	Const `UnitCores` has been removed
    +	Const `UnitCountPerSecond` has been removed
    +	Const `UnitCount` has been removed
    +	Const `UnitMilliCores` has been removed
    +	Const `UnitMilliSeconds` has been removed
    +	Const `UnitNanoCores` has been removed
    +	Const `UnitPercent` has been removed
    +	Const `UnitSeconds` has been removed
    +	Const `UnitUnspecified` has been removed
    +	Field `*MetricAlertProperties` of struct `MetricAlertResourcePatch` has been removed
    +	Function `MetricNamespacesClient.ListPreparer` has been removed
    +	Function `MetricNamespacesClient.ListResponder` has been removed
    +	Function `MetricNamespacesClient.ListSender` has been removed
    +	Function `MetricNamespacesClient.List` has been removed
    +	Function `NewMetricNamespacesClientWithBaseURI` has been removed
    +	Function `NewMetricNamespacesClient` has been removed
    +	Function `PossibleUnitValues` has been removed
    +	Struct `MetricNamespaceCollection` has been removed
    +	Struct `MetricNamespaceName` has been removed
    +	Struct `MetricNamespace` has been removed
    +	Struct `MetricNamespacesClient` has been removed
    +	Type of `DynamicMetricCriteria.TimeAggregation` has been changed from `interface{}` to `AggregationTypeEnum`
    +	Type of `Metric.Unit` has been changed from `Unit` to `MetricUnit`
    +	Type of `MetricCriteria.TimeAggregation` has been changed from `interface{}` to `AggregationTypeEnum`
    +	Type of `MetricDefinition.Unit` has been changed from `Unit` to `MetricUnit`
    +	Type of `MultiMetricCriteria.TimeAggregation` has been changed from `interface{}` to `AggregationTypeEnum`
    azure-sdk-for-go - preview/monitor/mgmt/2018-03-01/insights - v55.2.0
    +	Const `UnitBitsPerSecond` has been removed
    +	Const `UnitByteSeconds` has been removed
    +	Const `UnitBytesPerSecond` has been removed
    +	Const `UnitBytes` has been removed
    +	Const `UnitCores` has been removed
    +	Const `UnitCountPerSecond` has been removed
    +	Const `UnitCount` has been removed
    +	Const `UnitMilliCores` has been removed
    +	Const `UnitMilliSeconds` has been removed
    +	Const `UnitNanoCores` has been removed
    +	Const `UnitPercent` has been removed
    +	Const `UnitSeconds` has been removed
    +	Const `UnitUnspecified` has been removed
    +	Field `*MetricAlertProperties` of struct `MetricAlertResourcePatch` has been removed
    +	Function `PossibleUnitValues` has been removed
    +	Type of `DynamicMetricCriteria.TimeAggregation` has been changed from `interface{}` to `AggregationTypeEnum`
    +	Type of `Metric.Unit` has been changed from `Unit` to `MetricUnit`
    +	Type of `MetricCriteria.TimeAggregation` has been changed from `interface{}` to `AggregationTypeEnum`
    +	Type of `MetricDefinition.Unit` has been changed from `Unit` to `MetricUnit`
    +	Type of `MultiMetricCriteria.TimeAggregation` has been changed from `interface{}` to `AggregationTypeEnum`
    ️✔️azure-sdk-for-go - preview/monitor/mgmt/2017-05-01-preview/insights - v55.2.0
    ️❌ azure-sdk-for-net failed [Detail]
    • Failed [Logs]Release - Generate from 1202df7. SDK Automation 14.0.0
      warn	Skip initScript due to not configured
      command	sudo apt-get install -y dotnet-sdk-5.0
      command	autorest --version=V2 --csharp --reflect-api-versions --license-header=MICROSOFT_MIT_NO_VERSION [email protected]/[email protected] --csharp-sdks-folder=/home/vsts/work/1/s/azure-sdk-for-net/sdk ../azure-rest-api-specs/specification/monitor/resource-manager/readme.md
      cmderr	[Autorest] realpath(): Permission denied
      cmderr	[Autorest] realpath(): Permission denied
      cmderr	[Autorest] realpath(): Permission denied
      cmderr	[Autorest] realpath(): Permission denied
      cmderr	[Autorest] realpath(): Permission denied
      cmderr	[Autorest] realpath(): Permission denied
    • Microsoft.Azure.Management.Monitor [View full logs]  [Release SDK Changes]
      cmdout	[msbuild]      3>/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/BasicTests/DataCollectionRulesTests.cs(30,17): error CS1503: Argument 1: cannot convert from 'Microsoft.Azure.Management.Monitor.Models.DataCollectionRuleDestinations' to 'string' [/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/Microsoft.Azure.Management.Monitor.Tests.csproj]
      cmdout	[msbuild]      3>/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/BasicTests/DataCollectionRulesTests.cs(31,17): error CS1503: Argument 2: cannot convert from 'System.Collections.Generic.List<Microsoft.Azure.Management.Monitor.Models.DataFlow>' to 'string' [/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/Microsoft.Azure.Management.Monitor.Tests.csproj]
      cmdout	[msbuild]      3>/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/BasicTests/DataCollectionRulesTests.cs(32,27): error CS1503: Argument 4: cannot convert from 'string' to 'Microsoft.Azure.Management.Monitor.Models.DataCollectionRuleDataSources' [/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/Microsoft.Azure.Management.Monitor.Tests.csproj]
      cmdout	[msbuild]      3>/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/BasicTests/DataCollectionRulesTests.cs(33,17): error CS1503: Argument 5: cannot convert from 'Microsoft.Azure.Management.Monitor.Models.DataCollectionRuleDataSources' to 'Microsoft.Azure.Management.Monitor.Models.DataCollectionRuleDestinations' [/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/Microsoft.Azure.Management.Monitor.Tests.csproj]
      cmdout	[msbuild]      3>/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/BasicTests/DataCollectionRulesTests.cs(82,17): error CS1503: Argument 1: cannot convert from 'Microsoft.Azure.Management.Monitor.Models.DataCollectionRuleDestinations' to 'string' [/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/Microsoft.Azure.Management.Monitor.Tests.csproj]
      cmdout	[msbuild]      3>/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/BasicTests/DataCollectionRulesTests.cs(83,17): error CS1503: Argument 2: cannot convert from 'System.Collections.Generic.List<Microsoft.Azure.Management.Monitor.Models.DataFlow>' to 'string' [/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/Microsoft.Azure.Management.Monitor.Tests.csproj]
      cmdout	[msbuild]      3>/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/BasicTests/DataCollectionRulesTests.cs(84,27): error CS1503: Argument 4: cannot convert from 'string' to 'Microsoft.Azure.Management.Monitor.Models.DataCollectionRuleDataSources' [/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/Microsoft.Azure.Management.Monitor.Tests.csproj]
      cmdout	[msbuild]      3>/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/BasicTests/DataCollectionRulesTests.cs(85,17): error CS1503: Argument 5: cannot convert from 'Microsoft.Azure.Management.Monitor.Models.DataCollectionRuleDataSources' to 'Microsoft.Azure.Management.Monitor.Models.DataCollectionRuleDestinations' [/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/Microsoft.Azure.Management.Monitor.Tests.csproj]
      cmdout	[msbuild]      3>/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/BasicTests/DataCollectionRulesTests.cs(110,21): error CS1503: Argument 1: cannot convert from 'Microsoft.Azure.Management.Monitor.Models.DataCollectionRuleDestinations' to 'string' [/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/Microsoft.Azure.Management.Monitor.Tests.csproj]
      cmdout	[msbuild]      3>/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/BasicTests/DataCollectionRulesTests.cs(114,21): error CS1503: Argument 2: cannot convert from 'System.Collections.Generic.List<Microsoft.Azure.Management.Monitor.Models.DataFlow>' to 'string' [/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/Microsoft.Azure.Management.Monitor.Tests.csproj]
      cmdout	[msbuild]      3>/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/BasicTests/DataCollectionRulesTests.cs(115,31): error CS1503: Argument 4: cannot convert from 'string' to 'Microsoft.Azure.Management.Monitor.Models.DataCollectionRuleDataSources' [/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/Microsoft.Azure.Management.Monitor.Tests.csproj]
      cmdout	[msbuild]      3>/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/BasicTests/DataCollectionRulesTests.cs(116,21): error CS1503: Argument 5: cannot convert from 'Microsoft.Azure.Management.Monitor.Models.DataCollectionRuleDataSources' to 'Microsoft.Azure.Management.Monitor.Models.DataCollectionRuleDestinations' [/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/Microsoft.Azure.Management.Monitor.Tests.csproj]
      cmdout	[msbuild]      3>/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/BasicTests/DataCollectionRulesTests.cs(117,48): error CS1503: Argument 1: cannot convert from 'Microsoft.Azure.Management.Monitor.Models.DataCollectionRuleDestinations' to 'string' [/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/Microsoft.Azure.Management.Monitor.Tests.csproj]
      cmdout	[msbuild]      3>/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/BasicTests/DataCollectionRulesTests.cs(117,86): error CS1503: Argument 2: cannot convert from 'System.Collections.Generic.List<Microsoft.Azure.Management.Monitor.Models.DataFlow>' to 'string' [/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/Microsoft.Azure.Management.Monitor.Tests.csproj]
      cmdout	[msbuild]      3>/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/BasicTests/DataCollectionRulesTests.cs(117,118): error CS1503: Argument 4: cannot convert from 'string' to 'Microsoft.Azure.Management.Monitor.Models.DataCollectionRuleDataSources' [/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/Microsoft.Azure.Management.Monitor.Tests.csproj]
      cmdout	[msbuild]      3>/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/BasicTests/DataCollectionRulesTests.cs(117,132): error CS1503: Argument 5: cannot convert from 'Microsoft.Azure.Management.Monitor.Models.DataCollectionRuleDataSources' to 'Microsoft.Azure.Management.Monitor.Models.DataCollectionRuleDestinations' [/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/Microsoft.Azure.Management.Monitor.Tests.csproj]
      cmdout	[msbuild]      3>/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/BasicTests/DataCollectionRulesTests.cs(118,48): error CS1503: Argument 1: cannot convert from 'Microsoft.Azure.Management.Monitor.Models.DataCollectionRuleDestinations' to 'string' [/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/Microsoft.Azure.Management.Monitor.Tests.csproj]
      cmdout	[msbuild]      3>/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/BasicTests/DataCollectionRulesTests.cs(118,86): error CS1503: Argument 2: cannot convert from 'System.Collections.Generic.List<Microsoft.Azure.Management.Monitor.Models.DataFlow>' to 'string' [/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/Microsoft.Azure.Management.Monitor.Tests.csproj]
      cmdout	[msbuild]      3>/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/BasicTests/DataCollectionRulesTests.cs(118,118): error CS1503: Argument 4: cannot convert from 'string' to 'Microsoft.Azure.Management.Monitor.Models.DataCollectionRuleDataSources' [/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/Microsoft.Azure.Management.Monitor.Tests.csproj]
      cmdout	[msbuild]      3>/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/BasicTests/DataCollectionRulesTests.cs(118,131): error CS1503: Argument 5: cannot convert from 'Microsoft.Azure.Management.Monitor.Models.DataCollectionRuleDataSources' to 'Microsoft.Azure.Management.Monitor.Models.DataCollectionRuleDestinations' [/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/Microsoft.Azure.Management.Monitor.Tests.csproj]
      cmdout	[msbuild]      3>/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/BasicTests/DataCollectionRulesTests.cs(144,21): error CS1503: Argument 1: cannot convert from 'Microsoft.Azure.Management.Monitor.Models.DataCollectionRuleDestinations' to 'string' [/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/Microsoft.Azure.Management.Monitor.Tests.csproj]
      cmdout	[msbuild]      3>/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/BasicTests/DataCollectionRulesTests.cs(151,21): error CS1503: Argument 2: cannot convert from 'System.Collections.Generic.List<Microsoft.Azure.Management.Monitor.Models.DataFlow>' to 'string' [/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/Microsoft.Azure.Management.Monitor.Tests.csproj]
      cmdout	[msbuild]      3>/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/BasicTests/DataCollectionRulesTests.cs(152,31): error CS1503: Argument 4: cannot convert from 'string' to 'Microsoft.Azure.Management.Monitor.Models.DataCollectionRuleDataSources' [/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/Microsoft.Azure.Management.Monitor.Tests.csproj]
      cmdout	[msbuild]      3>/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/BasicTests/DataCollectionRulesTests.cs(153,21): error CS1503: Argument 5: cannot convert from 'Microsoft.Azure.Management.Monitor.Models.DataCollectionRuleDataSources' to 'Microsoft.Azure.Management.Monitor.Models.DataCollectionRuleDestinations' [/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/Microsoft.Azure.Management.Monitor.Tests.csproj]
      cmdout	[msbuild]      3>/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/BasicTests/DataCollectionRulesTests.cs(154,48): error CS1503: Argument 1: cannot convert from 'Microsoft.Azure.Management.Monitor.Models.DataCollectionRuleDestinations' to 'string' [/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/Microsoft.Azure.Management.Monitor.Tests.csproj]
      cmdout	[msbuild]      3>/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/BasicTests/DataCollectionRulesTests.cs(154,86): error CS1503: Argument 2: cannot convert from 'System.Collections.Generic.List<Microsoft.Azure.Management.Monitor.Models.DataFlow>' to 'string' [/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/Microsoft.Azure.Management.Monitor.Tests.csproj]
      cmdout	[msbuild]      3>/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/BasicTests/DataCollectionRulesTests.cs(154,118): error CS1503: Argument 4: cannot convert from 'string' to 'Microsoft.Azure.Management.Monitor.Models.DataCollectionRuleDataSources' [/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/Microsoft.Azure.Management.Monitor.Tests.csproj]
      cmdout	[msbuild]      3>/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/BasicTests/DataCollectionRulesTests.cs(154,132): error CS1503: Argument 5: cannot convert from 'Microsoft.Azure.Management.Monitor.Models.DataCollectionRuleDataSources' to 'Microsoft.Azure.Management.Monitor.Models.DataCollectionRuleDestinations' [/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/Microsoft.Azure.Management.Monitor.Tests.csproj]
      cmdout	[msbuild]      3>/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/BasicTests/DataCollectionRulesTests.cs(201,26): error CS1929: 'IDataCollectionRulesOperations' does not contain a definition for 'Update' and the best extension method overload 'ActionGroupsOperationsExtensions.Update(IActionGroupsOperations, string, string, ActionGroupPatchBody)' requires a receiver of type 'IActionGroupsOperations' [/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/Microsoft.Azure.Management.Monitor.Tests.csproj]
      cmdout	[msbuild]      3>/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/BasicTests/DataCollectionRulesTests.cs(321,34): error CS1061: 'PerfCounterDataSource' does not contain a definition for 'ScheduledTransferPeriod' and no accessible extension method 'ScheduledTransferPeriod' accepting a first argument of type 'PerfCounterDataSource' could be found (are you missing a using directive or an assembly reference?) [/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/Microsoft.Azure.Management.Monitor.Tests.csproj]
      cmdout	[msbuild]      3>/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/BasicTests/DataCollectionRulesTests.cs(321,63): error CS1061: 'PerfCounterDataSource' does not contain a definition for 'ScheduledTransferPeriod' and no accessible extension method 'ScheduledTransferPeriod' accepting a first argument of type 'PerfCounterDataSource' could be found (are you missing a using directive or an assembly reference?) [/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/Microsoft.Azure.Management.Monitor.Tests.csproj]
      cmdout	[msbuild]      3>/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/BasicTests/DataCollectionRulesTests.cs(331,34): error CS1061: 'WindowsEventLogDataSource' does not contain a definition for 'ScheduledTransferPeriod' and no accessible extension method 'ScheduledTransferPeriod' accepting a first argument of type 'WindowsEventLogDataSource' could be found (are you missing a using directive or an assembly reference?) [/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/Microsoft.Azure.Management.Monitor.Tests.csproj]
      cmdout	[msbuild]      3>/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/BasicTests/DataCollectionRulesTests.cs(331,63): error CS1061: 'WindowsEventLogDataSource' does not contain a definition for 'ScheduledTransferPeriod' and no accessible extension method 'ScheduledTransferPeriod' accepting a first argument of type 'WindowsEventLogDataSource' could be found (are you missing a using directive or an assembly reference?) [/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/Microsoft.Azure.Management.Monitor.Tests.csproj]
      cmdout	[msbuild]      3>/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/BasicTests/MetricsTests.cs(76,32): error CS0103: The name 'Unit' does not exist in the current context [/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/Microsoft.Azure.Management.Monitor.Tests.csproj]
      cmdout	[msbuild]      3>/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/BasicTests/MetricsTests.cs(299,24): error CS0103: The name 'Unit' does not exist in the current context [/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/Microsoft.Azure.Management.Monitor.Tests.csproj]
      cmdout	[msbuild]      3>/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/Scenarios/DataCollectionRulesTests.cs(107,23): error CS1929: 'IDataCollectionRulesOperations' does not contain a definition for 'Update' and the best extension method overload 'ActionGroupsOperationsExtensions.Update(IActionGroupsOperations, string, string, ActionGroupPatchBody)' requires a receiver of type 'IActionGroupsOperations' [/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/Microsoft.Azure.Management.Monitor.Tests.csproj]
      cmdout	[msbuild]      3>/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/Scenarios/DataCollectionRulesTests.cs(184,37): error CS0117: 'PerfCounterDataSource' does not contain a definition for 'ScheduledTransferPeriod' [/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/Microsoft.Azure.Management.Monitor.Tests.csproj]
      cmdout	[msbuild]      3>/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/Scenarios/DataCollectionRulesTests.cs(316,34): error CS1061: 'PerfCounterDataSource' does not contain a definition for 'ScheduledTransferPeriod' and no accessible extension method 'ScheduledTransferPeriod' accepting a first argument of type 'PerfCounterDataSource' could be found (are you missing a using directive or an assembly reference?) [/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/Microsoft.Azure.Management.Monitor.Tests.csproj]
      cmdout	[msbuild]      3>/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/Scenarios/DataCollectionRulesTests.cs(316,63): error CS1061: 'PerfCounterDataSource' does not contain a definition for 'ScheduledTransferPeriod' and no accessible extension method 'ScheduledTransferPeriod' accepting a first argument of type 'PerfCounterDataSource' could be found (are you missing a using directive or an assembly reference?) [/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/Microsoft.Azure.Management.Monitor.Tests.csproj]
      cmdout	[msbuild]      3>/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/Scenarios/DataCollectionRulesTests.cs(326,34): error CS1061: 'WindowsEventLogDataSource' does not contain a definition for 'ScheduledTransferPeriod' and no accessible extension method 'ScheduledTransferPeriod' accepting a first argument of type 'WindowsEventLogDataSource' could be found (are you missing a using directive or an assembly reference?) [/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/Microsoft.Azure.Management.Monitor.Tests.csproj]
      cmdout	[msbuild]      3>/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/Scenarios/DataCollectionRulesTests.cs(326,63): error CS1061: 'WindowsEventLogDataSource' does not contain a definition for 'ScheduledTransferPeriod' and no accessible extension method 'ScheduledTransferPeriod' accepting a first argument of type 'WindowsEventLogDataSource' could be found (are you missing a using directive or an assembly reference?) [/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/Microsoft.Azure.Management.Monitor.Tests.csproj]
      cmdout	[msbuild]          /home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/BasicTests/DataCollectionRulesTests.cs(30,17): error CS1503: Argument 1: cannot convert from 'Microsoft.Azure.Management.Monitor.Models.DataCollectionRuleDestinations' to 'string' [/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/Microsoft.Azure.Management.Monitor.Tests.csproj]
      cmdout	[msbuild]          /home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/BasicTests/DataCollectionRulesTests.cs(31,17): error CS1503: Argument 2: cannot convert from 'System.Collections.Generic.List<Microsoft.Azure.Management.Monitor.Models.DataFlow>' to 'string' [/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/Microsoft.Azure.Management.Monitor.Tests.csproj]
      cmdout	[msbuild]          /home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/BasicTests/DataCollectionRulesTests.cs(32,27): error CS1503: Argument 4: cannot convert from 'string' to 'Microsoft.Azure.Management.Monitor.Models.DataCollectionRuleDataSources' [/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/Microsoft.Azure.Management.Monitor.Tests.csproj]
      cmdout	[msbuild]          /home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/BasicTests/DataCollectionRulesTests.cs(33,17): error CS1503: Argument 5: cannot convert from 'Microsoft.Azure.Management.Monitor.Models.DataCollectionRuleDataSources' to 'Microsoft.Azure.Management.Monitor.Models.DataCollectionRuleDestinations' [/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/Microsoft.Azure.Management.Monitor.Tests.csproj]
      cmdout	[msbuild]          /home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/BasicTests/DataCollectionRulesTests.cs(82,17): error CS1503: Argument 1: cannot convert from 'Microsoft.Azure.Management.Monitor.Models.DataCollectionRuleDestinations' to 'string' [/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/Microsoft.Azure.Management.Monitor.Tests.csproj]
      cmdout	[msbuild]          /home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/BasicTests/DataCollectionRulesTests.cs(83,17): error CS1503: Argument 2: cannot convert from 'System.Collections.Generic.List<Microsoft.Azure.Management.Monitor.Models.DataFlow>' to 'string' [/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/Microsoft.Azure.Management.Monitor.Tests.csproj]
      cmdout	[msbuild]          /home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/BasicTests/DataCollectionRulesTests.cs(84,27): error CS1503: Argument 4: cannot convert from 'string' to 'Microsoft.Azure.Management.Monitor.Models.DataCollectionRuleDataSources' [/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/Microsoft.Azure.Management.Monitor.Tests.csproj]
      cmdout	[msbuild]          /home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/BasicTests/DataCollectionRulesTests.cs(85,17): error CS1503: Argument 5: cannot convert from 'Microsoft.Azure.Management.Monitor.Models.DataCollectionRuleDataSources' to 'Microsoft.Azure.Management.Monitor.Models.DataCollectionRuleDestinations' [/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/Microsoft.Azure.Management.Monitor.Tests.csproj]
      cmdout	[msbuild]          /home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/BasicTests/DataCollectionRulesTests.cs(110,21): error CS1503: Argument 1: cannot convert from 'Microsoft.Azure.Management.Monitor.Models.DataCollectionRuleDestinations' to 'string' [/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/Microsoft.Azure.Management.Monitor.Tests.csproj]
      cmdout	[msbuild]          /home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/BasicTests/DataCollectionRulesTests.cs(114,21): error CS1503: Argument 2: cannot convert from 'System.Collections.Generic.List<Microsoft.Azure.Management.Monitor.Models.DataFlow>' to 'string' [/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/Microsoft.Azure.Management.Monitor.Tests.csproj]
      cmdout	[msbuild]          /home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/BasicTests/DataCollectionRulesTests.cs(115,31): error CS1503: Argument 4: cannot convert from 'string' to 'Microsoft.Azure.Management.Monitor.Models.DataCollectionRuleDataSources' [/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/Microsoft.Azure.Management.Monitor.Tests.csproj]
      cmdout	[msbuild]          /home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/BasicTests/DataCollectionRulesTests.cs(116,21): error CS1503: Argument 5: cannot convert from 'Microsoft.Azure.Management.Monitor.Models.DataCollectionRuleDataSources' to 'Microsoft.Azure.Management.Monitor.Models.DataCollectionRuleDestinations' [/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/Microsoft.Azure.Management.Monitor.Tests.csproj]
      cmdout	[msbuild]          /home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/BasicTests/DataCollectionRulesTests.cs(117,48): error CS1503: Argument 1: cannot convert from 'Microsoft.Azure.Management.Monitor.Models.DataCollectionRuleDestinations' to 'string' [/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/Microsoft.Azure.Management.Monitor.Tests.csproj]
      cmdout	[msbuild]          /home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/BasicTests/DataCollectionRulesTests.cs(117,86): error CS1503: Argument 2: cannot convert from 'System.Collections.Generic.List<Microsoft.Azure.Management.Monitor.Models.DataFlow>' to 'string' [/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/Microsoft.Azure.Management.Monitor.Tests.csproj]
      cmdout	[msbuild]          /home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/BasicTests/DataCollectionRulesTests.cs(117,118): error CS1503: Argument 4: cannot convert from 'string' to 'Microsoft.Azure.Management.Monitor.Models.DataCollectionRuleDataSources' [/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/Microsoft.Azure.Management.Monitor.Tests.csproj]
      cmdout	[msbuild]          /home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/BasicTests/DataCollectionRulesTests.cs(117,132): error CS1503: Argument 5: cannot convert from 'Microsoft.Azure.Management.Monitor.Models.DataCollectionRuleDataSources' to 'Microsoft.Azure.Management.Monitor.Models.DataCollectionRuleDestinations' [/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/Microsoft.Azure.Management.Monitor.Tests.csproj]
      cmdout	[msbuild]          /home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/BasicTests/DataCollectionRulesTests.cs(118,48): error CS1503: Argument 1: cannot convert from 'Microsoft.Azure.Management.Monitor.Models.DataCollectionRuleDestinations' to 'string' [/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/Microsoft.Azure.Management.Monitor.Tests.csproj]
      cmdout	[msbuild]          /home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/BasicTests/DataCollectionRulesTests.cs(118,86): error CS1503: Argument 2: cannot convert from 'System.Collections.Generic.List<Microsoft.Azure.Management.Monitor.Models.DataFlow>' to 'string' [/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/Microsoft.Azure.Management.Monitor.Tests.csproj]
      cmdout	[msbuild]          /home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/BasicTests/DataCollectionRulesTests.cs(118,118): error CS1503: Argument 4: cannot convert from 'string' to 'Microsoft.Azure.Management.Monitor.Models.DataCollectionRuleDataSources' [/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/Microsoft.Azure.Management.Monitor.Tests.csproj]
      cmdout	[msbuild]          /home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/BasicTests/DataCollectionRulesTests.cs(118,131): error CS1503: Argument 5: cannot convert from 'Microsoft.Azure.Management.Monitor.Models.DataCollectionRuleDataSources' to 'Microsoft.Azure.Management.Monitor.Models.DataCollectionRuleDestinations' [/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/Microsoft.Azure.Management.Monitor.Tests.csproj]
      cmdout	[msbuild]          /home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/BasicTests/DataCollectionRulesTests.cs(144,21): error CS1503: Argument 1: cannot convert from 'Microsoft.Azure.Management.Monitor.Models.DataCollectionRuleDestinations' to 'string' [/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/Microsoft.Azure.Management.Monitor.Tests.csproj]
      cmdout	[msbuild]          /home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/BasicTests/DataCollectionRulesTests.cs(151,21): error CS1503: Argument 2: cannot convert from 'System.Collections.Generic.List<Microsoft.Azure.Management.Monitor.Models.DataFlow>' to 'string' [/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/Microsoft.Azure.Management.Monitor.Tests.csproj]
      cmdout	[msbuild]          /home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/BasicTests/DataCollectionRulesTests.cs(152,31): error CS1503: Argument 4: cannot convert from 'string' to 'Microsoft.Azure.Management.Monitor.Models.DataCollectionRuleDataSources' [/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/Microsoft.Azure.Management.Monitor.Tests.csproj]
      cmdout	[msbuild]          /home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/BasicTests/DataCollectionRulesTests.cs(153,21): error CS1503: Argument 5: cannot convert from 'Microsoft.Azure.Management.Monitor.Models.DataCollectionRuleDataSources' to 'Microsoft.Azure.Management.Monitor.Models.DataCollectionRuleDestinations' [/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/Microsoft.Azure.Management.Monitor.Tests.csproj]
      cmdout	[msbuild]          /home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/BasicTests/DataCollectionRulesTests.cs(154,48): error CS1503: Argument 1: cannot convert from 'Microsoft.Azure.Management.Monitor.Models.DataCollectionRuleDestinations' to 'string' [/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/Microsoft.Azure.Management.Monitor.Tests.csproj]
      cmdout	[msbuild]          /home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/BasicTests/DataCollectionRulesTests.cs(154,86): error CS1503: Argument 2: cannot convert from 'System.Collections.Generic.List<Microsoft.Azure.Management.Monitor.Models.DataFlow>' to 'string' [/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/Microsoft.Azure.Management.Monitor.Tests.csproj]
      cmdout	[msbuild]          /home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/BasicTests/DataCollectionRulesTests.cs(154,118): error CS1503: Argument 4: cannot convert from 'string' to 'Microsoft.Azure.Management.Monitor.Models.DataCollectionRuleDataSources' [/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/Microsoft.Azure.Management.Monitor.Tests.csproj]
      cmdout	[msbuild]          /home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/BasicTests/DataCollectionRulesTests.cs(154,132): error CS1503: Argument 5: cannot convert from 'Microsoft.Azure.Management.Monitor.Models.DataCollectionRuleDataSources' to 'Microsoft.Azure.Management.Monitor.Models.DataCollectionRuleDestinations' [/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/Microsoft.Azure.Management.Monitor.Tests.csproj]
      cmdout	[msbuild]          /home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/BasicTests/DataCollectionRulesTests.cs(201,26): error CS1929: 'IDataCollectionRulesOperations' does not contain a definition for 'Update' and the best extension method overload 'ActionGroupsOperationsExtensions.Update(IActionGroupsOperations, string, string, ActionGroupPatchBody)' requires a receiver of type 'IActionGroupsOperations' [/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/Microsoft.Azure.Management.Monitor.Tests.csproj]
      cmdout	[msbuild]          /home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/BasicTests/DataCollectionRulesTests.cs(321,34): error CS1061: 'PerfCounterDataSource' does not contain a definition for 'ScheduledTransferPeriod' and no accessible extension method 'ScheduledTransferPeriod' accepting a first argument of type 'PerfCounterDataSource' could be found (are you missing a using directive or an assembly reference?) [/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/Microsoft.Azure.Management.Monitor.Tests.csproj]
      cmdout	[msbuild]          /home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/BasicTests/DataCollectionRulesTests.cs(321,63): error CS1061: 'PerfCounterDataSource' does not contain a definition for 'ScheduledTransferPeriod' and no accessible extension method 'ScheduledTransferPeriod' accepting a first argument of type 'PerfCounterDataSource' could be found (are you missing a using directive or an assembly reference?) [/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/Microsoft.Azure.Management.Monitor.Tests.csproj]
      cmdout	[msbuild]          /home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/BasicTests/DataCollectionRulesTests.cs(331,34): error CS1061: 'WindowsEventLogDataSource' does not contain a definition for 'ScheduledTransferPeriod' and no accessible extension method 'ScheduledTransferPeriod' accepting a first argument of type 'WindowsEventLogDataSource' could be found (are you missing a using directive or an assembly reference?) [/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/Microsoft.Azure.Management.Monitor.Tests.csproj]
      cmdout	[msbuild]          /home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/BasicTests/DataCollectionRulesTests.cs(331,63): error CS1061: 'WindowsEventLogDataSource' does not contain a definition for 'ScheduledTransferPeriod' and no accessible extension method 'ScheduledTransferPeriod' accepting a first argument of type 'WindowsEventLogDataSource' could be found (are you missing a using directive or an assembly reference?) [/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/Microsoft.Azure.Management.Monitor.Tests.csproj]
      cmdout	[msbuild]          /home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/BasicTests/MetricsTests.cs(76,32): error CS0103: The name 'Unit' does not exist in the current context [/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/Microsoft.Azure.Management.Monitor.Tests.csproj]
      cmdout	[msbuild]          /home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/BasicTests/MetricsTests.cs(299,24): error CS0103: The name 'Unit' does not exist in the current context [/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/Microsoft.Azure.Management.Monitor.Tests.csproj]
      cmdout	[msbuild]          /home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/Scenarios/DataCollectionRulesTests.cs(107,23): error CS1929: 'IDataCollectionRulesOperations' does not contain a definition for 'Update' and the best extension method overload 'ActionGroupsOperationsExtensions.Update(IActionGroupsOperations, string, string, ActionGroupPatchBody)' requires a receiver of type 'IActionGroupsOperations' [/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/Microsoft.Azure.Management.Monitor.Tests.csproj]
      cmdout	[msbuild]          /home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/Scenarios/DataCollectionRulesTests.cs(184,37): error CS0117: 'PerfCounterDataSource' does not contain a definition for 'ScheduledTransferPeriod' [/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/Microsoft.Azure.Management.Monitor.Tests.csproj]
      cmdout	[msbuild]          /home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/Scenarios/DataCollectionRulesTests.cs(316,34): error CS1061: 'PerfCounterDataSource' does not contain a definition for 'ScheduledTransferPeriod' and no accessible extension method 'ScheduledTransferPeriod' accepting a first argument of type 'PerfCounterDataSource' could be found (are you missing a using directive or an assembly reference?) [/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/Microsoft.Azure.Management.Monitor.Tests.csproj]
      cmdout	[msbuild]          /home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/Scenarios/DataCollectionRulesTests.cs(316,63): error CS1061: 'PerfCounterDataSource' does not contain a definition for 'ScheduledTransferPeriod' and no accessible extension method 'ScheduledTransferPeriod' accepting a first argument of type 'PerfCounterDataSource' could be found (are you missing a using directive or an assembly reference?) [/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/Microsoft.Azure.Management.Monitor.Tests.csproj]
      cmdout	[msbuild]          /home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/Scenarios/DataCollectionRulesTests.cs(326,34): error CS1061: 'WindowsEventLogDataSource' does not contain a definition for 'ScheduledTransferPeriod' and no accessible extension method 'ScheduledTransferPeriod' accepting a first argument of type 'WindowsEventLogDataSource' could be found (are you missing a using directive or an assembly reference?) [/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/Microsoft.Azure.Management.Monitor.Tests.csproj]
      cmdout	[msbuild]          /home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/Scenarios/DataCollectionRulesTests.cs(326,63): error CS1061: 'WindowsEventLogDataSource' does not contain a definition for 'ScheduledTransferPeriod' and no accessible extension method 'ScheduledTransferPeriod' accepting a first argument of type 'WindowsEventLogDataSource' could be found (are you missing a using directive or an assembly reference?) [/home/vsts/work/1/s/azure-sdk-for-net/sdk/monitor/Microsoft.Azure.Management.Monitor/tests/Microsoft.Azure.Management.Monitor.Tests.csproj]
      error	Script return with result [failed] code [1] signal [null] cwd [azure-sdk-for-net]: dotnet
    ️⚠️ azure-sdk-for-python-track2 warning [Detail]
    • ⚠️Warning [Logs]Release - Generate from 1202df7. SDK Automation 14.0.0
      command	sh scripts/automation_init.sh ../azure-sdk-for-python_tmp/initInput.json ../azure-sdk-for-python_tmp/initOutput.json
      cmderr	[automation_init.sh] WARNING: Skipping azure-nspkg as it is not installed.
      command	sh scripts/automation_generate.sh ../azure-sdk-for-python_tmp/generateInput.json ../azure-sdk-for-python_tmp/generateOutput.json
    • ️✔️track2_azure-mgmt-monitor [View full logs]  [Release SDK Changes] Breaking Change Detected
      info	[Changelog] **Features**
      info	[Changelog]
      info	[Changelog]   - Model BaselineResponse has a new parameter internal_operation_id
      info	[Changelog]   - Model BaselineResponse has a new parameter prediction_result_type
      info	[Changelog]   - Model BaselineResponse has a new parameter metdata
      info	[Changelog]   - Model BaselineResponse has a new parameter error_type
      info	[Changelog]   - Model ManagementGroupLogSettings has a new parameter category_group
      info	[Changelog]   - Model ExtensionDataSource has a new parameter input_data_sources
      info	[Changelog]   - Model DiagnosticSettingsCategoryResource has a new parameter category_groups
      info	[Changelog]   - Model DiagnosticSettingsCategoryResource has a new parameter system_data
      info	[Changelog]   - Model MetricTrigger has a new parameter divide_per_instance
      info	[Changelog]   - Model CalculateBaselineResponse has a new parameter internal_operation_id
      info	[Changelog]   - Model CalculateBaselineResponse has a new parameter statistics
      info	[Changelog]   - Model CalculateBaselineResponse has a new parameter error_type
      info	[Changelog]   - Model Metric has a new parameter error_code
      info	[Changelog]   - Model Metric has a new parameter error_message
      info	[Changelog]   - Model Metric has a new parameter display_description
      info	[Changelog]   - Model ActionGroupResource has a new parameter identity
      info	[Changelog]   - Model ActionGroupResource has a new parameter kind
      info	[Changelog]   - Model DataCollectionRuleResource has a new parameter immutable_id
      info	[Changelog]   - Model DataCollectionRuleResource has a new parameter kind
      info	[Changelog]   - Model DataCollectionRuleResource has a new parameter system_data
      info	[Changelog]   - Model AlertRuleResource has a new parameter provisioning_state
      info	[Changelog]   - Model AlertRuleResource has a new parameter action
      info	[Changelog]   - Model LogSearchRuleResource has a new parameter etag
      info	[Changelog]   - Model LogSearchRuleResource has a new parameter display_name
      info	[Changelog]   - Model LogSearchRuleResource has a new parameter auto_mitigate
      info	[Changelog]   - Model LogSearchRuleResource has a new parameter kind
      info	[Changelog]   - Model LogSearchRuleResource has a new parameter is_legacy_log_analytics_rule
      info	[Changelog]   - Model LogSearchRuleResource has a new parameter created_with_api_version
      info	[Changelog]   - Model RuleMetricDataSource has a new parameter resource_location
      info	[Changelog]   - Model RuleMetricDataSource has a new parameter legacy_resource_id
      info	[Changelog]   - Model RuleMetricDataSource has a new parameter metric_namespace
      info	[Changelog]   - Model DiagnosticSettingsResource has a new parameter system_data
      info	[Changelog]   - Model MetricAlertResource has a new parameter is_migrated
      info	[Changelog]   - Model MetricDefinition has a new parameter category
      info	[Changelog]   - Model MetricDefinition has a new parameter metric_class
      info	[Changelog]   - Model MetricDefinition has a new parameter display_description
      info	[Changelog]   - Model MetricNamespace has a new parameter classification
      info	[Changelog]   - Model Baseline has a new parameter timestamps
      info	[Changelog]   - Model Baseline has a new parameter prediction_result_type
      info	[Changelog]   - Model Baseline has a new parameter error_type
      info	[Changelog]   - Model SubscriptionDiagnosticSettingsResource has a new parameter system_data
      info	[Changelog]   - Model DataCollectionRuleAssociationProxyOnlyResource has a new parameter data_collection_endpoint_id
      info	[Changelog]   - Model DataCollectionRuleAssociationProxyOnlyResource has a new parameter system_data
      info	[Changelog]   - Model SubscriptionLogSettings has a new parameter category_group
      info	[Changelog]   - Model RuleDataSource has a new parameter resource_location
      info	[Changelog]   - Model RuleDataSource has a new parameter legacy_resource_id
      info	[Changelog]   - Model RuleDataSource has a new parameter metric_namespace
      info	[Changelog]   - Model TimeSeriesBaseline has a new parameter metadata_values
      info	[Changelog]   - Model ManagementGroupDiagnosticSettingsResource has a new parameter system_data
      info	[Changelog]   - Model DataCollectionRule has a new parameter immutable_id
      info	[Changelog]   - Model AlertRuleResourcePatch has a new parameter provisioning_state
      info	[Changelog]   - Model AlertRuleResourcePatch has a new parameter action
      info	[Changelog]   - Model LogSettings has a new parameter category_group
      info	[Changelog]   - Model ScheduledQueryRuleResource has a new parameter etag
      info	[Changelog]   - Model ScheduledQueryRuleResource has a new parameter display_name
      info	[Changelog]   - Model ScheduledQueryRuleResource has a new parameter kind
      info	[Changelog]   - Model ScheduledQueryRuleResource has a new parameter is_legacy_log_analytics_rule
      info	[Changelog]   - Model ScheduledQueryRuleResource has a new parameter override_query_time_range
      info	[Changelog]   - Model ScheduledQueryRuleResource has a new parameter created_with_api_version
      info	[Changelog]   - Model RuleManagementEventDataSource has a new parameter resource_location
      info	[Changelog]   - Model RuleManagementEventDataSource has a new parameter legacy_resource_id
      info	[Changelog]   - Model RuleManagementEventDataSource has a new parameter metric_namespace
      info	[Changelog]   - Model ScheduledQueryRuleResourcePatch has a new parameter display_name
      info	[Changelog]   - Model ScheduledQueryRuleResourcePatch has a new parameter is_legacy_log_analytics_rule
      info	[Changelog]   - Model ScheduledQueryRuleResourcePatch has a new parameter created_with_api_version
      info	[Changelog]   - Model ScheduledQueryRuleResourcePatch has a new parameter override_query_time_range
      info	[Changelog]   - Model MetricAlertResourcePatch has a new parameter is_migrated
      info	[Changelog]   - Model DataCollectionRuleAssociationProxyOnlyResourceProperties has a new parameter data_collection_endpoint_id
      info	[Changelog]   - Model DataCollectionRuleAssociation has a new parameter data_collection_endpoint_id
      info	[Changelog]   - Model DataCollectionRuleResourceProperties has a new parameter immutable_id
      info	[Changelog]   - Added operation group DataCollectionEndpointsOperations
      info	[Changelog]
      info	[Changelog] **Breaking changes**
      info	[Changelog]
      info	[Changelog]   - Operation ActivityLogAlertsOperations.update has a new signature
      info	[Changelog]   - Operation ActivityLogAlertsOperations.create_or_update has a new signature
      info	[Changelog]   - Parameter scopes of model MetricAlertResource is now required
      info	[Changelog]   - Model BaselineResponse no longer has parameter metadata
      info	[Changelog]   - Model SubscriptionDiagnosticSettingsResource no longer has parameter location
      info	[Changelog]   - Model TimeSeriesBaseline no longer has parameter metadata
      info	[Changelog]   - Model ManagementGroupDiagnosticSettingsResource no longer has parameter location
      info	[Changelog]   - Model LogAnalyticsDestination has a new signature
      info	[Changelog]   - Model WindowsEventLogDataSource has a new signature
      info	[Changelog]   - Model ErrorResponse has a new signature
      info	[Changelog]   - Model PerfCounterDataSource has a new signature
    ️⚠️ azure-sdk-for-java warning [Detail]
    • ⚠️Warning [Logs]Release - Generate from 1202df7. SDK Automation 14.0.0
      command	./eng/mgmt/automation/init.sh ../azure-sdk-for-java_tmp/initInput.json ../azure-sdk-for-java_tmp/initOutput.json
      command	./eng/mgmt/automation/generate.py ../azure-sdk-for-java_tmp/generateInput.json ../azure-sdk-for-java_tmp/generateOutput.json
      cmderr	[generate.py] 2021-06-21 01:58:52 INFO [VERSION][Not Found] cannot find version for "com.azure.resourcemanager:azure-resourcemanager-monitor-generated"
      cmderr	[generate.py] 2021-06-21 01:58:52 INFO [VERSION][Not Found] cannot find stable version, current version "1.0.0-beta.1"
      cmderr	[generate.py] 2021-06-21 01:58:52 INFO autorest --version=3.1.3 --use=@autorest/[email protected] --java.azure-libraries-for-java-folder=/home/vsts/work/1/s/azure-sdk-for-java --java.output-folder=/home/vsts/work/1/s/azure-sdk-for-java/sdk/monitor/azure-resourcemanager-monitor-generated --java.namespace=com.azure.resourcemanager.monitor.generated   --java --pipeline.modelerfour.additional-checks=false --pipeline.modelerfour.lenient-model-deduplication=true --azure-arm --verbose --sdk-integration --fluent=lite --java.fluent=lite --java.license-header=MICROSOFT_MIT_SMALL ../azure-rest-api-specs/specification/monitor/resource-manager/readme.md
      cmderr	[generate.py] 2021-06-21 01:59:51 INFO [CI][Success] Write to ci.yml
      cmderr	[generate.py] 2021-06-21 01:59:51 INFO [POM][Process] dealing with pom.xml
      cmderr	[generate.py] 2021-06-21 01:59:51 INFO [POM][Success] Write to pom.xml
      cmderr	[generate.py] 2021-06-21 01:59:51 INFO [POM][Process] dealing with root pom
      cmderr	[generate.py] 2021-06-21 01:59:51 INFO [POM][Skip] pom already has module sdk/monitor
      cmderr	[generate.py] 2021-06-21 01:59:51 INFO [POM][Success] Write to root pom
      cmderr	[generate.py] 2021-06-21 02:00:24 ERROR [COMPILE] Maven build fail
    • ️✔️azure-resourcemanager-monitor-generated [View full logs]  [Release SDK Changes]
      cmderr	[Inst] 2021-06-21 02:01:32 DEBUG Got artifact_id: azure-resourcemanager-monitor-generated
      cmderr	[Inst] 2021-06-21 02:01:32 DEBUG Got artifact: pom.xml
      cmderr	[Inst] 2021-06-21 02:01:32 ERROR Unmatch any jar in artifacts
    ️️✔️ azure-sdk-for-go succeeded [Detail] [Expand]
    • ️✔️Succeeded [Logs]Release - Generate from 1202df7. SDK Automation 14.0.0
      command	sh ./initScript.sh ../../../../../azure-sdk-for-go_tmp/initInput.json ../../../../../azure-sdk-for-go_tmp/initOutput.json
      command	generator automation ../../../../../azure-sdk-for-go_tmp/generateInput.json ../../../../../azure-sdk-for-go_tmp/generateOutput.json
    • ️✔️monitor/mgmt/2020-10-01/insights [View full logs]  [Release SDK Changes]
      info	[Changelog] No exported changes
    • ️✔️preview/monitor/mgmt/2021-04-01-preview/insights [View full logs]  [Release SDK Changes]
      info	[Changelog] This is a new package
    • ️✔️preview/monitor/mgmt/2019-11-01-preview/insights [View full logs]  [Release SDK Changes] Breaking Change Detected
      Only show 14 items here, please refer to log for details.
      info	[Changelog] - New field `IsMigrated` in struct `MetricAlertPropertiesPatch`
      info	[Changelog] - New field `ResourceLocation` in struct `RuleDataSource`
      info	[Changelog] - New field `MetricNamespace` in struct `RuleDataSource`
      info	[Changelog] - New field `LegacyResourceID` in struct `RuleDataSource`
      info	[Changelog] - New field `AutoMitigate` in struct `LogSearchRule`
      info	[Changelog] - New field `CreatedWithAPIVersion` in struct `LogSearchRule`
      info	[Changelog] - New field `IsLegacyLogAnalyticsRule` in struct `LogSearchRule`
      info	[Changelog] - New field `DisplayName` in struct `LogSearchRule`
      info	[Changelog] - New field `Kind` in struct `ActionGroupResource`
      info	[Changelog] - New field `Identity` in struct `ActionGroupResource`
      info	[Changelog] - New field `Classification` in struct `MetricNamespace`
      info	[Changelog]
      info	[Changelog] Total 50 breaking change(s), 57 additive change(s).
      info	[Changelog]
    • ️✔️preview/monitor/mgmt/2019-06-01/insights [View full logs]  [Release SDK Changes] Breaking Change Detected
      Only show 14 items here, please refer to log for details.
      info	[Changelog] - New field `AutoMitigate` in struct `LogSearchRule`
      info	[Changelog] - New field `Kind` in struct `AlertRuleResource`
      info	[Changelog] - New field `Etag` in struct `AlertRuleResource`
      info	[Changelog] - New field `ResourceLocation` in struct `RuleManagementEventDataSource`
      info	[Changelog] - New field `MetricNamespace` in struct `RuleManagementEventDataSource`
      info	[Changelog] - New field `LegacyResourceID` in struct `RuleManagementEventDataSource`
      info	[Changelog] - New field `Kind` in struct `ActivityLogAlertResource`
      info	[Changelog] - New field `Etag` in struct `ActivityLogAlertResource`
      info	[Changelog] - New field `IsMigrated` in struct `MetricAlertProperties`
      info	[Changelog] - New field `Kind` in struct `LogSearchRuleResource`
      info	[Changelog] - New field `Etag` in struct `LogSearchRuleResource`
      info	[Changelog]
      info	[Changelog] Total 51 breaking change(s), 61 additive change(s).
      info	[Changelog]
    • ️✔️preview/monitor/mgmt/2019-03-01/insights [View full logs]  [Release SDK Changes] Breaking Change Detected
      Only show 14 items here, please refer to log for details.
      info	[Changelog] - New field `Kind` in struct `ActionGroupResource`
      info	[Changelog] - New field `Etag` in struct `MetricAlertResource`
      info	[Changelog] - New field `Kind` in struct `MetricAlertResource`
      info	[Changelog] - New field `DividePerInstance` in struct `MetricTrigger`
      info	[Changelog] - New field `Kind` in struct `AlertRuleResource`
      info	[Changelog] - New field `Etag` in struct `AlertRuleResource`
      info	[Changelog] - New field `Kind` in struct `LogSearchRuleResource`
      info	[Changelog] - New field `Etag` in struct `LogSearchRuleResource`
      info	[Changelog] - New field `LegacyResourceID` in struct `RuleDataSource`
      info	[Changelog] - New field `ResourceLocation` in struct `RuleDataSource`
      info	[Changelog] - New field `MetricNamespace` in struct `RuleDataSource`
      info	[Changelog]
      info	[Changelog] Total 51 breaking change(s), 61 additive change(s).
      info	[Changelog]
    • ️✔️preview/monitor/mgmt/2018-11-01-preview/insights [View full logs]  [Release SDK Changes] Breaking Change Detected
      Only show 14 items here, please refer to log for details.
      info	[Changelog] - New field `LegacyResourceID` in struct `RuleMetricDataSource`
      info	[Changelog] - New field `ResourceLocation` in struct `RuleMetricDataSource`
      info	[Changelog] - New field `MetricNamespace` in struct `RuleMetricDataSource`
      info	[Changelog] - New field `Kind` in struct `LogSearchRuleResource`
      info	[Changelog] - New field `Etag` in struct `LogSearchRuleResource`
      info	[Changelog] - New field `Timestamps` in struct `Baseline`
      info	[Changelog] - New field `DividePerInstance` in struct `MetricTrigger`
      info	[Changelog] - New field `Etag` in struct `ActionGroupResource`
      info	[Changelog] - New field `Kind` in struct `ActionGroupResource`
      info	[Changelog] - New field `ProvisioningState` in struct `AlertRule`
      info	[Changelog] - New field `Action` in struct `AlertRule`
      info	[Changelog]
      info	[Changelog] Total 20 breaking change(s), 58 additive change(s).
      info	[Changelog]
    • ️✔️preview/monitor/mgmt/2018-09-01/insights [View full logs]  [Release SDK Changes] Breaking Change Detected
      Only show 14 items here, please refer to log for details.
      info	[Changelog] - New field `Category` in struct `MetricDefinition`
      info	[Changelog] - New field `MetricClass` in struct `MetricDefinition`
      info	[Changelog] - New field `DisplayName` in struct `LogSearchRule`
      info	[Changelog] - New field `CreatedWithAPIVersion` in struct `LogSearchRule`
      info	[Changelog] - New field `IsLegacyLogAnalyticsRule` in struct `LogSearchRule`
      info	[Changelog] - New field `AutoMitigate` in struct `LogSearchRule`
      info	[Changelog] - New field `Kind` in struct `LogProfileResource`
      info	[Changelog] - New field `Etag` in struct `LogProfileResource`
      info	[Changelog] - New field `DividePerInstance` in struct `MetricTrigger`
      info	[Changelog] - New field `Kind` in struct `AlertRuleResource`
      info	[Changelog] - New field `Etag` in struct `AlertRuleResource`
      info	[Changelog]
      info	[Changelog] Total 37 breaking change(s), 77 additive change(s).
      info	[Changelog]
    • ️✔️preview/monitor/mgmt/2018-03-01/insights [View full logs]  [Release SDK Changes] Breaking Change Detected
      Only show 14 items here, please refer to log for details.
      info	[Changelog] - New field `Action` in struct `AlertRule`
      info	[Changelog] - New field `ProvisioningState` in struct `AlertRule`
      info	[Changelog] - New field `Kind` in struct `AutoscaleSettingResource`
      info	[Changelog] - New field `Etag` in struct `AutoscaleSettingResource`
      info	[Changelog] - New field `DisplayDescription` in struct `Metric`
      info	[Changelog] - New field `ErrorCode` in struct `Metric`
      info	[Changelog] - New field `ErrorMessage` in struct `Metric`
      info	[Changelog] - New field `CreatedWithAPIVersion` in struct `LogSearchRule`
      info	[Changelog] - New field `IsLegacyLogAnalyticsRule` in struct `LogSearchRule`
      info	[Changelog] - New field `AutoMitigate` in struct `LogSearchRule`
      info	[Changelog] - New field `DisplayName` in struct `LogSearchRule`
      info	[Changelog]
      info	[Changelog] Total 20 breaking change(s), 53 additive change(s).
      info	[Changelog]
    • ️✔️preview/monitor/mgmt/2017-05-01-preview/insights [View full logs]  [Release SDK Changes]
      Only show 14 items here, please refer to log for details.
      info	[Changelog] - New field `ErrorCode` in struct `Metric`
      info	[Changelog] - New field `ErrorMessage` in struct `Metric`
      info	[Changelog] - New field `DisplayDescription` in struct `Metric`
      info	[Changelog] - New field `LegacyResourceID` in struct `RuleMetricDataSource`
      info	[Changelog] - New field `ResourceLocation` in struct `RuleMetricDataSource`
      info	[Changelog] - New field `MetricNamespace` in struct `RuleMetricDataSource`
      info	[Changelog] - New field `Action` in struct `AlertRule`
      info	[Changelog] - New field `ProvisioningState` in struct `AlertRule`
      info	[Changelog] - New field `MetricNamespace` in struct `RuleDataSource`
      info	[Changelog] - New field `LegacyResourceID` in struct `RuleDataSource`
      info	[Changelog] - New field `ResourceLocation` in struct `RuleDataSource`
      info	[Changelog]
      info	[Changelog] Total 0 breaking change(s), 12 additive change(s).
      info	[Changelog]
    ️️✔️ azure-sdk-for-js succeeded [Detail] [Expand]
    • ️✔️Succeeded [Logs]Release - Generate from 1202df7. SDK Automation 14.0.0
      warn	Skip initScript due to not configured
      command	autorest --version=V2 --typescript --license-header=MICROSOFT_MIT_NO_VERSION [email protected]/[email protected] --typescript-sdks-folder=/home/vsts/work/1/s/azure-sdk-for-js/azure-sdk-for-js ../../azure-rest-api-specs/specification/monitor/resource-manager/readme.md
    • ️✔️@azure/arm-monitor [View full logs]  [Release SDK Changes]
      cmderr	[npmPack] loaded rollup.config.js with warnings
      cmderr	[npmPack] (!) Unused external imports
      cmderr	[npmPack] default imported from external module 'rollup' but never used
      cmderr	[npmPack] ./esm/monitorManagementClient.js → ./dist/arm-monitor.js...
      cmderr	[npmPack] created ./dist/arm-monitor.js in 838ms
    ️❌ azure-resource-manager-schemas failed [Detail]
    • Failed [Logs]Release - Generate from 1202df7. Schema Automation 14.0.0
      command	.sdkauto/initScript.sh ../azure-resource-manager-schemas_tmp/initInput.json ../azure-resource-manager-schemas_tmp/initOutput.json
      cmderr	[initScript.sh]
      cmderr	[initScript.sh]  The package-lock.json file was created with an old version of npm,
      cmderr	[initScript.sh]  so supplemental metadata must be fetched from the registry.
      cmderr	[initScript.sh]
      cmderr	[initScript.sh]  This is a one-time fix-up, please be patient...
      cmderr	[initScript.sh]
      warn	File azure-resource-manager-schemas_tmp/initOutput.json not found to read
      command	.sdkauto/generateScript.sh ../azure-resource-manager-schemas_tmp/generateInput.json ../azure-resource-manager-schemas_tmp/generateOutput.json
    • monitor/resource-manager [View full logs]  [Release Schema Changes]
    Posted by Swagger Pipeline | How to fix these errors?

    @openapi-workflow-bot
    Copy link

    NewApiVersionRequired reason:

    A service’s API is a contract with customers and is represented by using the api-version query parameter. Changes such as adding an optional property to a request/response or introducing a new operation is a change to the service’s contract and therefore requires a new api-version value. This is critically important for documentation, client libraries, and customer support.

    EXAMPLE: if a customer calls a service in the public cloud using api-version=2020-07-27, the new property or operation may exist but if they call the service in a government cloud, air-gapped cloud, or Azure Stack Hub cloud using the same api-version, the property or operation may not exist. Because there is no clear relationship between the service api-version and the new property/operation, customers can’t trust the documentation and Azure customer have difficulty helping customers diagnose issues. In addition, each client library version documents the service version it supports. When an optional property or new operation is added to a service and its Swagger, new client libraries must be produced to expose this functionality to customers. Without updating the api-version, it is unclear to customers which version of a client library supports these new features.

    Add example of partial error case
    @openapi-workflow-bot
    Copy link

    Hi @ToddKingMSFT, one or multiple breaking change(s) is detected in your PR. Please check out the breaking change(s), and provide business justification in the PR comment and @ PR assignee why you must have these change(s), and how external customer impact can be mitigated. Please ensure to follow breaking change policy to request breaking change review and approval before proceeding swagger PR review.
    Action: To initiate an evaluation of the breaking change, create a new intake using the template for breaking changes. Addition details on the process and office hours are on the Breaking change Wiki.
    If you want to know the production traffic statistic, please see ARM Traffic statistic.
    If you think it is false positive breaking change, please provide the reasons in the PR comment, report to Swagger Tooling Team via https://aka.ms/swaggerfeedback.

    Add example for metric definitions for metricClass
    Add metricClass field
    Switch back to the same error response format used by the rest of Azure Monitor
    Switch back to the same error response format used by the rest of Azure Monitor
    Update suppressions
    Add type object to LocalizableString to match the LocalizableString in metrics
    Reverting change to baseline API, there are a number of other problems with this swagger that I can't fix.
    Add suppression for MissingTypeObject on LocalizableString due to collision
    Removing the explicit type specification from LocalizableString so it continues to match other APIs
    Removing the explicit type specification from LocalizableString so it continues to match other APIs
    @JeffreyRichter JeffreyRichter added the Approved-BreakingChange DO NOT USE! OBSOLETE label. See https://github.com/Azure/azure-sdk-tools/issues/6374 label Jun 17, 2021
    @weidongxu-microsoft
    Copy link
    Member

    @ToddKingMSFT let me know when you need it merged.

    @ToddKingMSFT
    Copy link
    Member Author

    @weidongxu-microsoft Can you please merge this?

    @weidongxu-microsoft weidongxu-microsoft merged commit 1202df7 into Azure:master Jun 21, 2021
    This was referenced Jun 21, 2021
    asager pushed a commit to asager/azure-rest-api-specs that referenced this pull request Jun 24, 2021
    …stable/2018-01-01 (Azure#14716)
    
    * Update metrics_API.json
    
    Fix lint errors, adopt the standard error response object, fix inconsistencies between swagger and real service flagged by S360
    
    * Update GetMetricDefinitions.json
    
    Add error case to example
    
    * Update metricDefinitions_API.json
    
    Fix lint errors
    
    * Update readme.md
    
    Add lint suppression for errors in the common types file
    
    * Update metrics_API.json
    
    Update swagger to reflect what is actually being returned by the service as flagged by S360
    
    * Create GetMetricError.json
    
    Add example of partial error case
    
    * Create GetMetricDefinitionsMetricClass.json
    
    Add example for metric definitions for metricClass
    
    * Update metricDefinitions_API.json
    
    Add metricClass field
    
    * Update metricDefinitions_API.json
    
    Switch back to the same error response format used by the rest of Azure Monitor
    
    * Update metrics_API.json
    
    Switch back to the same error response format used by the rest of Azure Monitor
    
    * Update readme.md
    
    Update suppressions
    
    * Update baseline_API.json
    
    Add type object to LocalizableString to match the LocalizableString in metrics
    
    * Update baseline_API.json
    
    Reverting change to baseline API, there are a number of other problems with this swagger that I can't fix.
    
    * Update readme.md
    
    Add suppression for MissingTypeObject on LocalizableString due to collision
    
    * Update metricDefinitions_API.json
    
    Removing the explicit type specification from LocalizableString so it continues to match other APIs
    
    * Update metrics_API.json
    
    Removing the explicit type specification from LocalizableString so it continues to match other APIs
    
    * Update GetMetricDefinitionsMetricClass.json
    
    Fix formatting problems
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    Approved-BreakingChange DO NOT USE! OBSOLETE label. See https://github.com/Azure/azure-sdk-tools/issues/6374 CI-BreakingChange-Go FixS360
    Projects
    None yet
    Development

    Successfully merging this pull request may close these issues.

    3 participants