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

[OperationalInsights] Workspace provisioningState was set to readOnly #17379

Merged

Conversation

dabenhamMic
Copy link
Contributor

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
      -[ ] 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.

alexeldeib and others added 30 commits May 4, 2021 16:12
* fix: agent pool vm size should be string, not enum

* fix: osDiskType default description for >= 2020-11-01
…n preview/2021-03-01-preview (Azure#13267)

* init

* fix format

* sync

* read only

* fix sample

* fix

Co-authored-by: Teng Pan <tepa@microsoft.com>
* storagesync readme t2 config

* storagesync readme.python t2 config
* Fixed hostname in the Offazure swaggers.

* added newest swagger from service repo. This contains PE changes too.

* rewritten swagger changes on existing swagger

* some fixes to swagger

* added examples.

* fixes

* edit

* edit.

* fixes

* minor fix

* edit

* edit

* edited default api version tag
* Remove preview from Weather API, remove X-Publish, and convert X-ms-enum ModelAsString to true

* Revert changes to package-lock.json

* Fix spelling error
…e#13787)

* Added Azure Object Anchors error code field to IngestionProperties

* Fixed spacing in example

* Moved changes to new version

* Addressed version mismatch, spacing

* Fixed versions on examples

* Readonly error code

* Seeing if readonly error code is breaking

* Revert "Seeing if readonly error code is breaking"

This reverts commit c0b16f0.

* Model error code as string

* Renamed examples to asset conversion nomenclature

* Fixed rename issues
* Fixed issue Azure#9593

* Removed redundant PrivateEndpointConnectionProperties attribute
…on stable/2019-05-01 (Azure#13800)

* Fixed Swagger Validation Errors

* Fixed Model Validation
…rsion stable/2019-11-01 (Azure#13788)

* Fixed Swagger Validation Errors

* Fixed Type

* Fixed Type

* Fixed Setting Properties

* Fixed Punctuation

* Removed Item

* Added Items Properties

* Fixed Required Property
…re#13490)

* Added Microsoft.AppConfiguration 2021-03-01-preview API version.

* Add system metadata to tracked resources in "Microsoft.AppConfiguration".
Updated ConfigurationStore to reference the common tracked resource type definition.

* Added disableLocalAuth property.

* Add new api version swagger to readme.

* Added/updated examples and added suppressions for standardized APIs.

* Fixed prettier.
* update required fields

* update required fields
* Explicitly define KeyCreationTime

Explicitly define KeyCreationTime

* Fix KeyCreationTime Example

Fix KeyCreationTime Example
* Add Microsoft.M365SecurityAndCompliance RP

* fix datetime and common-types file path

* update common-types file path

* add preview path in readmego

* replace stable with preview

* remove duplicate tags

* refer MIPPolicySync json in readme
* Adds base for updating Microsoft.KeyVault from version preview/2020-04-01-preview to version 2021-04-01-preview

* Updates readme

* Updates API version in new specs and examples

* Open API change for Managed Hsm private endpoints feature (Azure#12938)

* Open API change for Managed Hsm private endpoints feature

* Fixing spell check errors

* Fixing spell check errors

* Prettier fixes

* Fixing swagger validation errors

* Fixing systemData property reference

* Adding publicNetworkAccess property based on private endpoint requirement.

* GET responses following a successful DELETE should be returning 404. … (Azure#13054)

* GET responses following a successful DELETE should be returning 404. Only the DELETE response is to return 204 if the resource didn't exist (it allows idempotent deletes).

(cherry picked from commit b752a19)

* Removing 404 as it is taken care by default response.

* Added new routes for Deleted ManagedHsm for Soft Delete Feature (Azure#13282)

* Added new routes for Deleted ManagedHsm and examples, updated ManagedHsm definition to include PurgeDateTimeUTC

* Fixing validation issues.

* Fixing errors in properties in example jsons

* Delete keyvault.json

Deleted an errant json file

* Fixed misspelling of property in examples

* Fixed x-ms-examples naming, fixed camelcasing

* Addressing comments in PR to make 204s 404s and also changing PurgeDateTimeUTC to scheduledPurgeDate

* Added schema definitions for 404

* Removed 200 for purge

Co-authored-by: Soohwan Kim <sookim@microsoft.com>

* Addressing Comments for PR 13585 (Azure#13586)

* Removed 404s to allow requests to fall through to default

* Removing 404s from examples

Co-authored-by: Soohwan Kim <sookim@microsoft.com>

* Added deletedmanagedhsm object to examples and managedhsm.json (Azure#13591)

* Added deletedmanagedhsm object to examples and managedhsm.json

* Fixing error in references to correct values

* Changed vaultId to mhsmId in exmaples

Co-authored-by: Soohwan Kim <sookim@microsoft.com>

* Try to use the common type for SystemData (Azure#13723)

* Add SystemData property for KeyVault

* 04012021 fix schema (Azure#13749)

* Resolving conflict with custom-words.txt

* Add 2021 preview to azureresourcechema, add suppression to readme

* Add 2021 preview to azureresourcechema

* Merging custom-words.txt

Co-authored-by: Soohwan Kim <sookim@microsoft.com>

* Add missing default error response (Azure#13762)

* Fix Lint error (Azure#13765)

* Add missing default error response

* Update the integer format to fix Lint error

* Add securityDefinitions

* Added python tag for 2021 preview (Azure#13805)

Co-authored-by: Soohwan Kim <sookim@microsoft.com>

* Fixing linting errors for MHSM R4036 - ImplementPrivateEndpointAPIs (Azure#13822)

* Fixing linting errors for MHSM R4036 - ImplementPrivateEndpointAPIs

(cherry picked from commit c1c5aeb)

* prettier fix

* Add suppression for SystemData (Azure#13835)

* Add suppression for SystemData

* Fix linting error R4036 - ImplementPrivateEndpointAPIs

* specify the suppression for SystemData

* Revert "specify the suppression for SystemData"

This reverts commit cbebab8.

Co-authored-by: jiacheng-L <71623842+jiacheng-L@users.noreply.github.com>
Co-authored-by: kim-soohwan <40476315+kim-soohwan@users.noreply.github.com>
Co-authored-by: Soohwan Kim <sookim@microsoft.com>
Co-authored-by: Arthur Ning <57385816+akning-ms@users.noreply.github.com>
* hybridnetwork only track2 configure

* remodify

* namespace del

Co-authored-by: Yan Zhang (WICRESOFT NORTH AMERICA LTD) <v-yanzhang@microsoft.com>
Co-authored-by: Your Name <you@example.com>
* copy files from previous version

* add device principal type, update versions

* fix

* system data requirement
… v2 in DeviceUpdate (Azure#13750)

* Update deviceupdate.json

* Update deviceupdate.json

* Add files via upload

* Update deviceupdate.json

* Update deviceupdate.json

* Update Accounts_Update.json

* Update Accounts_Create.json

* Update Instances_Create.json

* Update deviceupdate.json

* Linux line ending

* Update CheckNameAvailability_AlreadyExists.json

* Update CheckNameAvailability_Available.json

* Update CheckNameAvailability_AlreadyExists.json

* Update CheckNameAvailability_Available.json

* Update CheckNameAvailability_AlreadyExists.json

* Update CheckNameAvailability_Available.json

* Update deviceupdate.json

* Update deviceupdate.json
Updating list of Azure Cognitive Search team members
…zure#13811)

* Adding version 2021-03-01-preview (copy of previous version)

* Adding new metadata property

* Adding uiDefinition property.

* Update uiDefinition name to uiFormDefinition (per a change by the service feature author). No change to functionality.

* Template Specs: Renaming template to "mainTemplate" and changing "artifacts" to be more specific "linkedTemplates".
* Copy existing preview version

* Changes to databoxedge json file

* Update readme files

* Correct Spell Check

* Fix Readme.go error

* Update examples
@openapi-workflow-bot
Copy link

Hi, @dabenhamMic 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 17, 2022

    Swagger Validation Report

    ️❌BreakingChange: 1 Errors, 0 Warnings failed [Detail]
    Rule Message
    1029 - ReadonlyPropertyChanged The read only property has changed from 'false' to 'true'.
    New: Microsoft.OperationalInsights/preview/2021-12-01-preview/Workspaces.json#L511:9
    Old: Microsoft.OperationalInsights/preview/2021-12-01-preview/Workspaces.json#L511:9
    ️⚠️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
    R3021 - PathResourceTypeNameCamelCase Resource type naming must follow camel case. Path: '/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/intelligencePacks/{intelligencePackName}/Disable'
    Location: Microsoft.OperationalInsights/stable/2020-08-01/IntelligencePacks.json#L37
    R3021 - PathResourceTypeNameCamelCase Resource type naming must follow camel case. Path: '/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/intelligencePacks/{intelligencePackName}/Enable'
    Location: Microsoft.OperationalInsights/stable/2020-08-01/IntelligencePacks.json#L78
    R4010 - RequiredDefaultResponse The response is defined but without a default error response implementation.Consider adding it.'
    Location: Microsoft.OperationalInsights/stable/2020-08-01/DataSources.json#L79
    R4010 - RequiredDefaultResponse The response is defined but without a default error response implementation.Consider adding it.'
    Location: Microsoft.OperationalInsights/stable/2020-08-01/DataSources.json#L126
    R4010 - RequiredDefaultResponse The response is defined but without a default error response implementation.Consider adding it.'
    Location: Microsoft.OperationalInsights/stable/2020-08-01/DataSources.json#L167
    R4010 - RequiredDefaultResponse The response is defined but without a default error response implementation.Consider adding it.'
    Location: Microsoft.OperationalInsights/stable/2020-08-01/DataSources.json#L217
    R4010 - RequiredDefaultResponse The response is defined but without a default error response implementation.Consider adding it.'
    Location: Microsoft.OperationalInsights/stable/2020-08-01/IntelligencePacks.json#L71
    R4010 - RequiredDefaultResponse The response is defined but without a default error response implementation.Consider adding it.'
    Location: Microsoft.OperationalInsights/stable/2020-08-01/IntelligencePacks.json#L112
    R4010 - RequiredDefaultResponse The response is defined but without a default error response implementation.Consider adding it.'
    Location: Microsoft.OperationalInsights/stable/2020-08-01/IntelligencePacks.json#L146
    R4010 - RequiredDefaultResponse The response is defined but without a default error response implementation.Consider adding it.'
    Location: Microsoft.OperationalInsights/stable/2020-08-01/LinkedServices.json#L79
    R4010 - RequiredDefaultResponse The response is defined but without a default error response implementation.Consider adding it.'
    Location: Microsoft.OperationalInsights/stable/2020-08-01/LinkedServices.json#L130
    R4010 - RequiredDefaultResponse The response is defined but without a default error response implementation.Consider adding it.'
    Location: Microsoft.OperationalInsights/stable/2020-08-01/LinkedServices.json#L178
    R4010 - RequiredDefaultResponse The response is defined but without a default error response implementation.Consider adding it.'
    Location: Microsoft.OperationalInsights/stable/2020-08-01/LinkedServices.json#L214
    R4010 - RequiredDefaultResponse The response is defined but without a default error response implementation.Consider adding it.'
    Location: Microsoft.OperationalInsights/stable/2020-08-01/LinkedStorageAccounts.json#L75
    R4010 - RequiredDefaultResponse The response is defined but without a default error response implementation.Consider adding it.'
    Location: Microsoft.OperationalInsights/stable/2020-08-01/LinkedStorageAccounts.json#L112
    R4010 - RequiredDefaultResponse The response is defined but without a default error response implementation.Consider adding it.'
    Location: Microsoft.OperationalInsights/stable/2020-08-01/LinkedStorageAccounts.json#L146
    R4010 - RequiredDefaultResponse The response is defined but without a default error response implementation.Consider adding it.'
    Location: Microsoft.OperationalInsights/stable/2020-08-01/LinkedStorageAccounts.json#L177
    R4010 - RequiredDefaultResponse The response is defined but without a default error response implementation.Consider adding it.'
    Location: Microsoft.OperationalInsights/stable/2020-08-01/ManagementGroups.json#L63
    R4010 - RequiredDefaultResponse The response is defined but without a default error response implementation.Consider adding it.'
    Location: Microsoft.OperationalInsights/stable/2020-08-01/OperationStatuses.json#L71
    R4010 - RequiredDefaultResponse The response is defined but without a default error response implementation.Consider adding it.'
    Location: Microsoft.OperationalInsights/stable/2020-08-01/SharedKeys.json#L63
    R4010 - RequiredDefaultResponse The response is defined but without a default error response implementation.Consider adding it.'
    Location: Microsoft.OperationalInsights/stable/2020-08-01/SharedKeys.json#L99
    R4010 - RequiredDefaultResponse The response is defined but without a default error response implementation.Consider adding it.'
    Location: Microsoft.OperationalInsights/stable/2020-08-01/Usages.json#L63
    R4010 - RequiredDefaultResponse The response is defined but without a default error response implementation.Consider adding it.'
    Location: Microsoft.OperationalInsights/stable/2020-08-01/StorageInsightConfigs.json#L79
    R4010 - RequiredDefaultResponse The response is defined but without a default error response implementation.Consider adding it.'
    Location: Microsoft.OperationalInsights/stable/2020-08-01/StorageInsightConfigs.json#L126
    R4010 - RequiredDefaultResponse The response is defined but without a default error response implementation.Consider adding it.'
    Location: Microsoft.OperationalInsights/stable/2020-08-01/StorageInsightConfigs.json#L167
    R4010 - RequiredDefaultResponse The response is defined but without a default error response implementation.Consider adding it.'
    Location: Microsoft.OperationalInsights/stable/2020-08-01/StorageInsightConfigs.json#L203
    R4010 - RequiredDefaultResponse The response is defined but without a default error response implementation.Consider adding it.'
    Location: Microsoft.OperationalInsights/stable/2020-08-01/SavedSearches.json#L70
    R4010 - RequiredDefaultResponse The response is defined but without a default error response implementation.Consider adding it.'
    Location: Microsoft.OperationalInsights/stable/2020-08-01/SavedSearches.json#L117
    R4010 - RequiredDefaultResponse The response is defined but without a default error response implementation.Consider adding it.'
    Location: Microsoft.OperationalInsights/stable/2020-08-01/SavedSearches.json#L158
    R4010 - RequiredDefaultResponse The response is defined but without a default error response implementation.Consider adding it.'
    Location: Microsoft.OperationalInsights/stable/2020-08-01/SavedSearches.json#L194
    ️⚠️Avocado: 1 Warnings warning [Detail]
    Rule Message
    ⚠️ MULTIPLE_API_VERSION The default tag contains multiple API versions swaggers.
    readme: specification/operationalinsights/resource-manager/readme.md
    tag: specification/operationalinsights/resource-manager/readme.md#tag-package-2021-12-01-preview
    ️️✔️~[Staging] ApiReadinessCheck succeeded [Detail] [Expand]
    ️️✔️ModelValidation succeeded [Detail] [Expand]
    Validation passes for ModelValidation.
    ️️✔️SemanticValidation succeeded [Detail] [Expand]
    Validation passes for SemanticValidation.
    ️️✔️Cross-Version Breaking Changes succeeded [Detail] [Expand]
    There are no breaking changes.
    ️️✔️CredScan succeeded [Detail] [Expand]
    There is no credential detected.
    ️️✔️SDK Track2 Validation succeeded [Detail] [Expand]
    Validation passes for SDKTrack2Validation

    ️️✔️PrettierCheck succeeded [Detail] [Expand]
    Validation passes for PrettierCheck.
    ️️✔️SpellCheck succeeded [Detail] [Expand]
    Validation passes for SpellCheck.
    ️️✔️Lint(RPaaS) succeeded [Detail] [Expand]
    Validation passes for Lint(RPaaS).
    Posted by Swagger Pipeline | How to fix these errors?

    @openapi-pipeline-app
    Copy link

    openapi-pipeline-app bot commented Jan 17, 2022

    Swagger Generation Artifacts

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

    Breaking Changes Tracking

    ️✔️azure-sdk-for-go-track2 - armoperationalinsights - 0.3.1
    azure-sdk-for-python-track2 - track2_azure-mgmt-loganalytics - 12.0.0
    azure-sdk-for-go - operationalinsights/mgmt/2020-10-01/operationalinsights - v61.2.0
    +	Field `MaxCapacityReservationLevel` of struct `WorkspaceSku` has been removed
    +	Field `MaxCapacity` of struct `CapacityReservationProperties` has been removed
    azure-sdk-for-go - operationalinsights/mgmt/2020-08-01/operationalinsights - v61.2.0
    +	Field `AdditionalInfo` of struct `ErrorResponse` has been removed
    +	Field `Code` of struct `ErrorResponse` has been removed
    +	Field `Details` of struct `ErrorResponse` has been removed
    +	Field `Message` of struct `ErrorResponse` has been removed
    +	Field `Target` of struct `ErrorResponse` has been removed
    +	Function `ErrorResponse.MarshalJSON` has been removed
    +	Struct `ClusterErrorResponse` has been removed
    +	Struct `DataExportErrorResponse` has been removed
    +	Struct `ErrorContract` has been removed
    ️✔️azure-sdk-for-go - operationalinsights/mgmt/2015-03-20/operationalinsights - v61.2.0
    ️✔️azure-sdk-for-go - preview/operationalinsights/mgmt/2021-12-01-preview/operationalinsights - v61.2.0
    ️✔️azure-sdk-for-go - preview/operationalinsights/mgmt/2020-03-01-preview/operationalinsights - v61.2.0
    ️✔️azure-sdk-for-go - preview/operationalinsights/mgmt/2015-11-01-preview/operationalinsights - v61.2.0
    azure-sdk-for-js - track2_@azure/arm-operationalinsights - 9.0.0-beta.1
    ️❌ azure-sdk-for-net failed [Detail]
    • Failed [Logs]Release - Generate from 2783f2c. 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/operationalinsights/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
      cmderr	[Autorest] ERROR: Schema violation: Additional properties not allowed: x-ms-identifiers
      cmderr	[Autorest]     - file:///home/vsts/work/1/s/azure-rest-api-specs/specification/common-types/resource-management/v2/types.json:316:8 ($.definitions.ErrorDetail.properties.additionalInfo)
      cmderr	[Autorest] ERROR: Schema violation: Additional properties not allowed: x-ms-identifiers
      cmderr	[Autorest]     - file:///home/vsts/work/1/s/azure-rest-api-specs/specification/common-types/resource-management/v2/types.json:304:8 ($.definitions.ErrorDetail.properties.details)
      cmderr	[Autorest] FATAL: swagger-document/individual/schema-validator - FAILED
      cmderr	[Autorest] FATAL: Error: [OperationAbortedException] Error occurred. Exiting.
      cmderr	[Autorest] Process() cancelled due to exception : [OperationAbortedException] Error occurred. Exiting.
      error	Script return with result [failed] code [1] signal [null] cwd [azure-sdk-for-net]: autorest
      warn	Skip package processing as generation is failed
    ️❌ azure-sdk-for-go failed [Detail]
    • Failed [Logs]Release - Generate from 2783f2c. 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
      cmderr	[generator automation] [AUTOREST] ERROR: Schema violation: Additional properties not allowed: x-ms-identifiers
      cmderr	[generator automation] [AUTOREST]     - file:///home/vsts/work/1/s/azure-rest-api-specs/specification/common-types/resource-management/v2/types.json:316:8 ($.definitions.ErrorDetail.properties.additionalInfo)
      cmderr	[generator automation] [AUTOREST] ERROR: Schema violation: Additional properties not allowed: x-ms-identifiers
      cmderr	[generator automation] [AUTOREST]     - file:///home/vsts/work/1/s/azure-rest-api-specs/specification/common-types/resource-management/v2/types.json:304:8 ($.definitions.ErrorDetail.properties.details)
      cmderr	[generator automation] [AUTOREST] FATAL: swagger-document/individual/schema-validator - FAILED
      cmderr	[generator automation] [AUTOREST] FATAL: Error: [OperationAbortedException] Error occurred. Exiting.
      cmderr	[generator automation] [AUTOREST] Process() cancelled due to exception : [OperationAbortedException] Error occurred. Exiting.
      cmderr	[generator automation] [AUTOREST] ERROR: Schema violation: Additional properties not allowed: x-ms-identifiers
      cmderr	[generator automation] [AUTOREST]     - file:///home/vsts/work/1/s/azure-rest-api-specs/specification/common-types/resource-management/v2/types.json:316:8 ($.definitions.ErrorDetail.properties.additionalInfo)
      cmderr	[generator automation] [AUTOREST] ERROR: Schema violation: Additional properties not allowed: x-ms-identifiers
      cmderr	[generator automation] [AUTOREST]     - file:///home/vsts/work/1/s/azure-rest-api-specs/specification/common-types/resource-management/v2/types.json:304:8 ($.definitions.ErrorDetail.properties.details)
      cmderr	[generator automation] [AUTOREST] FATAL: swagger-document/individual/schema-validator - FAILED
      cmderr	[generator automation] [AUTOREST] FATAL: Error: [OperationAbortedException] Error occurred. Exiting.
      cmderr	[generator automation] [AUTOREST] Process() cancelled due to exception : [OperationAbortedException] Error occurred. Exiting.
      cmderr	[generator automation] [AUTOREST] ERROR: Schema violation: Additional properties not allowed: x-ms-identifiers
      cmderr	[generator automation] [AUTOREST]     - file:///home/vsts/work/1/s/azure-rest-api-specs/specification/common-types/resource-management/v2/types.json:316:8 ($.definitions.ErrorDetail.properties.additionalInfo)
      cmderr	[generator automation] [AUTOREST] ERROR: Schema violation: Additional properties not allowed: x-ms-identifiers
      cmderr	[generator automation] [AUTOREST]     - file:///home/vsts/work/1/s/azure-rest-api-specs/specification/common-types/resource-management/v2/types.json:304:8 ($.definitions.ErrorDetail.properties.details)
      cmderr	[generator automation] [AUTOREST] FATAL: swagger-document/individual/schema-validator - FAILED
      cmderr	[generator automation] [AUTOREST] FATAL: Error: [OperationAbortedException] Error occurred. Exiting.
      cmderr	[generator automation] [AUTOREST] Process() cancelled due to exception : [OperationAbortedException] Error occurred. Exiting.
      cmderr	[generator automation] [ERROR] total 3 error(s):
      cmderr	[generator automation] [ERROR] failed to execute autorest: autorest error with arguments '--use=@microsoft.azure/autorest.go@2.1.187, --go, --verbose, --go-sdk-folder=., --use-onever, --version=V2, --go.license-header=MICROSOFT_MIT_NO_VERSION, --pass-thru:schema-validator-swagger, --tag=package-2021-12-01-preview, --metadata-output-folder=/home/vsts/work/1/s/azure-sdk-for-go_tmp/generation-metadata-1644287391/package-2021-12-01-preview, ../../../../../azure-rest-api-specs/specification/operationalinsights/resource-manager/readme.md':
      cmderr	[generator automation] [ERROR] exit status 1
      cmderr	[generator automation] [ERROR] failed to execute autorest: autorest error with arguments '--use=@microsoft.azure/autorest.go@2.1.187, --go, --verbose, --go-sdk-folder=., --use-onever, --version=V2, --go.license-header=MICROSOFT_MIT_NO_VERSION, --pass-thru:schema-validator-swagger, --tag=package-2020-10, --metadata-output-folder=/home/vsts/work/1/s/azure-sdk-for-go_tmp/generation-metadata-1644287394/package-2020-10, ../../../../../azure-rest-api-specs/specification/operationalinsights/resource-manager/readme.md':
      cmderr	[generator automation] [ERROR] exit status 1
      cmderr	[generator automation] [ERROR] failed to execute autorest: autorest error with arguments '--use=@microsoft.azure/autorest.go@2.1.187, --go, --verbose, --go-sdk-folder=., --use-onever, --version=V2, --go.license-header=MICROSOFT_MIT_NO_VERSION, --pass-thru:schema-validator-swagger, --tag=package-2020-08, --metadata-output-folder=/home/vsts/work/1/s/azure-sdk-for-go_tmp/generation-metadata-1644287399/package-2020-08, ../../../../../azure-rest-api-specs/specification/operationalinsights/resource-manager/readme.md':
      cmderr	[generator automation] [ERROR] exit status 1
      error	Script return with result [failed] code [1] signal [null] cwd [azure-sdk-for-go/src/github.com/Azure/azure-sdk-for-go]: generator automation
      warn	Skip package processing as generation is failed
    ️️✔️ azure-sdk-for-go-track2 succeeded [Detail] [Expand]
    • ️✔️Succeeded [Logs]Release - Generate from 2783f2c. 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
    • ️✔️armoperationalinsights [View full logs]  [Release SDK Changes] Breaking Change Detected
      info	[Changelog] ### Breaking Changes
      info	[Changelog]
      info	[Changelog] - Type of `DataSource.Properties` has been changed from `map[string]interface{}` to `interface{}`
      info	[Changelog] - Type of `ErrorAdditionalInfo.Info` has been changed from `map[string]interface{}` to `interface{}`
      info	[Changelog] - Struct `DataSourceFilter` has been removed
      info	[Changelog]
      info	[Changelog] Total 4 breaking change(s), 0 additive change(s).
    ️⚠️ azure-sdk-for-python-track2 warning [Detail]
    • ⚠️Warning [Logs]Release - Generate from 2783f2c. 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]
      cmderr	[automation_generate.sh] npm notice New minor version of npm available! 8.1.2 -> 8.4.1
      cmderr	[automation_generate.sh] npm notice Changelog: <https://github.com/npm/cli/releases/tag/v8.4.1>
      cmderr	[automation_generate.sh] npm notice Run `npm install -g npm@8.4.1` to update!
      cmderr	[automation_generate.sh] npm notice
    • ️✔️track2_azure-mgmt-loganalytics [View full logs]  [Release SDK Changes]
      info	[Changelog]
    ️⚠️ azure-sdk-for-js warning [Detail]
    • ⚠️Warning [Logs]Release - Generate from 2783f2c. 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]  deprecated read-package-tree@5.1.6: The functionality that this package provided is now in @npmcli/arborist
      cmderr	[automation_init.sh] deprecated 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]  @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] 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-operationalinsights [View full logs]  [Release SDK Changes] Breaking Change Detected
      info	[Changelog] **Features**
      info	[Changelog]
      info	[Changelog]   - Added operation group SchemaOperations
      info	[Changelog]   - Added operation Tables.beginCreateOrUpdate
      info	[Changelog]   - Added operation Tables.beginCreateOrUpdateAndWait
      info	[Changelog]   - Added operation Tables.beginDelete
      info	[Changelog]   - Added operation Tables.beginDeleteAndWait
      info	[Changelog]   - Added operation Tables.beginUpdate
      info	[Changelog]   - Added operation Tables.beginUpdateAndWait
      info	[Changelog]   - Added Interface Column
      info	[Changelog]   - Added Interface RestoredLogs
      info	[Changelog]   - Added Interface ResultStatistics
      info	[Changelog]   - Added Interface Schema
      info	[Changelog]   - Added Interface SearchResults
      info	[Changelog]   - Added Interface SystemData
      info	[Changelog]   - Added Interface TablesCreateOrUpdateOptionalParams
      info	[Changelog]   - Added Interface TablesDeleteOptionalParams
      info	[Changelog]   - Added Type Alias ColumnDataTypeHintEnum
      info	[Changelog]   - Added Type Alias ColumnTypeEnum
      info	[Changelog]   - Added Type Alias CreatedByType
      info	[Changelog]   - Added Type Alias ProvisioningStateEnum
      info	[Changelog]   - Added Type Alias SourceEnum
      info	[Changelog]   - Added Type Alias TablePlanEnum
      info	[Changelog]   - Added Type Alias TablesCreateOrUpdateResponse
      info	[Changelog]   - Added Type Alias TableSubTypeEnum
      info	[Changelog]   - Added Type Alias TableTypeEnum
      info	[Changelog]   - Interface TablesUpdateOptionalParams has a new optional parameter resumeFrom
      info	[Changelog]   - Interface TablesUpdateOptionalParams has a new optional parameter updateIntervalInMs
      info	[Changelog]   - Class OperationalInsightsManagementClient has a new parameter schemaOperations
      info	[Changelog]   - Type Alias Table has a new parameter systemData
      info	[Changelog]   - Type Alias Table has a new parameter totalRetentionInDays
      info	[Changelog]   - Type Alias Table has a new parameter archiveRetentionInDays
      info	[Changelog]   - Type Alias Table has a new parameter searchResults
      info	[Changelog]   - Type Alias Table has a new parameter restoredLogs
      info	[Changelog]   - Type Alias Table has a new parameter resultStatistics
      info	[Changelog]   - Type Alias Table has a new parameter plan
      info	[Changelog]   - Type Alias Table has a new parameter lastPlanModifiedDate
      info	[Changelog]   - Type Alias Table has a new parameter schema
      info	[Changelog]   - Type Alias Table has a new parameter provisioningState
      info	[Changelog]   - Type Alias Workspace has a new parameter systemData
      info	[Changelog]   - Type Alias Workspace has a new parameter defaultDataCollectionRuleResourceId
      info	[Changelog]   - Type Alias WorkspacePatch has a new parameter defaultDataCollectionRuleResourceId
      info	[Changelog]   - Added Enum KnownColumnDataTypeHintEnum
      info	[Changelog]   - Added Enum KnownColumnTypeEnum
      info	[Changelog]   - Added Enum KnownCreatedByType
      info	[Changelog]   - Added Enum KnownProvisioningStateEnum
      info	[Changelog]   - Added Enum KnownSourceEnum
      info	[Changelog]   - Added Enum KnownTablePlanEnum
      info	[Changelog]   - Added Enum KnownTableSubTypeEnum
      info	[Changelog]   - Added Enum KnownTableTypeEnum
      info	[Changelog]
      info	[Changelog] **Breaking Changes**
      info	[Changelog]
      info	[Changelog]   - Removed operation group Schema
      info	[Changelog]   - Removed operation Tables.create
      info	[Changelog]   - Removed operation Tables.update
      info	[Changelog]   - Class OperationalInsightsManagementClient no longer has parameter schema
      info	[Changelog]   - Type Alias Table no longer has parameter isTroubleshootingAllowed
      info	[Changelog]   - Type Alias Table no longer has parameter isTroubleshootEnabled
      info	[Changelog]   - Type Alias Table no longer has parameter lastTroubleshootDate
    ️⚠️ azure-sdk-for-java warning [Detail]
    • ⚠️Warning [Logs]Release - Generate from 2783f2c. SDK Automation 14.0.0
      command	./eng/mgmt/automation/init.sh ../azure-sdk-for-java_tmp/initInput.json ../azure-sdk-for-java_tmp/initOutput.json
      command	./eng/mgmt/automation/generate.py ../azure-sdk-for-java_tmp/generateInput.json ../azure-sdk-for-java_tmp/generateOutput.json
      cmderr	[generate.py] 2022-02-08 02:29:25 INFO [VERSION][Found] current version "com.azure.resourcemanager:azure-resourcemanager-loganalytics;1.0.0-beta.2;1.0.0-beta.3"
      cmderr	[generate.py] 2022-02-08 02:29:25 INFO [VERSION][Not Found] cannot find stable version, current version "1.0.0-beta.3"
      cmderr	[generate.py] 2022-02-08 02:29:25 INFO autorest --version=3.6.6 --use=@autorest/java@4.0.47 --java.azure-libraries-for-java-folder=/home/vsts/work/1/s/azure-sdk-for-java --java.output-folder=/home/vsts/work/1/s/azure-sdk-for-java/sdk/loganalytics/azure-resourcemanager-loganalytics --java.namespace=com.azure.resourcemanager.loganalytics   --java --pipeline.modelerfour.additional-checks=false --pipeline.modelerfour.lenient-model-deduplication=true --azure-arm --verbose --sdk-integration --generate-samples --fluent=lite --java.fluent=lite --java.license-header=MICROSOFT_MIT_SMALL  ../azure-rest-api-specs/specification/operationalinsights/resource-manager/readme.md
      cmderr	[generate.py] 2022-02-08 02:29:59 INFO [CI][Skip] ci.yml already has module azure-resourcemanager-loganalytics
      cmderr	[generate.py] 2022-02-08 02:29:59 INFO [POM][Process] dealing with pom.xml
      cmderr	[generate.py] 2022-02-08 02:29:59 INFO [POM][Skip] pom already has module azure-resourcemanager-loganalytics
      cmderr	[generate.py] 2022-02-08 02:29:59 INFO [POM][Success] Write to pom.xml
      cmderr	[generate.py] 2022-02-08 02:29:59 INFO [POM][Process] dealing with root pom
      cmderr	[generate.py] 2022-02-08 02:29:59 INFO [POM][Skip] pom already has module sdk/loganalytics
      cmderr	[generate.py] 2022-02-08 02:29:59 INFO [POM][Success] Write to root pom
    • ️✔️azure-resourcemanager-loganalytics [View full logs]  [Release SDK Changes]
      cmderr	[Inst] 2022-02-08 02:32:07 DEBUG Got artifact_id: azure-resourcemanager-loganalytics
      cmderr	[Inst] 2022-02-08 02:32:07 DEBUG Got artifact: pom.xml
      cmderr	[Inst] 2022-02-08 02:32:07 DEBUG Got artifact: azure-resourcemanager-loganalytics-1.0.0-beta.3-sources.jar
      cmderr	[Inst] 2022-02-08 02:32:07 DEBUG Got artifact: azure-resourcemanager-loganalytics-1.0.0-beta.3.jar
      cmderr	[Inst] 2022-02-08 02:32:07 DEBUG Match jar package: azure-resourcemanager-loganalytics-1.0.0-beta.3.jar
      cmderr	[Inst] 2022-02-08 02:32:07 DEBUG output: {"full": "```sh\ncurl -L \"https://portal.azure-devex-tools.com/api/sdk-dl-pub?p=Azure/17379/azure-sdk-for-java/azure-resourcemanager-loganalytics/azure-resourcemanager-loganalytics-1.0.0-beta.3.jar\" -o azure-resourcemanager-loganalytics-1.0.0-beta.3.jar\nmvn install:install-file -DgroupId=com.azure.resourcemanager -DartifactId=azure-resourcemanager-loganalytics -Dversion=1.0.0-beta.0 -Dfile=azure-resourcemanager-loganalytics-1.0.0-beta.3.jar -Dpackaging=jar -DgeneratePom=true
      ```"}
    ️⚠️ azure-resource-manager-schemas warning [Detail]
    • ⚠️Warning [Logs]Release - Generate from 2783f2c. 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
    • ️✔️operationalinsights [View full logs]  [Release Schema Changes]
    ️❌ azure-powershell failed [Detail]
    • Failed [Logs]Release - Generate from 2783f2c. SDK Automation 14.0.0
      command	sh ./tools/SwaggerCI/init.sh ../azure-powershell_tmp/initInput.json ../azure-powershell_tmp/initOutput.json
      command	pwsh ./tools/SwaggerCI/psci.ps1 ../azure-powershell_tmp/generateInput.json ../azure-powershell_tmp/generateOutput.json
      the given reference name 'refs/heads/sdkAuto/Az.' is not valid
      Error: the given reference name 'refs/heads/sdkAuto/Az.' is not valid
    • ⚠️Az. [View full logs
      error	Fatal error: the given reference name 'refs/heads/sdkAuto/Az.' is not valid
      error	The following packages are still pending:
      error		Az.
    Posted by Swagger Pipeline | How to fix these errors?

    @openapi-workflow-bot
    Copy link

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

    @dabenhamMic
    Copy link
    Contributor Author

    @akning-ms added a beaking change request: https://msazure.visualstudio.com/One/_workitems/edit/13086521
    Workspace provisioningState is and always was readOnly , added it to swagger to reflect backend

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

    @akning-ms can this pr be approved and merged?

    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment