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.AzureStackHCI to add version stable/2023-03-01 #23255

Conversation

priyjain358
Copy link
Member

@priyjain358 priyjain358 commented Mar 23, 2023

ARM API Information (Control Plane)

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

Azure 1st Party Service can try out the Shift Left experience to initiate API design review from ADO code repo. If you are interested, may request engineering support by filling in with the form https://aka.ms/ShiftLeftSupportForm.

Changelog

Add a changelog entry for this PR by answering the following questions:

  1. What's the purpose of the update?
    • new service onboarding
    • new API version
    • update existing version for new feature
    • update existing version to fix swagger quality issue in s360
    • Other, please clarify
  2. When are you targeting to deploy the new service/feature to public regions? Please provide the date or, if the date is not yet available, the month.
  3. When do you expect to publish the swagger? Please provide date or, the the date is not yet available, the month.
  4. By default, Azure SDKs of all languages (.NET/Python/Java/JavaScript for both management-plane SDK and data-plane SDK, Go for management-plane SDK only ) MUST be refreshed with/after swagger of new version is published. If you prefer NOT to refresh any specific SDK language upon swagger updates in the current PR, please leave details with justification here.

Contribution checklist (MS Employees Only):

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

ARM API Review Checklist

Applicability: ⚠️

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

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

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

  • Check this box if any of the following apply to the PR so that the label "ARMReview" and "WaitForARMFeedback" will be added by bot to kick off ARM API Review. Missing to check this box in the following scenario may result in delays to the ARM manifest review and deployment.

    • Adding a new service
    • Adding new API(s)
    • Adding a new API version
      -[ ] To review changes efficiently, ensure you copy the existing version into the new directory structure for first commit and then push new changes, including version updates, in separate commits. You can use OpenAPIHub to initialize the PR for adding a new version. For more details refer to the wiki.
  • Ensure you've reviewed following guidelines including ARM resource provider contract and REST guidelines. Estimated time (4 hours). This is required before you can request review from ARM API Review board.

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

Breaking Change Review Checklist

If you have any breaking changes as defined in the Breaking Change Policy, request approval from the Breaking Change Review Board.

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

NOTE: To update API(s) in public preview for over 1 year (refer to Retirement of Previews)

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

@openapi-workflow-bot
Copy link

Hi, @priyjain358 Thanks for your PR. I am workflow bot for review process. Here are some small tips.

  • Please ensure to do self-check against checklists in first PR comment.
  • PR assignee is the person auto-assigned and responsible for your current PR reviewing and merging.
  • For specs comparison cross API versions, Use API Specs Comparison Report Generator
  • If there is CI failure(s), to fix CI error(s) is mandatory for PR merging; or you need to provide justification in PR comment for explanation. How to fix?

  • Any feedback about review process or workflow bot, pls contact swagger and tools team. vscswagger@microsoft.com

    @openapi-pipeline-app
    Copy link

    openapi-pipeline-app bot commented Mar 23, 2023

    Swagger Validation Report

    ️️✔️BreakingChange succeeded [Detail] [Expand]
    There are no breaking changes.
    ️⚠️Breaking Change(Cross-Version): 6 Warnings warning [Detail]
    compared swaggers (via Oad v0.10.4)] new version base version
    arcSettings.json 2023-03-01(0b9b6d3) 2023-02-01(main)
    arcSettings.json 2023-03-01(0b9b6d3) 2021-09-01-preview(main)
    clusters.json 2023-03-01(0b9b6d3) 2023-02-01(main)
    clusters.json 2023-03-01(0b9b6d3) 2021-09-01-preview(main)
    extensions.json 2023-03-01(0b9b6d3) 2023-02-01(main)
    extensions.json 2023-03-01(0b9b6d3) 2021-09-01-preview(main)
    offers.json 2023-03-01(0b9b6d3) 2023-02-01(main)
    operations.json 2023-03-01(0b9b6d3) 2023-02-01(main)
    operations.json 2023-03-01(0b9b6d3) 2021-09-01-preview(main)
    publishers.json 2023-03-01(0b9b6d3) 2023-02-01(main)
    skus.json 2023-03-01(0b9b6d3) 2023-02-01(main)
    updateRuns.json 2023-03-01(0b9b6d3) 2023-02-01(main)
    updateSummaries.json 2023-03-01(0b9b6d3) 2023-02-01(main)
    updates.json 2023-03-01(0b9b6d3) 2023-02-01(main)

    The following breaking changes are detected by comparison with the latest preview version:

    Rule Message
    ⚠️ 1011 - AddingResponseCode The new version adds a response code '202'.
    New: Microsoft.AzureStackHCI/stable/2023-03-01/clusters.json#L286:11
    ⚠️ 1011 - AddingResponseCode The new version adds a response code '200'.
    New: Microsoft.AzureStackHCI/stable/2023-03-01/extensions.json#L221:11
    ⚠️ 1011 - AddingResponseCode The new version adds a response code '202'.
    New: Microsoft.AzureStackHCI/stable/2023-03-01/extensions.json#L227:11
    ⚠️ 1025 - RequiredStatusChange The 'required' status changed from the old version('True') to the new version('False').
    New: Microsoft.AzureStackHCI/stable/2023-03-01/clusters.json#L528:7
    Old: Microsoft.AzureStackHCI/preview/2021-09-01-preview/clusters.json#L365:7
    ⚠️ 1029 - ReadonlyPropertyChanged The read only property has changed from 'true' to 'false'.
    New: Microsoft.AzureStackHCI/stable/2023-03-01/arcSettings.json#L558:9
    Old: Microsoft.AzureStackHCI/preview/2021-09-01-preview/arcSettings.json#L280:9
    ⚠️ 1044 - XmsLongRunningOperationChanged The new version has a different 'x-ms-longrunning-operation' value than the previous one.
    New: Microsoft.AzureStackHCI/stable/2023-03-01/clusters.json#L257:7
    Old: Microsoft.AzureStackHCI/preview/2021-09-01-preview/clusters.json#L257:7
    ️️✔️CredScan succeeded [Detail] [Expand]
    There is no credential detected.
    ️⚠️LintDiff: 0 Warnings warning [Detail]
    compared tags (via openapi-validator v2.0.0) new version base version
    package-2023-03 package-2023-03(0b9b6d3) default(main)

    The following errors/warnings exist before current PR submission:

    Rule Message
    ⚠️ EnumInsteadOfBoolean Booleans properties are not descriptive in all cases and can make them to use, evaluate whether is makes sense to keep the property as boolean or turn it into an enum.
    Location: Microsoft.AzureStackHCI/stable/2023-03-01/arcSettings.json#L701
    ⚠️ SchemaDescriptionOrTitle Schema should have a description or title.
    Location: Microsoft.AzureStackHCI/stable/2023-03-01/arcSettings.json#L708
    ⚠️ SchemaDescriptionOrTitle Schema should have a description or title.
    Location: Microsoft.AzureStackHCI/stable/2023-03-01/arcSettings.json#L740
    ⚠️ SchemaDescriptionOrTitle Schema should have a description or title.
    Location: Microsoft.AzureStackHCI/stable/2023-03-01/clusters.json#L904
    ⚠️ SchemaDescriptionOrTitle Schema should have a description or title.
    Location: Microsoft.AzureStackHCI/stable/2023-03-01/clusters.json#L916
    ⚠️ AvoidNestedProperties Consider using x-ms-client-flatten to provide a better end user experience
    Location: Microsoft.AzureStackHCI/stable/2023-03-01/clusters.json#L919
    ⚠️ SchemaDescriptionOrTitle Schema should have a description or title.
    Location: Microsoft.AzureStackHCI/stable/2023-03-01/clusters.json#L925
    ⚠️ SchemaDescriptionOrTitle Schema should have a description or title.
    Location: Microsoft.AzureStackHCI/stable/2023-03-01/clusters.json#L942
    ⚠️ AvoidNestedProperties Consider using x-ms-client-flatten to provide a better end user experience
    Location: Microsoft.AzureStackHCI/stable/2023-03-01/clusters.json#L945
    ⚠️ SchemaDescriptionOrTitle Schema should have a description or title.
    Location: Microsoft.AzureStackHCI/stable/2023-03-01/clusters.json#L962
    ⚠️ EnumInsteadOfBoolean Booleans properties are not descriptive in all cases and can make them to use, evaluate whether is makes sense to keep the property as boolean or turn it into an enum.
    Location: Microsoft.AzureStackHCI/stable/2023-03-01/extensions.json#L553
    ⚠️ EnumInsteadOfBoolean Booleans properties are not descriptive in all cases and can make them to use, evaluate whether is makes sense to keep the property as boolean or turn it into an enum.
    Location: Microsoft.AzureStackHCI/stable/2023-03-01/extensions.json#L566
    ⚠️ PutInOperationName 'PUT' operation 'UpdateRuns_Put' should use method name 'Create'. Note: If you have already shipped an SDK on top of this spec, fixing this warning may introduce a breaking change.
    Location: Microsoft.AzureStackHCI/stable/2023-03-01/updateRuns.json#L140
    ⚠️ PutInOperationName 'PUT' operation 'Updates_Put' should use method name 'Create'. Note: If you have already shipped an SDK on top of this spec, fixing this warning may introduce a breaking change.
    Location: Microsoft.AzureStackHCI/stable/2023-03-01/updates.json#L186
    ⚠️ SchemaDescriptionOrTitle Schema should have a description or title.
    Location: Microsoft.AzureStackHCI/stable/2023-03-01/updates.json#L526
    ⚠️ SchemaDescriptionOrTitle Schema should have a description or title.
    Location: Microsoft.AzureStackHCI/stable/2023-03-01/updates.json#L538
    ⚠️ SchemaDescriptionOrTitle Schema should have a description or title.
    Location: Microsoft.AzureStackHCI/stable/2023-03-01/updates.json#L553
    ⚠️ OperationIdNounConflictingModelNames OperationId has a noun that conflicts with one of the model names in definitions section. The model name will be disambiguated to 'UpdateSummariesModel'. Consider using the plural form of 'UpdateSummaries' to avoid this. Note: If you have already shipped an SDK on top of this spec, fixing this warning may introduce a breaking change.
    Location: Microsoft.AzureStackHCI/stable/2023-03-01/updateSummaries.json#L39
    ⚠️ OperationIdNounConflictingModelNames OperationId has a noun that conflicts with one of the model names in definitions section. The model name will be disambiguated to 'UpdateSummariesModel'. Consider using the plural form of 'UpdateSummaries' to avoid this. Note: If you have already shipped an SDK on top of this spec, fixing this warning may introduce a breaking change.
    Location: Microsoft.AzureStackHCI/stable/2023-03-01/updateSummaries.json#L81
    ⚠️ OperationIdNounConflictingModelNames OperationId has a noun that conflicts with one of the model names in definitions section. The model name will be disambiguated to 'UpdateSummariesModel'. Consider using the plural form of 'UpdateSummaries' to avoid this. Note: If you have already shipped an SDK on top of this spec, fixing this warning may introduce a breaking change.
    Location: Microsoft.AzureStackHCI/stable/2023-03-01/updateSummaries.json#L131
    ⚠️ PutInOperationName 'PUT' operation 'UpdateSummaries_Put' should use method name 'Create'. Note: If you have already shipped an SDK on top of this spec, fixing this warning may introduce a breaking change.
    Location: Microsoft.AzureStackHCI/stable/2023-03-01/updateSummaries.json#L131
    ⚠️ OperationIdNounConflictingModelNames OperationId has a noun that conflicts with one of the model names in definitions section. The model name will be disambiguated to 'UpdateSummariesModel'. Consider using the plural form of 'UpdateSummaries' to avoid this. Note: If you have already shipped an SDK on top of this spec, fixing this warning may introduce a breaking change.
    Location: Microsoft.AzureStackHCI/stable/2023-03-01/updateSummaries.json#L177
    ⚠️ SchemaDescriptionOrTitle Schema should have a description or title.
    Location: Microsoft.AzureStackHCI/stable/2023-03-01/updateSummaries.json#L374
    ⚠️ SchemaDescriptionOrTitle Schema should have a description or title.
    Location: Microsoft.AzureStackHCI/stable/2023-03-01/updateSummaries.json#L389
    ️️✔️Avocado succeeded [Detail] [Expand]
    Validation passes for Avocado.
    ️❌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.AzureStackHCI' for api version '2023-03-01'. The supported api-versions are '2020-03-01-preview,
    2020-10-01,
    2020-11-01-preview,
    2021-01-01-preview,
    2021-07-01-preview,
    2021-09-01-preview,
    2021-09-01,
    2022-01-01,
    2022-03-01,
    2022-05-01,
    2022-08-01-preview,
    2022-09-01,
    2022-10-01,
    2022-12-01,
    2022-12-15-preview,
    2023-02-01'."
    ️❌~[Staging] ServiceAPIReadinessTest: 0 Errors, 0 Warnings failed [Detail]

    Tag package-2023-03; Prod region: Not deployed; Canary region: Not deployed

    ️️✔️SwaggerAPIView succeeded [Detail] [Expand]
    ️️✔️CadlAPIView 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.
    ️️✔️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).
    ️️✔️CadlValidation succeeded [Detail] [Expand]
    Validation passes for CadlValidation.
    ️️✔️PR Summary succeeded [Detail] [Expand]
    Validation passes for Summary.
    Posted by Swagger Pipeline | How to fix these errors?

    @openapi-pipeline-app
    Copy link

    openapi-pipeline-app bot commented Mar 23, 2023

    Swagger Generation Artifacts

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

    Breaking Changes Tracking


    azure-sdk-for-python-track2 - track2_azure-mgmt-azurestackhci - 8.0.0b2
    +	Model ArcSetting no longer has parameter created_at
    +	Model ArcSetting no longer has parameter created_by
    +	Model ArcSetting no longer has parameter created_by_type
    +	Model ArcSetting no longer has parameter last_modified_at
    +	Model ArcSetting no longer has parameter last_modified_by
    +	Model ArcSetting no longer has parameter last_modified_by_type
    +	Model Cluster no longer has parameter created_at
    +	Model Cluster no longer has parameter created_by
    +	Model Cluster no longer has parameter created_by_type
    +	Model Cluster no longer has parameter last_modified_at
    +	Model Cluster no longer has parameter last_modified_by
    +	Model Cluster no longer has parameter last_modified_by_type
    +	Model Extension no longer has parameter created_at
    +	Model Extension no longer has parameter created_by
    +	Model Extension no longer has parameter created_by_type
    +	Model Extension no longer has parameter last_modified_at
    +	Model Extension no longer has parameter last_modified_by
    +	Model Extension no longer has parameter last_modified_by_type
    ️⚠️ azure-sdk-for-python-track2 warning [Detail]
    • ⚠️Warning [Logs]Release - Generate from ec8b6e1. 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! 9.5.0 -> 9.6.2
      cmderr	[automation_generate.sh] npm notice Changelog: <https://github.com/npm/cli/releases/tag/v9.6.2>
      cmderr	[automation_generate.sh] npm notice Run `npm install -g npm@9.6.2` to update!
      cmderr	[automation_generate.sh] npm notice
    • ️✔️track2_azure-mgmt-azurestackhci [View full logs]  [Release SDK Changes] Breaking Change Detected
      info	[Changelog] ### Features Added
      info	[Changelog]
      info	[Changelog]   - Added operation ArcSettingsOperations.begin_initialize_disable_process
      info	[Changelog]   - Added operation ArcSettingsOperations.consent_and_install_default_extensions
      info	[Changelog]   - Added operation ClustersOperations.begin_extend_software_assurance_benefit
      info	[Changelog]   - Added operation ExtensionsOperations.begin_upgrade
      info	[Changelog]   - Added operation group OffersOperations
      info	[Changelog]   - Added operation group PublishersOperations
      info	[Changelog]   - Added operation group SkusOperations
      info	[Changelog]   - Added operation group UpdateRunsOperations
      info	[Changelog]   - Added operation group UpdateSummariesOperations
      info	[Changelog]   - Added operation group UpdatesOperations
      info	[Changelog]   - Model ArcSetting has a new parameter default_extensions
      info	[Changelog]   - Model ArcSetting has a new parameter system_data
      info	[Changelog]   - Model Cluster has a new parameter principal_id
      info	[Changelog]   - Model Cluster has a new parameter resource_provider_object_id
      info	[Changelog]   - Model Cluster has a new parameter software_assurance_properties
      info	[Changelog]   - Model Cluster has a new parameter system_data
      info	[Changelog]   - Model Cluster has a new parameter tenant_id
      info	[Changelog]   - Model Cluster has a new parameter type_identity_type
      info	[Changelog]   - Model Cluster has a new parameter user_assigned_identities
      info	[Changelog]   - Model ClusterNode has a new parameter ehc_resource_id
      info	[Changelog]   - Model ClusterNode has a new parameter last_licensing_timestamp
      info	[Changelog]   - Model ClusterNode has a new parameter node_type
      info	[Changelog]   - Model ClusterNode has a new parameter os_display_version
      info	[Changelog]   - Model ClusterPatch has a new parameter principal_id
      info	[Changelog]   - Model ClusterPatch has a new parameter tenant_id
      info	[Changelog]   - Model ClusterPatch has a new parameter type
      info	[Changelog]   - Model ClusterPatch has a new parameter user_assigned_identities
      info	[Changelog]   - Model ClusterReportedProperties has a new parameter supported_capabilities
      info	[Changelog]   - Model Extension has a new parameter enable_automatic_upgrade
      info	[Changelog]   - Model Extension has a new parameter managed_by
      info	[Changelog]   - Model Extension has a new parameter system_data
      info	[Changelog]   - Model PerNodeExtensionState has a new parameter instance_view
      info	[Changelog]   - Model PerNodeExtensionState has a new parameter type_handler_version
      info	[Changelog]   - Model ProxyResource has a new parameter system_data
      info	[Changelog]   - Model Resource has a new parameter system_data
      info	[Changelog]   - Model TrackedResource has a new parameter system_data
      info	[Changelog]
      info	[Changelog] ### Breaking Changes
      info	[Changelog]
      info	[Changelog]   - Model ArcSetting no longer has parameter created_at
      info	[Changelog]   - Model ArcSetting no longer has parameter created_by
      info	[Changelog]   - Model ArcSetting no longer has parameter created_by_type
      info	[Changelog]   - Model ArcSetting no longer has parameter last_modified_at
      info	[Changelog]   - Model ArcSetting no longer has parameter last_modified_by
      info	[Changelog]   - Model ArcSetting no longer has parameter last_modified_by_type
      info	[Changelog]   - Model Cluster no longer has parameter created_at
      info	[Changelog]   - Model Cluster no longer has parameter created_by
      info	[Changelog]   - Model Cluster no longer has parameter created_by_type
      info	[Changelog]   - Model Cluster no longer has parameter last_modified_at
      info	[Changelog]   - Model Cluster no longer has parameter last_modified_by
      info	[Changelog]   - Model Cluster no longer has parameter last_modified_by_type
      info	[Changelog]   - Model Extension no longer has parameter created_at
      info	[Changelog]   - Model Extension no longer has parameter created_by
      info	[Changelog]   - Model Extension no longer has parameter created_by_type
      info	[Changelog]   - Model Extension no longer has parameter last_modified_at
      info	[Changelog]   - Model Extension no longer has parameter last_modified_by
      info	[Changelog]   - Model Extension no longer has parameter last_modified_by_type
    ️️✔️ azure-sdk-for-java succeeded [Detail] [Expand]
    • ️✔️Succeeded [Logs]Release - Generate from ec8b6e1. 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
    • ️✔️azure-resourcemanager-azurestackhci [View full logs]  [Release SDK Changes]
    ️️✔️ azure-sdk-for-go succeeded [Detail] [Expand]
    • ️✔️Succeeded [Logs]Release - Generate from ec8b6e1. 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/azurestackhci/armazurestackhci [View full logs]  [Release SDK Changes]
      info	[Changelog] ### Features Added
      info	[Changelog]
      info	[Changelog] - New value `ArcSettingAggregateStateAccepted`, `ArcSettingAggregateStateDisableInProgress`, `ArcSettingAggregateStateProvisioning` added to enum type `ArcSettingAggregateState`
      info	[Changelog] - New value `ExtensionAggregateStateAccepted`, `ExtensionAggregateStateProvisioning`, `ExtensionAggregateStateUpgradeFailedRollbackSucceeded` added to enum type `ExtensionAggregateState`
      info	[Changelog] - New value `NodeArcStateAccepted`, `NodeArcStateDisableInProgress`, `NodeArcStateInProgress`, `NodeArcStatePartiallyConnected`, `NodeArcStatePartiallySucceeded`, `NodeArcStateProvisioning` added to enum type `NodeArcState`
      info	[Changelog] - New value `NodeExtensionStateAccepted`, `NodeExtensionStateInProgress`, `NodeExtensionStatePartiallyConnected`, `NodeExtensionStatePartiallySucceeded`, `NodeExtensionStateProvisioning` added to enum type `NodeExtensionState`
      info	[Changelog] - New value `ProvisioningStateConnected`, `ProvisioningStateCreating`, `ProvisioningStateDeleted`, `ProvisioningStateDeleting`, `ProvisioningStateDisableInProgress`, `ProvisioningStateDisconnected`, `ProvisioningStateError`, `ProvisioningStateInProgress`, `ProvisioningStateMoving`, `ProvisioningStateNotSpecified`, `ProvisioningStatePartiallyConnected`, `ProvisioningStatePartiallySucceeded`, `ProvisioningStateUpdating` added to enum type `ProvisioningState`
      info	[Changelog] - New value `StatusFailed`, `StatusInProgress`, `StatusNotSpecified`, `StatusSucceeded` added to enum type `Status`
      info	[Changelog] - New enum type `AvailabilityType` with values `AvailabilityTypeLocal`, `AvailabilityTypeNotify`, `AvailabilityTypeOnline`
      info	[Changelog] - New enum type `ClusterNodeType` with values `ClusterNodeTypeFirstParty`, `ClusterNodeTypeThirdParty`
      info	[Changelog] - New enum type `ExtensionManagedBy` with values `ExtensionManagedByAzure`, `ExtensionManagedByUser`
      info	[Changelog] - New enum type `HealthState` with values `HealthStateError`, `HealthStateFailure`, `HealthStateInProgress`, `HealthStateSuccess`, `HealthStateUnknown`, `HealthStateWarning`
      info	[Changelog] - New enum type `ManagedServiceIdentityType` with values `ManagedServiceIdentityTypeNone`, `ManagedServiceIdentityTypeSystemAssigned`, `ManagedServiceIdentityTypeSystemAssignedUserAssigned`, `ManagedServiceIdentityTypeUserAssigned`
      info	[Changelog] - New enum type `RebootRequirement` with values `RebootRequirementFalse`, `RebootRequirementTrue`, `RebootRequirementUnknown`
      info	[Changelog] - New enum type `Severity` with values `SeverityCritical`, `SeverityHidden`, `SeverityInformational`, `SeverityWarning`
      info	[Changelog] - New enum type `SoftwareAssuranceIntent` with values `SoftwareAssuranceIntentDisable`, `SoftwareAssuranceIntentEnable`
      info	[Changelog] - New enum type `SoftwareAssuranceStatus` with values `SoftwareAssuranceStatusDisabled`, `SoftwareAssuranceStatusEnabled`
      info	[Changelog] - New enum type `State` with values `StateDownloadFailed`, `StateDownloading`, `StateHasPrerequisite`, `StateHealthCheckFailed`, `StateHealthChecking`, `StateInstallationFailed`, `StateInstalled`, `StateInstalling`, `StateInvalid`, `StateNotApplicableBecauseAnotherUpdateIsInProgress`, `StateObsolete`, `StatePreparationFailed`, `StatePreparing`, `StateReady`, `StateReadyToInstall`, `StateRecalled`, `StateScanFailed`, `StateScanInProgress`
      info	[Changelog] - New enum type `StatusLevelTypes` with values `StatusLevelTypesError`, `StatusLevelTypesInfo`, `StatusLevelTypesWarning`
      info	[Changelog] - New enum type `UpdateRunPropertiesState` with values `UpdateRunPropertiesStateFailed`, `UpdateRunPropertiesStateInProgress`, `UpdateRunPropertiesStateSucceeded`, `UpdateRunPropertiesStateUnknown`
      info	[Changelog] - New enum type `UpdateSummariesPropertiesState` with values `UpdateSummariesPropertiesStateAppliedSuccessfully`, `UpdateSummariesPropertiesStateNeedsAttention`, `UpdateSummariesPropertiesStatePreparationFailed`, `UpdateSummariesPropertiesStatePreparationInProgress`, `UpdateSummariesPropertiesStateUnknown`, `UpdateSummariesPropertiesStateUpdateAvailable`, `UpdateSummariesPropertiesStateUpdateFailed`, `UpdateSummariesPropertiesStateUpdateInProgress`
      info	[Changelog] - New function `*ArcSettingsClient.ConsentAndInstallDefaultExtensions(context.Context, string, string, string, *ArcSettingsClientConsentAndInstallDefaultExtensionsOptions) (ArcSettingsClientConsentAndInstallDefaultExtensionsResponse, error)`
      info	[Changelog] - New function `*ArcSettingsClient.BeginInitializeDisableProcess(context.Context, string, string, string, *ArcSettingsClientBeginInitializeDisableProcessOptions) (*runtime.Poller[ArcSettingsClientInitializeDisableProcessResponse], error)`
      info	[Changelog] - New function `NewClientFactory(string, azcore.TokenCredential, *arm.ClientOptions) (*ClientFactory, error)`
      info	[Changelog] - New function `*ClientFactory.NewArcSettingsClient() *ArcSettingsClient`
      info	[Changelog] - New function `*ClientFactory.NewClustersClient() *ClustersClient`
      info	[Changelog] - New function `*ClientFactory.NewExtensionsClient() *ExtensionsClient`
      info	[Changelog] - New function `*ClientFactory.NewOffersClient() *OffersClient`
      info	[Changelog] - New function `*ClientFactory.NewOperationsClient() *OperationsClient`
      info	[Changelog] - New function `*ClientFactory.NewPublishersClient() *PublishersClient`
      info	[Changelog] - New function `*ClientFactory.NewSKUsClient() *SKUsClient`
      info	[Changelog] - New function `*ClientFactory.NewUpdateRunsClient() *UpdateRunsClient`
      info	[Changelog] - New function `*ClientFactory.NewUpdateSummariesClient() *UpdateSummariesClient`
      info	[Changelog] - New function `*ClientFactory.NewUpdatesClient() *UpdatesClient`
      info	[Changelog] - New function `*ClustersClient.BeginExtendSoftwareAssuranceBenefit(context.Context, string, string, SoftwareAssuranceChangeRequest, *ClustersClientBeginExtendSoftwareAssuranceBenefitOptions) (*runtime.Poller[ClustersClientExtendSoftwareAssuranceBenefitResponse], error)`
      info	[Changelog] - New function `*ExtensionsClient.BeginUpgrade(context.Context, string, string, string, string, ExtensionUpgradeParameters, *ExtensionsClientBeginUpgradeOptions) (*runtime.Poller[ExtensionsClientUpgradeResponse], error)`
      info	[Changelog] - New function `NewOffersClient(string, azcore.TokenCredential, *arm.ClientOptions) (*OffersClient, error)`
      info	[Changelog] - New function `*OffersClient.Get(context.Context, string, string, string, string, *OffersClientGetOptions) (OffersClientGetResponse, error)`
      info	[Changelog] - New function `*OffersClient.NewListByClusterPager(string, string, *OffersClientListByClusterOptions) *runtime.Pager[OffersClientListByClusterResponse]`
      info	[Changelog] - New function `*OffersClient.NewListByPublisherPager(string, string, string, *OffersClientListByPublisherOptions) *runtime.Pager[OffersClientListByPublisherResponse]`
      info	[Changelog] - New function `NewPublishersClient(string, azcore.TokenCredential, *arm.ClientOptions) (*PublishersClient, error)`
      info	[Changelog] - New function `*PublishersClient.Get(context.Context, string, string, string, *PublishersClientGetOptions) (PublishersClientGetResponse, error)`
      info	[Changelog] - New function `*PublishersClient.NewListByClusterPager(string, string, *PublishersClientListByClusterOptions) *runtime.Pager[PublishersClientListByClusterResponse]`
      info	[Changelog] - New function `NewSKUsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*SKUsClient, error)`
      info	[Changelog] - New function `*SKUsClient.Get(context.Context, string, string, string, string, string, *SKUsClientGetOptions) (SKUsClientGetResponse, error)`
      info	[Changelog] - New function `*SKUsClient.NewListByOfferPager(string, string, string, string, *SKUsClientListByOfferOptions) *runtime.Pager[SKUsClientListByOfferResponse]`
      info	[Changelog] - New function `NewUpdateRunsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*UpdateRunsClient, error)`
      info	[Changelog] - New function `*UpdateRunsClient.BeginDelete(context.Context, string, string, string, string, *UpdateRunsClientBeginDeleteOptions) (*runtime.Poller[UpdateRunsClientDeleteResponse], error)`
      info	[Changelog] - New function `*UpdateRunsClient.Get(context.Context, string, string, string, string, *UpdateRunsClientGetOptions) (UpdateRunsClientGetResponse, error)`
      info	[Changelog] - New function `*UpdateRunsClient.NewListPager(string, string, string, *UpdateRunsClientListOptions) *runtime.Pager[UpdateRunsClientListResponse]`
      info	[Changelog] - New function `*UpdateRunsClient.Put(context.Context, string, string, string, string, UpdateRun, *UpdateRunsClientPutOptions) (UpdateRunsClientPutResponse, error)`
      info	[Changelog] - New function `NewUpdateSummariesClient(string, azcore.TokenCredential, *arm.ClientOptions) (*UpdateSummariesClient, error)`
      info	[Changelog] - New function `*UpdateSummariesClient.BeginDelete(context.Context, string, string, *UpdateSummariesClientBeginDeleteOptions) (*runtime.Poller[UpdateSummariesClientDeleteResponse], error)`
      info	[Changelog] - New function `*UpdateSummariesClient.Get(context.Context, string, string, *UpdateSummariesClientGetOptions) (UpdateSummariesClientGetResponse, error)`
      info	[Changelog] - New function `*UpdateSummariesClient.NewListPager(string, string, *UpdateSummariesClientListOptions) *runtime.Pager[UpdateSummariesClientListResponse]`
      info	[Changelog] - New function `*UpdateSummariesClient.Put(context.Context, string, string, UpdateSummaries, *UpdateSummariesClientPutOptions) (UpdateSummariesClientPutResponse, error)`
      info	[Changelog] - New function `NewUpdatesClient(string, azcore.TokenCredential, *arm.ClientOptions) (*UpdatesClient, error)`
      info	[Changelog] - New function `*UpdatesClient.BeginDelete(context.Context, string, string, string, *UpdatesClientBeginDeleteOptions) (*runtime.Poller[UpdatesClientDeleteResponse], error)`
      info	[Changelog] - New function `*UpdatesClient.Get(context.Context, string, string, string, *UpdatesClientGetOptions) (UpdatesClientGetResponse, error)`
      info	[Changelog] - New function `*UpdatesClient.NewListPager(string, string, *UpdatesClientListOptions) *runtime.Pager[UpdatesClientListResponse]`
      info	[Changelog] - New function `*UpdatesClient.BeginPost(context.Context, string, string, string, *UpdatesClientBeginPostOptions) (*runtime.Poller[UpdatesClientPostResponse], error)`
      info	[Changelog] - New function `*UpdatesClient.Put(context.Context, string, string, string, Update, *UpdatesClientPutOptions) (UpdatesClientPutResponse, error)`
      info	[Changelog] - New struct `ClientFactory`
      info	[Changelog] - New struct `DefaultExtensionDetails`
      info	[Changelog] - New struct `ExtensionInstanceView`
      info	[Changelog] - New struct `ExtensionInstanceViewStatus`
      info	[Changelog] - New struct `ExtensionUpgradeParameters`
      info	[Changelog] - New struct `ManagedServiceIdentity`
      info	[Changelog] - New struct `Offer`
      info	[Changelog] - New struct `OfferList`
      info	[Changelog] - New struct `OfferProperties`
      info	[Changelog] - New struct `PackageVersionInfo`
      info	[Changelog] - New struct `PrecheckResult`
      info	[Changelog] - New struct `PrecheckResultTags`
      info	[Changelog] - New struct `Publisher`
      info	[Changelog] - New struct `PublisherList`
      info	[Changelog] - New struct `PublisherProperties`
      info	[Changelog] - New struct `SKU`
      info	[Changelog] - New struct `SKUList`
      info	[Changelog] - New struct `SKUMappings`
      info	[Changelog] - New struct `SKUProperties`
      info	[Changelog] - New struct `SoftwareAssuranceChangeRequest`
      info	[Changelog] - New struct `SoftwareAssuranceChangeRequestProperties`
      info	[Changelog] - New struct `SoftwareAssuranceProperties`
      info	[Changelog] - New struct `Step`
      info	[Changelog] - New struct `Update`
      info	[Changelog] - New struct `UpdateList`
      info	[Changelog] - New struct `UpdatePrerequisite`
      info	[Changelog] - New struct `UpdateProperties`
      info	[Changelog] - New struct `UpdateRun`
      info	[Changelog] - New struct `UpdateRunList`
      info	[Changelog] - New struct `UpdateRunProperties`
      info	[Changelog] - New struct `UpdateStateProperties`
      info	[Changelog] - New struct `UpdateSummaries`
      info	[Changelog] - New struct `UpdateSummariesList`
      info	[Changelog] - New struct `UpdateSummariesProperties`
      info	[Changelog] - New struct `UserAssignedIdentity`
      info	[Changelog] - New field `DefaultExtensions` in struct `ArcSettingProperties`
      info	[Changelog] - New field `Identity` in struct `Cluster`
      info	[Changelog] - New field `EhcResourceID` in struct `ClusterNode`
      info	[Changelog] - New field `LastLicensingTimestamp` in struct `ClusterNode`
      info	[Changelog] - New field `NodeType` in struct `ClusterNode`
      info	[Changelog] - New field `OSDisplayVersion` in struct `ClusterNode`
      info	[Changelog] - New field `Identity` in struct `ClusterPatch`
      info	[Changelog] - New field `ResourceProviderObjectID` in struct `ClusterProperties`
      info	[Changelog] - New field `SoftwareAssuranceProperties` in struct `ClusterProperties`
      info	[Changelog] - New field `SupportedCapabilities` in struct `ClusterReportedProperties`
      info	[Changelog] - New field `EnableAutomaticUpgrade` in struct `ExtensionParameters`
      info	[Changelog] - New field `ManagedBy` in struct `ExtensionProperties`
      info	[Changelog] - New field `InstanceView` in struct `PerNodeExtensionState`
      info	[Changelog] - New field `TypeHandlerVersion` in struct `PerNodeExtensionState`
      info	[Changelog] - New field `SystemData` in struct `ProxyResource`
      info	[Changelog] - New field `SystemData` in struct `Resource`
      info	[Changelog] - New field `SystemData` in struct `TrackedResource`
      info	[Changelog]
      info	[Changelog] Total 0 breaking change(s), 231 additive change(s).
    ️❌ azure-sdk-for-js failed [Detail]
    • Code Generator Failed [Logs]Release - Generate from ec8b6e1. 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
      error	Script return with result [failed] code [1] signal [null] cwd [azure-sdk-for-js]: sh .scripts/automation_generate.sh
      warn	Skip package processing as generation is failed
    ️⚠️ azure-resource-manager-schemas warning [Detail]
    • ⚠️Warning [Logs]Release - Generate from ec8b6e1. 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
    • ️✔️azurestackhci [View full logs]  [Release Schema Changes]
    ️️✔️ azure-powershell succeeded [Detail] [Expand]
    • ️✔️Succeeded [Logs]Release - Generate from ec8b6e1. 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.azurestackhci.DefaultTag [View full logs]  [Release SDK Changes]
    Posted by Swagger Pipeline | How to fix these errors?

    @openapi-pipeline-app
    Copy link

    openapi-pipeline-app bot commented Mar 23, 2023

    Generated ApiView

    Language Package Name ApiView Link
    Go sdk/resourcemanager/azurestackhci/armazurestackhci https://apiview.dev/Assemblies/Review/fc76c68545bc4009af005d3c566eccd0

    @openapi-workflow-bot
    Copy link

    Hi @priyjain358 and @arcboard, one or more change(s) have been detected in your Arc enabled VM's or Arc enabled Server's RPs. Please review the changes and ensure that no gaps have been introduced with respect to the ARM API modeling consistency across Azure Arc and Azure Compute. For further details, see guidelines at Consistency in ARM Modeling. To approve the change(s), set the label to ArcSignedOff. If you have any questions, please mail to arcboard@microsoft.com.

    @openapi-workflow-bot openapi-workflow-bot bot added ARMReview WaitForARMFeedback <valid label in PR review process> add this label when ARM review is required labels Mar 23, 2023
    @openapi-workflow-bot
    Copy link

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

    @priyjain358
    Copy link
    Member Author

    This api version has already been reviewed and merged into the private repo: https://github.com/Azure/azure-rest-api-specs-pr/pull/11574

    @priyjain358
    Copy link
    Member Author

    API Readiness check doesn't apply to us since we are RPaaS RP. It was ignored previously as well: #22578

    @raosuhas
    Copy link

    Signing off on the basis of : https://github.com/Azure/azure-rest-api-specs-pr/pull/11574

    @raosuhas raosuhas added the ARMSignedOff <valid label in PR review process>add this label when ARM approve updates after review label Mar 23, 2023
    @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 23, 2023
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    ArcReview ARMReview ARMSignedOff <valid label in PR review process>add this label when ARM approve updates after review new-api-version ReadyForApiTest <valid label in PR review process>add this label when swagger and service APIs are ready for test resource-manager RPaaS
    Projects
    None yet
    Development

    Successfully merging this pull request may close these issues.

    4 participants