Skip to content

Conversation

@LinglingTong
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

About this Change

APIs will need to start indicating item uniqueness in arrays. By default, uniqueness is the string property called "id" of items in an array. When that property does not exist, the x-ms-identifiers extension property must be used to specify the identifying property(s) or lack thereof. This pull request is my best guess effort to ease resource providers into the new requirement before it becomes enforced. Compliance and accuracy will need to be owned and maintained by the resource provider going forward.

See https://github.com/Azure/autorest/tree/main/docs/extensions#x-ms-identifiers.

You can also make changes after this PR is checked in. At this point, this annotation is only used by Change Analysis for change computation, so making changes afterwards shouldn’t be a breaking change.


  1. 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.
  2. When do you expect to publish the swagger? Please provide date or, the the date is not yet available, the month.
  3. If updating an existing version, please select the specific language SDKs and CLIs that must be refreshed after the swagger is published.
    • SDK of .NET (need service team to ensure code readiness)
    • SDK of Python
    • SDK of Java
    • SDK of Js
    • SDK of Go
    • PowerShell
    • CLI
    • Terraform
    • No refresh required for updates in this PR

Contribution checklist:

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

ARM API Review Checklist

Applicability: ⚠️

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

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

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

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

    • Adding a new service
    • Adding new API(s)
    • Adding a new API version
      -[ ] To review changes efficiently, ensure you are using OpenAPIHub to initialize the PR for adding a new version. More details, refer to the wiki.
  • Ensure you've reviewed following guidelines including ARM resource provider contract and REST guidelines. Estimated time (4 hours). This is required before you can request review from ARM API Review board.

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

Breaking Change Review Checklist

If any of the following scenarios apply to the PR, request approval from the Breaking Change Review Board as defined in the Breaking Change Policy.

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

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

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

@openapi-pipeline-app
Copy link

openapi-pipeline-app bot commented Feb 23, 2022

Swagger Validation Report

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

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

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

Rule Message
D5001 - XmsExamplesRequired Please provide x-ms-examples describing minimum/maximum property set for response/request payloads for operations.
Location: Microsoft.PowerBI/stable/2016-01-29/powerbiembedded.json#L18
R2005 - LongRunningResponseStatusCode A 'DELETE' operation 'WorkspaceCollections_delete' with x-ms-long-running-operation extension must have a valid terminal success status code 200 or 204.
Location: Microsoft.PowerBI/stable/2016-01-29/powerbiembedded.json#L186
R2020 - RequiredPropertiesMissingInResourceModel Model definition 'WorkspaceCollection' must have the properties 'name', 'id' and 'type' in its hierarchy and these properties must be marked as readonly.
Location: Microsoft.PowerBI/stable/2016-01-29/powerbiembedded.json#L779
R2054 - SecurityDefinitionsStructure Every swagger/configuration must have a security definitions section and it must adhere to the structure described in: https://github.com/Azure/azure-openapi-validator/blob/master/docs/security-definitions-structure-validation.md
Location: Microsoft.PowerBI/stable/2016-01-29/powerbiembedded.json#L1
R2062 - XmsResourceInPutResponse The 200 response model for an ARM PUT operation must have x-ms-azure-resource extension set to true in its hierarchy. Operation: 'WorkspaceCollections_create' Model: 'WorkspaceCollection'.
Location: Microsoft.PowerBI/stable/2016-01-29/powerbiembedded.json#L69
R3011 - DescriptionMustNotBeNodeName Description must not match the name of the node it is supposed to describe. Node name:'properties' Description:'Properties'
Location: Microsoft.PowerBI/stable/2016-01-29/powerbiembedded.json#L808
R4007 - DefaultErrorResponseSchema the default error response schema does not correspond to the schema documented at https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/common-api-details.md#error-response-content.
Location: Microsoft.PowerBI/stable/2016-01-29/powerbiembedded.json#L61
R4007 - DefaultErrorResponseSchema the default error response schema does not correspond to the schema documented at https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/common-api-details.md#error-response-content.
Location: Microsoft.PowerBI/stable/2016-01-29/powerbiembedded.json#L119
R4007 - DefaultErrorResponseSchema the default error response schema does not correspond to the schema documented at https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/common-api-details.md#error-response-content.
Location: Microsoft.PowerBI/stable/2016-01-29/powerbiembedded.json#L177
R4007 - DefaultErrorResponseSchema the default error response schema does not correspond to the schema documented at https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/common-api-details.md#error-response-content.
Location: Microsoft.PowerBI/stable/2016-01-29/powerbiembedded.json#L224
R4007 - DefaultErrorResponseSchema the default error response schema does not correspond to the schema documented at https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/common-api-details.md#error-response-content.
Location: Microsoft.PowerBI/stable/2016-01-29/powerbiembedded.json#L277
R4007 - DefaultErrorResponseSchema the default error response schema does not correspond to the schema documented at https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/common-api-details.md#error-response-content.
Location: Microsoft.PowerBI/stable/2016-01-29/powerbiembedded.json#L324
R4007 - DefaultErrorResponseSchema the default error response schema does not correspond to the schema documented at https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/common-api-details.md#error-response-content.
Location: Microsoft.PowerBI/stable/2016-01-29/powerbiembedded.json#L364
R4007 - DefaultErrorResponseSchema the default error response schema does not correspond to the schema documented at https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/common-api-details.md#error-response-content.
Location: Microsoft.PowerBI/stable/2016-01-29/powerbiembedded.json#L415
R4007 - DefaultErrorResponseSchema the default error response schema does not correspond to the schema documented at https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/common-api-details.md#error-response-content.
Location: Microsoft.PowerBI/stable/2016-01-29/powerbiembedded.json#L475
R4007 - DefaultErrorResponseSchema the default error response schema does not correspond to the schema documented at https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/common-api-details.md#error-response-content.
Location: Microsoft.PowerBI/stable/2016-01-29/powerbiembedded.json#L509
R4007 - DefaultErrorResponseSchema the default error response schema does not correspond to the schema documented at https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/common-api-details.md#error-response-content.
Location: Microsoft.PowerBI/stable/2016-01-29/powerbiembedded.json#L563
R4007 - DefaultErrorResponseSchema the default error response schema does not correspond to the schema documented at https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/common-api-details.md#error-response-content.
Location: Microsoft.PowerBI/stable/2016-01-29/powerbiembedded.json#L613
R4011 - DeleteOperationResponses The delete operation is defined without a 200 or 204 error response implementation,please add it.'
Location: Microsoft.PowerBI/stable/2016-01-29/powerbiembedded.json#L220
R4018 - OperationsApiResponseSchema The response schema of operations API '/providers/Microsoft.PowerBI/operations' does not match the ARM specification. Please standardize the schema.
Location: Microsoft.PowerBI/stable/2016-01-29/powerbiembedded.json#L484
⚠️ R1003 - ListInOperationName Since operation 'getAvailableOperations' 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.PowerBI/stable/2016-01-29/powerbiembedded.json#L489
⚠️ R2001 - AvoidNestedProperties Consider using x-ms-client-flatten to provide a better end user experience
Location: Microsoft.PowerBI/stable/2016-01-29/powerbiembedded.json#L773
⚠️ R2001 - AvoidNestedProperties Consider using x-ms-client-flatten to provide a better end user experience
Location: Microsoft.PowerBI/stable/2016-01-29/powerbiembedded.json#L807
⚠️ R2017 - PutRequestResponseScheme A PUT operation request body schema should be the same as its 200 response schema, to allow reusing the same entity between GET and PUT. If the schema of the PUT request body is a superset of the GET response body, make sure you have a PATCH operation to make the resource updatable. Operation: 'WorkspaceCollections_create' Request Model: 'CreateWorkspaceCollectionRequest' Response Model: 'WorkspaceCollection'
Location: Microsoft.PowerBI/stable/2016-01-29/powerbiembedded.json#L69
⚠️ R2029 - PageableOperation Based on the response model schema, operation 'getAvailableOperations' might be pageable. Consider adding the x-ms-pageable extension.
Location: Microsoft.PowerBI/stable/2016-01-29/powerbiembedded.json#L485
⚠️ R2066 - PostOperationIdContainsUrlVerb OperationId should contain the verb: 'listkeys' in:'WorkspaceCollections_getAccessKeys'. Consider updating the operationId
Location: Microsoft.PowerBI/stable/2016-01-29/powerbiembedded.json#L378
⚠️ R2066 - PostOperationIdContainsUrlVerb OperationId should contain the verb: 'moveresources' in:'WorkspaceCollections_migrate'. Consider updating the operationId
Location: Microsoft.PowerBI/stable/2016-01-29/powerbiembedded.json#L577
⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: nameAvailable
Location: Microsoft.PowerBI/stable/2016-01-29/powerbiembedded.json#L862
⚠️ R4021 - DescriptionAndTitleMissing 'Error' model/property lacks 'description' and 'title' property. Consider adding a 'description'/'title' element. Accurate description/title is essential for maintaining reference documentation.
Location: Microsoft.PowerBI/stable/2016-01-29/powerbiembedded.json#L624
⚠️ R4021 - DescriptionAndTitleMissing 'code' model/property lacks 'description' and 'title' property. Consider adding a 'description'/'title' element. Accurate description/title is essential for maintaining reference documentation.
Location: Microsoft.PowerBI/stable/2016-01-29/powerbiembedded.json#L627
️️✔️Avocado succeeded [Detail] [Expand]
Validation passes for Avocado.
️️✔️~[Staging] ApiReadinessCheck succeeded [Detail] [Expand]
️❌ModelValidation: 12 Errors, 0 Warnings failed [Detail]
Rule Message
XMS_EXAMPLE_NOTFOUND_ERROR x-ms-example not found in WorkspaceCollections_getByName.
Url: Microsoft.PowerBI/stable/2016-01-29/powerbiembedded.json#L20:14
XMS_EXAMPLE_NOTFOUND_ERROR x-ms-example not found in WorkspaceCollections_create.
Url: Microsoft.PowerBI/stable/2016-01-29/powerbiembedded.json#L69:14
XMS_EXAMPLE_NOTFOUND_ERROR x-ms-example not found in WorkspaceCollections_update.
Url: Microsoft.PowerBI/stable/2016-01-29/powerbiembedded.json#L127:16
XMS_EXAMPLE_NOTFOUND_ERROR x-ms-example not found in WorkspaceCollections_delete.
Url: Microsoft.PowerBI/stable/2016-01-29/powerbiembedded.json#L185:17
XMS_EXAMPLE_NOTFOUND_ERROR x-ms-example not found in WorkspaceCollections_checkNameAvailability.
Url: Microsoft.PowerBI/stable/2016-01-29/powerbiembedded.json#L234:15
XMS_EXAMPLE_NOTFOUND_ERROR x-ms-example not found in WorkspaceCollections_listByResourceGroup.
Url: Microsoft.PowerBI/stable/2016-01-29/powerbiembedded.json#L287:14
XMS_EXAMPLE_NOTFOUND_ERROR x-ms-example not found in WorkspaceCollections_listBySubscription.
Url: Microsoft.PowerBI/stable/2016-01-29/powerbiembedded.json#L334:14
XMS_EXAMPLE_NOTFOUND_ERROR x-ms-example not found in WorkspaceCollections_getAccessKeys.
Url: Microsoft.PowerBI/stable/2016-01-29/powerbiembedded.json#L374:15
XMS_EXAMPLE_NOTFOUND_ERROR x-ms-example not found in WorkspaceCollections_regenerateKey.
Url: Microsoft.PowerBI/stable/2016-01-29/powerbiembedded.json#L425:15
XMS_EXAMPLE_NOTFOUND_ERROR x-ms-example not found in getAvailableOperations.
Url: Microsoft.PowerBI/stable/2016-01-29/powerbiembedded.json#L485:14
XMS_EXAMPLE_NOTFOUND_ERROR x-ms-example not found in Workspaces_List.
Url: Microsoft.PowerBI/stable/2016-01-29/powerbiembedded.json#L519:14
XMS_EXAMPLE_NOTFOUND_ERROR x-ms-example not found in WorkspaceCollections_migrate.
Url: Microsoft.PowerBI/stable/2016-01-29/powerbiembedded.json#L573:15
️️✔️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 Feb 23, 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 - armpowerbiembedded - 0.3.0
️✔️azure-sdk-for-go - powerbiembedded/mgmt/2016-01-29/powerbiembedded - v61.6.0
️️✔️ azure-sdk-for-net succeeded [Detail] [Expand]
  • ️✔️Succeeded [Logs]Release - Generate from e0d4c13. 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=2.0.4421 --csharp --reflect-api-versions --license-header=MICROSOFT_MIT_NO_VERSION [email protected]/[email protected] --csharp-sdks-folder=/mnt/vss/_work/1/s/azure-sdk-for-net/sdk ../azure-rest-api-specs/specification/powerbiembedded/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.PowerBIEmbedded [View full logs]  [Release SDK Changes]
    warn	Skip artifact folder because it doesn't exist: artifacts/packages
️❌ azure-sdk-for-python failed [Detail]
  • Failed [Logs]Release - Generate from e0d4c13. 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]   ERROR: Command errored out with exit status 1:
    cmderr	[automation_init.sh]    command: /mnt/vss/_work/1/s/azure-sdk-for-python_tmp/venv-sdk/bin/python -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/mnt/vss/_work/1/s/azure-sdk-for-python_tmp/pip-install-efxngw_c/markupsafe_bce812477bf849e0a29d491cb34981e8/setup.py'"'"'; __file__='"'"'/mnt/vss/_work/1/s/azure-sdk-for-python_tmp/pip-install-efxngw_c/markupsafe_bce812477bf849e0a29d491cb34981e8/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /mnt/vss/_work/1/s/azure-sdk-for-python_tmp/pip-pip-egg-info-5dac913c
    cmderr	[automation_init.sh]        cwd: /mnt/vss/_work/1/s/azure-sdk-for-python_tmp/pip-install-efxngw_c/markupsafe_bce812477bf849e0a29d491cb34981e8/
    cmderr	[automation_init.sh]   Complete output (30 lines):
    cmderr	[automation_init.sh]   Traceback (most recent call last):
    cmderr	[automation_init.sh]     File "<string>", line 1, in <module>
    cmderr	[automation_init.sh]     File "/mnt/vss/_work/1/s/azure-sdk-for-python_tmp/pip-install-efxngw_c/markupsafe_bce812477bf849e0a29d491cb34981e8/setup.py", line 65, in <module>
    cmderr	[automation_init.sh]       run_setup(True)
    cmderr	[automation_init.sh]     File "/mnt/vss/_work/1/s/azure-sdk-for-python_tmp/pip-install-efxngw_c/markupsafe_bce812477bf849e0a29d491cb34981e8/setup.py", line 44, in run_setup
    cmderr	[automation_init.sh]       ext_modules=ext_modules if with_binary else [],
    cmderr	[automation_init.sh]     File "/mnt/vss/_work/1/s/azure-sdk-for-python_tmp/venv-sdk/lib/python3.6/site-packages/setuptools/__init__.py", line 129, in setup
    cmderr	[automation_init.sh]       return distutils.core.setup(**attrs)
    cmderr	[automation_init.sh]     File "/usr/lib/python3.6/distutils/core.py", line 121, in setup
    cmderr	[automation_init.sh]       dist.parse_config_files()
    cmderr	[automation_init.sh]     File "/mnt/vss/_work/1/s/azure-sdk-for-python_tmp/venv-sdk/lib/python3.6/site-packages/setuptools/dist.py", line 494, in parse_config_files
    cmderr	[automation_init.sh]       ignore_option_errors=ignore_option_errors)
    cmderr	[automation_init.sh]     File "/mnt/vss/_work/1/s/azure-sdk-for-python_tmp/venv-sdk/lib/python3.6/site-packages/setuptools/config.py", line 106, in parse_configuration
    cmderr	[automation_init.sh]       meta.parse()
    cmderr	[automation_init.sh]     File "/mnt/vss/_work/1/s/azure-sdk-for-python_tmp/venv-sdk/lib/python3.6/site-packages/setuptools/config.py", line 382, in parse
    cmderr	[automation_init.sh]       section_parser_method(section_options)
    cmderr	[automation_init.sh]     File "/mnt/vss/_work/1/s/azure-sdk-for-python_tmp/venv-sdk/lib/python3.6/site-packages/setuptools/config.py", line 355, in parse_section
    cmderr	[automation_init.sh]       self[name] = value
    cmderr	[automation_init.sh]     File "/mnt/vss/_work/1/s/azure-sdk-for-python_tmp/venv-sdk/lib/python3.6/site-packages/setuptools/config.py", line 173, in __setitem__
    cmderr	[automation_init.sh]       value = parser(value)
    cmderr	[automation_init.sh]     File "/mnt/vss/_work/1/s/azure-sdk-for-python_tmp/venv-sdk/lib/python3.6/site-packages/setuptools/config.py", line 430, in _parse_version
    cmderr	[automation_init.sh]       version = self._parse_attr(value)
    cmderr	[automation_init.sh]     File "/mnt/vss/_work/1/s/azure-sdk-for-python_tmp/venv-sdk/lib/python3.6/site-packages/setuptools/config.py", line 305, in _parse_attr
    cmderr	[automation_init.sh]       module = import_module(module_name)
    cmderr	[automation_init.sh]     File "/usr/lib/python3.6/importlib/__init__.py", line 126, in import_module
    cmderr	[automation_init.sh]       return _bootstrap._gcd_import(name[level:], package, level)
    cmderr	[automation_init.sh]     File "<frozen importlib._bootstrap>", line 994, in _gcd_import
    cmderr	[automation_init.sh]     File "<frozen importlib._bootstrap>", line 971, in _find_and_load
    cmderr	[automation_init.sh]     File "<frozen importlib._bootstrap>", line 953, in _find_and_load_unlocked
    cmderr	[automation_init.sh]   ModuleNotFoundError: No module named 'markupsafe'
    cmderr	[automation_init.sh]   ----------------------------------------
    cmderr	[automation_init.sh] WARNING: Discarding https://files.pythonhosted.org/packages/1d/97/2288fe498044284f39ab8950703e88abbac2abbdf65524d576157af70556/MarkupSafe-2.1.1.tar.gz#sha256=7f91197cc9e48f989d12e4e6fbc46495c446636dfc81b9ccf50bb0ec74b91d4b (from https://pypi.org/simple/markupsafe/) (requires-python:>=3.7). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    cmderr	[automation_init.sh]   ERROR: Command errored out with exit status 1:
    cmderr	[automation_init.sh]    command: /mnt/vss/_work/1/s/azure-sdk-for-python_tmp/venv-sdk/bin/python -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/mnt/vss/_work/1/s/azure-sdk-for-python_tmp/pip-install-efxngw_c/markupsafe_7392e2705fd84c018ef3477f03d1b192/setup.py'"'"'; __file__='"'"'/mnt/vss/_work/1/s/azure-sdk-for-python_tmp/pip-install-efxngw_c/markupsafe_7392e2705fd84c018ef3477f03d1b192/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /mnt/vss/_work/1/s/azure-sdk-for-python_tmp/pip-pip-egg-info-9hrhd5w6
    cmderr	[automation_init.sh]        cwd: /mnt/vss/_work/1/s/azure-sdk-for-python_tmp/pip-install-efxngw_c/markupsafe_7392e2705fd84c018ef3477f03d1b192/
    cmderr	[automation_init.sh]   Complete output (30 lines):
    cmderr	[automation_init.sh]   Traceback (most recent call last):
    cmderr	[automation_init.sh]     File "<string>", line 1, in <module>
    cmderr	[automation_init.sh]     File "/mnt/vss/_work/1/s/azure-sdk-for-python_tmp/pip-install-efxngw_c/markupsafe_7392e2705fd84c018ef3477f03d1b192/setup.py", line 65, in <module>
    cmderr	[automation_init.sh]       run_setup(True)
    cmderr	[automation_init.sh]     File "/mnt/vss/_work/1/s/azure-sdk-for-python_tmp/pip-install-efxngw_c/markupsafe_7392e2705fd84c018ef3477f03d1b192/setup.py", line 44, in run_setup
    cmderr	[automation_init.sh]       ext_modules=ext_modules if with_binary else [],
    cmderr	[automation_init.sh]     File "/mnt/vss/_work/1/s/azure-sdk-for-python_tmp/venv-sdk/lib/python3.6/site-packages/setuptools/__init__.py", line 129, in setup
    cmderr	[automation_init.sh]       return distutils.core.setup(**attrs)
    cmderr	[automation_init.sh]     File "/usr/lib/python3.6/distutils/core.py", line 121, in setup
    cmderr	[automation_init.sh]       dist.parse_config_files()
    cmderr	[automation_init.sh]     File "/mnt/vss/_work/1/s/azure-sdk-for-python_tmp/venv-sdk/lib/python3.6/site-packages/setuptools/dist.py", line 494, in parse_config_files
    cmderr	[automation_init.sh]       ignore_option_errors=ignore_option_errors)
    cmderr	[automation_init.sh]     File "/mnt/vss/_work/1/s/azure-sdk-for-python_tmp/venv-sdk/lib/python3.6/site-packages/setuptools/config.py", line 106, in parse_configuration
    cmderr	[automation_init.sh]       meta.parse()
    cmderr	[automation_init.sh]     File "/mnt/vss/_work/1/s/azure-sdk-for-python_tmp/venv-sdk/lib/python3.6/site-packages/setuptools/config.py", line 382, in parse
    cmderr	[automation_init.sh]       section_parser_method(section_options)
    cmderr	[automation_init.sh]     File "/mnt/vss/_work/1/s/azure-sdk-for-python_tmp/venv-sdk/lib/python3.6/site-packages/setuptools/config.py", line 355, in parse_section
    cmderr	[automation_init.sh]       self[name] = value
    cmderr	[automation_init.sh]     File "/mnt/vss/_work/1/s/azure-sdk-for-python_tmp/venv-sdk/lib/python3.6/site-packages/setuptools/config.py", line 173, in __setitem__
    cmderr	[automation_init.sh]       value = parser(value)
    cmderr	[automation_init.sh]     File "/mnt/vss/_work/1/s/azure-sdk-for-python_tmp/venv-sdk/lib/python3.6/site-packages/setuptools/config.py", line 430, in _parse_version
    cmderr	[automation_init.sh]       version = self._parse_attr(value)
    cmderr	[automation_init.sh]     File "/mnt/vss/_work/1/s/azure-sdk-for-python_tmp/venv-sdk/lib/python3.6/site-packages/setuptools/config.py", line 305, in _parse_attr
    cmderr	[automation_init.sh]       module = import_module(module_name)
    cmderr	[automation_init.sh]     File "/usr/lib/python3.6/importlib/__init__.py", line 126, in import_module
    cmderr	[automation_init.sh]       return _bootstrap._gcd_import(name[level:], package, level)
    cmderr	[automation_init.sh]     File "<frozen importlib._bootstrap>", line 994, in _gcd_import
    cmderr	[automation_init.sh]     File "<frozen importlib._bootstrap>", line 971, in _find_and_load
    cmderr	[automation_init.sh]     File "<frozen importlib._bootstrap>", line 953, in _find_and_load_unlocked
    cmderr	[automation_init.sh]   ModuleNotFoundError: No module named 'markupsafe'
    cmderr	[automation_init.sh]   ----------------------------------------
    cmderr	[automation_init.sh] WARNING: Discarding https://files.pythonhosted.org/packages/62/0f/52c009332fdadd484e898dc8f2acca0663c1031b3517070fd34ad9c1b64e/MarkupSafe-2.1.0.tar.gz#sha256=80beaf63ddfbc64a0452b841d8036ca0611e049650e20afcb882f5d3c266d65f (from https://pypi.org/simple/markupsafe/) (requires-python:>=3.7). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    cmderr	[automation_init.sh] ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
    cmderr	[automation_init.sh] azure-mgmt-core 1.3.0 requires azure-core<2.0.0,>=1.15.0, but you have azure-core 1.6.0 which is incompatible.
    cmderr	[automation_init.sh] ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
    cmderr	[automation_init.sh] opencensus-ext-azure 1.1.3 requires azure-core<2.0.0,>=1.12.0, but you have azure-core 1.6.0 which is incompatible.
    cmderr	[automation_init.sh] azure-mgmt-core 1.3.0 requires azure-core<2.0.0,>=1.15.0, but you have azure-core 1.6.0 which is incompatible.
    cmderr	[automation_init.sh] azure-identity 1.8.0 requires azure-core<2.0.0,>=1.11.0, but you have azure-core 1.6.0 which is incompatible.
    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.5.0 -> 8.6.0
    cmderr	[automation_generate.sh] npm notice Changelog: <https://github.com/npm/cli/releases/tag/v8.6.0>
    cmderr	[automation_generate.sh] npm notice Run `npm install -g [email protected]` to update!
    cmderr	[automation_generate.sh] npm notice
    cmdout	[automation_generate.sh] [Autorest] ERROR: Schema violation: Additional properties not allowed: x-ms-identifiers
    cmdout	[automation_generate.sh] [Autorest]     - file:///mnt/vss/_work/1/s/azure-rest-api-specs/specification/powerbiembedded/resource-manager/Microsoft.PowerBI/stable/2016-01-29/powerbiembedded.json:636:8 ($.definitions.Error.properties.details)
    cmdout	[automation_generate.sh] [Autorest] FATAL: swagger-document/individual/schema-validator - FAILED
    cmdout	[automation_generate.sh] [Autorest] FATAL: Error: [OperationAbortedException] Error occurred. Exiting.
    cmdout	[automation_generate.sh] [Autorest] Process() cancelled due to exception : [OperationAbortedException] Error occurred. Exiting.
    cmdout	[automation_generate.sh] [Autorest]/mnt/vss/_work/1/s/azure-sdk-for-python_tmp/venv-sdk/auto_temp.json does not exist!!!Error happened during codegen
    error	Script return with result [failed] code [1] signal [null] cwd [azure-sdk-for-python]: sh scripts/automation_generate.sh
    warn	Skip package processing as generation is failed
️️✔️ azure-sdk-for-java succeeded [Detail] [Expand]
️️✔️ azure-sdk-for-go succeeded [Detail] [Expand]
  • ️✔️Succeeded [Logs]Release - Generate from e0d4c13. 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
  • ️✔️powerbiembedded/mgmt/2016-01-29/powerbiembedded [View full logs]  [Release SDK Changes]
    info	[Changelog] ### Other Changes
    info	[Changelog]
    info	[Changelog] Total 0 breaking change(s), 0 additive change(s).
️️✔️ azure-sdk-for-go-track2 succeeded [Detail] [Expand]
  • ️✔️Succeeded [Logs]Release - Generate from e0d4c13. 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
  • ️✔️armpowerbiembedded [View full logs]  [Release SDK Changes] Breaking Change Detected
    info	[Changelog] ### Breaking Changes
    info	[Changelog]
    info	[Changelog] - Type of `Workspace.Properties` has been changed from `map[string]interface{}` to `interface{}`
    info	[Changelog] - Type of `WorkspaceCollection.Properties` has been changed from `map[string]interface{}` to `interface{}`
    info	[Changelog] - Function `Error.MarshalJSON` has been removed
    info	[Changelog] - Struct `Error` has been removed
    info	[Changelog] - Struct `ErrorDetail` has been removed
    info	[Changelog]
    info	[Changelog] Total 7 breaking change(s), 0 additive change(s).
️⚠️ azure-sdk-for-js warning [Detail]
  • ⚠️Warning [Logs]Release - Generate from e0d4c13. 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]  [email protected]: The functionality that this package provided is now in @npmcli/arborist
    cmderr	[automation_init.sh] deprecated [email protected]: 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/[email protected]: Package renamed to @opentelemetry/api, see https://github.com/open-telemetry/opentelemetry-js
    cmderr	[automation_init.sh] npm WARN @octokit/[email protected] 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
  • ️✔️@azure/arm-powerbiembedded [View full logs]  [Release 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]Release - Generate from e0d4c13. 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]  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
  • ️✔️powerbiembedded [View full logs]  [Release Schema Changes]
Posted by Swagger Pipeline | How to fix these errors?

@openapi-workflow-bot
Copy link

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

@ghost
Copy link

ghost commented Mar 13, 2022

Hi, @LinglingTong. Your PR has no update for 14 days and it is marked as stale PR. If no further update for over 14 days, the bot will close the PR. If you want to refresh the PR, please remove no-recent-activity label.

@ghost ghost added the no-recent-activity label Mar 13, 2022
@LinglingTong
Copy link
Contributor Author

Not sure why there is no one assigned to this PR. How could I get it to assigned to somebody?

@ghost ghost removed the no-recent-activity label Mar 13, 2022
@ghost
Copy link

ghost commented Apr 3, 2022

Hi, @LinglingTong. Your PR has no update for 14 days and it is marked as stale PR. If no further update for over 14 days, the bot will close the PR. If you want to refresh the PR, please remove no-recent-activity label.

@LinglingTong
Copy link
Contributor Author

The swagger modelvalidation failures are not related to my change.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants