Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use CloudError instead of ErrorResponse to align with preview version… #17472

Conversation

anat-gilenson
Copy link
Contributor

…s and our back-end.

MSFT employees can try out our new experience at OpenAPI Hub - one location for using our validation tools and finding your workflow.

Changelog

Add a changelog entry for 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 - update new version to align with preview versions and the service back-end
  2. When are you targeting to deploy the new service/feature to public regions? Please provide the date or, if the date is not yet available, the month.
  3. When do you expect to publish the swagger? Please provide date or, the the date is not yet available, the month.
  4. If updating an existing version, please select the specific langauge SDKs and CLIs that must be refreshed after the 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 refresh required 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

Applicability: ⚠️

If your changes encompass only the following scenarios, you should SKIP this section, as these scenarios do not require ARM review.

  • Change to data plane APIs
  • Adding new properties
  • All removals

Otherwise your PR may be subject to ARM review requirements. Complete the following:

  • Check this box if any of the following apply to the PR so that label "WaitForARMFeedback" will be added automatically to begin ARM API Review. Failure to comply may result in delays to the manifest.

    • Adding a new service
    • Adding new API(s)
    • Adding a new API version
      -[ ] To review changes efficiently, ensure you are using OpenAPIHub to initialize the PR for adding a new version. More details, refer to the wiki.
  • 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 any of the following scenarios apply to the PR, request approval from the Breaking Change Review Board as defined in the Breaking Change Policy.

  • Removing API(s) in a stable version
  • Removing properties in a stable version
  • Removing API version(s) in a stable version
  • Updating API in a 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.

@openapi-workflow-bot
Copy link

Hi, @anat-gilenson 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. vsswagger@microsoft.com

    @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 Jan 24, 2022

    Swagger Validation Report

    ️️✔️BreakingChange succeeded [Detail] [Expand]
    There are no breaking changes.

    ️⚠️LintDiff: 0 Warnings warning [Detail]
    The following errors/warnings exist before current PR submission:

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

    Rule Message
    R4018 - OperationsApiResponseSchema The response schema of operations API '/providers/Microsoft.SecurityInsights/operations' does not match the ARM specification. Please standardize the schema.
    Location: Microsoft.SecurityInsights/stable/2021-10-01/operations.json#L37
    ⚠️ R1003 - ListInOperationName Since operation 'ThreatIntelligenceIndicator_QueryIndicators' response has model definition 'x-ms-pageable', it should be of the form '_list'. Note: If you have already shipped an SDK on top of this spec, fixing this warning may introduce a breaking change.
    Location: Microsoft.SecurityInsights/stable/2021-10-01/ThreatIntelligence.json#L311
    ⚠️ R2001 - AvoidNestedProperties Consider using x-ms-client-flatten to provide a better end user experience
    Location: Microsoft.SecurityInsights/stable/2021-10-01/ThreatIntelligence.json#L1017
    ⚠️ R2029 - PageableOperation Based on the response model schema, operation 'ThreatIntelligenceIndicatorMetrics_List' might be pageable. Consider adding the x-ms-pageable extension.
    Location: Microsoft.SecurityInsights/stable/2021-10-01/ThreatIntelligence.json#L352
    ⚠️ R2029 - PageableOperation Based on the response model schema, operation 'SentinelOnboardingStates_List' might be pageable. Consider adding the x-ms-pageable extension.
    Location: Microsoft.SecurityInsights/stable/2021-10-01/OnboardingStates.json#L178
    ⚠️ R3010 - TrackedResourceListByImmediateParent The child tracked resource, 'comments' with immediate parent 'Incident', must have a list by immediate parent operation.
    Location: Microsoft.SecurityInsights/stable/2021-10-01/Incidents.json#L945
    ⚠️ R3010 - TrackedResourceListByImmediateParent The child tracked resource, 'relations' with immediate parent 'Incident', must have a list by immediate parent operation.
    Location: Microsoft.SecurityInsights/stable/2021-10-01/Incidents.json#L791
    ⚠️ R3010 - TrackedResourceListByImmediateParent The child tracked resource, 'watchlistItems' with immediate parent 'Watchlist', must have a list by immediate parent operation.
    Location: Microsoft.SecurityInsights/stable/2021-10-01/Watchlists.json#L621
    ⚠️ R3017 - GuidUsage Guid used in model definition 'IncidentOwnerInfo' for property 'objectId'. Usage of Guid is not recommanded. If GUIDs are absolutely required in your service, please get sign off from the Azure API review board.
    Location: Microsoft.SecurityInsights/stable/2021-10-01/Incidents.json#L1120
    ⚠️ R3017 - GuidUsage Guid used in model definition 'SubmissionMailEntityProperties' for property 'networkMessageId'. Usage of Guid is not recommanded. If GUIDs are absolutely required in your service, please get sign off from the Azure API review board.
    Location: stable/2021-10-01/common/EntityTypes.json#L2123
    ⚠️ R3017 - GuidUsage Guid used in model definition 'SecurityGroupEntityProperties' for property 'objectGuid'. Usage of Guid is not recommanded. If GUIDs are absolutely required in your service, please get sign off from the Azure API review board.
    Location: stable/2021-10-01/common/EntityTypes.json#L2084
    ⚠️ R3017 - GuidUsage Guid used in model definition 'MailMessageEntityProperties' for property 'networkMessageId'. Usage of Guid is not recommanded. If GUIDs are absolutely required in your service, please get sign off from the Azure API review board.
    Location: stable/2021-10-01/common/EntityTypes.json#L1182
    ⚠️ R3017 - GuidUsage Guid used in model definition 'MailboxEntityProperties' for property 'externalDirectoryObjectId'. Usage of Guid is not recommanded. If GUIDs are absolutely required in your service, please get sign off from the Azure API review board.
    Location: stable/2021-10-01/common/EntityTypes.json#L961
    ⚠️ R3017 - GuidUsage Guid used in model definition 'IoTDeviceEntityProperties' for property 'iotSecurityAgentId'. Usage of Guid is not recommanded. If GUIDs are absolutely required in your service, please get sign off from the Azure API review board.
    Location: stable/2021-10-01/common/EntityTypes.json#L796
    ⚠️ R3017 - GuidUsage Guid used in model definition 'UserInfo' for property 'objectId'. Usage of Guid is not recommanded. If GUIDs are absolutely required in your service, please get sign off from the Azure API review board.
    Location: resource-manager/common/2.0/types.json#L60
    ⚠️ R3017 - GuidUsage Guid used in model definition 'AccountEntityProperties' for property 'objectGuid'. Usage of Guid is not recommanded. If GUIDs are absolutely required in your service, please get sign off from the Azure API review board.
    Location: stable/2021-10-01/common/EntityTypes.json#L69
    ⚠️ R3017 - GuidUsage Guid used in model definition 'ClientInfo' for property 'objectId'. Usage of Guid is not recommanded. If GUIDs are absolutely required in your service, please get sign off from the Azure API review board.
    Location: resource-manager/common/2.0/types.json#L35
    ⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: isVolumeAnomaly
    Location: stable/2021-10-01/common/EntityTypes.json#L1045
    ⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: isDomainJoined
    Location: stable/2021-10-01/common/EntityTypes.json#L606
    ⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: isDomainJoined
    Location: stable/2021-10-01/common/EntityTypes.json#L59
    ⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: defanged
    Location: Microsoft.SecurityInsights/stable/2021-10-01/ThreatIntelligence.json#L678
    ⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: revoked
    Location: Microsoft.SecurityInsights/stable/2021-10-01/ThreatIntelligence.json#L710
    ⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: includeDisabled
    Location: Microsoft.SecurityInsights/stable/2021-10-01/ThreatIntelligence.json#L887
    ⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: isDeleted
    Location: Microsoft.SecurityInsights/stable/2021-10-01/Watchlists.json#L550
    ⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: isDeleted
    Location: Microsoft.SecurityInsights/stable/2021-10-01/Watchlists.json#L652
    ️️✔️Avocado succeeded [Detail] [Expand]
    Validation passes for Avocado.
    ️️✔️ModelValidation succeeded [Detail] [Expand]
    Validation passes for ModelValidation.
    ️️✔️SemanticValidation succeeded [Detail] [Expand]
    Validation passes for SemanticValidation.
    ️❌Cross-Version Breaking Changes: 86 Errors, 165 Warnings failed [Detail]
    The following breaking changes are detected by comparison with the latest stable version:

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

    Rule Message
    1007 - RemovedClientParameter The new version is missing a client parameter that was found in the old version. Was 'ResourceGroupName' removed or renamed?
    New: Microsoft.SecurityInsights/stable/2021-10-01/AlertRules.json#L1689:3
    Old: Microsoft.SecurityInsights/stable/2020-01-01/AlertRules.json#L1385:3
    1007 - RemovedClientParameter The new version is missing a client parameter that was found in the old version. Was 'SubscriptionId' removed or renamed?
    New: Microsoft.SecurityInsights/stable/2021-10-01/AlertRules.json#L1689:3
    Old: Microsoft.SecurityInsights/stable/2020-01-01/AlertRules.json#L1385:3
    1007 - RemovedClientParameter The new version is missing a client parameter that was found in the old version. Was 'ApiVersion' removed or renamed?
    New: Microsoft.SecurityInsights/stable/2021-10-01/AlertRules.json#L1689:3
    Old: Microsoft.SecurityInsights/stable/2020-01-01/AlertRules.json#L1385:3
    1007 - RemovedClientParameter The new version is missing a client parameter that was found in the old version. Was 'ResourceGroupName' removed or renamed?
    New: Microsoft.SecurityInsights/stable/2021-10-01/Bookmarks.json#L335:3
    Old: Microsoft.SecurityInsights/stable/2020-01-01/Bookmarks.json#L387:3
    1007 - RemovedClientParameter The new version is missing a client parameter that was found in the old version. Was 'SubscriptionId' removed or renamed?
    New: Microsoft.SecurityInsights/stable/2021-10-01/Bookmarks.json#L335:3
    Old: Microsoft.SecurityInsights/stable/2020-01-01/Bookmarks.json#L387:3
    1007 - RemovedClientParameter The new version is missing a client parameter that was found in the old version. Was 'ApiVersion' removed or renamed?
    New: Microsoft.SecurityInsights/stable/2021-10-01/Bookmarks.json#L335:3
    Old: Microsoft.SecurityInsights/stable/2020-01-01/Bookmarks.json#L387:3
    1007 - RemovedClientParameter The new version is missing a client parameter that was found in the old version. Was 'ResourceGroupName' removed or renamed?
    New: Microsoft.SecurityInsights/stable/2021-10-01/DataConnectors.json#L719:3
    Old: Microsoft.SecurityInsights/stable/2020-01-01/DataConnectors.json#L719:3
    1007 - RemovedClientParameter The new version is missing a client parameter that was found in the old version. Was 'SubscriptionId' removed or renamed?
    New: Microsoft.SecurityInsights/stable/2021-10-01/DataConnectors.json#L719:3
    Old: Microsoft.SecurityInsights/stable/2020-01-01/DataConnectors.json#L719:3
    1007 - RemovedClientParameter The new version is missing a client parameter that was found in the old version. Was 'ApiVersion' removed or renamed?
    New: Microsoft.SecurityInsights/stable/2021-10-01/DataConnectors.json#L719:3
    Old: Microsoft.SecurityInsights/stable/2020-01-01/DataConnectors.json#L719:3
    1007 - RemovedClientParameter The new version is missing a client parameter that was found in the old version. Was 'ResourceGroupName' removed or renamed?
    New: Microsoft.SecurityInsights/stable/2021-10-01/Incidents.json#L1312:3
    Old: Microsoft.SecurityInsights/stable/2021-04-01/Incidents.json#L3764:3
    1007 - RemovedClientParameter The new version is missing a client parameter that was found in the old version. Was 'SubscriptionId' removed or renamed?
    New: Microsoft.SecurityInsights/stable/2021-10-01/Incidents.json#L1312:3
    Old: Microsoft.SecurityInsights/stable/2021-04-01/Incidents.json#L3764:3
    1007 - RemovedClientParameter The new version is missing a client parameter that was found in the old version. Was 'ResourceGroupName' removed or renamed?
    New: Microsoft.SecurityInsights/stable/2021-10-01/ThreatIntelligence.json#L1074:3
    Old: Microsoft.SecurityInsights/stable/2021-04-01/ThreatIntelligence.json#L1084:3
    1007 - RemovedClientParameter The new version is missing a client parameter that was found in the old version. Was 'SubscriptionId' removed or renamed?
    New: Microsoft.SecurityInsights/stable/2021-10-01/ThreatIntelligence.json#L1074:3
    Old: Microsoft.SecurityInsights/stable/2021-04-01/ThreatIntelligence.json#L1084:3
    1007 - RemovedClientParameter The new version is missing a client parameter that was found in the old version. Was 'SubscriptionId' removed or renamed?
    New: Microsoft.SecurityInsights/stable/2021-10-01/Watchlists.json#L691:3
    Old: Microsoft.SecurityInsights/stable/2021-04-01/Watchlists.json#L728:3
    1019 - RemovedEnumValue The new version is removing enum value(s) 'Critical' from the old version.
    New: stable/2021-10-01/common/IncidentTypes.json#L48:9
    Old: Microsoft.SecurityInsights/stable/2021-04-01/Incidents.json#L1844:9
    1033 - RemovedProperty The new version is missing a property found in the old version. Was 'target' renamed or removed?
    New: resource-manager/common/2.0/types.json#L87:7
    Old: common-types/resource-management/v1/types.json#L289:7
    1033 - RemovedProperty The new version is missing a property found in the old version. Was 'details' renamed or removed?
    New: resource-manager/common/2.0/types.json#L87:7
    Old: common-types/resource-management/v1/types.json#L289:7
    1033 - RemovedProperty The new version is missing a property found in the old version. Was 'additionalInfo' renamed or removed?
    New: resource-manager/common/2.0/types.json#L87:7
    Old: common-types/resource-management/v1/types.json#L289:7
    1033 - RemovedProperty The new version is missing a property found in the old version. Was 'target' renamed or removed?
    New: resource-manager/common/2.0/types.json#L87:7
    Old: common-types/resource-management/v1/types.json#L289:7
    1033 - RemovedProperty The new version is missing a property found in the old version. Was 'details' renamed or removed?
    New: resource-manager/common/2.0/types.json#L87:7
    Old: common-types/resource-management/v1/types.json#L289:7
    1033 - RemovedProperty The new version is missing a property found in the old version. Was 'additionalInfo' renamed or removed?
    New: resource-manager/common/2.0/types.json#L87:7
    Old: common-types/resource-management/v1/types.json#L289:7
    1033 - RemovedProperty The new version is missing a property found in the old version. Was 'target' renamed or removed?
    New: resource-manager/common/2.0/types.json#L87:7
    Old: common-types/resource-management/v1/types.json#L289:7
    1033 - RemovedProperty The new version is missing a property found in the old version. Was 'details' renamed or removed?
    New: resource-manager/common/2.0/types.json#L87:7
    Old: common-types/resource-management/v1/types.json#L289:7
    1033 - RemovedProperty The new version is missing a property found in the old version. Was 'additionalInfo' renamed or removed?
    New: resource-manager/common/2.0/types.json#L87:7
    Old: common-types/resource-management/v1/types.json#L289:7
    1033 - RemovedProperty The new version is missing a property found in the old version. Was 'target' renamed or removed?
    New: resource-manager/common/2.0/types.json#L87:7
    Old: common-types/resource-management/v1/types.json#L289:7


    The following breaking changes are detected by comparison with latest preview version:

    Only 25 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 '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/bookmarks/{bookmarkId}/relations' removed or restructured?
    Old: Microsoft.SecurityInsights/preview/2021-09-01-preview/Bookmarks.json#L222:5
    ⚠️ 1005 - RemovedPath The new version is missing a path that was found in the old version. Was path '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/bookmarks/{bookmarkId}/expand' removed or restructured?
    Old: Microsoft.SecurityInsights/preview/2021-09-01-preview/Bookmarks.json#L283:5
    ⚠️ 1005 - RemovedPath The new version is missing a path that was found in the old version. Was path '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/bookmarks/{bookmarkId}/relations/{relationName}' removed or restructured?
    Old: Microsoft.SecurityInsights/preview/2021-09-01-preview/Bookmarks.json#L331:5
    ⚠️ 1005 - RemovedPath The new version is missing a path that was found in the old version. Was path '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/incidents/{incidentId}/createTeam' removed or restructured?
    Old: Microsoft.SecurityInsights/preview/2021-09-01-preview/Incidents.json#L234:5
    ⚠️ 1005 - RemovedPath The new version is missing a path that was found in the old version. Was path '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/threatIntelligence/main/createIndicator' removed or restructured?
    Old: Microsoft.SecurityInsights/preview/2021-09-01-preview/ThreatIntelligence.json#L37:5
    ⚠️ 1005 - RemovedPath The new version is missing a path that was found in the old version. Was path '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/threatIntelligence/main/indicators' removed or restructured?
    Old: Microsoft.SecurityInsights/preview/2021-09-01-preview/ThreatIntelligence.json#L88:5
    ⚠️ 1005 - RemovedPath The new version is missing a path that was found in the old version. Was path '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/threatIntelligence/main/indicators/{name}' removed or restructured?
    Old: Microsoft.SecurityInsights/preview/2021-09-01-preview/ThreatIntelligence.json#L145:5
    ⚠️ 1005 - RemovedPath The new version is missing a path that was found in the old version. Was path '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/threatIntelligence/main/queryIndicators' removed or restructured?
    Old: Microsoft.SecurityInsights/preview/2021-09-01-preview/ThreatIntelligence.json#L285:5
    ⚠️ 1005 - RemovedPath The new version is missing a path that was found in the old version. Was path '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/threatIntelligence/main/metrics' removed or restructured?
    Old: Microsoft.SecurityInsights/preview/2021-09-01-preview/ThreatIntelligence.json#L333:5
    ⚠️ 1005 - RemovedPath The new version is missing a path that was found in the old version. Was path '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/threatIntelligence/main/indicators/{name}/appendTags' removed or restructured?
    Old: Microsoft.SecurityInsights/preview/2021-09-01-preview/ThreatIntelligence.json#L375:5
    ⚠️ 1005 - RemovedPath The new version is missing a path that was found in the old version. Was path '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/threatIntelligence/main/indicators/{name}/replaceTags' removed or restructured?
    Old: Microsoft.SecurityInsights/preview/2021-09-01-preview/ThreatIntelligence.json#L420:5
    ⚠️ 1005 - RemovedPath The new version is missing a path that was found in the old version. Was path '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/watchlists' removed or restructured?
    Old: Microsoft.SecurityInsights/preview/2021-09-01-preview/Watchlists.json#L37:5
    ⚠️ 1005 - RemovedPath The new version is missing a path that was found in the old version. Was path '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/watchlists/{watchlistAlias}' removed or restructured?
    Old: Microsoft.SecurityInsights/preview/2021-09-01-preview/Watchlists.json#L82:5
    ⚠️ 1005 - RemovedPath The new version is missing a path that was found in the old version. Was path '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/watchlists/{watchlistAlias}/watchlistItems' removed or restructured?
    Old: Microsoft.SecurityInsights/preview/2021-09-01-preview/Watchlists.json#L225:5
    ⚠️ 1005 - RemovedPath The new version is missing a path that was found in the old version. Was path '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/watchlists/{watchlistAlias}/watchlistItems/{watchlistItemId}' removed or restructured?
    Old: Microsoft.SecurityInsights/preview/2021-09-01-preview/Watchlists.json#L273:5
    ⚠️ 1006 - RemovedDefinition The new version is missing a definition that was found in the old version. Was 'AlertRuleKindEnum' removed or renamed?
    New: Microsoft.SecurityInsights/stable/2021-10-01/AlertRules.json#L522:3
    Old: Microsoft.SecurityInsights/preview/2021-09-01-preview/AlertRules.json#L574:3
    ⚠️ 1006 - RemovedDefinition The new version is missing a definition that was found in the old version. Was 'MLBehaviorAnalyticsAlertRule' removed or renamed?
    New: Microsoft.SecurityInsights/stable/2021-10-01/AlertRules.json#L522:3
    Old: Microsoft.SecurityInsights/preview/2021-09-01-preview/AlertRules.json#L574:3
    ⚠️ 1006 - RemovedDefinition The new version is missing a definition that was found in the old version. Was 'MLBehaviorAnalyticsAlertRuleProperties' removed or renamed?
    New: Microsoft.SecurityInsights/stable/2021-10-01/AlertRules.json#L522:3
    Old: Microsoft.SecurityInsights/preview/2021-09-01-preview/AlertRules.json#L574:3
    ⚠️ 1006 - RemovedDefinition The new version is missing a definition that was found in the old version. Was 'MLBehaviorAnalyticsAlertRuleTemplate' removed or renamed?
    New: Microsoft.SecurityInsights/stable/2021-10-01/AlertRules.json#L522:3
    Old: Microsoft.SecurityInsights/preview/2021-09-01-preview/AlertRules.json#L574:3
    ⚠️ 1006 - RemovedDefinition The new version is missing a definition that was found in the old version. Was 'ThreatIntelligenceAlertRule' removed or renamed?
    New: Microsoft.SecurityInsights/stable/2021-10-01/AlertRules.json#L522:3
    Old: Microsoft.SecurityInsights/preview/2021-09-01-preview/AlertRules.json#L574:3
    ⚠️ 1006 - RemovedDefinition The new version is missing a definition that was found in the old version. Was 'ThreatIntelligenceAlertRuleProperties' removed or renamed?
    New: Microsoft.SecurityInsights/stable/2021-10-01/AlertRules.json#L522:3
    Old: Microsoft.SecurityInsights/preview/2021-09-01-preview/AlertRules.json#L574:3
    ⚠️ 1006 - RemovedDefinition The new version is missing a definition that was found in the old version. Was 'ThreatIntelligenceAlertRuleTemplate' removed or renamed?
    New: Microsoft.SecurityInsights/stable/2021-10-01/AlertRules.json#L522:3
    Old: Microsoft.SecurityInsights/preview/2021-09-01-preview/AlertRules.json#L574:3
    ⚠️ 1006 - RemovedDefinition The new version is missing a definition that was found in the old version. Was 'NrtAlertRuleProperties' removed or renamed?
    New: Microsoft.SecurityInsights/stable/2021-10-01/AlertRules.json#L522:3
    Old: Microsoft.SecurityInsights/preview/2021-09-01-preview/AlertRules.json#L574:3
    ⚠️ 1006 - RemovedDefinition The new version is missing a definition that was found in the old version. Was 'NrtAlertRuleTemplate' removed or renamed?
    New: Microsoft.SecurityInsights/stable/2021-10-01/AlertRules.json#L522:3
    Old: Microsoft.SecurityInsights/preview/2021-09-01-preview/AlertRules.json#L574:3
    ⚠️ 1006 - RemovedDefinition The new version is missing a definition that was found in the old version. Was 'NrtAlertRule' removed or renamed?
    New: Microsoft.SecurityInsights/stable/2021-10-01/AlertRules.json#L522:3
    Old: Microsoft.SecurityInsights/preview/2021-09-01-preview/AlertRules.json#L574:3
    ️🔄SDK Track2 Validation inProgress [Detail]
    ️️✔️PrettierCheck succeeded [Detail] [Expand]
    Validation passes for PrettierCheck.
    ️️✔️SpellCheck succeeded [Detail] [Expand]
    Validation passes for SpellCheck.
    Posted by Swagger Pipeline | How to fix these errors?

    @openapi-pipeline-app
    Copy link

    openapi-pipeline-app bot commented Jan 24, 2022

    Swagger Generation Artifacts

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

    Breaking Changes Tracking

    ️✔️azure-sdk-for-python-track2 - track2_azure-mgmt-securityinsight - 1.0.0b1
    ️✔️azure-sdk-for-go - securityinsight/mgmt/2020-01-01/securityinsight - v61.3.0
    ⚠️azure-sdk-for-go - preview/securityinsight/mgmt/2021-09-01-preview/securityinsight - v61.3.0
    +	Package was removed
    ⚠️azure-sdk-for-go - preview/securityinsight/mgmt/2019-01-01-preview/securityinsight - v61.3.0
    +	Const `KindAggregations` has been removed
    +	Const `KindBasicEntityKindAccount` has been removed
    +	Const `KindBasicEntityKindAzureResource` has been removed
    +	Const `KindBasicEntityKindBookmark` has been removed
    +	Const `KindBasicEntityKindCloudApplication` has been removed
    +	Const `KindBasicEntityKindDNSResolution` has been removed
    +	Const `KindBasicEntityKindEntity` has been removed
    +	Const `KindBasicEntityKindFileHash` has been removed
    +	Const `KindBasicEntityKindFile` has been removed
    +	Const `KindBasicEntityKindHost` has been removed
    +	Const `KindBasicEntityKindIP` has been removed
    +	Const `KindBasicEntityKindIoTDevice` has been removed
    +	Const `KindBasicEntityKindMailCluster` has been removed
    +	Const `KindBasicEntityKindMailMessage` has been removed
    +	Const `KindBasicEntityKindMailbox` has been removed
    +	Const `KindBasicEntityKindMalware` has been removed
    +	Const `KindBasicEntityKindProcess` has been removed
    +	Const `KindBasicEntityKindRegistryKey` has been removed
    +	Const `KindBasicEntityKindRegistryValue` has been removed
    +	Const `KindBasicEntityKindSecurityAlert` has been removed
    +	Const `KindBasicEntityKindSecurityGroup` has been removed
    +	Const `KindBasicEntityKindSubmissionMail` has been removed
    +	Const `KindBasicEntityKindURL` has been removed
    +	Const `KindCasesAggregation` has been removed
    +	Function `PossibleKindBasicEntityValues` has been removed
    +	Function `ThreatIntelligenceIndicatorsClient.ListComplete` parameter(s) have been changed from `(context.Context, string, string, string, string, *int32, string, string)` to `(context.Context, string, string, string, string, string, *int32, string)`
    +	Function `ThreatIntelligenceIndicatorsClient.ListPreparer` parameter(s) have been changed from `(context.Context, string, string, string, string, *int32, string, string)` to `(context.Context, string, string, string, string, string, *int32, string)`
    +	Function `ThreatIntelligenceIndicatorsClient.List` parameter(s) have been changed from `(context.Context, string, string, string, string, *int32, string, string)` to `(context.Context, string, string, string, string, string, *int32, string)`
    +	Type of `AccountEntity.Kind` has been changed from `KindBasicEntity` to `Kind`
    +	Type of `Aggregations.Kind` has been changed from `Kind` to `KindBasicAggregations`
    +	Type of `AzureResourceEntity.Kind` has been changed from `KindBasicEntity` to `Kind`
    +	Type of `CasesAggregation.Kind` has been changed from `Kind` to `KindBasicAggregations`
    +	Type of `CloudApplicationEntity.Kind` has been changed from `KindBasicEntity` to `Kind`
    +	Type of `DNSEntity.Kind` has been changed from `KindBasicEntity` to `Kind`
    +	Type of `Entity.Kind` has been changed from `KindBasicEntity` to `Kind`
    +	Type of `FileEntity.Kind` has been changed from `KindBasicEntity` to `Kind`
    +	Type of `FileHashEntity.Kind` has been changed from `KindBasicEntity` to `Kind`
    +	Type of `HostEntity.Kind` has been changed from `KindBasicEntity` to `Kind`
    +	Type of `HuntingBookmark.Kind` has been changed from `KindBasicEntity` to `Kind`
    +	Type of `IPEntity.Kind` has been changed from `KindBasicEntity` to `Kind`
    +	Type of `IoTDeviceEntity.Kind` has been changed from `KindBasicEntity` to `Kind`
    +	Type of `MailClusterEntity.Kind` has been changed from `KindBasicEntity` to `Kind`
    +	Type of `MailMessageEntity.Kind` has been changed from `KindBasicEntity` to `Kind`
    +	Type of `MailboxEntity.Kind` has been changed from `KindBasicEntity` to `Kind`
    +	Type of `MalwareEntity.Kind` has been changed from `KindBasicEntity` to `Kind`
    +	Type of `ProcessEntity.Kind` has been changed from `KindBasicEntity` to `Kind`
    +	Type of `RegistryKeyEntity.Kind` has been changed from `KindBasicEntity` to `Kind`
    +	Type of `RegistryValueEntity.Kind` has been changed from `KindBasicEntity` to `Kind`
    +	Type of `SecurityAlert.Kind` has been changed from `KindBasicEntity` to `Kind`
    +	Type of `SecurityGroupEntity.Kind` has been changed from `KindBasicEntity` to `Kind`
    +	Type of `SubmissionMailEntity.Kind` has been changed from `KindBasicEntity` to `Kind`
    +	Type of `URLEntity.Kind` has been changed from `KindBasicEntity` to `Kind`
    ️️✔️ azure-sdk-for-net succeeded [Detail] [Expand]
    • ️✔️Succeeded [Logs] Generate from 122817cbc3b822c666582c432a0c1343fbd319dd. SDK Automation 14.0.0
      warn	Skip initScript due to not configured
      command	sudo apt-get install -y dotnet-sdk-6.0
      command	autorest --version=V2 --csharp --reflect-api-versions --license-header=MICROSOFT_MIT_NO_VERSION --use=@microsoft.azure/autorest.csharp@2.3.82 --csharp-sdks-folder=/home/vsts/work/1/s/azure-sdk-for-net/sdk ../azure-rest-api-specs/specification/securityinsights/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.SecurityInsights [View full logs]  [Preview SDK Changes]
    ️️✔️ azure-sdk-for-go succeeded [Detail] [Expand]
    • ️✔️Succeeded [Logs] Generate from 122817cbc3b822c666582c432a0c1343fbd319dd. SDK Automation 14.0.0
      command	sh ./eng/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
    • ️✔️securityinsight/mgmt/2020-01-01/securityinsight [View full logs]  [Preview SDK Changes]
      info	[Changelog] ### Other Changes
      info	[Changelog]
      info	[Changelog] Total 0 breaking change(s), 0 additive change(s).
    • ️✔️preview/securityinsight/mgmt/2021-09-01-preview/securityinsight [View full logs
      info	[Changelog] This package was removed
      info	[Changelog]
    • ️✔️preview/securityinsight/mgmt/2019-01-01-preview/securityinsight [View full logs
      Only show 40 items here, please refer to log for details.
      info	[Changelog] - New function `PossibleKindBasicAggregationsValues() []KindBasicAggregations`
      info	[Changelog] - New function `NewDomainWhoisClientWithBaseURI(string, string) DomainWhoisClient`
      info	[Changelog] - New function `Anomalies.AsIPSyncer() (*IPSyncer, bool)`
      info	[Changelog] - New function `DomainWhoisClient.GetResponder(*http.Response) (EnrichmentDomainWhois, error)`
      info	[Changelog] - New function `IPGeodataClient.Get(context.Context, string, string) (EnrichmentIPGeodata, error)`
      info	[Changelog] - New function `Anomalies.AsEyesOn() (*EyesOn, bool)`
      info	[Changelog] - New function `NewIPGeodataClient(string) IPGeodataClient`
      info	[Changelog] - New function `Ueba.AsAnomalies() (*Anomalies, bool)`
      info	[Changelog] - New function `IPSyncer.AsAnomalies() (*Anomalies, bool)`
      info	[Changelog] - New function `NewDomainWhoisClient(string) DomainWhoisClient`
      info	[Changelog] - New function `*Anomalies.UnmarshalJSON([]byte) error`
      info	[Changelog] - New function `IPGeodataClient.GetSender(*http.Request) (*http.Response, error)`
      info	[Changelog] - New function `IPGeodataClient.GetPreparer(context.Context, string, string) (*http.Request, error)`
      info	[Changelog] - New function `Anomalies.AsBasicSettings() (BasicSettings, bool)`
      info	[Changelog] - New function `Anomalies.AsUeba() (*Ueba, bool)`
      info	[Changelog] - New function `NewIPGeodataClientWithBaseURI(string, string) IPGeodataClient`
      info	[Changelog] - New function `DomainWhoisClient.Get(context.Context, string, string) (EnrichmentDomainWhois, error)`
      info	[Changelog] - New function `EyesOn.AsAnomalies() (*Anomalies, bool)`
      info	[Changelog] - New function `DomainWhoisClient.GetSender(*http.Request) (*http.Response, error)`
      info	[Changelog] - New function `Settings.AsAnomalies() (*Anomalies, bool)`
      info	[Changelog] - New function `Anomalies.MarshalJSON() ([]byte, error)`
      info	[Changelog] - New function `Anomalies.AsSettings() (*Settings, bool)`
      info	[Changelog] - New function `IPGeodataClient.GetResponder(*http.Response) (EnrichmentIPGeodata, error)`
      info	[Changelog] - New function `EntityAnalytics.AsAnomalies() (*Anomalies, bool)`
      info	[Changelog] - New function `Anomalies.AsAnomalies() (*Anomalies, bool)`
      info	[Changelog] - New function `AnomaliesProperties.MarshalJSON() ([]byte, error)`
      info	[Changelog] - New function `DomainWhoisClient.GetPreparer(context.Context, string, string) (*http.Request, error)`
      info	[Changelog] - New function `Anomalies.AsEntityAnalytics() (*EntityAnalytics, bool)`
      info	[Changelog] - New struct `Anomalies`
      info	[Changelog] - New struct `AnomaliesProperties`
      info	[Changelog] - New struct `DomainWhoisClient`
      info	[Changelog] - New struct `EnrichmentDomainWhois`
      info	[Changelog] - New struct `EnrichmentDomainWhoisContact`
      info	[Changelog] - New struct `EnrichmentDomainWhoisContacts`
      info	[Changelog] - New struct `EnrichmentDomainWhoisDetails`
      info	[Changelog] - New struct `EnrichmentDomainWhoisRegistrarDetails`
      info	[Changelog] - New struct `EnrichmentIPGeodata`
      info	[Changelog] - New struct `IPGeodataClient`
      info	[Changelog]
      info	[Changelog] Total 52 breaking change(s), 75 additive change(s).
    ️⚠️ azure-sdk-for-python-track2 warning [Detail]
    • ⚠️Warning [Logs] Generate from 122817cbc3b822c666582c432a0c1343fbd319dd. 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
      cmderr	[automation_generate.sh] npm notice
      cmderr	[automation_generate.sh] npm notice New minor version of npm available! 8.1.2 -> 8.3.2
      cmderr	[automation_generate.sh] npm notice Changelog: <https://github.com/npm/cli/releases/tag/v8.3.2>
      cmderr	[automation_generate.sh] npm notice Run `npm install -g npm@8.3.2` to update!
      cmderr	[automation_generate.sh] npm notice
    • ️✔️track2_azure-mgmt-securityinsight [View full logs]  [Preview SDK Changes] Breaking Change Detected
      info	[Changelog] **Features**
      info	[Changelog]
      info	[Changelog]   - Added operation ActionsOperations.create_or_update
      info	[Changelog]   - Added operation ActionsOperations.delete
      info	[Changelog]   - Added operation ActionsOperations.get
      info	[Changelog]   - Model Bookmark has a new parameter event_time
      info	[Changelog]   - Model Bookmark has a new parameter query_end_time
      info	[Changelog]   - Model Bookmark has a new parameter query_start_time
      info	[Changelog]   - Model OfficeDataConnectorDataTypes has a new parameter teams
      info	[Changelog]   - Model Operation has a new parameter origin
      info	[Changelog]   - Model TIDataConnector has a new parameter tip_lookback_period
      info	[Changelog]
      info	[Changelog] **Breaking changes**
      info	[Changelog]
      info	[Changelog]   - Operation IncidentCommentsOperations.create_comment has a new signature
      info	[Changelog]   - Parameter trigger_uri of model ActionRequestProperties is now required
      info	[Changelog]   - Removed operation AlertRulesOperations.create_or_update_action
      info	[Changelog]   - Removed operation AlertRulesOperations.delete_action
      info	[Changelog]   - Removed operation AlertRulesOperations.get_action
    ️⚠️ azure-sdk-for-js warning [Detail]
    • ⚠️Warning [Logs] Generate from 122817cbc3b822c666582c432a0c1343fbd319dd. SDK Automation 14.0.0
      command	sh .scripts/automation_init.sh ../azure-sdk-for-js_tmp/initInput.json ../azure-sdk-for-js_tmp/initOutput.json
      cmderr	[automation_init.sh]  read-package-tree@5.1.6: The functionality that this package provided is now in @npmcli/arborist
      cmderr	[automation_init.sh]  uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
      cmderr	[automation_init.sh] npm WARN deprecated @opentelemetry/types@0.2.0: Package renamed to @opentelemetry/api, see https://github.com/open-telemetry/opentelemetry-js
      cmderr	[automation_init.sh]  created a lockfile as package-lock.json. You should commit this file.
      cmderr	[automation_init.sh] npm WARN @octokit/plugin-request-log@1.0.4 requires a peer of @octokit/core@>=3 but none is installed. You must install peer dependencies yourself.
      warn	File azure-sdk-for-js_tmp/initOutput.json not found to read
      command	sh .scripts/automation_generate.sh ../azure-sdk-for-js_tmp/generateInput.json ../azure-sdk-for-js_tmp/generateOutput.json
    • ️✔️track2_@azure/arm-securityinsight [View full logs]  [Preview SDK Changes]
      info	[Changelog]
      error	breakingChangeTracking is enabled, but version or changelogItem is not found in output.
    ️⚠️ azure-resource-manager-schemas warning [Detail]
    • ⚠️Warning [Logs] Generate from 122817cbc3b822c666582c432a0c1343fbd319dd. 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] WARN old lockfile
      cmderr	[initScript.sh] npm WARN old lockfile The package-lock.json file was created with an old version of npm,
      cmderr	[initScript.sh] npm WARN old lockfile so supplemental metadata must be fetched from the registry.
      cmderr	[initScript.sh] npm WARN old lockfile
      cmderr	[initScript.sh] npm WARN old lockfile This is a one-time fix-up, please be patient...
      cmderr	[initScript.sh] npm WARN old lockfile
      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
    • ️✔️securityinsights [View full logs]  [Preview Schema Changes]
    Posted by Swagger Pipeline | How to fix these errors?

    @openapi-workflow-bot
    Copy link

    Hi @anat-gilenson, Your PR has some issues. Please fix the CI sequentially by following the order of Avocado, semantic validation, model validation, breaking change, lintDiff. If you have any questions, please post your questions in this channel https://aka.ms/swaggersupport.

    TaskHow to fixPriority
    AvocadoFix-AvocadoHigh
    Semantic validationFix-SemanticValidation-ErrorHigh
    Model validationFix-ModelValidation-ErrorHigh
    LintDiffFix-LintDiffhigh
    If you need further help, please feedback via swagger feedback.

    @anat-gilenson
    Copy link
    Contributor Author

    anat-gilenson commented Jan 25, 2022

    @leni-msft Please note most of the breaking changes were already approved in this PR:
    #16666
    Waiting for approval of changing ErrorResponse to CloudError.

    @JeffreyRichter JeffreyRichter added the Approved-BreakingChange DO NOT USE! OBSOLETE label. See https://github.com/Azure/azure-sdk-tools/issues/6374 label Jan 25, 2022
    @leni-msft
    Copy link
    Contributor

    @anat-gilenson The CloudError properties have all been defined in ErrorResponse, why do you still need define your own CloudError?

    @anat-gilenson
    Copy link
    Contributor Author

    @anat-gilenson The CloudError properties have all been defined in ErrorResponse, why do you still need define your own CloudError?
    Our service only ever returns code and message properties and these are also the only ones used in the SDKs to generate a CloudErrorException.

    @leni-msft leni-msft merged commit fb36347 into Azure:dev-securityinsights-Microsoft.SecurityInsights-2021-10-01 Jan 28, 2022
    dw511214992 pushed a commit that referenced this pull request Feb 28, 2022
    * Adds base for updating Microsoft.SecurityInsights from version stable/2021-04-01 to version 2021-10-01
    
    * Updates readme
    
    * Updates API version in new specs and examples
    
    * Add AlertRules to microsoft.security insights 2021 10 01 (#15657)
    
    * Adds base for updating Microsoft.SecurityInsight's AlertRules from version stable/2020-01-01 to version 2021-10-01
    
    * Updates API version in AlertRules specs and examples
    
    * Use common types in AlertRules.json and remove redundant SecurityInsights
    
    * Add AlertRules to readme
    
    * Copy action examples for alert rules
    
    * Add type:object where missing
    
    * Align CloudError with rest of the resources in this version
    
    * Update readme
    
    Co-authored-by: Anat Gilenson <anatgilenson@microsoft.com>
    
    * Use newest common types to align with rest of Azure (#16130)
    
    * Use newest common types to align with rest of Azure
    
    * Use ErrorResponse instead of CloudError in operations
    
    Co-authored-by: Anat Gilenson <anatgilenson@microsoft.com>
    
    * Add AlertRules Stable version to 2021-10-01 (#16268)
    
    * Add AlertRules Stable version to 2021-10-01
    
    * Fix missing alignment in common types
    
    * prettier fixes
    
    * move tactics and severity to common
    
    * fix common types file extension
    
    * more prettier fixes
    
    * Add template version field
    
    * prettier
    
    * added version to required fields
    
    * dummy change to trigger checks again
    
    * Add onboarding states to new stable version (#16290)
    
    * Add onboarding states to new stable version
    
    * Update readme.md
    
    * cr fix - remove unused params
    
    * Add missing resources 2021 10 01 (#16666)
    
    * Add missing resources and examples from 2020-01-01
    
    * Update version in added resources and examples
    
    * Use existing common types
    
    * Remove unnesessary SecurityInsights.json
    
    * Update readme
    
    * Use sentinel common types in Incidents and Watchlist
    
    * Extract and common IncidentInfo and IncidentSeverity
    
    * Extract EntityTypes
    
    * Correct double allOf in EntityTypes
    
    * update readme
    
    * Remove eventGroupingSettings and entityMappings from GetAlertRuleTemplateById example.
    
    * rename operations.json
    
    Co-authored-by: Anat Gilenson <anatgilenson@microsoft.com>
    
    * Fix analytics templates model (#16689)
    
    * add missing properties to scheduled template
    
    * prettier fixes
    
    * restore templates example after merge
    
    * fix templates example after merge and run prettier
    
    * Use CloudError instead of ErrorResponse to align with preview versions and our back-end. (#17472)
    
    * Automation - Stable Version (#17491)
    
    * First
    
    * readMe
    
    * cloudError
    
    * CloudError
    
    * schema
    
    * prettier
    
    * Fix
    
    * test
    
    * fix identifier
    
    * fix description
    
    * fix lable
    
    * fix lable
    
    * ownerInfo
    
    * Fix
    
    * types
    
    * conditionMaxLength
    
    Co-authored-by: Roy Reinhorn <roreinho@microsoft.com>
    
    * Done (#17728)
    
    Co-authored-by: Roy Reinhorn <roreinho@microsoft.com>
    
    * Correct 2021 10 01 (#17830)
    
    * Remove OperationalInsightsResourceProvider parameter in ThreatIntelligence
    
    * Remove OperationalInsightProviderParameter from Watchlist
    
    * Align stable operation names with preview
    
    * Add missing disciminator property in ThreatIntelligence
    
    * Done (#17844)
    
    Co-authored-by: Roy Reinhorn <roreinho@microsoft.com>
    
    * Align enum names with preview (#17831)
    
    * Fix 2021 10 01 validation errors (#17937)
    
    * Add x-ms-identifiers to all arrays
    
    * Add operations_list example
    
    * Add x-ms-identifier in all arrays
    
    * Run prettier
    
    * Fix spelling error
    
    * Add isDataAction to operation schema (#18018)
    
    Co-authored-by: Anat Gilenson <anatgilenson@microsoft.com>
    Co-authored-by: laithhisham <49263932+laithhisham@users.noreply.github.com>
    Co-authored-by: royrein <37300636+royrein@users.noreply.github.com>
    Co-authored-by: Roy Reinhorn <roreinho@microsoft.com>
    Co-authored-by: Arthur Ning <57385816+akning-ms@users.noreply.github.com>
    FredericHeem pushed a commit to grucloud/azure-rest-api-specs that referenced this pull request Mar 7, 2022
    )
    
    * Adds base for updating Microsoft.SecurityInsights from version stable/2021-04-01 to version 2021-10-01
    
    * Updates readme
    
    * Updates API version in new specs and examples
    
    * Add AlertRules to microsoft.security insights 2021 10 01 (Azure#15657)
    
    * Adds base for updating Microsoft.SecurityInsight's AlertRules from version stable/2020-01-01 to version 2021-10-01
    
    * Updates API version in AlertRules specs and examples
    
    * Use common types in AlertRules.json and remove redundant SecurityInsights
    
    * Add AlertRules to readme
    
    * Copy action examples for alert rules
    
    * Add type:object where missing
    
    * Align CloudError with rest of the resources in this version
    
    * Update readme
    
    Co-authored-by: Anat Gilenson <anatgilenson@microsoft.com>
    
    * Use newest common types to align with rest of Azure (Azure#16130)
    
    * Use newest common types to align with rest of Azure
    
    * Use ErrorResponse instead of CloudError in operations
    
    Co-authored-by: Anat Gilenson <anatgilenson@microsoft.com>
    
    * Add AlertRules Stable version to 2021-10-01 (Azure#16268)
    
    * Add AlertRules Stable version to 2021-10-01
    
    * Fix missing alignment in common types
    
    * prettier fixes
    
    * move tactics and severity to common
    
    * fix common types file extension
    
    * more prettier fixes
    
    * Add template version field
    
    * prettier
    
    * added version to required fields
    
    * dummy change to trigger checks again
    
    * Add onboarding states to new stable version (Azure#16290)
    
    * Add onboarding states to new stable version
    
    * Update readme.md
    
    * cr fix - remove unused params
    
    * Add missing resources 2021 10 01 (Azure#16666)
    
    * Add missing resources and examples from 2020-01-01
    
    * Update version in added resources and examples
    
    * Use existing common types
    
    * Remove unnesessary SecurityInsights.json
    
    * Update readme
    
    * Use sentinel common types in Incidents and Watchlist
    
    * Extract and common IncidentInfo and IncidentSeverity
    
    * Extract EntityTypes
    
    * Correct double allOf in EntityTypes
    
    * update readme
    
    * Remove eventGroupingSettings and entityMappings from GetAlertRuleTemplateById example.
    
    * rename operations.json
    
    Co-authored-by: Anat Gilenson <anatgilenson@microsoft.com>
    
    * Fix analytics templates model (Azure#16689)
    
    * add missing properties to scheduled template
    
    * prettier fixes
    
    * restore templates example after merge
    
    * fix templates example after merge and run prettier
    
    * Use CloudError instead of ErrorResponse to align with preview versions and our back-end. (Azure#17472)
    
    * Automation - Stable Version (Azure#17491)
    
    * First
    
    * readMe
    
    * cloudError
    
    * CloudError
    
    * schema
    
    * prettier
    
    * Fix
    
    * test
    
    * fix identifier
    
    * fix description
    
    * fix lable
    
    * fix lable
    
    * ownerInfo
    
    * Fix
    
    * types
    
    * conditionMaxLength
    
    Co-authored-by: Roy Reinhorn <roreinho@microsoft.com>
    
    * Done (Azure#17728)
    
    Co-authored-by: Roy Reinhorn <roreinho@microsoft.com>
    
    * Correct 2021 10 01 (Azure#17830)
    
    * Remove OperationalInsightsResourceProvider parameter in ThreatIntelligence
    
    * Remove OperationalInsightProviderParameter from Watchlist
    
    * Align stable operation names with preview
    
    * Add missing disciminator property in ThreatIntelligence
    
    * Done (Azure#17844)
    
    Co-authored-by: Roy Reinhorn <roreinho@microsoft.com>
    
    * Align enum names with preview (Azure#17831)
    
    * Fix 2021 10 01 validation errors (Azure#17937)
    
    * Add x-ms-identifiers to all arrays
    
    * Add operations_list example
    
    * Add x-ms-identifier in all arrays
    
    * Run prettier
    
    * Fix spelling error
    
    * Add isDataAction to operation schema (Azure#18018)
    
    Co-authored-by: Anat Gilenson <anatgilenson@microsoft.com>
    Co-authored-by: laithhisham <49263932+laithhisham@users.noreply.github.com>
    Co-authored-by: royrein <37300636+royrein@users.noreply.github.com>
    Co-authored-by: Roy Reinhorn <roreinho@microsoft.com>
    Co-authored-by: Arthur Ning <57385816+akning-ms@users.noreply.github.com>
    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-FixRequiredOnFailure
    Projects
    None yet
    Development

    Successfully merging this pull request may close these issues.

    4 participants