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

Data connectors 2021 10 01 preview office connectors added #17193

Conversation

iKlotz
Copy link
Contributor

@iKlotz iKlotz commented Dec 30, 2021

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
  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
      -[x] To review changes efficiently, ensure you copy the existing version into the new directory structure for first commit and then push new changes, including version updates, in separate commits.
  • 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, @iKlotz 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 Dec 30, 2021

    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 30 items are listed, please refer to log for more details.

    Rule Message
    ⚠️ R1003 - ListInOperationName Since operation 'Entities_Queries' response has model definition 'array', 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/preview/2021-10-01-preview/Entities.json#L291
    ⚠️ R1003 - ListInOperationName Since operation 'Entities_GetInsights' response has model definition 'array', 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/preview/2021-10-01-preview/Entities.json#L339
    ⚠️ 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/preview/2021-10-01-preview/ThreatIntelligence.json#L296
    ⚠️ R1005 - GetInOperationName 'GET' operation 'Entities_Queries' should use method name 'Get' or Method name start with '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/preview/2021-10-01-preview/Entities.json#L291
    ⚠️ R1006 - PutInOperationName 'PUT' operation 'ProductSettings_Update' should use method name 'Create'. Note: If you have already shipped an SDK on top of this spec, fixing this warning may introduce a breaking change.
    Location: Microsoft.SecurityInsights/preview/2021-10-01-preview/Settings.json#L176
    ⚠️ R2001 - AvoidNestedProperties Consider using x-ms-client-flatten to provide a better end user experience
    Location: Microsoft.SecurityInsights/preview/2021-10-01-preview/Entities.json#L1030
    ⚠️ R2001 - AvoidNestedProperties Consider using x-ms-client-flatten to provide a better end user experience
    Location: Microsoft.SecurityInsights/preview/2021-10-01-preview/ThreatIntelligence.json#L1048
    ⚠️ R2018 - XmsEnumValidation The enum types should have x-ms-enum type extension set with appropriate options. Property name: kind
    Location: Microsoft.SecurityInsights/preview/2021-10-01-preview/Entities.json#L1203
    ⚠️ R2029 - PageableOperation Based on the response model schema, operation 'Entities_Queries' might be pageable. Consider adding the x-ms-pageable extension.
    Location: Microsoft.SecurityInsights/preview/2021-10-01-preview/Entities.json#L281
    ⚠️ R2029 - PageableOperation Based on the response model schema, operation 'SentinelOnboardingStates_List' might be pageable. Consider adding the x-ms-pageable extension.
    Location: Microsoft.SecurityInsights/preview/2021-10-01-preview/OnboardingStates.json#L178
    ⚠️ R2029 - PageableOperation Based on the response model schema, operation 'ProductSettings_List' might be pageable. Consider adding the x-ms-pageable extension.
    Location: Microsoft.SecurityInsights/preview/2021-10-01-preview/Settings.json#L38
    ⚠️ R2029 - PageableOperation Based on the response model schema, operation 'ThreatIntelligenceIndicatorMetrics_List' might be pageable. Consider adding the x-ms-pageable extension.
    Location: Microsoft.SecurityInsights/preview/2021-10-01-preview/ThreatIntelligence.json#L334
    ⚠️ R2057 - InvalidSkuModel Sku Model definition 'Sku' is not valid. A Sku model must have 'name' property. It can also have 'tier', 'size', 'family', 'capacity' as optional properties.
    Location: Microsoft.SecurityInsights/preview/2021-10-01-preview/Settings.json#L388
    ⚠️ R2063 - OperationIdNounConflictingModelNames OperationId has a noun that conflicts with one of the model names in definitions section. The model name will be disambiguated to 'BookmarkModel'. Consider using the plural form of 'Bookmark' to avoid this. Note: If you have already shipped an SDK on top of this spec, fixing this warning may introduce a breaking change.
    Location: Microsoft.SecurityInsights/preview/2021-10-01-preview/Bookmarks.json#L291
    ⚠️ R2063 - OperationIdNounConflictingModelNames OperationId has a noun that conflicts with one of the model names in definitions section. The model name will be disambiguated to 'SourceControlModel'. Consider using the plural form of 'SourceControl' to avoid this. Note: If you have already shipped an SDK on top of this spec, fixing this warning may introduce a breaking change.
    Location: Microsoft.SecurityInsights/preview/2021-10-01-preview/SourceControls.json#L48
    ⚠️ R2063 - OperationIdNounConflictingModelNames OperationId has a noun that conflicts with one of the model names in definitions section. The model name will be disambiguated to 'DataConnectorsCheckRequirementsModel'. Consider using the plural form of 'DataConnectorsCheckRequirements' to avoid this. Note: If you have already shipped an SDK on top of this spec, fixing this warning may introduce a breaking change.
    Location: Microsoft.SecurityInsights/preview/2021-10-01-preview/dataConnectors.json#L449
    ⚠️ R2066 - PostOperationIdContainsUrlVerb OperationId should contain the verb: 'gettimeline' in:'EntitiesGetTimeline_list'. Consider updating the operationId
    Location: Microsoft.SecurityInsights/preview/2021-10-01-preview/Entities.json#L243
    ⚠️ R2066 - PostOperationIdContainsUrlVerb OperationId should contain the verb: 'dataconnectorscheckrequirements' in:'DataConnectorsCheckRequirements_Post'. Consider updating the operationId
    Location: Microsoft.SecurityInsights/preview/2021-10-01-preview/dataConnectors.json#L449
    ⚠️ R3010 - TrackedResourceListByImmediateParent The child tracked resource, 'relations' with immediate parent 'Bookmark', must have a list by immediate parent operation.
    Location: preview/2021-10-01-preview/common/RelationTypes.json#L30
    ⚠️ R3010 - TrackedResourceListByImmediateParent The child tracked resource, 'relations' with immediate parent 'Entity', must have a list by immediate parent operation.
    Location: preview/2021-10-01-preview/common/RelationTypes.json#L30
    ⚠️ R3010 - TrackedResourceListByImmediateParent The child tracked resource, 'comments' with immediate parent 'Incident', must have a list by immediate parent operation.
    Location: Microsoft.SecurityInsights/preview/2021-10-01-preview/Incidents.json#L1090
    ⚠️ R3010 - TrackedResourceListByImmediateParent The child tracked resource, 'relations' with immediate parent 'Incident', must have a list by immediate parent operation.
    Location: preview/2021-10-01-preview/common/RelationTypes.json#L30
    ⚠️ R3010 - TrackedResourceListByImmediateParent The child tracked resource, 'watchlistItems' with immediate parent 'Watchlist', must have a list by immediate parent operation.
    Location: Microsoft.SecurityInsights/preview/2021-10-01-preview/Watchlists.json#L596
    ⚠️ 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: preview/2021-10-01-preview/common/IncidentTypes.json#L179
    ⚠️ 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
    ⚠️ R3017 - GuidUsage Guid used in model definition 'BookmarkExpandParameters' for property 'expansionId'. 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/preview/2021-10-01-preview/Bookmarks.json#L536
    ⚠️ 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 '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: preview/2021-10-01-preview/common/EntityTypes.json#L2294
    ⚠️ 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: preview/2021-10-01-preview/common/EntityTypes.json#L2255
    ⚠️ 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: preview/2021-10-01-preview/common/EntityTypes.json#L1352
    ️️✔️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 succeeded [Detail] [Expand]
    There are no breaking changes.

    ️🔄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 Dec 30, 2021

    Swagger Generation Artifacts

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

    Breaking Changes Tracking

    ️✔️azure-sdk-for-go-track2 - armsecurityinsight - 0.2.0
    ️✔️azure-sdk-for-python-track2 - track2_azure-mgmt-securityinsight - Approved - 1.0.0b1
    ️✔️azure-sdk-for-go - securityinsight/mgmt/2020-01-01/securityinsight - v61.1.0
    ️✔️azure-sdk-for-go - preview/securityinsight/mgmt/2021-09-01-preview/securityinsight - v61.1.0
    ️✔️azure-sdk-for-go - preview/securityinsight/mgmt/2019-01-01-preview/securityinsight - v61.1.0
    ️️✔️ azure-sdk-for-net succeeded [Detail] [Expand]
    • ️✔️Succeeded [Logs] Generate from 0bd49f6f28608266de1f5b788d36e4b60a7ad32d. 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 0bd49f6f28608266de1f5b788d36e4b60a7ad32d. 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]
      Only show 40 items here, please refer to log for details.
      info	[Changelog] - Const `SettingKindToggleSettings` has been removed
      info	[Changelog] - Const `StatusInMcasEnabled` has been removed
      info	[Changelog] - Const `CaseSeverityHigh` has been removed
      info	[Changelog] - Const `CaseSeverityCritical` has been removed
      info	[Changelog] - Const `CaseSeverityMedium` has been removed
      info	[Changelog] - Const `LicenseStatusEnabled` has been removed
      info	[Changelog] - Const `CaseSeverityLow` has been removed
      info	[Changelog] - Function `PossibleKindBasicSettingsValues` has been removed
      info	[Changelog] - Function `PossibleCaseSeverityValues` has been removed
      info	[Changelog] - Function `ToggleSettings.AsUebaSettings` has been removed
      info	[Changelog] - Function `Settings.AsUebaSettings` has been removed
      info	[Changelog] - Function `Settings.AsSettings` has been removed
      info	[Changelog] - Function `ToggleSettings.AsSettings` has been removed
      info	[Changelog] - Function `UebaSettings.AsBasicSettings` has been removed
      info	[Changelog] - Function `Settings.MarshalJSON` has been removed
      info	[Changelog] - Function `*ToggleSettings.UnmarshalJSON` has been removed
      info	[Changelog] - Function `UebaSettings.AsToggleSettings` has been removed
      info	[Changelog] - Function `PossibleLicenseStatusValues` has been removed
      info	[Changelog] - Function `UebaSettingsProperties.MarshalJSON` has been removed
      info	[Changelog] - Function `ToggleSettings.AsBasicSettings` has been removed
      info	[Changelog] - Function `Settings.AsBasicSettings` has been removed
      info	[Changelog] - Function `UebaSettings.AsSettings` has been removed
      info	[Changelog] - Function `UebaSettings.MarshalJSON` has been removed
      info	[Changelog] - Function `PossibleSettingKindValues` has been removed
      info	[Changelog] - Function `ToggleSettings.AsToggleSettings` has been removed
      info	[Changelog] - Function `PossibleStatusInMcasValues` has been removed
      info	[Changelog] - Function `ToggleSettings.MarshalJSON` has been removed
      info	[Changelog] - Function `*UebaSettings.UnmarshalJSON` has been removed
      info	[Changelog] - Function `UebaSettings.AsUebaSettings` has been removed
      info	[Changelog] - Function `Settings.AsToggleSettings` has been removed
      info	[Changelog] - Struct `Settings` has been removed
      info	[Changelog] - Struct `ToggleSettings` has been removed
      info	[Changelog] - Struct `ToggleSettingsProperties` has been removed
      info	[Changelog] - Struct `UebaSettings` has been removed
      info	[Changelog] - Struct `UebaSettingsProperties` has been removed
      info	[Changelog]
      info	[Changelog] ### Features Added
      info	[Changelog]
      info	[Changelog]
      info	[Changelog] Total 49 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 `NewIPGeodataClientWithBaseURI(string, string) IPGeodataClient`
      info	[Changelog] - New function `*Anomalies.UnmarshalJSON([]byte) error`
      info	[Changelog] - New function `IPGeodataClient.Get(context.Context, string, string) (EnrichmentIPGeodata, error)`
      info	[Changelog] - New function `Anomalies.AsSettings() (*Settings, bool)`
      info	[Changelog] - New function `EntityAnalytics.AsAnomalies() (*Anomalies, bool)`
      info	[Changelog] - New function `Ueba.AsAnomalies() (*Anomalies, bool)`
      info	[Changelog] - New function `Anomalies.AsAnomalies() (*Anomalies, bool)`
      info	[Changelog] - New function `Settings.AsAnomalies() (*Anomalies, bool)`
      info	[Changelog] - New function `NewDomainWhoisClient(string) DomainWhoisClient`
      info	[Changelog] - New function `NewIPGeodataClient(string) IPGeodataClient`
      info	[Changelog] - New function `AnomaliesProperties.MarshalJSON() ([]byte, error)`
      info	[Changelog] - New function `Anomalies.AsEntityAnalytics() (*EntityAnalytics, bool)`
      info	[Changelog] - New function `IPGeodataClient.GetSender(*http.Request) (*http.Response, error)`
      info	[Changelog] - New function `IPGeodataClient.GetResponder(*http.Response) (EnrichmentIPGeodata, error)`
      info	[Changelog] - New function `Anomalies.AsIPSyncer() (*IPSyncer, bool)`
      info	[Changelog] - New function `Anomalies.MarshalJSON() ([]byte, error)`
      info	[Changelog] - New function `EyesOn.AsAnomalies() (*Anomalies, bool)`
      info	[Changelog] - New function `IPGeodataClient.GetPreparer(context.Context, string, string) (*http.Request, error)`
      info	[Changelog] - New function `DomainWhoisClient.GetPreparer(context.Context, string, string) (*http.Request, error)`
      info	[Changelog] - New function `DomainWhoisClient.GetResponder(*http.Response) (EnrichmentDomainWhois, error)`
      info	[Changelog] - New function `DomainWhoisClient.GetSender(*http.Request) (*http.Response, error)`
      info	[Changelog] - New function `Anomalies.AsBasicSettings() (BasicSettings, bool)`
      info	[Changelog] - New function `IPSyncer.AsAnomalies() (*Anomalies, bool)`
      info	[Changelog] - New function `NewDomainWhoisClientWithBaseURI(string, string) DomainWhoisClient`
      info	[Changelog] - New function `PossibleKindBasicAggregationsValues() []KindBasicAggregations`
      info	[Changelog] - New function `Anomalies.AsEyesOn() (*EyesOn, bool)`
      info	[Changelog] - New function `DomainWhoisClient.Get(context.Context, string, string) (EnrichmentDomainWhois, error)`
      info	[Changelog] - New function `Anomalies.AsUeba() (*Ueba, 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 53 breaking change(s), 75 additive change(s).
    ️️✔️ azure-sdk-for-go-track2 succeeded [Detail] [Expand]
    • ️✔️Succeeded [Logs] Generate from 0bd49f6f28608266de1f5b788d36e4b60a7ad32d. SDK Automation 14.0.0
      command	sh ./eng/scripts/automation_init.sh ../../../../../azure-sdk-for-go_tmp/initInput.json ../../../../../azure-sdk-for-go_tmp/initOutput.json
      command	generator automation-v2 ../../../../../azure-sdk-for-go_tmp/generateInput.json ../../../../../azure-sdk-for-go_tmp/generateOutput.json
    • ️✔️armsecurityinsight [View full logs]  [Preview SDK Changes] Breaking Change Detected
      Only show 120 items here, please refer to log for details.
      info	[Changelog] - New field `ID` in struct `MicrosoftSecurityIncidentCreationAlertRuleTemplate`
      info	[Changelog] - New field `Name` in struct `MicrosoftSecurityIncidentCreationAlertRuleTemplate`
      info	[Changelog] - New field `SystemData` in struct `MicrosoftSecurityIncidentCreationAlertRuleTemplate`
      info	[Changelog] - New field `Name` in struct `AADDataConnector`
      info	[Changelog] - New field `SystemData` in struct `AADDataConnector`
      info	[Changelog] - New field `Type` in struct `AADDataConnector`
      info	[Changelog] - New field `Kind` in struct `AADDataConnector`
      info	[Changelog] - New field `Etag` in struct `AADDataConnector`
      info	[Changelog] - New field `ID` in struct `AADDataConnector`
      info	[Changelog] - New field `Kind` in struct `AATPDataConnector`
      info	[Changelog] - New field `Etag` in struct `AATPDataConnector`
      info	[Changelog] - New field `ID` in struct `AATPDataConnector`
      info	[Changelog] - New field `Name` in struct `AATPDataConnector`
      info	[Changelog] - New field `SystemData` in struct `AATPDataConnector`
      info	[Changelog] - New field `Type` in struct `AATPDataConnector`
      info	[Changelog] - New field `IsDataAction` in struct `Operation`
      info	[Changelog] - New field `LastUpdatedDateUTC` in struct `MicrosoftSecurityIncidentCreationAlertRuleTemplateProperties`
      info	[Changelog] - New field `Name` in struct `FusionAlertRule`
      info	[Changelog] - New field `SystemData` in struct `FusionAlertRule`
      info	[Changelog] - New field `Type` in struct `FusionAlertRule`
      info	[Changelog] - New field `Kind` in struct `FusionAlertRule`
      info	[Changelog] - New field `Etag` in struct `FusionAlertRule`
      info	[Changelog] - New field `ID` in struct `FusionAlertRule`
      info	[Changelog] - New field `ConsentID` in struct `OfficeConsentProperties`
      info	[Changelog] - New field `ID` in struct `AwsCloudTrailDataConnector`
      info	[Changelog] - New field `Name` in struct `AwsCloudTrailDataConnector`
      info	[Changelog] - New field `SystemData` in struct `AwsCloudTrailDataConnector`
      info	[Changelog] - New field `Type` in struct `AwsCloudTrailDataConnector`
      info	[Changelog] - New field `Kind` in struct `AwsCloudTrailDataConnector`
      info	[Changelog] - New field `Etag` in struct `AwsCloudTrailDataConnector`
      info	[Changelog] - New field `ID` in struct `ScheduledAlertRule`
      info	[Changelog] - New field `Name` in struct `ScheduledAlertRule`
      info	[Changelog] - New field `SystemData` in struct `ScheduledAlertRule`
      info	[Changelog] - New field `Type` in struct `ScheduledAlertRule`
      info	[Changelog] - New field `Kind` in struct `ScheduledAlertRule`
      info	[Changelog] - New field `Etag` in struct `ScheduledAlertRule`
      info	[Changelog] - New field `State` in struct `OfficeDataConnectorDataTypesExchange`
      info	[Changelog] - New field `State` in struct `OfficeDataConnectorDataTypesTeams`
      info	[Changelog] - New field `State` in struct `TIDataConnectorDataTypesIndicators`
      info	[Changelog] - New field `ID` in struct `DataConnector`
      info	[Changelog] - New field `Name` in struct `DataConnector`
      info	[Changelog] - New field `SystemData` in struct `DataConnector`
      info	[Changelog] - New field `Type` in struct `DataConnector`
      info	[Changelog] - New field `Etag` in struct `DataConnector`
      info	[Changelog] - New field `AlertDetailsOverride` in struct `ScheduledAlertRuleProperties`
      info	[Changelog] - New field `QueryPeriod` in struct `ScheduledAlertRuleProperties`
      info	[Changelog] - New field `Severity` in struct `ScheduledAlertRuleProperties`
      info	[Changelog] - New field `TriggerThreshold` in struct `ScheduledAlertRuleProperties`
      info	[Changelog] - New field `CustomDetails` in struct `ScheduledAlertRuleProperties`
      info	[Changelog] - New field `Query` in struct `ScheduledAlertRuleProperties`
      info	[Changelog] - New field `TriggerOperator` in struct `ScheduledAlertRuleProperties`
      info	[Changelog] - New field `EventGroupingSettings` in struct `ScheduledAlertRuleProperties`
      info	[Changelog] - New field `IncidentConfiguration` in struct `ScheduledAlertRuleProperties`
      info	[Changelog] - New field `QueryFrequency` in struct `ScheduledAlertRuleProperties`
      info	[Changelog] - New field `TemplateVersion` in struct `ScheduledAlertRuleProperties`
      info	[Changelog] - New field `EntityMappings` in struct `ScheduledAlertRuleProperties`
      info	[Changelog] - New field `SystemData` in struct `ASCDataConnector`
      info	[Changelog] - New field `Type` in struct `ASCDataConnector`
      info	[Changelog] - New field `Kind` in struct `ASCDataConnector`
      info	[Changelog] - New field `Etag` in struct `ASCDataConnector`
      info	[Changelog] - New field `ID` in struct `ASCDataConnector`
      info	[Changelog] - New field `Name` in struct `ASCDataConnector`
      info	[Changelog] - New field `Name` in struct `Incident`
      info	[Changelog] - New field `SystemData` in struct `Incident`
      info	[Changelog] - New field `Type` in struct `Incident`
      info	[Changelog] - New field `Etag` in struct `Incident`
      info	[Changelog] - New field `ID` in struct `Incident`
      info	[Changelog] - New field `State` in struct `OfficeDataConnectorDataTypesSharePoint`
      info	[Changelog] - New field `ID` in struct `OfficeDataConnector`
      info	[Changelog] - New field `Name` in struct `OfficeDataConnector`
      info	[Changelog] - New field `SystemData` in struct `OfficeDataConnector`
      info	[Changelog] - New field `Type` in struct `OfficeDataConnector`
      info	[Changelog] - New field `Kind` in struct `OfficeDataConnector`
      info	[Changelog] - New field `Etag` in struct `OfficeDataConnector`
      info	[Changelog] - New field `Type` in struct `FusionAlertRuleTemplate`
      info	[Changelog] - New field `Kind` in struct `FusionAlertRuleTemplate`
      info	[Changelog] - New field `ID` in struct `FusionAlertRuleTemplate`
      info	[Changelog] - New field `Name` in struct `FusionAlertRuleTemplate`
      info	[Changelog] - New field `SystemData` in struct `FusionAlertRuleTemplate`
      info	[Changelog] - New field `DataTypes` in struct `ASCDataConnectorProperties`
      info	[Changelog] - New field `Error` in struct `CloudError`
      info	[Changelog] - New field `SystemData` in struct `OfficeConsent`
      info	[Changelog] - New field `Type` in struct `OfficeConsent`
      info	[Changelog] - New field `ID` in struct `OfficeConsent`
      info	[Changelog] - New field `Name` in struct `OfficeConsent`
      info	[Changelog] - New field `SystemData` in struct `TIDataConnector`
      info	[Changelog] - New field `Type` in struct `TIDataConnector`
      info	[Changelog] - New field `Kind` in struct `TIDataConnector`
      info	[Changelog] - New field `Etag` in struct `TIDataConnector`
      info	[Changelog] - New field `ID` in struct `TIDataConnector`
      info	[Changelog] - New field `Name` in struct `TIDataConnector`
      info	[Changelog] - New field `SystemData` in struct `ResourceWithEtag`
      info	[Changelog] - New field `SystemData` in struct `Resource`
      info	[Changelog] - New field `SystemData` in struct `AlertRuleTemplate`
      info	[Changelog] - New field `Type` in struct `AlertRuleTemplate`
      info	[Changelog] - New field `ID` in struct `AlertRuleTemplate`
      info	[Changelog] - New field `Name` in struct `AlertRuleTemplate`
      info	[Changelog] - New field `LogicAppResourceID` in struct `ActionResponseProperties`
      info	[Changelog] - New field `Name` in struct `AlertRule`
      info	[Changelog] - New field `SystemData` in struct `AlertRule`
      info	[Changelog] - New field `Type` in struct `AlertRule`
      info	[Changelog] - New field `Etag` in struct `AlertRule`
      info	[Changelog] - New field `ID` in struct `AlertRule`
      info	[Changelog] - New field `Type` in struct `Bookmark`
      info	[Changelog] - New field `Etag` in struct `Bookmark`
      info	[Changelog] - New field `ID` in struct `Bookmark`
      info	[Changelog] - New field `Name` in struct `Bookmark`
      info	[Changelog] - New field `SystemData` in struct `Bookmark`
      info	[Changelog] - New field `ID` in struct `IncidentComment`
      info	[Changelog] - New field `Name` in struct `IncidentComment`
      info	[Changelog] - New field `SystemData` in struct `IncidentComment`
      info	[Changelog] - New field `Type` in struct `IncidentComment`
      info	[Changelog] - New field `Etag` in struct `IncidentComment`
      info	[Changelog] - New field `Etag` in struct `ActionRequest`
      info	[Changelog] - New field `ID` in struct `ActionRequest`
      info	[Changelog] - New field `Name` in struct `ActionRequest`
      info	[Changelog] - New field `SystemData` in struct `ActionRequest`
      info	[Changelog] - New field `Type` in struct `ActionRequest`
      info	[Changelog]
      info	[Changelog] Total 271 breaking change(s), 2316 additive change(s).
    ️⚠️ azure-sdk-for-python-track2 warning [Detail]
    • ⚠️Warning [Logs] Generate from 0bd49f6f28608266de1f5b788d36e4b60a7ad32d. 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.0
      cmderr	[automation_generate.sh] npm notice Changelog: <https://github.com/npm/cli/releases/tag/v8.3.0>
      cmderr	[automation_generate.sh] npm notice Run `npm install -g npm@8.3.0` to update!
      cmderr	[automation_generate.sh] npm notice
    • ️✔️track2_azure-mgmt-securityinsight [View full logs]  [Preview SDK Changes] Breaking Change Detected
      Only show 120 items here, please refer to log for details.
      info	[Changelog]   - Added operation group BookmarkOperations
      info	[Changelog]   - Added operation group BookmarkRelationsOperations
      info	[Changelog]   - Added operation group DataConnectorsCheckRequirementsOperations
      info	[Changelog]   - Added operation group DomainWhoisOperations
      info	[Changelog]   - Added operation group EntitiesGetTimelineOperations
      info	[Changelog]   - Added operation group EntitiesOperations
      info	[Changelog]   - Added operation group EntitiesRelationsOperations
      info	[Changelog]   - Added operation group EntityQueriesOperations
      info	[Changelog]   - Added operation group EntityQueryTemplatesOperations
      info	[Changelog]   - Added operation group EntityRelationsOperations
      info	[Changelog]   - Added operation group IPGeodataOperations
      info	[Changelog]   - Added operation group IncidentRelationsOperations
      info	[Changelog]   - Added operation group MetadataOperations
      info	[Changelog]   - Added operation group OfficeConsentsOperations
      info	[Changelog]   - Added operation group ProductSettingsOperations
      info	[Changelog]   - Added operation group SentinelOnboardingStatesOperations
      info	[Changelog]   - Added operation group SourceControlOperations
      info	[Changelog]   - Added operation group SourceControlsOperations
      info	[Changelog]   - Added operation group ThreatIntelligenceIndicatorMetricsOperations
      info	[Changelog]   - Added operation group ThreatIntelligenceIndicatorOperations
      info	[Changelog]   - Added operation group ThreatIntelligenceIndicatorsOperations
      info	[Changelog]   - Added operation group WatchlistItemsOperations
      info	[Changelog]   - Added operation group WatchlistsOperations
      info	[Changelog]   - Model AADDataConnector has a new parameter system_data
      info	[Changelog]   - Model AATPDataConnector has a new parameter system_data
      info	[Changelog]   - Model ASCDataConnector has a new parameter system_data
      info	[Changelog]   - Model ActionRequest has a new parameter system_data
      info	[Changelog]   - Model ActionResponse has a new parameter system_data
      info	[Changelog]   - Model AlertRule has a new parameter system_data
      info	[Changelog]   - Model AlertRuleTemplate has a new parameter system_data
      info	[Changelog]   - Model AwsCloudTrailDataConnector has a new parameter system_data
      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 Bookmark has a new parameter system_data
      info	[Changelog]   - Model DataConnector has a new parameter system_data
      info	[Changelog]   - Model ErrorResponse has a new parameter error
      info	[Changelog]   - Model FusionAlertRule has a new parameter system_data
      info	[Changelog]   - Model FusionAlertRuleTemplate has a new parameter last_updated_date_utc
      info	[Changelog]   - Model FusionAlertRuleTemplate has a new parameter system_data
      info	[Changelog]   - Model Incident has a new parameter provider_incident_id
      info	[Changelog]   - Model Incident has a new parameter provider_name
      info	[Changelog]   - Model Incident has a new parameter system_data
      info	[Changelog]   - Model Incident has a new parameter team_information
      info	[Changelog]   - Model IncidentAdditionalData has a new parameter provider_incident_url
      info	[Changelog]   - Model IncidentAdditionalData has a new parameter techniques
      info	[Changelog]   - Model IncidentComment has a new parameter etag
      info	[Changelog]   - Model IncidentComment has a new parameter last_modified_time_utc
      info	[Changelog]   - Model IncidentComment has a new parameter system_data
      info	[Changelog]   - Model IncidentOwnerInfo has a new parameter owner_type
      info	[Changelog]   - Model MCASDataConnector has a new parameter system_data
      info	[Changelog]   - Model MDATPDataConnector has a new parameter system_data
      info	[Changelog]   - Model MicrosoftSecurityIncidentCreationAlertRule has a new parameter system_data
      info	[Changelog]   - Model MicrosoftSecurityIncidentCreationAlertRuleTemplate has a new parameter last_updated_date_utc
      info	[Changelog]   - Model MicrosoftSecurityIncidentCreationAlertRuleTemplate has a new parameter system_data
      info	[Changelog]   - Model OfficeConsent has a new parameter consent_id
      info	[Changelog]   - Model OfficeConsent has a new parameter system_data
      info	[Changelog]   - Model OfficeDataConnector has a new parameter system_data
      info	[Changelog]   - Model Operation has a new parameter is_data_action
      info	[Changelog]   - Model Operation has a new parameter origin
      info	[Changelog]   - Model Resource has a new parameter system_data
      info	[Changelog]   - Model ResourceWithEtag has a new parameter system_data
      info	[Changelog]   - Model ScheduledAlertRule has a new parameter alert_details_override
      info	[Changelog]   - Model ScheduledAlertRule has a new parameter custom_details
      info	[Changelog]   - Model ScheduledAlertRule has a new parameter entity_mappings
      info	[Changelog]   - Model ScheduledAlertRule has a new parameter event_grouping_settings
      info	[Changelog]   - Model ScheduledAlertRule has a new parameter incident_configuration
      info	[Changelog]   - Model ScheduledAlertRule has a new parameter system_data
      info	[Changelog]   - Model ScheduledAlertRule has a new parameter template_version
      info	[Changelog]   - Model ScheduledAlertRuleCommonProperties has a new parameter event_grouping_settings
      info	[Changelog]   - Model ScheduledAlertRuleProperties has a new parameter alert_details_override
      info	[Changelog]   - Model ScheduledAlertRuleProperties has a new parameter custom_details
      info	[Changelog]   - Model ScheduledAlertRuleProperties has a new parameter entity_mappings
      info	[Changelog]   - Model ScheduledAlertRuleProperties has a new parameter event_grouping_settings
      info	[Changelog]   - Model ScheduledAlertRuleProperties has a new parameter incident_configuration
      info	[Changelog]   - Model ScheduledAlertRuleProperties has a new parameter template_version
      info	[Changelog]   - Model ScheduledAlertRuleTemplate has a new parameter alert_details_override
      info	[Changelog]   - Model ScheduledAlertRuleTemplate has a new parameter custom_details
      info	[Changelog]   - Model ScheduledAlertRuleTemplate has a new parameter entity_mappings
      info	[Changelog]   - Model ScheduledAlertRuleTemplate has a new parameter event_grouping_settings
      info	[Changelog]   - Model ScheduledAlertRuleTemplate has a new parameter last_updated_date_utc
      info	[Changelog]   - Model ScheduledAlertRuleTemplate has a new parameter system_data
      info	[Changelog]   - Model ScheduledAlertRuleTemplate has a new parameter version
      info	[Changelog]   - Model Settings has a new parameter system_data
      info	[Changelog]   - Model TIDataConnector has a new parameter system_data
      info	[Changelog]   - Model TIDataConnector has a new parameter tip_lookback_period
      info	[Changelog]
      info	[Changelog] **Breaking changes**
      info	[Changelog]
      info	[Changelog]   - Model ErrorResponse no longer has parameter additional_info
      info	[Changelog]   - Model ErrorResponse no longer has parameter code
      info	[Changelog]   - Model ErrorResponse no longer has parameter details
      info	[Changelog]   - Model ErrorResponse no longer has parameter message
      info	[Changelog]   - Model ErrorResponse no longer has parameter target
      info	[Changelog]   - Model OfficeConsent no longer has parameter tenant_name
      info	[Changelog]   - Model OfficeDataConnectorDataTypes has a new required parameter teams
      info	[Changelog]   - Model ScheduledAlertRuleCommonProperties no longer has parameter query
      info	[Changelog]   - Model ScheduledAlertRuleCommonProperties no longer has parameter severity
      info	[Changelog]   - Parameter alerts of model AlertsDataTypeOfDataConnector is now required
      info	[Changelog]   - Parameter alerts of model MCASDataConnectorDataTypes is now required
      info	[Changelog]   - Parameter exchange of model OfficeDataConnectorDataTypes is now required
      info	[Changelog]   - Parameter exchange of model OfficeDataConnectorDataTypes is now required
      info	[Changelog]   - Parameter indicators of model TIDataConnectorDataTypes is now required
      info	[Changelog]   - Parameter indicators of model TIDataConnectorDataTypes is now required
      info	[Changelog]   - Parameter logs of model AwsCloudTrailDataConnectorDataTypes is now required
      info	[Changelog]   - Parameter logs of model AwsCloudTrailDataConnectorDataTypes is now required
      info	[Changelog]   - Parameter share_point of model OfficeDataConnectorDataTypes is now required
      info	[Changelog]   - Parameter share_point of model OfficeDataConnectorDataTypes is now required
      info	[Changelog]   - Parameter state of model AwsCloudTrailDataConnectorDataTypesLogs is now required
      info	[Changelog]   - Parameter state of model DataConnectorDataTypeCommon is now required
      info	[Changelog]   - Parameter state of model OfficeDataConnectorDataTypesExchange is now required
      info	[Changelog]   - Parameter state of model OfficeDataConnectorDataTypesSharePoint is now required
      info	[Changelog]   - Parameter state of model TIDataConnectorDataTypesIndicators is now required
      info	[Changelog]   - Parameter tenant_id of model DataConnectorTenantId is now required
      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
      info	[Changelog]   - Removed operation IncidentCommentsOperations.create_comment
      info	[Changelog]   - Removed operation IncidentCommentsOperations.list_by_incident
    ️⚠️ azure-sdk-for-js warning [Detail]
    • ⚠️Warning [Logs] Generate from 0bd49f6f28608266de1f5b788d36e4b60a7ad32d. 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] npm WARN deprecated 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] notice 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 0bd49f6f28608266de1f5b788d36e4b60a7ad32d. 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?

    @ghost ghost added the customer-reported Issues that are reported by GitHub users external to the Azure organization. label Dec 30, 2021
    @ghost
    Copy link

    ghost commented Dec 30, 2021

    Thank you for your contribution iKlotz! We will review the pull request and get back to you soon.

    @ghost
    Copy link

    ghost commented Dec 30, 2021

    CLA assistant check
    All CLA requirements met.

    @openapi-workflow-bot
    Copy link

    Hi @iKlotz, 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.

    @openapi-workflow-bot
    Copy link

    Hi, @iKlotz your PR are labelled with WaitForARMFeedback. A notification email will be sent out shortly afterwards to notify ARM review board(armapireview@microsoft.com).

    @jorgecotillo
    Copy link
    Contributor

    What is your base api? You failed to commit / push your base api as is as the first iteration, see the first bullet point from this link: https://armwiki.azurewebsites.net/rp_onboarding/process/api_review.html please abandon this PR, create a new one following the guideline from the above link.

    @jorgecotillo jorgecotillo added ARMSignedOff <valid label in PR review process>add this label when ARM approve updates after review and removed WaitForARMFeedback <valid label in PR review process> add this label when ARM review is required labels Jan 11, 2022
    @qiaozha
    Copy link
    Member

    qiaozha commented Jan 13, 2022

    What is your base api? You failed to commit / push your base api as is as the first iteration, see the first bullet point from this link: https://armwiki.azurewebsites.net/rp_onboarding/process/api_review.html please abandon this PR, create a new one following the guideline from the above link.

    @jorgecotillo Just want to double confirm is it expected to add the label ARMSignedOff for this PR based on the comment above ? If yes, Could you take a look at this PR again ? There're some new commits that add some new models to resolve model validation errors.

    @jorgecotillo
    Copy link
    Contributor

    What is your base api? You failed to commit / push your base api as is as the first iteration, see the first bullet point from this link: https://armwiki.azurewebsites.net/rp_onboarding/process/api_review.html please abandon this PR, create a new one following the guideline from the above link.

    @jorgecotillo Jorge Cotillo FTE Just want to double confirm is it expected to add the label ARMSignedOff for this PR based on the comment above ? If yes, Could you take a look at this PR again ? There're some new commits that add some new models to resolve model validation errors.

    Let me review the updated code, thanks for bringing it up.

    Also, to answer your question, the reason why this PR got signed off is because this PR got created via OpenAPI Hub which has a slightly different commit process and doesn't allow us to diff the base api vs the updates.

    @jorgecotillo
    Copy link
    Contributor

    Updates LGTM.

    @qiaozha
    Copy link
    Member

    qiaozha commented Jan 14, 2022

    @ArcturusZhang @msyyc Could you help to take a look at the Go SDK and Python SDK breaking change ? Thanks

    @leni-msft
    Copy link
    Contributor

    What is your base api? You failed to commit / push your base api as is as the first iteration, see the first bullet point from this link: https://armwiki.azurewebsites.net/rp_onboarding/process/api_review.html please abandon this PR, create a new one following the guideline from the above link.

    @jorgecotillo

            Jorge Cotillo
            FTE Jorge Cotillo FTE Just want to double confirm is it expected to add the label `ARMSignedOff` for this PR based on the comment above ? If yes, Could you take a look at this PR again ? There're some new commits that add some new models to resolve model validation errors.
    

    Let me review the updated code, thanks for bringing it up.

    Also, to answer your question, the reason why this PR got signed off is because this PR got created via OpenAPI Hub which has a slightly different commit process and doesn't allow us to diff the base api vs the updates.

    Hi @jorgecotillo, I guess you meant the Azure:dev-Sentinel-2021-10-01-preview branch is created via OpenAPI Hub, right? This PR doesn't seem to be so. And have you tried to use the API Specs Comparison Report Generator?+@honghr for further help.

    @qiaozha qiaozha merged commit eb4afae into Azure:dev-Sentinel-2021-10-01-preview Jan 14, 2022
    leni-msft pushed a commit that referenced this pull request Feb 7, 2022
    * Adds base for updating Microsoft.SecurityInsights from version preview/2021-09-01-preview to version 2021-10-01-preview
    
    * Updates readme
    
    * Updates API version in new specs and examples
    
    * Add IoT data connector (#17086)
    
    * add Iot data connector
    
    * fix kind in getIotById
    
    * add deleted files
    
    * add missing newlines
    
    * fix newlines
    
    * Revert "Add IoT data connector (#17086)" (#17170)
    
    This reverts commit a11dd79.
    
    * Adding providerIncidentUrl & techniques to IncidentAdditionalData (#17173)
    
    * Adding providerIncidentUrl to Incident
    
    * Adding techniques to incident
    
    * Dev sentinel 2021 10 01 preview (#17314)
    
    * Bookmarks 2021-10-01-preview
    
    * prettier
    
    * definitions
    
    * rename
    
    Co-authored-by: Igal Shapira <igshapir@microsoft.com>
    
    * Data connectors 2021 10 01 preview office connectors added (#17193)
    
    * Project and PowerBI specs added.
    
    * Space removed
    
    * File with a wrong name removed
    
    * More changer added
    
    * Example files with inconsistent naming removed
    
    * dataConnectors json updated
    
    * Ref fixed
    
    * Prettier applied
    
    Co-authored-by: Ido Klotz <idoklotz@microsoft.com>
    
    * AutomationRules preview 2021_10_01 (#17325)
    
    * h
    
    * first
    
    * examples
    
    * prettier
    
    * path
    
    * fixes
    
    * prettier
    
    * examples
    
    * Z
    
    * Z
    
    * responses
    
    * fix
    
    * fixes
    
    * fix
    
    * prettier
    
    * PR Fixes
    
    * PR Fixes
    
    * PR Fixes
    
    * fix
    
    * fix
    
    * fix
    
    * fix
    
    * Last
    
    * PR Fixes
    
    * Last
    
    * tryFix
    
    * tryFix
    
    * incidentTypes
    
    * fix
    
    Co-authored-by: Roy Reinhorn <roreinho@microsoft.com>
    
    * Add MITRE support to alert rules models (#17198)
    
    * Update alert rules models with tactics and techniques
    
    * Add attack tactics new enum values
    
    * Update alert rules models examples
    
    * Fix techniques type
    
    * Update files with prettier
    
    * Insert validations fixes
    
    * Fix validations
    
    * Fixes in alert rules models
    
    * Fix alert rules models and examples
    
    * adding changes to alert rules json
    
    * Revert "adding changes to alert rules json"
    
    This reverts commit 603490e.
    
    * Adding fusion v2 ui api documentation
    
    * some fixes
    
    * adding prettier fixes
    
    * removing unwanted property
    
    * updating the readonly properties
    
    Co-authored-by: Lilyan Cohen <licohen@microsoft.com>
    Co-authored-by: Vishal Kumar <viskumar@microsoft.com>
    
    * ErrorResponse changed to CloudError (#17477)
    
    Co-authored-by: Ido Klotz <idoklotz@microsoft.com>
    
    * Done (#17488)
    
    Co-authored-by: Roy Reinhorn <roreinho@microsoft.com>
    
    * Adding tenantId (#17533)
    
    Co-authored-by: Ido Klotz <idoklotz@microsoft.com>
    
    * Done (#17556)
    
    Co-authored-by: Roy Reinhorn <roreinho@microsoft.com>
    
    * Fix LindDiff and SemanticValidation (#17584)
    
    Co-authored-by: ShaniFelig <74960756+ShaniFelig@users.noreply.github.com>
    Co-authored-by: roherzbe <52486962+roherzbe@users.noreply.github.com>
    Co-authored-by: Igal <igal.shapira@gmail.com>
    Co-authored-by: Igal Shapira <igshapir@microsoft.com>
    Co-authored-by: Ido Klotz <idoklotz@gmail.com>
    Co-authored-by: Ido Klotz <idoklotz@microsoft.com>
    Co-authored-by: royrein <37300636+royrein@users.noreply.github.com>
    Co-authored-by: Roy Reinhorn <roreinho@microsoft.com>
    Co-authored-by: lilyanc02 <46589651+lilyanc02@users.noreply.github.com>
    Co-authored-by: Lilyan Cohen <licohen@microsoft.com>
    Co-authored-by: Vishal Kumar <viskumar@microsoft.com>
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    Approved-SdkBreakingChange-Python ARMSignedOff <valid label in PR review process>add this label when ARM approve updates after review CI-BreakingChange-Go-V2 customer-reported Issues that are reported by GitHub users external to the Azure organization.
    Projects
    None yet
    Development

    Successfully merging this pull request may close these issues.

    6 participants