Skip to content

Synapse: fix enum name for synapse sensitivityLabelSource#27595

Closed
wuxu92 wants to merge 1 commit intoAzure:mainfrom
wuxu92:synapse
Closed

Synapse: fix enum name for synapse sensitivityLabelSource#27595
wuxu92 wants to merge 1 commit intoAzure:mainfrom
wuxu92:synapse

Conversation

@wuxu92
Copy link

@wuxu92 wuxu92 commented Jan 31, 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:
    • edit this with your clarification

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.

This PR is similar to what #24742 did, and fixes the issue causing hashicorp/pandora#1508.

@openapi-pipeline-app
Copy link

openapi-pipeline-app bot commented Jan 31, 2024

Next Steps to Merge

Next steps that must be taken to merge this PR:
  • ❌ Your PR has at least one breaking change from a previous GA version (label: BreakingChangeReviewRequired). See the PR description for help.
  • ❌ The required check named Swagger BreakingChange has failed. Refer to the check in the PR's 'Checks' tab for details on how to fix it. In addition, refer to step 1 in the PR workflow diagram (even if your PR is for data plane, not ARM).

@openapi-pipeline-app
Copy link

openapi-pipeline-app bot commented Jan 31, 2024

Swagger Validation Report

️❌BreakingChange: 4 Errors, 0 Warnings failed [Detail]
compared swaggers (via Oad v0.10.4)] new version base version
sqlPool.json 2021-06-01(d7e3cbb) 2021-06-01(main)
Rule Message
1047 - XmsEnumChanged The new version has a different x-ms-enum 'name' than the previous one.
New: Microsoft.Synapse/stable/2021-06-01/sqlPool.json#L2124:11
Old: Microsoft.Synapse/stable/2021-06-01/sqlPool.json#L2124:11
1047 - XmsEnumChanged The new version has a different x-ms-enum 'name' than the previous one.
New: Microsoft.Synapse/stable/2021-06-01/sqlPool.json#L2222:11
Old: Microsoft.Synapse/stable/2021-06-01/sqlPool.json#L2222:11
1047 - XmsEnumChanged The new version has a different x-ms-enum 'name' than the previous one.
New: Microsoft.Synapse/stable/2021-06-01/sqlPool.json#L2391:11
Old: Microsoft.Synapse/stable/2021-06-01/sqlPool.json#L2391:11
1047 - XmsEnumChanged The new version has a different x-ms-enum 'name' than the previous one.
New: Microsoft.Synapse/stable/2021-06-01/sqlPool.json#L2469:11
Old: Microsoft.Synapse/stable/2021-06-01/sqlPool.json#L2469:11
️️✔️Breaking Change(Cross-Version) succeeded [Detail] [Expand]
There are no breaking changes.
️️✔️CredScan succeeded [Detail] [Expand]
There is no credential detected.
️️✔️LintDiff succeeded [Detail] [Expand]
Validation passes for LintDiff.
️⚠️Avocado: 1 Warnings warning [Detail]
Rule Message
⚠️ MULTIPLE_API_VERSION The default tag contains multiple API versions swaggers.
readme: specification/synapse/resource-manager/readme.md
tag: specification/synapse/resource-manager/readme.md#tag-package-composite-v2
️️✔️SwaggerAPIView succeeded [Detail] [Expand]
️️✔️TypeSpecAPIView succeeded [Detail] [Expand]
️️✔️ModelValidation succeeded [Detail] [Expand]
Validation passes for ModelValidation.
️️✔️SemanticValidation succeeded [Detail] [Expand]
Validation passes for SemanticValidation.
️️✔️PoliCheck succeeded [Detail] [Expand]
Validation passed for PoliCheck.
️️✔️SpellCheck succeeded [Detail] [Expand]
Validation passes for SpellCheck.
️️✔️Lint(RPaaS) succeeded [Detail] [Expand]
Validation passes for Lint(RPaaS).
️️✔️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?

@openapi-pipeline-app
Copy link

openapi-pipeline-app bot commented Jan 31, 2024

Swagger Generation Artifacts

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

Breaking Changes Tracking

️❌ azure-sdk-for-net-track2 failed [Detail]
  • Pipeline Framework Failed [Logs] Generate from 5f0d3910b11e32ab14a5d2a30eccac0cf32cfe70. 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
    fatal: cannot force update the branch 'sdkAuto/27595/Azure.ResourceManager.Synapse' used by worktree at '/mnt/vss/_work/1/s/azure-sdk-for-net'
  • ️✔️Azure.ResourceManager.Synapse [View full logs]  [Preview SDK Changes]
    info	[Changelog]
  • ️✔️Azure.ResourceManager.Synapse [View full logsBreaking Change Detected
    error	Fatal error: fatal: cannot force update the branch 'sdkAuto/27595/Azure.ResourceManager.Synapse' used by worktree at '/mnt/vss/_work/1/s/azure-sdk-for-net'
    error	Fatal error: Error: fatal: cannot force update the branch 'sdkAuto/27595/Azure.ResourceManager.Synapse' used by worktree at '/mnt/vss/_work/1/s/azure-sdk-for-net'    at Object.action (/mnt/vss/_work/1/a/unified-pipeline-runtime/common/temp/node_modules/.pnpm/simple-git@3.16.0/node_modules/simple-git/dist/cjs/index.js:1274:25)    at PluginStore.exec (/mnt/vss/_work/1/a/unified-pipeline-runtime/common/temp/node_modules/.pnpm/simple-git@3.16.0/node_modules/simple-git/dist/cjs/index.js:1309:29)    at /mnt/vss/_work/1/a/unified-pipeline-runtime/common/temp/node_modules/.pnpm/simple-git@3.16.0/node_modules/simple-git/dist/cjs/index.js:1674:43    at new Promise (<anonymous>)    at GitExecutorChain.handleTaskData (/mnt/vss/_work/1/a/unified-pipeline-runtime/common/temp/node_modules/.pnpm/simple-git@3.16.0/node_modules/simple-git/dist/cjs/index.js:1672:16)    at GitExecutorChain.<anonymous> (/mnt/vss/_work/1/a/unified-pipeline-runtime/common/temp/node_modules/.pnpm/simple-git@3.16.0/node_modules/simple-git/dist/cjs/index.js:1656:44)    at Generator.next (<anonymous>)    at fulfilled (/mnt/vss/_work/1/a/unified-pipeline-runtime/common/temp/node_modules/.pnpm/simple-git@3.16.0/node_modules/simple-git/dist/cjs/index.js:55:24)    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    error	The following packages are still pending:
    error		Azure.ResourceManager.Synapse
    error		Azure.ResourceManager.Synapse
️️✔️ azure-sdk-for-js succeeded [Detail] [Expand]
  • ️✔️Succeeded [Logs] Generate from 5f0d3910b11e32ab14a5d2a30eccac0cf32cfe70. 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-synapse [View full logs]  [Preview SDK Changes] Breaking Change Detected
    Only show 120 items here, please refer to log for details.
    info	[Changelog]   - Added Interface EventGridDataConnection
    info	[Changelog]   - Added Interface EventHubDataConnection
    info	[Changelog]   - Added Interface ExtendedServerBlobAuditingPolicy
    info	[Changelog]   - Added Interface ExtendedSqlPoolBlobAuditingPolicy
    info	[Changelog]   - Added Interface GeoBackupPolicy
    info	[Changelog]   - Added Interface GetIntegrationRuntimeEnableInteractivequeryOptionalParams
    info	[Changelog]   - Added Interface GetIntegrationRuntimeStartOptionalParams
    info	[Changelog]   - Added Interface GetIntegrationRuntimeStopOptionalParams
    info	[Changelog]   - Added Interface IntegrationRuntimeEnableinteractivequery
    info	[Changelog]   - Added Interface IntegrationRuntimeOperationStatus
    info	[Changelog]   - Added Interface IntegrationRuntimeResource
    info	[Changelog]   - Added Interface IntegrationRuntimeStopOperationStatus
    info	[Changelog]   - Added Interface IotHubDataConnection
    info	[Changelog]   - Added Interface IpFirewallRuleInfo
    info	[Changelog]   - Added Interface Key
    info	[Changelog]   - Added Interface KustoPool
    info	[Changelog]   - Added Interface KustoPoolPrivateLinkResources
    info	[Changelog]   - Added Interface KustoPoolPrivateLinkResourcesListOptionalParams
    info	[Changelog]   - Added Interface KustoPoolUpdate
    info	[Changelog]   - Added Interface LibraryResource
    info	[Changelog]   - Added Interface LinkedIntegrationRuntimeKeyAuthorization
    info	[Changelog]   - Added Interface LinkedIntegrationRuntimeRbacAuthorization
    info	[Changelog]   - Added Interface MaintenanceWindowOptions
    info	[Changelog]   - Added Interface MaintenanceWindows
    info	[Changelog]   - Added Interface ManagedIdentitySqlControlSettingsModel
    info	[Changelog]   - Added Interface ManagedIntegrationRuntime
    info	[Changelog]   - Added Interface ManagedIntegrationRuntimeStatus
    info	[Changelog]   - Added Interface MetadataSyncConfig
    info	[Changelog]   - Added Interface PrivateEndpointConnection
    info	[Changelog]   - Added Interface PrivateEndpointConnectionForPrivateLinkHub
    info	[Changelog]   - Added Interface PrivateLinkHub
    info	[Changelog]   - Added Interface PrivateLinkResource
    info	[Changelog]   - Added Interface PrivateLinkResources
    info	[Changelog]   - Added Interface ProxyResource
    info	[Changelog]   - Added Interface ReadOnlyFollowingDatabase
    info	[Changelog]   - Added Interface ReadWriteDatabase
    info	[Changelog]   - Added Interface RecommendedSensitivityLabelUpdate
    info	[Changelog]   - Added Interface RecoverableSqlPool
    info	[Changelog]   - Added Interface ReplicationLink
    info	[Changelog]   - Added Interface RestorableDroppedSqlPool
    info	[Changelog]   - Added Interface RestorePoint
    info	[Changelog]   - Added Interface SecureString
    info	[Changelog]   - Added Interface SelfHostedIntegrationRuntime
    info	[Changelog]   - Added Interface SelfHostedIntegrationRuntimeStatus
    info	[Changelog]   - Added Interface SensitivityLabel
    info	[Changelog]   - Added Interface SensitivityLabelUpdate
    info	[Changelog]   - Added Interface ServerBlobAuditingPolicy
    info	[Changelog]   - Added Interface ServerSecurityAlertPolicy
    info	[Changelog]   - Added Interface ServerVulnerabilityAssessment
    info	[Changelog]   - Added Interface SparkConfigurationResource
    info	[Changelog]   - Added Interface SqlPool
    info	[Changelog]   - Added Interface SqlPoolBlobAuditingPolicy
    info	[Changelog]   - Added Interface SqlPoolColumn
    info	[Changelog]   - Added Interface SqlPoolConnectionPolicy
    info	[Changelog]   - Added Interface SqlPoolOperation
    info	[Changelog]   - Added Interface SqlPoolSchema
    info	[Changelog]   - Added Interface SqlPoolSecurityAlertPolicy
    info	[Changelog]   - Added Interface SqlPoolTable
    info	[Changelog]   - Added Interface SqlPoolVulnerabilityAssessment
    info	[Changelog]   - Added Interface SqlPoolVulnerabilityAssessmentRuleBaseline
    info	[Changelog]   - Added Interface SqlPoolVulnerabilityAssessmentScansExport
    info	[Changelog]   - Added Interface SsisEnvironment
    info	[Changelog]   - Added Interface SsisFolder
    info	[Changelog]   - Added Interface SsisPackage
    info	[Changelog]   - Added Interface SsisProject
    info	[Changelog]   - Added Interface SubResource
    info	[Changelog]   - Added Interface TrackedResource
    info	[Changelog]   - Added Interface TransparentDataEncryption
    info	[Changelog]   - Added Interface VulnerabilityAssessmentScanRecord
    info	[Changelog]   - Added Interface WorkloadClassifier
    info	[Changelog]   - Added Interface WorkloadGroup
    info	[Changelog]   - Added Interface Workspace
    info	[Changelog]   - Added Interface WorkspaceAadAdminInfo
    info	[Changelog]   - Added Interface WorkspaceManagedSqlServerDedicatedSQLMinimalTlsSettingsGetOptionalParams
    info	[Changelog]   - Added Interface WorkspaceManagedSqlServerDedicatedSQLMinimalTlsSettingsListNextOptionalParams
    info	[Changelog]   - Added Interface WorkspaceManagedSqlServerDedicatedSQLMinimalTlsSettingsListOptionalParams
    info	[Changelog]   - Added Interface WorkspaceManagedSqlServerDedicatedSQLMinimalTlsSettingsUpdateOptionalParams
    info	[Changelog]   - Added Type Alias ActualState
    info	[Changelog]   - Added Type Alias DedicatedSQLMinimalTlsSettingsName
    info	[Changelog]   - Added Type Alias DesiredState
    info	[Changelog]   - Added Type Alias GetIntegrationRuntimeEnableInteractivequeryResponse
    info	[Changelog]   - Added Type Alias GetIntegrationRuntimeStartResponse
    info	[Changelog]   - Added Type Alias GetIntegrationRuntimeStopResponse
    info	[Changelog]   - Added Type Alias KustoPoolPrivateLinkResourcesListResponse
    info	[Changelog]   - Added Type Alias WorkspaceManagedSqlServerDedicatedSQLMinimalTlsSettingsGetResponse
    info	[Changelog]   - Added Type Alias WorkspaceManagedSqlServerDedicatedSQLMinimalTlsSettingsListNextResponse
    info	[Changelog]   - Added Type Alias WorkspaceManagedSqlServerDedicatedSQLMinimalTlsSettingsListResponse
    info	[Changelog]   - Added Type Alias WorkspaceManagedSqlServerDedicatedSQLMinimalTlsSettingsUpdateResponse
    info	[Changelog]   - Added Type Alias WorkspaceStatus
    info	[Changelog]   - Interface IntegrationRuntimeStatusResponse has a new optional parameter dataFactoryName
    info	[Changelog]   - Interface IntegrationRuntimeStatusResponse has a new optional parameter state
    info	[Changelog]   - Interface SqlPoolOperationResultsGetLocationHeaderResultOptionalParams has a new optional parameter resumeFrom
    info	[Changelog]   - Interface SqlPoolOperationResultsGetLocationHeaderResultOptionalParams has a new optional parameter updateIntervalInMs
    info	[Changelog]   - Interface SqlPoolsUpdateOptionalParams has a new optional parameter resumeFrom
    info	[Changelog]   - Interface SqlPoolsUpdateOptionalParams has a new optional parameter updateIntervalInMs
    info	[Changelog]   - Added Enum KnownDedicatedSQLMinimalTlsSettingsName
    info	[Changelog]   - Added Enum KnownWorkspaceStatus
    info	[Changelog]   - Added function getContinuationToken
    info	[Changelog]
    info	[Changelog] **Breaking Changes**
    info	[Changelog]
    info	[Changelog]   - Removed operation group PrivateLinkResources
    info	[Changelog]   - Removed operation SqlPoolOperationResults.getLocationHeaderResult
    info	[Changelog]   - Removed operation SqlPools.rename
    info	[Changelog]   - Removed operation SqlPools.update
    info	[Changelog]   - Class SynapseManagementClient has a new signature
    info	[Changelog]   - Interface IntegrationRuntimeStatusResponse no longer has parameter properties
    info	[Changelog]   - Interface SqlPoolSchemasListNextOptionalParams no longer has parameter filter
    info	[Changelog]   - Interface SqlPoolSensitivityLabelsListCurrentNextOptionalParams no longer has parameter filter
    info	[Changelog]   - Interface SqlPoolSensitivityLabelsListRecommendedNextOptionalParams no longer has parameter filter
    info	[Changelog]   - Interface SqlPoolSensitivityLabelsListRecommendedNextOptionalParams no longer has parameter includeDisabledRecommendations
    info	[Changelog]   - Interface SqlPoolSensitivityLabelsListRecommendedNextOptionalParams no longer has parameter skipToken
    info	[Changelog]   - Interface SqlPoolTableColumnsListByTableNameNextOptionalParams no longer has parameter filter
    info	[Changelog]   - Interface SqlPoolTablesListBySchemaNextOptionalParams no longer has parameter filter
    info	[Changelog]   - Interface IntegrationRuntimeStatusResponse has a new required parameter type
    info	[Changelog]   - Type of parameter actualState of interface ManagedIdentitySqlControlSettingsModelPropertiesGrantSqlControlToManagedIdentity is changed from ManagedIdentitySqlControlSettingsModelPropertiesGrantSqlControlToManagedIdentityActualState to ActualState
    info	[Changelog]   - Type of parameter desiredState of interface ManagedIdentitySqlControlSettingsModelPropertiesGrantSqlControlToManagedIdentity is changed from ManagedIdentitySqlControlSettingsModelPropertiesGrantSqlControlToManagedIdentityDesiredState to DesiredState
    info	[Changelog]   - Class SynapseManagementClient no longer has parameter privateLinkResources
    info	[Changelog]   - Removed Enum KnownManagedIdentitySqlControlSettingsModelPropertiesGrantSqlControlToManagedIdentityActualState
    info	[Changelog]   - Removed Enum KnownManagedIdentitySqlControlSettingsModelPropertiesGrantSqlControlToManagedIdentityDesiredState
️⚠️ azure-sdk-for-java warning [Detail]
  • ⚠️Warning [Logs] Generate from 5f0d3910b11e32ab14a5d2a30eccac0cf32cfe70. 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 -> 23.3.2
    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 -> 23.3.2
    cmderr	[init.sh] [notice] To update, run: pip install --upgrade pip
    cmderr	[init.sh] Current
    cmderr	[init.sh]                                  Dload  Upload   Total   Spent    Left  Speed
    cmderr	[init.sh] 
      0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     00     0  1036k      0 --:--:-- --:--:-- --:--:-- 1110k
    cmderr	[init.sh] Downloading https://nodejs.org/dist/v18.15.0/node-v18.15.0-linux-x64.tar.xz...
    cmderr	[init.sh] ############## 100.0%
    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-synapse [View full logs]  [Preview SDK Changes]
️⚠️ azure-sdk-for-python-track2 warning [Detail]
  • ⚠️Warning [Logs] Generate from 5f0d3910b11e32ab14a5d2a30eccac0cf32cfe70. 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
    cmderr	[automation_generate.sh]
    cmderr	[automation_generate.sh]  New minor version of npm available! 10.2.3 -> 10.4.0
    cmderr	[automation_generate.sh] npm notice Changelog: <https://github.com/npm/cli/releases/tag/v10.4.0>
    cmderr	[automation_generate.sh] npm notice Run `npm install -g npm@10.4.0` to update!
    cmderr	[automation_generate.sh] npm notice
  • ️✔️track2_azure-mgmt-synapse [View full logs]  [Preview SDK Changes] Breaking Change Detected
    info	[Changelog] ### Features Added
    info	[Changelog]
    info	[Changelog]   - Model SelfHostedIntegrationRuntimeStatus has a new parameter os_type
    info	[Changelog]   - Model SelfHostedIntegrationRuntimeStatus has a new parameter target_framework
    info	[Changelog]
    info	[Changelog] ### Breaking Changes
    info	[Changelog]
    info	[Changelog]   - Removed operation SqlPoolsOperations.rename
️️✔️ azure-sdk-for-go succeeded [Detail] [Expand]
  • ️✔️Succeeded [Logs] Generate from 5f0d3910b11e32ab14a5d2a30eccac0cf32cfe70. 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/synapse/armsynapse [View full logs]  [Preview SDK Changes] Breaking Change Detected
    info	[Changelog] ### Breaking Changes
    info	[Changelog]
    info	[Changelog] - Function `*SQLPoolsClient.Rename` has been removed
    info	[Changelog] - Struct `ResourceMoveDefinition` has been removed
    info	[Changelog]
    info	[Changelog] ### Features Added
    info	[Changelog]
    info	[Changelog] - Type of `WorkspaceProperties.ExtraProperties` has been changed from `map[string]any` to `any`
    info	[Changelog] - New field `OSType`, `TargetFramework` in struct `SelfHostedIntegrationRuntimeStatusTypeProperties`
    info	[Changelog]
    info	[Changelog] Total 4 breaking change(s), 1 additive change(s).
️⚠️ azure-resource-manager-schemas warning [Detail]
  • ⚠️Warning [Logs] Generate from 5f0d3910b11e32ab14a5d2a30eccac0cf32cfe70. 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.3 -> 10.4.0
    cmderr	[initScript.sh] npm notice Changelog: <https://github.com/npm/cli/releases/tag/v10.4.0>
    cmderr	[initScript.sh] npm notice Run `npm install -g npm@10.4.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
    warn	No file changes detected after generation
  • ️✔️synapse [View full logs
️⚠️ azure-powershell warning [Detail]
  • ⚠️Warning [Logs] Generate from 5f0d3910b11e32ab14a5d2a30eccac0cf32cfe70. 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.synapse.DefaultTag [View full logs]  [Preview SDK Changes]
Posted by Swagger Pipeline | How to fix these errors?

@AzureRestAPISpecReview AzureRestAPISpecReview added ARMChangesRequested ARMReview BreakingChangeReviewRequired <valid label in PR review process>add this label when breaking change review is required ReadyForApiTest <valid label in PR review process>add this label when swagger and service APIs are ready for test resource-manager labels Jan 31, 2024
@openapi-workflow-bot
Copy link

Please address or respond to feedback from the ARM API reviewer.
When you are ready to continue the ARM API review, please remove the ARMChangesRequested label.
This will notify the reviewer to have another look.
If the feedback provided needs further discussion, please use this Teams channel to post your questions - aka.ms/azsdk/support/specreview-channel.
Please include [ARM Query] in the title of your question to indicate that it is ARM-related.

@microsoft-github-policy-service
Copy link
Contributor

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

@microsoft-github-policy-service microsoft-github-policy-service bot added the no-recent-activity There has been no recent activity on this issue. label Mar 18, 2024
@microsoft-github-policy-service
Copy link
Contributor

Hi, @wuxu92. The PR will be closed since the PR has no update for 28 days. If you still need the PR review to proceed, please reopen it and @ mention PR assignee.

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

Labels

ARMReview BreakingChangeReviewRequired <valid label in PR review process>add this label when breaking change review is required no-recent-activity There has been no recent activity on this issue. ReadyForApiTest <valid label in PR review process>add this label when swagger and service APIs are ready for test resource-manager

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants