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

Mark MOE API Contract MaxQueueWait as deprecated #28205

Conversation

Mutilar
Copy link
Member

@Mutilar Mutilar commented Mar 11, 2024

ARM (Control Plane) API Specification Update Pull Request

Tip

Overwhelmed by all this guidance? See the Getting help section at the bottom of this PR description.

Note

As of January 2024 there is no PR assignee. This is expected. See https://aka.ms/azsdk/pr-arm-review.

PR review workflow diagram

Please understand this diagram before proceeding. It explains how to get your PR approved & merged.

diagram

Click here to see the details of Step 1

Breaking changes review (Diagram Step 1)

If the automation determines you have breaking changes, i.e. Step 1 from the diagram applies to you,
you must follow the breaking changes process.
IMPORTANT This applies even if:

  • The tool fails while it shouldn't, e.g. due to runtime exception, or incorrect detection of breaking changes.
  • You believe there is no need for you to request breaking change approval, for any reason.
    Such claims must be reviewed, and the process is the same.
Click here to see the details of Step 2

ARM API changes review (Diagram Step 2)

Click here to see the diagram footnotes

Diagram footnotes

[1] See ARM review queue (for PR merge queues, see [2]).
[2] public repo merge queue, private repo merge queue (for ARM review queue, [1])
The ARM reviewer on-call engineer visits the merge queue twice a day, so the approximate ETA for merges is 12 - 24 hours.

Purpose of this PR

What's the purpose of this PR? Check the specific option that applies. This is mandatory!

  • New resource provider.
  • New API version for an existing resource provider. (If API spec is not defined in TypeSpec, the PR should have been generated using OpenAPI Hub).
  • Update existing version for a new feature. (This is applicable only when you are revising a private preview API version.)
  • Update existing version to fix OpenAPI spec quality issues in S360.
  • Other, please clarify:
    • Mark field as deprecated

Due diligence checklist

To merge this PR, you must go through the following checklist and confirm you understood
and followed the instructions by checking all the boxes:

  • I confirm this PR is modifying Azure Resource Manager (ARM) related specifications, and not data plane related specifications.
  • I have reviewed following Resource Provider guidelines, including
    ARM resource provider contract and
    REST guidelines (estimated time: 4 hours).
    I understand this is required before I can proceed to the diagram Step 2, "ARM API changes review", for this PR.

Additional information

Viewing API changes

For convenient view of the API changes made by this PR, refer to the URLs provided in the table
in the Generated ApiView comment added to this PR. You can use ApiView to show API versions diff.

Suppressing failures

If one or multiple validation error/warning suppression(s) is detected in your PR, please follow the
suppressions guide to get approval.

Getting help

  • First, please carefully read through this PR description, from top to bottom. Please fill out the Purpose of this PR and Due diligence checklist.
  • To understand what you must do next to merge this PR, see the Next Steps to Merge comment. It will appear within few minutes of submitting this PR and will continue to be up-to-date with current PR state.
  • For guidance on fixing this PR CI check failures, see the hyperlinks provided in given failure
    and https://aka.ms/ci-fix.
  • For help with PR workflow diagram Step 2 (ARM review), see https://aka.ms/azsdk/pr-arm-review.
  • If the PR CI checks appear to be stuck in queued state, please add a comment with contents /azp run.
    This should result in a new comment denoting a PR validation pipeline has started and the checks should be updated after few minutes.
  • If the help provided by the previous points is not enough, post to https://aka.ms/azsdk/support/specreview-channel and link to this PR.

Copy link

openapi-pipeline-app bot commented Mar 11, 2024

Next Steps to Merge

✅ All automated merging requirements have been met! Refer to step 4 in the PR workflow diagram (even if your PR is for data plane, not ARM).

Copy link

openapi-pipeline-app bot commented Mar 11, 2024

Swagger Validation Report

️️✔️BreakingChange succeeded [Detail] [Expand]
There are no breaking changes.
Compared specs (v0.10.5) new version base version
mfe.json 2024-01-01-preview(91ab2e9) 2024-01-01-preview(main)
️️✔️Breaking Change(Cross-Version) succeeded [Detail] [Expand]
There are no breaking changes.
️🔄LintDiff inProgress [Detail]
️️✔️Avocado succeeded [Detail] [Expand]
Validation passes for Avocado.
️️✔️SwaggerAPIView succeeded [Detail] [Expand]
️️✔️TypeSpecAPIView succeeded [Detail] [Expand]
️️✔️ModelValidation succeeded [Detail] [Expand]
Validation passes for ModelValidation.
️️✔️SemanticValidation succeeded [Detail] [Expand]
Validation passes for SemanticValidation.
️️✔️SpellCheck succeeded [Detail] [Expand]
Validation passes for SpellCheck.
️️✔️PR Summary succeeded [Detail] [Expand]
Validation passes for Summary.
️️✔️Automated merging requirements met succeeded [Detail] [Expand]
Posted by Swagger Pipeline | How to fix these errors?

Copy link

openapi-pipeline-app bot commented Mar 11, 2024

Swagger Generation Artifacts

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

Breaking Changes Tracking

⚠️azure-sdk-for-go - sdk/resourcemanager/machinelearning/armmachinelearning - 4.0.0-beta.1
+	Enum `PrivateEndpointServiceConnectionStatus` has been removed
+	Enum `PublicNetworkAccess` has been removed
+	Enum `ValueFormat` has been removed
+	Field `AmlOperationListResult` of struct `OperationsClientListResponse` has been removed
+	Field `Parameters` of struct `WorkspacesClientBeginDiagnoseOptions` has been removed
+	Field `Properties` of struct `FQDNEndpoints` has been removed
+	Field `SubnetArmID` of struct `PrivateEndpoint` has been removed
+	Field `UserStorageResourceID` of struct `ListWorkspaceKeysResult` has been removed
+	Field `Value`, `ValueFormat` of struct `ManagedIdentityAuthTypeWorkspaceConnectionProperties` has been removed
+	Field `Value`, `ValueFormat` of struct `NoneAuthTypeWorkspaceConnectionProperties` has been removed
+	Field `Value`, `ValueFormat` of struct `PATAuthTypeWorkspaceConnectionProperties` has been removed
+	Field `Value`, `ValueFormat` of struct `SASAuthTypeWorkspaceConnectionProperties` has been removed
+	Field `Value`, `ValueFormat` of struct `UsernamePasswordAuthTypeWorkspaceConnectionProperties` has been removed
+	Field `Value`, `ValueFormat` of struct `WorkspaceConnectionPropertiesV2` has been removed
+	Function `*WorkspaceConnectionsClient.Create` parameter(s) have been changed from `(context.Context, string, string, string, WorkspaceConnectionPropertiesV2BasicResource, *WorkspaceConnectionsClientCreateOptions)` to `(context.Context, string, string, string, *WorkspaceConnectionsClientCreateOptions)`
+	Operation `*PrivateLinkResourcesClient.List` has supported pagination, use `*PrivateLinkResourcesClient.NewListPager` instead.
+	Struct `AmlOperationDisplay` has been removed
+	Struct `AmlOperationListResult` has been removed
+	Struct `AmlOperation` has been removed
+	Struct `EncryptionKeyVaultProperties` has been removed
+	Struct `FQDNEndpointsProperties` has been removed
+	Type of `ComputeStartStopSchedule.Cron` has been changed from `*CronTrigger` to `*Cron`
+	Type of `ComputeStartStopSchedule.Recurrence` has been changed from `*RecurrenceTrigger` to `*Recurrence`
+	Type of `ComputeStartStopSchedule.TriggerType` has been changed from `*TriggerType` to `*ComputeTriggerType`
+	Type of `EncryptionProperty.KeyVaultProperties` has been changed from `*EncryptionKeyVaultProperties` to `*KeyVaultProperties`
+	Type of `ExternalFQDNResponse.Value` has been changed from `[]*FQDNEndpoints` to `[]*FQDNEndpointsPropertyBag`
+	Type of `PrivateEndpointConnectionProperties.PrivateEndpoint` has been changed from `*PrivateEndpoint` to `*WorkspacePrivateEndpointResource`
+	Type of `PrivateLinkServiceConnectionState.Status` has been changed from `*PrivateEndpointServiceConnectionStatus` to `*EndpointServiceConnectionStatus`
+	Type of `SharedPrivateLinkResourceProperty.Status` has been changed from `*PrivateEndpointServiceConnectionStatus` to `*EndpointServiceConnectionStatus`
+	Type of `WorkspaceProperties.PublicNetworkAccess` has been changed from `*PublicNetworkAccess` to `*PublicNetworkAccessType`
+	Type of `WorkspacePropertiesUpdateParameters.PublicNetworkAccess` has been changed from `*PublicNetworkAccess` to `*PublicNetworkAccessType`
⚠️azure-sdk-for-js - @azure/arm-machinelearning - 3.0.0-beta.1
+	Deleted Class AzureMachineLearningWorkspaces
+	Interface BatchDeploymentsListNextOptionalParams no longer has parameter orderBy
+	Interface BatchDeploymentsListNextOptionalParams no longer has parameter skip
+	Interface BatchDeploymentsListNextOptionalParams no longer has parameter top
+	Interface BatchEndpointsListNextOptionalParams no longer has parameter count
+	Interface BatchEndpointsListNextOptionalParams no longer has parameter skip
+	Interface CodeContainersListNextOptionalParams no longer has parameter skip
+	Interface CodeVersionsListNextOptionalParams no longer has parameter orderBy
+	Interface CodeVersionsListNextOptionalParams no longer has parameter skip
+	Interface CodeVersionsListNextOptionalParams no longer has parameter top
+	Interface ComponentContainersListNextOptionalParams no longer has parameter listViewType
+	Interface ComponentContainersListNextOptionalParams no longer has parameter skip
+	Interface ComponentVersionsListNextOptionalParams no longer has parameter listViewType
+	Interface ComponentVersionsListNextOptionalParams no longer has parameter orderBy
+	Interface ComponentVersionsListNextOptionalParams no longer has parameter skip
+	Interface ComponentVersionsListNextOptionalParams no longer has parameter top
+	Interface ComputeListNextOptionalParams no longer has parameter skip
+	Interface DataContainersListNextOptionalParams no longer has parameter listViewType
+	Interface DataContainersListNextOptionalParams no longer has parameter skip
+	Interface DataVersionsListNextOptionalParams no longer has parameter listViewType
+	Interface DataVersionsListNextOptionalParams no longer has parameter orderBy
+	Interface DataVersionsListNextOptionalParams no longer has parameter skip
+	Interface DataVersionsListNextOptionalParams no longer has parameter tags
+	Interface DataVersionsListNextOptionalParams no longer has parameter top
+	Interface DatastoresListNextOptionalParams no longer has parameter count
+	Interface DatastoresListNextOptionalParams no longer has parameter isDefault
+	Interface DatastoresListNextOptionalParams no longer has parameter names
+	Interface DatastoresListNextOptionalParams no longer has parameter orderBy
+	Interface DatastoresListNextOptionalParams no longer has parameter orderByAsc
+	Interface DatastoresListNextOptionalParams no longer has parameter searchText
+	Interface DatastoresListNextOptionalParams no longer has parameter skip
+	Interface EnvironmentContainersListNextOptionalParams no longer has parameter listViewType
+	Interface EnvironmentContainersListNextOptionalParams no longer has parameter skip
+	Interface EnvironmentVersionsListNextOptionalParams no longer has parameter listViewType
+	Interface EnvironmentVersionsListNextOptionalParams no longer has parameter orderBy
+	Interface EnvironmentVersionsListNextOptionalParams no longer has parameter skip
+	Interface EnvironmentVersionsListNextOptionalParams no longer has parameter top
+	Interface FqdnEndpoints no longer has parameter properties
+	Interface JobsListNextOptionalParams no longer has parameter jobType
+	Interface JobsListNextOptionalParams no longer has parameter listViewType
+	Interface JobsListNextOptionalParams no longer has parameter skip
+	Interface JobsListNextOptionalParams no longer has parameter tag
+	Interface ListWorkspaceKeysResult no longer has parameter userStorageResourceId
+	Interface ModelContainersListNextOptionalParams no longer has parameter count
+	Interface ModelContainersListNextOptionalParams no longer has parameter listViewType
+	Interface ModelContainersListNextOptionalParams no longer has parameter skip
+	Interface ModelVersionsListNextOptionalParams no longer has parameter description
+	Interface ModelVersionsListNextOptionalParams no longer has parameter feed
+	Interface ModelVersionsListNextOptionalParams no longer has parameter listViewType
+	Interface ModelVersionsListNextOptionalParams no longer has parameter offset
+	Interface ModelVersionsListNextOptionalParams no longer has parameter orderBy
+	Interface ModelVersionsListNextOptionalParams no longer has parameter properties
+	Interface ModelVersionsListNextOptionalParams no longer has parameter skip
+	Interface ModelVersionsListNextOptionalParams no longer has parameter tags
+	Interface ModelVersionsListNextOptionalParams no longer has parameter top
+	Interface ModelVersionsListNextOptionalParams no longer has parameter version
+	Interface OnlineDeploymentsListNextOptionalParams no longer has parameter orderBy
+	Interface OnlineDeploymentsListNextOptionalParams no longer has parameter skip
+	Interface OnlineDeploymentsListNextOptionalParams no longer has parameter top
+	Interface OnlineDeploymentsListSkusNextOptionalParams no longer has parameter count
+	Interface OnlineDeploymentsListSkusNextOptionalParams no longer has parameter skip
+	Interface OnlineEndpointsListNextOptionalParams no longer has parameter computeType
+	Interface OnlineEndpointsListNextOptionalParams no longer has parameter count
+	Interface OnlineEndpointsListNextOptionalParams no longer has parameter name
+	Interface OnlineEndpointsListNextOptionalParams no longer has parameter orderBy
+	Interface OnlineEndpointsListNextOptionalParams no longer has parameter properties
+	Interface OnlineEndpointsListNextOptionalParams no longer has parameter skip
+	Interface OnlineEndpointsListNextOptionalParams no longer has parameter tags
+	Interface PrivateEndpoint no longer has parameter subnetArmId
+	Interface SchedulesListNextOptionalParams no longer has parameter listViewType
+	Interface SchedulesListNextOptionalParams no longer has parameter skip
+	Interface WorkspaceConnectionPropertiesV2 no longer has parameter value
+	Interface WorkspaceConnectionPropertiesV2 no longer has parameter valueFormat
+	Interface WorkspaceConnectionsListNextOptionalParams no longer has parameter category
+	Interface WorkspaceConnectionsListNextOptionalParams no longer has parameter target
+	Interface WorkspacesDiagnoseOptionalParams no longer has parameter parameters
+	Interface WorkspacesListByResourceGroupNextOptionalParams no longer has parameter skip
+	Interface WorkspacesListBySubscriptionNextOptionalParams no longer has parameter skip
+	Operation WorkspaceConnections.create has a new signature
+	Removed Enum KnownPrivateEndpointServiceConnectionStatus
+	Removed Enum KnownPublicNetworkAccess
+	Removed Enum KnownValueFormat
+	Type of parameter applicationInsights of interface DiagnoseRequestProperties is changed from {
        [propertyName: string]: Record;
    } to {
        [propertyName: string]: any;
    }
+	Type of parameter containerRegistry of interface DiagnoseRequestProperties is changed from {
        [propertyName: string]: Record;
    } to {
        [propertyName: string]: any;
    }
+	Type of parameter cron of interface ComputeStartStopSchedule is changed from CronTrigger to Cron
+	Type of parameter dnsResolution of interface DiagnoseRequestProperties is changed from {
        [propertyName: string]: Record;
    } to {
        [propertyName: string]: any;
    }
+	Type of parameter keyVault of interface DiagnoseRequestProperties is changed from {
        [propertyName: string]: Record;
    } to {
        [propertyName: string]: any;
    }
+	Type of parameter keyVaultProperties of interface EncryptionProperty is changed from EncryptionKeyVaultProperties to KeyVaultProperties
+	Type of parameter nsg of interface DiagnoseRequestProperties is changed from {
        [propertyName: string]: Record;
    } to {
        [propertyName: string]: any;
    }
+	Type of parameter others of interface DiagnoseRequestProperties is changed from {
        [propertyName: string]: Record;
    } to {
        [propertyName: string]: any;
    }
+	Type of parameter privateEndpoint of interface PrivateEndpointConnection is changed from PrivateEndpoint to WorkspacePrivateEndpointResource
+	Type of parameter publicNetworkAccess of interface Workspace is changed from PublicNetworkAccess to PublicNetworkAccessType
+	Type of parameter publicNetworkAccess of interface WorkspaceUpdateParameters is changed from PublicNetworkAccess to PublicNetworkAccessType
+	Type of parameter recurrence of interface ComputeStartStopSchedule is changed from RecurrenceTrigger to Recurrence
+	Type of parameter resourceLock of interface DiagnoseRequestProperties is changed from {
        [propertyName: string]: Record;
    } to {
        [propertyName: string]: any;
    }
+	Type of parameter status of interface PrivateLinkServiceConnectionState is changed from PrivateEndpointServiceConnectionStatus to EndpointServiceConnectionStatus
+	Type of parameter status of interface SharedPrivateLinkResource is changed from PrivateEndpointServiceConnectionStatus to EndpointServiceConnectionStatus
+	Type of parameter storageAccount of interface DiagnoseRequestProperties is changed from {
        [propertyName: string]: Record;
    } to {
        [propertyName: string]: any;
    }
+	Type of parameter triggerType of interface ComputeStartStopSchedule is changed from TriggerType to ComputeTriggerType
+	Type of parameter udr of interface DiagnoseRequestProperties is changed from {
        [propertyName: string]: Record;
    } to {
        [propertyName: string]: any;
    }
+	Type of parameter value of interface ExternalFqdnResponse is changed from FqdnEndpoints[] to FqdnEndpointsPropertyBag[]
⚠️azure-sdk-for-python-track2 - track2_azure-mgmt-machinelearningservices - 2.0.0b2
+	Model FQDNEndpoints no longer has parameter properties
+	Model ListWorkspaceKeysResult no longer has parameter user_storage_resource_id
+	Model ManagedIdentityAuthTypeWorkspaceConnectionProperties no longer has parameter value
+	Model ManagedIdentityAuthTypeWorkspaceConnectionProperties no longer has parameter value_format
+	Model NoneAuthTypeWorkspaceConnectionProperties no longer has parameter value
+	Model NoneAuthTypeWorkspaceConnectionProperties no longer has parameter value_format
+	Model PATAuthTypeWorkspaceConnectionProperties no longer has parameter value
+	Model PATAuthTypeWorkspaceConnectionProperties no longer has parameter value_format
+	Model SASAuthTypeWorkspaceConnectionProperties no longer has parameter value
+	Model SASAuthTypeWorkspaceConnectionProperties no longer has parameter value_format
+	Model UsernamePasswordAuthTypeWorkspaceConnectionProperties no longer has parameter value
+	Model UsernamePasswordAuthTypeWorkspaceConnectionProperties no longer has parameter value_format
+	Model WorkspaceConnectionPropertiesV2 no longer has parameter value
+	Model WorkspaceConnectionPropertiesV2 no longer has parameter value_format
+	Operation PrivateEndpointConnectionsOperations.create_or_update has a new required parameter body
+	Operation PrivateEndpointConnectionsOperations.create_or_update no longer has parameter properties
+	Operation WorkspaceConnectionsOperations.create no longer has parameter parameters
+	Operation WorkspacesOperations.begin_create_or_update has a new required parameter body
+	Operation WorkspacesOperations.begin_create_or_update no longer has parameter parameters
+	Operation WorkspacesOperations.begin_diagnose no longer has parameter parameters
+	Operation WorkspacesOperations.begin_update has a new required parameter body
+	Operation WorkspacesOperations.begin_update no longer has parameter parameters
️❌ azure-sdk-for-net-track2 failed [Detail]
  • Failed [Logs] Generate from b23cf240d9944ed66e40f67e1d53292c03f9a99f. SDK Automation 14.0.0
    command	pwsh ./eng/scripts/Automation-Sdk-Init.ps1 ../azure-sdk-for-net_tmp/initInput.json ../azure-sdk-for-net_tmp/initOutput.json
    command	pwsh ./eng/scripts/Invoke-GenerateAndBuildV2.ps1 ../azure-sdk-for-net_tmp/generateInput.json ../azure-sdk-for-net_tmp/generateOutput.json
    cmderr	[Invoke-GenerateAndBuildV2.ps1] �[31;1mGeneratePackage: �[0m/mnt/vss/_work/1/s/azure-sdk-for-net/eng/scripts/automation/GenerateAndBuildLib.ps1:714�[0m
    cmderr	[Invoke-GenerateAndBuildV2.ps1] �[31;1m�[0m�[36;1mLine |�[0m
    cmderr	[Invoke-GenerateAndBuildV2.ps1] �[31;1m�[0m�[36;1m�[36;1m 714 | �[0m         �[36;1mGeneratePackage -projectFolder $projectFolder -sdkRootPath $s�[0m …�[0m
    cmderr	[Invoke-GenerateAndBuildV2.ps1] �[31;1m�[0m�[36;1m�[36;1m�[0m�[36;1m�[0m�[36;1m     | �[31;1m         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~�[0m
    cmderr	[Invoke-GenerateAndBuildV2.ps1] �[31;1m�[0m�[36;1m�[36;1m�[0m�[36;1m�[0m�[36;1m�[31;1m�[31;1m�[36;1m     | �[31;1mFailed to generate sdk. exit code: False�[0m
    cmderr	[Invoke-GenerateAndBuildV2.ps1] �[31;1mGet-ChildItem: �[0m/mnt/vss/_work/1/s/azure-sdk-for-net/eng/scripts/automation/GenerateAndBuildLib.ps1:807�[0m
    cmderr	[Invoke-GenerateAndBuildV2.ps1] �[31;1m�[0m�[36;1mLine |�[0m
    cmderr	[Invoke-GenerateAndBuildV2.ps1] �[31;1m�[0m�[36;1m�[36;1m 807 | �[0m … rtifacts += �[36;1mGet-ChildItem $artifactsPath -Filter *.nupkg -exclude *.s�[0m …�[0m
    cmderr	[Invoke-GenerateAndBuildV2.ps1] �[31;1m�[0m�[36;1m�[36;1m�[0m�[36;1m�[0m�[36;1m     | �[31;1m               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~�[0m
    cmderr	[Invoke-GenerateAndBuildV2.ps1] �[31;1m�[0m�[36;1m�[36;1m�[0m�[36;1m�[0m�[36;1m�[31;1m�[31;1m�[36;1m     | �[31;1mCannot find path�[0m
    cmderr	[Invoke-GenerateAndBuildV2.ps1] �[31;1m�[0m�[36;1m�[36;1m�[0m�[36;1m�[0m�[36;1m�[31;1m�[31;1m�[36;1m�[31;1m�[36;1m     | �[31;1m'/mnt/vss/_work/1/s/azure-sdk-for-net/artifacts/packages/Debug/' because�[0m
    cmderr	[Invoke-GenerateAndBuildV2.ps1] �[31;1m�[0m�[36;1m�[36;1m�[0m�[36;1m�[0m�[36;1m�[31;1m�[31;1m�[36;1m�[31;1m�[36;1m�[31;1m�[36;1m     | �[31;1mit does not exist.�[0m
    cmderr	[Invoke-GenerateAndBuildV2.ps1] �[31;1mGeneratePackage: �[0m/mnt/vss/_work/1/s/azure-sdk-for-net/eng/scripts/automation/GenerateAndBuildLib.ps1:714�[0m
    cmderr	[Invoke-GenerateAndBuildV2.ps1] �[31;1m�[0m�[36;1mLine |�[0m
    cmderr	[Invoke-GenerateAndBuildV2.ps1] �[31;1m�[0m�[36;1m�[36;1m 714 | �[0m         �[36;1mGeneratePackage -projectFolder $projectFolder -sdkRootPath $s�[0m …�[0m
    cmderr	[Invoke-GenerateAndBuildV2.ps1] �[31;1m�[0m�[36;1m�[36;1m�[0m�[36;1m�[0m�[36;1m     | �[31;1m         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~�[0m
    cmderr	[Invoke-GenerateAndBuildV2.ps1] �[31;1m�[0m�[36;1m�[36;1m�[0m�[36;1m�[0m�[36;1m�[31;1m�[31;1m�[36;1m     | �[31;1mFailed to generate sdk artifact�[0m
  • Azure.ResourceManager.MachineLearning [View full logs]  [Preview SDK Changes]
    info	[Changelog]
️️✔️ azure-sdk-for-go succeeded [Detail] [Expand]
  • ️✔️Succeeded [Logs] Generate from b23cf240d9944ed66e40f67e1d53292c03f9a99f. 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
  • ️✔️sdk/resourcemanager/machinelearning/armmachinelearning [View full logs]  [Preview SDK Changes]
️⚠️ azure-sdk-for-python-track2 warning [Detail]
  • ⚠️Warning [Logs] Generate from b23cf240d9944ed66e40f67e1d53292c03f9a99f. 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: azure-devtools 1.2.1 does not provide the extra 'ci-tools'
    cmderr	[automation_init.sh] WARNING: azure-devtools 1.2.1 does not provide the extra 'ci-tools'
    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
  • ️✔️track2_azure-mgmt-machinelearningservices [View full logs]  [Preview SDK Changes]
️⚠️ azure-sdk-for-java warning [Detail]
  • ⚠️Warning [Logs] Generate from b23cf240d9944ed66e40f67e1d53292c03f9a99f. 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
    cmderr	[init.sh] [notice] A new release of pip is available: 23.0.1 -> 24.0
    cmderr	[init.sh] [notice] To update, run: pip install --upgrade pip
    cmderr	[init.sh] [notice] A new release of pip is available: 23.0.1 -> 24.0
    cmderr	[init.sh] [notice] To update, run: pip install --upgrade pip
    cmderr	[init.sh] Average Speed   Time    Time     Time  Current
    cmderr	[init.sh]                                  Dload  Upload   Total   Spent    Left  Speed
    cmderr	[init.sh] 
      0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0  0 --:--:-- --:--:-- --:--:--  777k
    cmderr	[init.sh] Downloading https://nodejs.org/dist/v18.15.0/node-v18.15.0-linux-x64.tar.xz...
    cmderr	[init.sh] Computing checksum with sha256sum
    cmderr	[init.sh] Checksums matched!
    command	./eng/mgmt/automation/generate.py ../azure-sdk-for-java_tmp/generateInput.json ../azure-sdk-for-java_tmp/generateOutput.json
  • ️✔️azure-resourcemanager-machinelearning [View full logs]  [Preview SDK Changes]
️️✔️ azure-sdk-for-js succeeded [Detail] [Expand]
  • ️✔️Succeeded [Logs] Generate from b23cf240d9944ed66e40f67e1d53292c03f9a99f. 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
    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-machinelearning [View full logs]  [Preview SDK Changes]
️⚠️ azure-resource-manager-schemas warning [Detail]
  • ⚠️Warning [Logs] Generate from b23cf240d9944ed66e40f67e1d53292c03f9a99f. 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]
    cmderr	[initScript.sh] npm notice New minor version of npm available! 10.2.4 -> 10.5.0
    cmderr	[initScript.sh] npm notice Changelog: <https://github.com/npm/cli/releases/tag/v10.5.0>
    cmderr	[initScript.sh] npm notice Run `npm install -g npm@10.5.0` to update!
    cmderr	[initScript.sh] npm notice
    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
  • ️✔️machinelearningservices [View full logs]  [Preview Schema Changes]
️⚠️ azure-powershell warning [Detail]
  • ⚠️Warning [Logs] Generate from b23cf240d9944ed66e40f67e1d53292c03f9a99f. 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
  • ⚠️Az.machinelearningservices.DefaultTag [View full logs]  [Preview SDK Changes]
Posted by Swagger Pipeline | How to fix these errors?

Copy link

openapi-pipeline-app bot commented Mar 11, 2024

@Mutilar
Copy link
Member Author

Mutilar commented Mar 11, 2024

There wont be lint diff as I am just adding whatever is in GA to preview. I'll have to ask ARM for the supression of lint diff

@AzureRestAPISpecReview AzureRestAPISpecReview added ARMReview resource-manager WaitForARMFeedback <valid label in PR review process> add this label when ARM review is required labels Mar 12, 2024
@raosuhas raosuhas added the ARMSignedOff <valid label in PR review process>add this label when ARM approve updates after review label Mar 12, 2024
@openapi-workflow-bot openapi-workflow-bot bot removed the WaitForARMFeedback <valid label in PR review process> add this label when ARM review is required label Mar 12, 2024
@raosuhas
Copy link

/pr requestmerge

@raosuhas
Copy link

Lintdiff error can be ignored since there seems to be some issue with the tool. Change is only in description.

@Mutilar
Copy link
Member Author

Mutilar commented Mar 12, 2024

/pr requestmerge

@raosuhas raosuhas merged commit e1649ed into Azure:release-machinelearningservices-Microsoft.MachineLearningServices-2024-04-01-preview Mar 13, 2024
27 of 28 checks passed
raosuhas pushed a commit that referenced this pull request Apr 17, 2024
…024 04 01 preview (#27840)

* Adds base for updating Microsoft.MachineLearningServices from version preview/2024-01-01-preview to version 2024-04-01-preview

* Updates readme

* Updates API version in new specs and examples

* Update mfe.json (#28205)

* Os Patching Result for ComputeInstance property (#28242)

* move ospatching result message to a more appropriate place (#28306)

* [ML]WRP 2024-04-01-preview swagger changes (#28311)

* changes for 04-01-preview and examples

* Fix and run prettier

Fix and run prettier

* Fix operation Id issue

* Fix lint error

* small fix on rai policy schema

* Fix example

* Add missing fix

* Fix issue and add suppression

* Update example

* Fix

* Fix example issue

* prettier fix

* Add description (#28460)

* [ML] Update deployment API status code from 202 to 201 (#28495)

* Update status code

* remove suppression

* [ML] Add missing connection APIs in 04-01-preview version (#28662)

* Add connection missing APIs

* Update example and connection ids

* Add missing parameter

* Update suppression

* Update api

---------

Co-authored-by: Brian Hungerman <brianhungerman@gmail.com>
Co-authored-by: libc16 <88697960+libc16@users.noreply.github.com>
Co-authored-by: ZhidaLiu <zhili@microsoft.com>
tjprescott pushed a commit that referenced this pull request Apr 17, 2024
…024 04 01 preview (#27840)

* Adds base for updating Microsoft.MachineLearningServices from version preview/2024-01-01-preview to version 2024-04-01-preview

* Updates readme

* Updates API version in new specs and examples

* Update mfe.json (#28205)

* Os Patching Result for ComputeInstance property (#28242)

* move ospatching result message to a more appropriate place (#28306)

* [ML]WRP 2024-04-01-preview swagger changes (#28311)

* changes for 04-01-preview and examples

* Fix and run prettier

Fix and run prettier

* Fix operation Id issue

* Fix lint error

* small fix on rai policy schema

* Fix example

* Add missing fix

* Fix issue and add suppression

* Update example

* Fix

* Fix example issue

* prettier fix

* Add description (#28460)

* [ML] Update deployment API status code from 202 to 201 (#28495)

* Update status code

* remove suppression

* [ML] Add missing connection APIs in 04-01-preview version (#28662)

* Add connection missing APIs

* Update example and connection ids

* Add missing parameter

* Update suppression

* Update api

---------

Co-authored-by: Brian Hungerman <brianhungerman@gmail.com>
Co-authored-by: libc16 <88697960+libc16@users.noreply.github.com>
Co-authored-by: ZhidaLiu <zhili@microsoft.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Approved-LintDiff ARMReview ARMSignedOff <valid label in PR review process>add this label when ARM approve updates after review resource-manager
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants