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

Adding LabelingJob to preview swagger #10874

Merged
merged 34 commits into from
Feb 3, 2021

Conversation

yetamsft
Copy link
Member

@yetamsft yetamsft commented Sep 22, 2020

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

Contribution checklist:

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

ARM API Review Checklist

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

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

Breaking Change Review Checklist

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

  • Removing API(s) in stable version
  • Removing properties in stable version
  • Removing API version(s) in stable version
  • Updating API in stable version with Breaking Change Validation errors
  • Updating API(s) in preview over 1 year

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

@AutorestCI
Copy link

You don't have permission to trigger SDK Automation.
Please add yourself to Azure group from opensource portal if you are MSFT employee,
or please ask reviewer to add comment *** /openapibot sdkautomation ***.
Please ask [email protected] (or NullMDR in github) for additional help.

@ghost ghost added the customer-reported Issues that are reported by GitHub users external to the Azure organization. label Sep 22, 2020
@openapi-pipeline-app
Copy link

openapi-pipeline-app bot commented Sep 22, 2020

Swagger Validation Report

️️✔️BreakingChange succeeded [Detail] [Expand]
There are no breaking changes.
️⚠️LintDiff: 23 Warnings warning [Detail] Only 10 items are listed, please refer to log for more details.

Rule Message
⚠️ R2001 - AvoidNestedProperties Consider using x-ms-client-flatten to provide a better end user experience
New: Microsoft.MachineLearningServices/preview/2020-09-01-preview/jobs.json#L728
⚠️ R2001 - AvoidNestedProperties Consider using x-ms-client-flatten to provide a better end user experience
New: Microsoft.MachineLearningServices/preview/2020-09-01-preview/jobs.json#L764
⚠️ R2001 - AvoidNestedProperties Consider using x-ms-client-flatten to provide a better end user experience
New: Microsoft.MachineLearningServices/preview/2020-09-01-preview/jobs.json#L789
⚠️ 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: 'LabelingJobs_CreateOrUpdate' Request Model: 'LabelingJobCreateResource' Response Model: 'LabelingJobResource'
New: Microsoft.MachineLearningServices/preview/2020-09-01-preview/jobs.json#L38
⚠️ R3010 - TrackedResourceListByImmediateParent The child tracked resource, 'labelingJobs' with immediate parent 'Workspace', must have a list by immediate parent operation.
New: Microsoft.MachineLearningServices/preview/2020-09-01-preview/machineLearningServices.json#L2296
⚠️ R3010 - TrackedResourceListByImmediateParent The child tracked resource, 'computes' with immediate parent 'Workspace', must have a list by immediate parent operation.
New: Microsoft.MachineLearningServices/preview/2020-09-01-preview/machineLearningServices.json#L2296
⚠️ R3010 - TrackedResourceListByImmediateParent The child tracked resource, 'privateEndpointConnections' with immediate parent 'Workspace', must have a list by immediate parent operation.
New: Microsoft.MachineLearningServices/preview/2020-09-01-preview/machineLearningServices.json#L2296
⚠️ R3010 - TrackedResourceListByImmediateParent The child tracked resource, 'linkedServices' with immediate parent 'Workspace', must have a list by immediate parent operation.
New: Microsoft.MachineLearningServices/preview/2020-09-01-preview/machineLearningServices.json#L2296
⚠️ R3010 - TrackedResourceListByImmediateParent The child tracked resource, 'services' with immediate parent 'Workspace', must have a list by immediate parent operation.
New: Microsoft.MachineLearningServices/preview/2020-09-01-preview/machineLearningServices.json#L2296
⚠️ R3010 - TrackedResourceListByImmediateParent The child tracked resource, 'connections' with immediate parent 'Workspace', must have a list by immediate parent operation.
New: Microsoft.MachineLearningServices/preview/2020-09-01-preview/machineLearningServices.json#L2296
️️✔️Avocado succeeded [Detail] [Expand]
Validation passes for Avocado.
️️✔️ModelValidation succeeded [Detail] [Expand]
Validation passes for ModelValidation.
️️✔️SemanticValidation succeeded [Detail] [Expand]
Validation passes for SemanticValidation.
️️✔️[Staging] Cross Version BreakingChange (Base on preview version) succeeded [Detail] [Expand]
There are no breaking changes.
️️✔️[Staging] Cross Version BreakingChange (Base on stable version) succeeded [Detail] [Expand]
There are no breaking changes.
️️✔️CredScan succeeded [Detail] [Expand]
There is no credential detected.
Posted by Swagger Pipeline | How to fix these errors?

@ghost
Copy link

ghost commented Sep 22, 2020

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

@yetamsft yetamsft changed the title Adding LabelingJob to preview swagger Adding LabelingJob to preview swagger label: DoNotMerge Sep 22, 2020
@yetamsft yetamsft changed the title Adding LabelingJob to preview swagger label: DoNotMerge Adding LabelingJob to preview swagger Sep 22, 2020
Copy link
Member

@ArcturusZhang ArcturusZhang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some minor comments, please have a look

@j-so j-so added DoNotMerge <valid label in PR review process> use to hold merge after approval WaitForARMFeedback <valid label in PR review process> add this label when ARM review is required labels Sep 22, 2020
@ArcturusZhang
Copy link
Member

Hi @yetamsft since you have separated the LabelingJob entities to another swagger file, you will have to add this new swagger file to the input file list in the corresponding tag in the readme.md file. This will resolve the Avocado error.

And also could you please fix other CI checks?

@ghost ghost removed the no-recent-activity label Feb 2, 2021
@openapi-pipeline-app
Copy link

openapi-pipeline-app bot commented Feb 2, 2021

Swagger Generation Artifacts

️️✔️ azure-cli-extensions succeeded [Detail] [Expand]
  • ️✔️Succeeded [Logs]Release - Generate from 2f29e93. Azure CLI Automation 14.0.0
    Only show 120 items here, please refer to log for details.
    cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'UsageName' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'ListUsagesResult' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'VirtualMachineSize' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'EstimatedVMPrices' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'EstimatedVMPrice' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'VirtualMachineSizeListResult' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'WorkspaceListResult' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'QuotaBaseProperties' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'QuotaUpdateParameters' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'UpdateWorkspaceQuotasResult' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'UpdateWorkspaceQuotas' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'ResourceName' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'ResourceQuota' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'ListWorkspaceQuotas' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'Identity' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'Resource' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'ResourceId' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'DataFactory' with an undefined type and 'allOf'/'anyOf'/'oneOf' is a bit ambigious. This has been auto-corrected to 'type:object'
    cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'UserAccountCredentials' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'NodeStateCounts' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'ClusterUpdateProperties' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'ClusterUpdateParameters' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'AmlComputeNodeInformation' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'ResourceSkuLocationInfo' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'ResourceSkuZoneDetails' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'Restriction' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'PrivateEndpointConnectionProperties' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'PrivateEndpoint' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'PrivateLinkServiceConnectionState' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'PrivateLinkResourceListResult' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'PrivateLinkResource' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'PrivateLinkResourceProperties' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'SharedPrivateLinkResource' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    cmdout	[Autorest] WARNING (PreCheck/SchemaMissingType): The schema 'SharedPrivateLinkResourceProperty' with an undefined type and decalared properties is a bit ambigious. This has been auto-corrected to 'type:object'
    cmdout	[Autorest] WARNING (PreCheck/CheckDuplicateSchemas): Checking for duplicate schemas, this could take a (long) while.  Run with --verbose for more detail.
    cmdout	[Autorest] WARNING (): Operation Update has already existed in group! Skip split!
    cmdout	[Autorest] WARNING (): Operation Update has already existed in group! Skip split!
    cmdout	[Autorest] WARNING (): cli.auto-parameter-hidden is not true, skip visibility cleaner
    cmdout	[Autorest] WARNING: parameter properties has two different references but they have the same flattened name
    cmderr	[Autorest] BELOW TEST SCENARIO SECTION CAN BE USED IN readme.cli.md
    cmderr	[Autorest] --------------------------------------------------------
    cmderr	[Autorest]   test-scenario:
    cmderr	[Autorest]     - name: /Workspaces/put/Create Workspace
    cmderr	[Autorest]     - name: /Workspaces/get/Get Workspace
    cmderr	[Autorest]     - name: /Workspaces/get/Get Workspaces by Resource Group
    cmderr	[Autorest]     - name: /Workspaces/get/Get Workspaces by subscription
    cmderr	[Autorest]     - name: /Workspaces/patch/Update Workspace
    cmderr	[Autorest]     - name: /Workspaces/post/List Workspace Keys
    cmderr	[Autorest]     - name: /Workspaces/post/Resync Workspace Keys
    cmderr	[Autorest]     - name: /MachineLearningCompute/put/Create a AML Compute
    cmderr	[Autorest]     - name: /MachineLearningCompute/put/Create a AML Compute
    cmderr	[Autorest]     - name: /MachineLearningCompute/put/Create a AML Compute
    cmderr	[Autorest]     - name: /MachineLearningCompute/put/Create a AML Compute
    cmderr	[Autorest]     - name: /MachineLearningCompute/put/Create a AML Compute
    cmderr	[Autorest]     - name: /MachineLearningCompute/put/Create a AML Compute
    cmderr	[Autorest]     - name: /MachineLearningCompute/put/Create a AML Compute
    cmderr	[Autorest]     - name: /MachineLearningCompute/put/Create a AML Compute
    cmderr	[Autorest]     - name: /MachineLearningCompute/put/Create a ComputeInstance Compute
    cmderr	[Autorest]     - name: /MachineLearningCompute/put/Create a ComputeInstance Compute
    cmderr	[Autorest]     - name: /MachineLearningCompute/put/Create a ComputeInstance Compute
    cmderr	[Autorest]     - name: /MachineLearningCompute/put/Create a ComputeInstance Compute
    cmderr	[Autorest]     - name: /MachineLearningCompute/put/Create a ComputeInstance Compute
    cmderr	[Autorest]     - name: /MachineLearningCompute/put/Create a ComputeInstance Compute
    cmderr	[Autorest]     - name: /MachineLearningCompute/put/Create a ComputeInstance Compute
    cmderr	[Autorest]     - name: /MachineLearningCompute/put/Create a ComputeInstance Compute
    cmderr	[Autorest]     - name: /MachineLearningCompute/put/Create a ComputeInstance Compute with minimal inputs
    cmderr	[Autorest]     - name: /MachineLearningCompute/put/Create a ComputeInstance Compute with minimal inputs
    cmderr	[Autorest]     - name: /MachineLearningCompute/put/Create a ComputeInstance Compute with minimal inputs
    cmderr	[Autorest]     - name: /MachineLearningCompute/put/Create a ComputeInstance Compute with minimal inputs
    cmderr	[Autorest]     - name: /MachineLearningCompute/put/Create a ComputeInstance Compute with minimal inputs
    cmderr	[Autorest]     - name: /MachineLearningCompute/put/Create a ComputeInstance Compute with minimal inputs
    cmderr	[Autorest]     - name: /MachineLearningCompute/put/Create a ComputeInstance Compute with minimal inputs
    cmderr	[Autorest]     - name: /MachineLearningCompute/put/Create a ComputeInstance Compute with minimal inputs
    cmderr	[Autorest]     - name: /MachineLearningCompute/put/Create a DataFactory Compute
    cmderr	[Autorest]     - name: /MachineLearningCompute/put/Create a DataFactory Compute
    cmderr	[Autorest]     - name: /MachineLearningCompute/put/Create a DataFactory Compute
    cmderr	[Autorest]     - name: /MachineLearningCompute/put/Create a DataFactory Compute
    cmderr	[Autorest]     - name: /MachineLearningCompute/put/Create a DataFactory Compute
    cmderr	[Autorest]     - name: /MachineLearningCompute/put/Create a DataFactory Compute
    cmderr	[Autorest]     - name: /MachineLearningCompute/put/Create a DataFactory Compute
    cmderr	[Autorest]     - name: /MachineLearningCompute/put/Create a DataFactory Compute
    cmderr	[Autorest]     - name: /MachineLearningCompute/put/Create AKS Compute
    cmderr	[Autorest]     - name: /MachineLearningCompute/put/Create AKS Compute
    cmderr	[Autorest]     - name: /MachineLearningCompute/put/Create AKS Compute
    cmderr	[Autorest]     - name: /MachineLearningCompute/put/Create AKS Compute
    cmderr	[Autorest]     - name: /MachineLearningCompute/put/Create AKS Compute
    cmderr	[Autorest]     - name: /MachineLearningCompute/put/Create AKS Compute
    cmderr	[Autorest]     - name: /MachineLearningCompute/put/Create AKS Compute
    cmderr	[Autorest]     - name: /MachineLearningCompute/put/Create AKS Compute
    cmderr	[Autorest]     - name: /MachineLearningCompute/get/Get a AKS Compute
    cmderr	[Autorest]     - name: /MachineLearningCompute/get/Get a AML Compute
    cmderr	[Autorest]     - name: /MachineLearningCompute/get/Get a ComputeInstance
    cmderr	[Autorest]     - name: /MachineLearningCompute/get/Get Computes
    cmderr	[Autorest]     - name: /MachineLearningCompute/patch/Update a AmlCompute Compute
    cmderr	[Autorest]     - name: /MachineLearningCompute/post/Get compute nodes information for a compute
    cmderr	[Autorest]     - name: /MachineLearningCompute/post/List AKS Compute Keys
    cmderr	[Autorest]     - name: /MachineLearningCompute/post/Restart ComputeInstance Compute
    cmderr	[Autorest]     - name: /MachineLearningCompute/post/Start ComputeInstance Compute
    cmderr	[Autorest]     - name: /MachineLearningCompute/post/Stop ComputeInstance Compute
    cmderr	[Autorest]     - name: /MachineLearningCompute/delete/Delete Compute
    cmderr	[Autorest]     - name: /machinelearningservices/get/List Skus
    cmderr	[Autorest]     - name: /Notebooks/post/Prepare Notebook
    cmderr	[Autorest]     - name: /PrivateEndpointConnections/put/WorkspacePutPrivateEndpointConnection
    cmderr	[Autorest]     - name: /PrivateEndpointConnections/get/WorkspaceGetPrivateEndpointConnection
    cmderr	[Autorest]     - name: /PrivateEndpointConnections/delete/WorkspaceDeletePrivateEndpointConnection
    cmderr	[Autorest]     - name: /PrivateLinkResources/get/WorkspaceListPrivateLinkResources
    cmderr	[Autorest]     - name: /Quotas/get/List workspace quotas by VMFamily
    cmderr	[Autorest]     - name: /Quotas/post/update quotas
    cmderr	[Autorest]     - name: /Usages/get/List Usages
    cmderr	[Autorest]     - name: /VirtualMachineSizes/get/List VM Sizes
    cmderr	[Autorest]     - name: /WorkspaceConnections/put/CreateWorkspaceConnection
    cmderr	[Autorest]     - name: /WorkspaceConnections/get/GetWorkspaceConnection
    cmderr	[Autorest]     - name: /WorkspaceConnections/get/ListWorkspaceConnections
    cmderr	[Autorest]     - name: /WorkspaceConnections/delete/DeleteWorkspaceConnection
    cmderr	[Autorest]     - name: /WorkspaceFeatures/get/List Workspace features
    cmderr	[Autorest]     - name: /Workspaces/delete/Delete Workspace
    cmderr	[Autorest] --------------------------------------------------------
    cmderr	[Autorest] /bin/sh: 1: cd: can't cd to home/vsts/work/1/s/azure-rest-api-specs
    cmderr	[Autorest] fatal: not a git repository (or any of the parent directories): .git
    cmderr	[Autorest] fatal: not a git repository (or any of the parent directories): .git
  • ️✔️machinelearningservices [View full logs]  [Release Azure CLI Changes]
️⚠️ azure-sdk-for-python warning [Detail]
  • ⚠️Warning [Logs]Release - Generate from 2f29e93. 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] Ignoring mock: markers 'python_version <= "2.7"' don't match your environment
    cmderr	[automation_init.sh]   Failed building wheel for ConfigArgParse
    cmderr	[automation_init.sh]   Failed building wheel for yarl
    cmderr	[automation_init.sh]   Failed building wheel for wrapt
    cmderr	[automation_init.sh]   Failed building wheel for multidict
    cmderr	[automation_init.sh] Cannot uninstall requirement azure-nspkg, not installed
    cmderr	[automation_init.sh] Command '['/home/vsts/work/1/s/azure-sdk-for-python_tmp/venv-sdk/bin/python', '-m', 'pip', 'uninstall', '-y', 'azure-nspkg']' returned non-zero exit status 1.
    command	sh scripts/automation_generate.sh ../azure-sdk-for-python_tmp/generateInput.json ../azure-sdk-for-python_tmp/generateOutput.json
  • ️✔️azure-mgmt-machinelearningservices [View full logs]  [Release SDK Changes] Breaking Change Detected
    info	[Changelog] **Features**
    info	[Changelog]
    info	[Changelog]   - Model WorkspaceUpdateParameters has a new parameter sku
    info	[Changelog]   - Model ComputeResource has a new parameter sku
    info	[Changelog]   - Model AmlComputeProperties has a new parameter remote_login_port_public_access
    info	[Changelog]   - Model Workspace has a new parameter hbi_workspace
    info	[Changelog]   - Model Workspace has a new parameter service_provisioned_resource_group
    info	[Changelog]   - Model Workspace has a new parameter allow_public_access_when_behind_vnet
    info	[Changelog]   - Model Workspace has a new parameter encryption
    info	[Changelog]   - Model Workspace has a new parameter shared_private_link_resources
    info	[Changelog]   - Model Workspace has a new parameter image_build_compute
    info	[Changelog]   - Model Workspace has a new parameter sku
    info	[Changelog]   - Model Workspace has a new parameter private_link_count
    info	[Changelog]   - Model Workspace has a new parameter private_endpoint_connections
    info	[Changelog]   - Model Workspace has a new parameter notebook_info
    info	[Changelog]   - Model Identity has a new parameter user_assigned_identities
    info	[Changelog]   - Model VirtualMachineSize has a new parameter supported_compute_types
    info	[Changelog]   - Model VirtualMachineSize has a new parameter estimated_vm_prices
    info	[Changelog]   - Model VirtualMachineSize has a new parameter gpus
    info	[Changelog]   - Model Resource has a new parameter sku
    info	[Changelog]   - Model ListWorkspaceKeysResult has a new parameter notebook_access_keys
    info	[Changelog]   - Added operation MachineLearningComputeOperations.restart
    info	[Changelog]   - Added operation MachineLearningComputeOperations.start
    info	[Changelog]   - Added operation MachineLearningComputeOperations.stop
    info	[Changelog]   - Added operation group WorkspaceConnectionsOperations
    info	[Changelog]   - Added operation group NotebooksOperations
    info	[Changelog]   - Added operation group PrivateLinkResourcesOperations
    info	[Changelog]   - Added operation group PrivateEndpointConnectionsOperations
    info	[Changelog]   - Added operation group QuotasOperations
    info	[Changelog]   - Added operation group AzureMachineLearningWorkspacesOperationsMixin
    info	[Changelog]   - Added operation group WorkspaceFeaturesOperations
    info	[Changelog]
    info	[Changelog] **Breaking changes**
    info	[Changelog]
    info	[Changelog]   - Parameter type of model Identity is now required
    info	[Changelog]   - Operation VirtualMachineSizesOperations.list has a new signature
    info	[Changelog]   - Model AmlComputeNodeInformation has a new signature
️️✔️ azure-sdk-for-js succeeded [Detail] [Expand]
  • ️✔️Succeeded [Logs]Release - Generate from 2f29e93. SDK Automation 14.0.0
    warn	Skip initScript due to not configured
    command	autorest --version=V2 --typescript --license-header=MICROSOFT_MIT_NO_VERSION [email protected]/[email protected] --typescript-sdks-folder=/home/vsts/work/1/s/azure-sdk-for-js/azure-sdk-for-js ../../azure-rest-api-specs/specification/machinelearningservices/resource-manager/readme.md
  • ️✔️@azure/arm-machinelearningservices [View full logs]  [Release SDK Changes]
    cmderr	[npmPack] loaded rollup.config.js with warnings
    cmderr	[npmPack] (!) Unused external imports
    cmderr	[npmPack] default imported from external module 'rollup' but never used
    cmderr	[npmPack] ./esm/azureMachineLearningWorkspaces.js → ./dist/arm-machinelearningservices.js...
    cmderr	[npmPack] created ./dist/arm-machinelearningservices.js in 440ms
️️✔️ azure-sdk-for-go succeeded [Detail] [Expand]
  • ️✔️Succeeded [Logs]Release - Generate from 2f29e93. SDK Automation 14.0.0
    command	sh ./initScript.sh ../../../../../azure-sdk-for-go_tmp/initInput.json ../../../../../azure-sdk-for-go_tmp/initOutput.json
    command	go run ./tools/generator/main.go ../../../../../azure-sdk-for-go_tmp/generateInput.json ../../../../../azure-sdk-for-go_tmp/generateOutput.json
  • ️✔️machinelearningservices/mgmt/2020-04-01/machinelearningservices [View full logs]  [Release SDK Changes]
    info	[Changelog] No exported changes
  • ️✔️machinelearningservices/mgmt/2020-03-01/machinelearningservices [View full logs]  [Release SDK Changes]
    info	[Changelog] No exported changes
  • ️✔️machinelearningservices/mgmt/2020-01-01/machinelearningservices [View full logs]  [Release SDK Changes]
    info	[Changelog] No exported changes
  • ️✔️machinelearningservices/mgmt/2019-11-01/machinelearningservices [View full logs]  [Release SDK Changes]
    info	[Changelog] No exported changes
  • ️✔️machinelearningservices/mgmt/2019-06-01/machinelearningservices [View full logs]  [Release SDK Changes]
    info	[Changelog] No exported changes
  • ️✔️machinelearningservices/mgmt/2019-05-01/machinelearningservices [View full logs]  [Release SDK Changes]
    info	[Changelog] No exported changes
  • ️✔️machinelearningservices/mgmt/2018-11-19/machinelearningservices [View full logs]  [Release SDK Changes]
    info	[Changelog] No exported changes
  • ️✔️preview/machinelearningservices/mgmt/2020-02-18-preview/machinelearningservices [View full logs]  [Release SDK Changes]
    info	[Changelog] No exported changes
  • ️✔️preview/machinelearningservices/mgmt/2018-03-01-preview/machinelearningservices [View full logs]  [Release SDK Changes]
    info	[Changelog] No exported changes
️️✔️ azure-sdk-for-net succeeded [Detail] [Expand]
️️✔️ azure-resource-manager-schemas succeeded [Detail] [Expand]
  • ️✔️Succeeded [Logs]Release - Generate from 2f29e93. Schema Automation 14.0.0
    warn	Skip initScript due to not configured
    command	npx n 12
    command	autorest --use=@autorest/[email protected] --version=3.0.6369 --azureresourceschema --multiapi --title=none --pass-thru:subset-reducer --azureresourceschema-folder=/home/vsts/work/1/s/azure-resource-manager-schemas/azure-resource-manager-schemas ../../azure-rest-api-specs/specification/machinelearningservices/resource-manager/readme.md
    cmdout	[Autorest] WARNING: Skipping path '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/Microsoft.MachineLearningServices/workspaces/{workspaceName}/linkedWorkspaces/{linkName}': Unable to locate '/providers/' segment
  • ️✔️machinelearningservices [View full logs]  [Release Schema Changes]
    cmderr	[resource-manager] node-pre-gyp
    cmderr	[resource-manager] WARN Using request for node-pre-gyp https download
    cmderr	[resource-manager]  WARN [email protected] No repository field.
    cmderr	[resource-manager] npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents):
    cmderr	[resource-manager] npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
    cmderr	[resource-manager] npm ERR! code ELIFECYCLE
    cmderr	[resource-manager] npm ERR! errno 1
    cmderr	[resource-manager]  [email protected] test: `mocha -r ts-node/register tests.ts`
    cmderr	[resource-manager] npm ERR! Exit status 1
    cmderr	[resource-manager] npm
    cmderr	[resource-manager] npm ERR! Failed at the [email protected] test script.
    cmderr	[resource-manager] npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
    cmderr	[resource-manager]  A complete log of this run can be found in:
    cmderr	[resource-manager] npm ERR!     /home/vsts/.npm/_logs/2021-02-03T04_26_24_789Z-debug.log
    cmderr	[resource-manager] Error: Command failed: npm run test --prefix tools
    cmderr	[resource-manager]     at checkExecSyncError (child_process.js:635:11)
    cmderr	[resource-manager]     at Object.execSync (child_process.js:671:15)
    cmderr	[resource-manager]     at Object.<anonymous> (/home/vsts/work/1/s/azure-resource-manager-schemas/azure-resource-manager-schemas/sdkauto_afterscript.js:13:28)
    cmderr	[resource-manager]     at Module._compile (internal/modules/cjs/loader.js:999:30)
    cmderr	[resource-manager]     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
    cmderr	[resource-manager]     at Module.load (internal/modules/cjs/loader.js:863:32)
    cmderr	[resource-manager]     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
    cmderr	[resource-manager]     at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:60:12)
    cmderr	[resource-manager]     at internal/main/run_main_module.js:17:47 {
    cmderr	[resource-manager]   status: 1,
    cmderr	[resource-manager]   signal: null,
    cmderr	[resource-manager]   output: [ null, null, null ],
    cmderr	[resource-manager]   pid: 2972,
    cmderr	[resource-manager]   stdout: null,
    cmderr	[resource-manager]   stderr: null
    cmderr	[resource-manager] }
️️✔️[Staging] ApiDocPreview succeeded [Detail] [Expand]
 Please click here to preview with your @microsoft account. 
Posted by Swagger Pipeline | How to fix these errors?

@yetamsft
Copy link
Member Author

yetamsft commented Feb 2, 2021

@yetamsft could you please resolve the merge conflict? I will merge this once the conflicts are resolved and all CIs are green

Apologize for the delay. I just resolved the conflict. Please help merge this. Thanks -Ye

@ArcturusZhang ArcturusZhang removed the DoNotMerge <valid label in PR review process> use to hold merge after approval label Feb 3, 2021
@ArcturusZhang ArcturusZhang merged commit 2f29e93 into Azure:master Feb 3, 2021
This was referenced Feb 3, 2021
mkarmark pushed a commit to mkarmark/azure-rest-api-specs that referenced this pull request Jul 21, 2021
* Add labeling jobs operations in spec and examples

* Fix labeling job id

* move to jobs.json following codeJob pattern

* fix eol

* Fix readme.md

* Fix spec failures

* fix spec

* Fix deleteLabelingJob

* Fix status message list

* fix

* Fix prettier

* handle polymorphic objects

* Fix discriminator

* Fix polyphorphic def

* Fix

* Fix

* fix

* fix

* Fix lintdiff error

* Fix conflict

* Fix LintDiff

* Fix LintDiff

* Remove id and continuation token. Address comments

* Fix LintDiff

* Fix

* Update azuresourceschema.md

* Fix LintDiff

* Fix LintDiff

* Fix LintDiff
@yetamsft yetamsft deleted the users/yeta/LabelingP1 branch October 28, 2024 22:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ARMSignedOff <valid label in PR review process>add this label when ARM approve updates after review CI-BreakingChange-Python 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