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

[Hub Generated] Review request for Microsoft.HealthcareApis to add version stable/2022-05-15 #18855

Conversation

poadhika
Copy link
Contributor

@poadhika poadhika commented Apr 28, 2022

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

Changelog

Please ensure to add changelog with this PR by answering the following questions.

  1. What's the purpose of the update?
    • new service onboarding
    • new API version
    • update existing version for new feature
    • update existing version to fix swagger quality issue in s360
    • Other, please clarify
  2. When you are targeting to deploy new service/feature to public regions? Please provide date, or month to public if date is not available yet.
  3. When you expect to publish swagger? Please provide date, or month to public if date is not available yet.
  4. If it's an update to existing version, please select SDKs of specific language and CLIs that require refresh after swagger is published.
    • SDK of .NET (need service team to ensure code readiness)
    • SDK of Python
    • SDK of Java
    • SDK of Js
    • SDK of Go
    • PowerShell
    • CLI
    • Terraform
    • No, no need to refresh for updates in this PR

Contribution checklist:

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

ARM API Review Checklist

  • 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
    • Ensure to copy the existing version into new directory structure for first commit (including refactoring) and then push new changes including version updates in separate commits. This is required to review the changes efficiently.
    • Adding a new service
  • Please ensure you've reviewed following guidelines including ARM resource provider contract and REST guidelines. Estimated time (4 hours). This is required before you can request review from ARM API Review board.

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

Breaking Change Review Checklist

If there are following updates in the PR, ensure to request an approval from Breaking Change 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 or public preview version with Breaking Change Validation errors
  • Updating API(s) in public preview over 1 year (refer to Retirement of Previews)

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

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

@openapi-pipeline-app
Copy link

openapi-pipeline-app bot commented Apr 28, 2022

Swagger Validation Report

️️✔️BreakingChange succeeded [Detail] [Expand]
There are no breaking changes.
️⚠️LintDiff: 1 Warnings warning [Detail]
The following errors/warnings are introduced by current PR:
Rule Message
⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: allowCredentials
Location: Microsoft.HealthcareApis/stable/2022-05-15/healthcare-apis.json#L3436


The following errors/warnings exist before current PR submission:

Rule Message
R4013 - IntegerTypeMustHaveFormat The integer type does not have a format, please add it.
Location: Microsoft.HealthcareApis/stable/2022-05-15/healthcare-apis.json#L2359
R4013 - IntegerTypeMustHaveFormat The integer type does not have a format, please add it.
Location: Microsoft.HealthcareApis/stable/2022-05-15/healthcare-apis.json#L2422
R4037 - MissingTypeObject The schema 'ServiceAccessPolicyEntry' is considered an object but without a 'type:object', please add the missing 'type:object'.
Location: Microsoft.HealthcareApis/stable/2022-05-15/healthcare-apis.json#L2342
R4037 - MissingTypeObject The schema 'ServicesResource' is considered an object but without a 'type:object', please add the missing 'type:object'.
Location: Microsoft.HealthcareApis/stable/2022-05-15/healthcare-apis.json#L2521
R4039 - ParametersOrder The parameters:resourceGroupName,dicomServiceName,workspaceName should be kept in the same order as they present in the path.
Location: Microsoft.HealthcareApis/stable/2022-05-15/healthcare-apis.json#L1075
R4039 - ParametersOrder The parameters:resourceGroupName,dicomServiceName,workspaceName should be kept in the same order as they present in the path.
Location: Microsoft.HealthcareApis/stable/2022-05-15/healthcare-apis.json#L1134
R4039 - ParametersOrder The parameters:resourceGroupName,iotConnectorName,workspaceName should be kept in the same order as they present in the path.
Location: Microsoft.HealthcareApis/stable/2022-05-15/healthcare-apis.json#L1336
R4039 - ParametersOrder The parameters:resourceGroupName,iotConnectorName,workspaceName should be kept in the same order as they present in the path.
Location: Microsoft.HealthcareApis/stable/2022-05-15/healthcare-apis.json#L1395
R4039 - ParametersOrder The parameters:resourceGroupName,fhirServiceName,workspaceName should be kept in the same order as they present in the path.
Location: Microsoft.HealthcareApis/stable/2022-05-15/healthcare-apis.json#L1811
R4039 - ParametersOrder The parameters:resourceGroupName,fhirServiceName,workspaceName should be kept in the same order as they present in the path.
Location: Microsoft.HealthcareApis/stable/2022-05-15/healthcare-apis.json#L1870
R4041 - XmsIdentifierValidation Missing identifier id in array item property
Location: Microsoft.HealthcareApis/stable/2022-05-15/healthcare-apis.json#L2335
R4041 - XmsIdentifierValidation Missing identifier id in array item property
Location: Microsoft.HealthcareApis/stable/2022-05-15/healthcare-apis.json#L2790
R4041 - XmsIdentifierValidation Missing identifier id in array item property
Location: Microsoft.HealthcareApis/stable/2022-05-15/healthcare-apis.json#L3777
⚠️ R2001 - AvoidNestedProperties Consider using x-ms-client-flatten to provide a better end user experience
Location: Microsoft.HealthcareApis/stable/2022-05-15/healthcare-apis.json#L2840
⚠️ 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: 'PrivateEndpointConnections_CreateOrUpdate' Request Model: 'PrivateEndpointConnection' Response Model: 'PrivateEndpointConnectionDescription'
Location: Microsoft.HealthcareApis/stable/2022-05-15/healthcare-apis.json#L444
⚠️ R2029 - PageableOperation Based on the response model schema, operation 'PrivateLinkResources_ListByService' might be pageable. Consider adding the x-ms-pageable extension.
Location: Microsoft.HealthcareApis/stable/2022-05-15/healthcare-apis.json#L546
⚠️ R3010 - TrackedResourceListByImmediateParent The child tracked resource, 'privateEndpointConnections' with immediate parent 'ServicesDescription', must have a list by immediate parent operation.
Location: Microsoft.HealthcareApis/stable/2022-05-15/healthcare-apis.json#L2689
⚠️ R3010 - TrackedResourceListByImmediateParent The child tracked resource, 'privateEndpointConnections' with immediate parent 'Workspace', must have a list by immediate parent operation.
Location: Microsoft.HealthcareApis/stable/2022-05-15/healthcare-apis.json#L2689
⚠️ R3010 - TrackedResourceListByImmediateParent The child tracked resource, 'privateLinkResources' with immediate parent 'ServicesDescription', must have a list by immediate parent operation.
Location: Microsoft.HealthcareApis/stable/2022-05-15/healthcare-apis.json#L2704
⚠️ R3010 - TrackedResourceListByImmediateParent The child tracked resource, 'privateLinkResources' with immediate parent 'Workspace', must have a list by immediate parent operation.
Location: Microsoft.HealthcareApis/stable/2022-05-15/healthcare-apis.json#L2704
⚠️ R3017 - GuidUsage Guid used in model definition 'ServiceManagedIdentity' for property 'principalId'. Usage of Guid is not recommanded. If GUIDs are absolutely required in your service, please get sign off from the Azure API review board.
Location: Microsoft.HealthcareApis/stable/2022-05-15/healthcare-apis.json#L3157
⚠️ R3017 - GuidUsage Guid used in model definition 'UserAssignedIdentity' for property 'principalId'. Usage of Guid is not recommanded. If GUIDs are absolutely required in your service, please get sign off from the Azure API review board.
Location: Microsoft.HealthcareApis/stable/2022-05-15/healthcare-apis.json#L3202
⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: smartProxyEnabled
Location: Microsoft.HealthcareApis/stable/2022-05-15/healthcare-apis.json#L2387
⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: allowCredentials
Location: Microsoft.HealthcareApis/stable/2022-05-15/healthcare-apis.json#L2429
⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: nameAvailable
Location: Microsoft.HealthcareApis/stable/2022-05-15/healthcare-apis.json#L2665
⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: isDataAction
Location: Microsoft.HealthcareApis/stable/2022-05-15/healthcare-apis.json#L2814
⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: fillGapWithZero
Location: Microsoft.HealthcareApis/stable/2022-05-15/healthcare-apis.json#L3015
⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: toBeExportedForShoebox
Location: Microsoft.HealthcareApis/stable/2022-05-15/healthcare-apis.json#L3046
⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: smartProxyEnabled
Location: Microsoft.HealthcareApis/stable/2022-05-15/healthcare-apis.json#L3835
⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: allowCredentials
Location: Microsoft.HealthcareApis/stable/2022-05-15/healthcare-apis.json#L3878
️️✔️Avocado succeeded [Detail] [Expand]
Validation passes for Avocado.
️❌~[Staging] ApiReadinessCheck: 1 Errors, 0 Warnings failed [Detail]
Rule Message
API Readiness check failed. Please make sure your service is deployed. "code: InvalidResourceType,
message: The resource type 'operations' could not be found in the namespace 'Microsoft.HealthcareApis' for api version '2022-05-15'. The supported api-versions are '2018-08-20-preview,
2019-09-16,
2020-03-15,
2020-03-30,
2021-01-11,
2021-06-01-preview,
2021-11-01,
2022-01-31-preview'."
️️✔️ModelValidation succeeded [Detail] [Expand]
Validation passes for ModelValidation.
️️✔️SemanticValidation succeeded [Detail] [Expand]
Validation passes for SemanticValidation.
️⚠️Cross-Version Breaking Changes: 4 Warnings warning [Detail]
The following breaking changes are detected by comparison with latest preview version:
Rule Message
⚠️ 1006 - RemovedDefinition The new version is missing a definition that was found in the old version. Was 'ServiceImportConfigurationInfo' removed or renamed?
New: Microsoft.HealthcareApis/stable/2022-05-15/healthcare-apis.json#L2281:3
Old: Microsoft.HealthcareApis/preview/2022-01-31-preview/healthcare-apis.json#L2281:3
⚠️ 1006 - RemovedDefinition The new version is missing a definition that was found in the old version. Was 'FhirServiceImportConfiguration' removed or renamed?
New: Microsoft.HealthcareApis/stable/2022-05-15/healthcare-apis.json#L2281:3
Old: Microsoft.HealthcareApis/preview/2022-01-31-preview/healthcare-apis.json#L2281:3
⚠️ 1033 - RemovedProperty The new version is missing a property found in the old version. Was 'importConfiguration' renamed or removed?
New: Microsoft.HealthcareApis/stable/2022-05-15/healthcare-apis.json#L2285:7
Old: Microsoft.HealthcareApis/preview/2022-01-31-preview/healthcare-apis.json#L2285:7
⚠️ 1033 - RemovedProperty The new version is missing a property found in the old version. Was 'importConfiguration' renamed or removed?
New: Microsoft.HealthcareApis/stable/2022-05-15/healthcare-apis.json#L3700:7
Old: Microsoft.HealthcareApis/preview/2022-01-31-preview/healthcare-apis.json#L3678:7
️️✔️CredScan succeeded [Detail] [Expand]
There is no credential detected.
️️✔️SDK Track2 Validation succeeded [Detail] [Expand]
Validation passes for SDKTrack2Validation

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

@openapi-pipeline-app
Copy link

openapi-pipeline-app bot commented Apr 28, 2022

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-go-track2 - armhealthcareapis - 0.5.0
️✔️azure-sdk-for-python-track2 - track2_azure-mgmt-healthcareapis - 1.1.0
️✔️azure-sdk-for-go - healthcareapis/mgmt/2021-11-01/healthcareapis - v63.4.0
️✔️azure-sdk-for-go - healthcareapis/mgmt/2020-03-30/healthcareapis - v63.4.0
️✔️azure-sdk-for-go - healthcareapis/mgmt/2020-03-15/healthcareapis - v63.4.0
️✔️azure-sdk-for-go - healthcareapis/mgmt/2019-09-16/healthcareapis - v63.4.0
️✔️azure-sdk-for-go - preview/healthcareapis/mgmt/2021-06-01-preview/healthcareapis - v63.4.0
️✔️azure-sdk-for-go - preview/healthcareapis/mgmt/2018-08-20-preview/healthcareapis - v63.4.0
️❌ azure-sdk-for-net failed [Detail]
  • Failed [Logs]Release - Generate from 1f1ac24. SDK Automation 14.0.0
    warn	Skip initScript due to not configured
    command	sudo apt-get install -y dotnet-sdk-6.0
    command	autorest --version=2.0.4421 --csharp --reflect-api-versions --license-header=MICROSOFT_MIT_NO_VERSION --use=@microsoft.azure/autorest.csharp@2.3.82 --csharp-sdks-folder=/mnt/vss/_work/1/s/azure-sdk-for-net/sdk ../azure-rest-api-specs/specification/healthcareapis/resource-manager/readme.md
    cmderr	[Autorest] realpath(): Permission denied
    cmderr	[Autorest] realpath(): Permission denied
    cmderr	[Autorest] realpath(): Permission denied
    cmderr	[Autorest] realpath(): Permission denied
    cmderr	[Autorest] realpath(): Permission denied
    cmderr	[Autorest] realpath(): Permission denied
    cmderr	[Autorest] No usable version of the libssl was found
    cmderr	[Autorest] FATAL: csharp/simplifier - FAILED
    cmderr	[Autorest] FATAL: Error: [Exception] AutoRest extension '@microsoft.azure/autorest.csharp' terminated.
    cmderr	[Autorest] Process() cancelled due to exception : [Exception] AutoRest extension '@microsoft.azure/autorest.csharp' terminated.
    error	Script return with result [failed] code [1] signal [null] cwd [azure-sdk-for-net]: autorest
    warn	Skip package processing as generation is failed
️⚠️ azure-sdk-for-python-track2 warning [Detail]
  • ⚠️Warning [Logs]Release - Generate from 1f1ac24. SDK Automation 14.0.0
    command	sh scripts/automation_init.sh ../azure-sdk-for-python_tmp/initInput.json ../azure-sdk-for-python_tmp/initOutput.json
    cmderr	[automation_init.sh] WARNING: Skipping azure-nspkg as it is not installed.
    command	sh scripts/automation_generate.sh ../azure-sdk-for-python_tmp/generateInput.json ../azure-sdk-for-python_tmp/generateOutput.json
    cmderr	[automation_generate.sh] npm notice
    cmderr	[automation_generate.sh] npm notice New minor version of npm available! 8.5.5 -> 8.10.0
    cmderr	[automation_generate.sh] npm notice Changelog: <https://github.com/npm/cli/releases/tag/v8.10.0>
    cmderr	[automation_generate.sh] npm notice Run `npm install -g npm@8.10.0` to update!
    cmderr	[automation_generate.sh] npm notice
  • ️✔️track2_azure-mgmt-healthcareapis [View full logs]  [Release SDK Changes]
    info	[Changelog] **Features**
    info	[Changelog]
    info	[Changelog]   - Model DicomService has a new parameter cors_configuration
️⚠️ azure-sdk-for-java warning [Detail]
  • ⚠️Warning [Logs]Release - Generate from 1f1ac24. SDK Automation 14.0.0
    command	./eng/mgmt/automation/init.sh ../azure-sdk-for-java_tmp/initInput.json ../azure-sdk-for-java_tmp/initOutput.json
    command	./eng/mgmt/automation/generate.py ../azure-sdk-for-java_tmp/generateInput.json ../azure-sdk-for-java_tmp/generateOutput.json
    cmderr	[generate.py] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
    cmderr	[generate.py] SLF4J: Defaulting to no-operation (NOP) logger implementation
    cmderr	[generate.py] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
    cmderr	[generate.py] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
    cmderr	[generate.py] SLF4J: Defaulting to no-operation (NOP) logger implementation
    cmderr	[generate.py] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
  • ️✔️azure-resourcemanager-healthcareapis [View full logs]  [Release SDK Changes]
️️✔️ azure-sdk-for-go succeeded [Detail] [Expand]
  • ️✔️Succeeded [Logs]Release - Generate from 1f1ac24. SDK Automation 14.0.0
    command	sh ./eng/initScript.sh ../../../../../azure-sdk-for-go_tmp/initInput.json ../../../../../azure-sdk-for-go_tmp/initOutput.json
    command	generator automation ../../../../../azure-sdk-for-go_tmp/generateInput.json ../../../../../azure-sdk-for-go_tmp/generateOutput.json
  • ️✔️healthcareapis/mgmt/2021-11-01/healthcareapis [View full logs]  [Release SDK Changes]
    info	[Changelog] ### Other Changes
    info	[Changelog]
    info	[Changelog] Total 0 breaking change(s), 0 additive change(s).
  • ️✔️healthcareapis/mgmt/2020-03-30/healthcareapis [View full logs
    info	[Changelog] ### Features Added
    info	[Changelog]
    info	[Changelog] - New field `IsDataAction` in struct `Operation`
    info	[Changelog] - New field `Properties` in struct `Operation`
    info	[Changelog]
    info	[Changelog] Total 0 breaking change(s), 1 additive change(s).
  • ️✔️healthcareapis/mgmt/2020-03-15/healthcareapis [View full logs
    info	[Changelog] ### Features Added
    info	[Changelog]
    info	[Changelog] - New field `IsDataAction` in struct `Operation`
    info	[Changelog] - New field `Properties` in struct `Operation`
    info	[Changelog]
    info	[Changelog] Total 0 breaking change(s), 1 additive change(s).
  • ️✔️healthcareapis/mgmt/2019-09-16/healthcareapis [View full logs
    info	[Changelog] ### Features Added
    info	[Changelog]
    info	[Changelog] - New field `IsDataAction` in struct `Operation`
    info	[Changelog] - New field `Properties` in struct `Operation`
    info	[Changelog]
    info	[Changelog] Total 0 breaking change(s), 1 additive change(s).
  • ️✔️preview/healthcareapis/mgmt/2021-06-01-preview/healthcareapis [View full logs
    info	[Changelog] ### Other Changes
    info	[Changelog]
    info	[Changelog] Total 0 breaking change(s), 0 additive change(s).
  • ️✔️preview/healthcareapis/mgmt/2018-08-20-preview/healthcareapis [View full logs
    info	[Changelog] ### Features Added
    info	[Changelog]
    info	[Changelog] - New const `None`
    info	[Changelog] - New const `SystemAssigned`
    info	[Changelog] - New function `PossibleManagedServiceIdentityTypeValues() []ManagedServiceIdentityType`
    info	[Changelog] - New function `ResourceIdentity.MarshalJSON() ([]byte, error)`
    info	[Changelog] - New struct `ResourceIdentity`
    info	[Changelog] - New field `Identity` in struct `ServicesDescription`
    info	[Changelog] - New field `Properties` in struct `Operation`
    info	[Changelog] - New field `IsDataAction` in struct `Operation`
    info	[Changelog] - New field `Identity` in struct `Resource`
    info	[Changelog]
    info	[Changelog] Total 0 breaking change(s), 9 additive change(s).
️️✔️ azure-sdk-for-go-track2 succeeded [Detail] [Expand]
  • ️✔️Succeeded [Logs]Release - Generate from 1f1ac24. 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
  • ️✔️armhealthcareapis [View full logs]  [Release SDK Changes]
    info	[Changelog] ### Features Added
    info	[Changelog]
    info	[Changelog] - New function `CorsConfiguration.MarshalJSON() ([]byte, error)`
    info	[Changelog] - New struct `CorsConfiguration`
    info	[Changelog] - New field `CorsConfiguration` in struct `DicomServiceProperties`
    info	[Changelog]
    info	[Changelog] Total 0 breaking change(s), 4 additive change(s).
️⚠️ azure-sdk-for-js warning [Detail]
  • ⚠️Warning [Logs]Release - Generate from 1f1ac24. SDK Automation 14.0.0
    command	sh .scripts/automation_init.sh ../azure-sdk-for-js_tmp/initInput.json ../azure-sdk-for-js_tmp/initOutput.json
    cmderr	[automation_init.sh]  deprecated read-package-tree@5.1.6: The functionality that this package provided is now in @npmcli/arborist
    cmderr	[automation_init.sh]  deprecated uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
    cmderr	[automation_init.sh] npm WARN deprecated @opentelemetry/types@0.2.0: Package renamed to @opentelemetry/api, see https://github.com/open-telemetry/opentelemetry-js
    cmderr	[automation_init.sh]  deprecated @azure/storage-blob@10.5.0: This version has been deprecated, please upgrade to the version tagged as latest
    cmderr	[automation_init.sh]  @octokit/plugin-request-log@1.0.4 requires a peer of @octokit/core@>=3 but none is installed. You must install peer dependencies yourself.
    warn	File azure-sdk-for-js_tmp/initOutput.json not found to read
    command	sh .scripts/automation_generate.sh ../azure-sdk-for-js_tmp/generateInput.json ../azure-sdk-for-js_tmp/generateOutput.json
  • ️✔️@azure/arm-healthcareapis [View full logs]  [Release SDK Changes]
    info	[Changelog] **Features**
    info	[Changelog]
    info	[Changelog]   - Added Interface CorsConfiguration
    info	[Changelog]   - Type Alias DicomService has a new parameter corsConfiguration
    error	breakingChangeTracking is enabled, but version or changelogItem is not found in output.
️⚠️ azure-resource-manager-schemas warning [Detail]
  • ⚠️Warning [Logs]Release - Generate from 1f1ac24. Schema Automation 14.0.0
    command	.sdkauto/initScript.sh ../azure-resource-manager-schemas_tmp/initInput.json ../azure-resource-manager-schemas_tmp/initOutput.json
    cmderr	[initScript.sh] WARN old lockfile
    cmderr	[initScript.sh] npm WARN old lockfile The package-lock.json file was created with an old version of npm,
    cmderr	[initScript.sh] npm WARN old lockfile so supplemental metadata must be fetched from the registry.
    cmderr	[initScript.sh] npm WARN old lockfile
    cmderr	[initScript.sh] npm WARN old lockfile This is a one-time fix-up, please be patient...
    cmderr	[initScript.sh] npm WARN old lockfile
    warn	File azure-resource-manager-schemas_tmp/initOutput.json not found to read
    command	.sdkauto/generateScript.sh ../azure-resource-manager-schemas_tmp/generateInput.json ../azure-resource-manager-schemas_tmp/generateOutput.json
  • ️✔️healthcareapis [View full logs]  [Release Schema Changes]
️❌ azure-powershell failed [Detail]
  • Failed [Logs]Release - Generate from 1f1ac24. 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.healthcareapis [View full logs]  [Release SDK Changes]
Posted by Swagger Pipeline | How to fix these errors?

@openapi-workflow-bot openapi-workflow-bot bot added the WaitForARMFeedback <valid label in PR review process> add this label when ARM review is required label Apr 28, 2022
@openapi-workflow-bot
Copy link

Hi, @poadhika your PR are labelled with WaitForARMFeedback. A notification email will be sent out shortly afterwards to notify ARM review board(armapireview@microsoft.com).

@raosuhas raosuhas added ARMSignedOff <valid label in PR review process>add this label when ARM approve updates after review and removed WaitForARMFeedback <valid label in PR review process> add this label when ARM review is required labels Apr 29, 2022
@@ -3669,7 +3673,7 @@
},
"corsConfiguration": {
"description": "Fhir Service Cors configuration.",
"$ref": "#/definitions/FhirServiceCorsConfiguration"
Copy link
Member

Choose a reason for hiding this comment

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

Unfortunately, we can't make this change. It causes breaking changes with the SDKs.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Unfortunately, we can't make this change. It causes breaking changes with the SDKs.

Thank you for pointing this out. Updated,

@lirenhe
Copy link
Member

lirenhe commented May 11, 2022

@poadhika , I saw one open comment so let me know if this PR is ready to merge.

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants