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

Sync x-mx-enum change from 2021-03-01 #19728

Merged
merged 2 commits into from
Jul 12, 2022
Merged

Sync x-mx-enum change from 2021-03-01 #19728

merged 2 commits into from
Jul 12, 2022

Conversation

tadelesh
Copy link
Member

Already approved from #19654.

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

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. If updating an existing version, please select the specific language SDKs and CLIs that must be refreshed after the 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 refresh required 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

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 appy 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 are using OpenAPIHub to initialize the PR for adding a new version. 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 any of the following scenarios apply to the PR, request approval from the Breaking Change Review Board as defined in the Breaking Change Policy.

  • Removing API(s) in a stable version
  • Removing properties in a stable version
  • Removing API version(s) in a stable version
  • Updating API in a 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.

@tadelesh tadelesh requested a review from naveedaz as a code owner July 11, 2022 06:38
@openapi-workflow-bot
Copy link

Hi, @tadelesh 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. [email protected]

    @openapi-pipeline-app
    Copy link

    openapi-pipeline-app bot commented Jul 11, 2022

    Swagger Validation Report

    ️️✔️BreakingChange succeeded [Detail] [Expand]
    There are no breaking changes.
    compared swaggers (via Oad v0.9.6)] new version base version
    Provider.json 2022-03-01(1576cfe) 2022-03-01(main)
    ️️✔️Breaking Change(Cross-Version) succeeded [Detail] [Expand]
    There are no breaking changes.
    ️️✔️CredScan succeeded [Detail] [Expand]
    There is no credential detected.
    ️⚠️LintDiff: 1 Warnings warning [Detail]
    compared tags (via openapi-validator v1.13.0) new version base version
    package-2022-03 package-2022-03(1576cfe) package-2022-03(main)

    The following errors/warnings are introduced by current PR:

    Rule Message
    ⚠️ R4000 - ParameterDescriptionRequired 'osTypeSelected' parameter lacks 'description' property. Consider adding a 'description' element. Accurate description is essential for maintaining reference documentation.
    Location: Microsoft.Web/stable/2022-03-01/Provider.json#L1072


    The following errors/warnings exist before current PR submission:

    Only 30 items are listed, please refer to log for more details.

    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: isSupported
    Location: Microsoft.Web/stable/2022-03-01/Provider.json#L308
    ⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: isDefaultOff
    Location: Microsoft.Web/stable/2022-03-01/Provider.json#L313
    ⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: remoteDebuggingSupported
    Location: Microsoft.Web/stable/2022-03-01/Provider.json#L463
    ⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: isPreview
    Location: Microsoft.Web/stable/2022-03-01/Provider.json#L499
    ⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: isDeprecated
    Location: Microsoft.Web/stable/2022-03-01/Provider.json#L504
    ⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: isHidden
    Location: Microsoft.Web/stable/2022-03-01/Provider.json#L509
    ⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: isAutoUpdate
    Location: Microsoft.Web/stable/2022-03-01/Provider.json#L520
    ⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: isEarlyAccess
    Location: Microsoft.Web/stable/2022-03-01/Provider.json#L525
    ⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: isDefault
    Location: Microsoft.Web/stable/2022-03-01/Provider.json#L530
    ⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: isSupported
    Location: Microsoft.Web/stable/2022-03-01/Provider.json#L635
    ⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: isPreview
    Location: Microsoft.Web/stable/2022-03-01/Provider.json#L661
    ⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: isDeprecated
    Location: Microsoft.Web/stable/2022-03-01/Provider.json#L666
    ⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: isHidden
    Location: Microsoft.Web/stable/2022-03-01/Provider.json#L671
    ⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: isAutoUpdate
    Location: Microsoft.Web/stable/2022-03-01/Provider.json#L682
    ⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: isEarlyAccess
    Location: Microsoft.Web/stable/2022-03-01/Provider.json#L687
    ⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: use32BitWorkerProcess
    Location: Microsoft.Web/stable/2022-03-01/Provider.json#L698
    ⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: isDefault
    Location: Microsoft.Web/stable/2022-03-01/Provider.json#L732
    ⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: applicationInsights
    Location: Microsoft.Web/stable/2022-03-01/Provider.json#L746
    ⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: isPreview
    Location: Microsoft.Web/stable/2022-03-01/Provider.json#L750
    ⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: isDeprecated
    Location: Microsoft.Web/stable/2022-03-01/Provider.json#L754
    ⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: isHidden
    Location: Microsoft.Web/stable/2022-03-01/Provider.json#L758
    ⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: isDefault
    Location: Microsoft.Web/stable/2022-03-01/Provider.json#L790
    ⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: isRemoteDebuggingEnabled
    Location: Microsoft.Web/stable/2022-03-01/Provider.json#L794
    ⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: remoteDebuggingSupported
    Location: Microsoft.Web/stable/2022-03-01/Provider.json#L857
    ⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: isPreview
    Location: Microsoft.Web/stable/2022-03-01/Provider.json#L872
    ⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: isDeprecated
    Location: Microsoft.Web/stable/2022-03-01/Provider.json#L877
    ⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: isHidden
    Location: Microsoft.Web/stable/2022-03-01/Provider.json#L882
    ⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: isAutoUpdate
    Location: Microsoft.Web/stable/2022-03-01/Provider.json#L893
    ⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: isEarlyAccess
    Location: Microsoft.Web/stable/2022-03-01/Provider.json#L898
    ⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: isPreview
    Location: Microsoft.Web/stable/2022-03-01/Provider.json#L1023
    ️️✔️Avocado succeeded [Detail] [Expand]
    Validation passes for Avocado.
    ️️✔️ApiReadinessCheck 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.
    ️⚠️SDK Track2 Validation: 3 Warnings warning [Detail]
    • The following tags are being changed in this PR
      • "https://github.com/Azure/azure-rest-api-specs/blob/1576cfe3acae822a9d732e37490eeb9959f81459/specification/web/resource-manager/readme.md#tag-package-2022-03">web/resource-manager/readme.md#package-2022-03
    The following errors/warnings are introduced by current PR:
    Rule Message
    ⚠️ Modeler/MissingType "readme":"web/resource-manager/readme.md",
    "tag":"package-2022-03",
    "details":"The schema 'ExpressionTraces-value' has no type or format information whatsoever. Location:\n file:///mnt/vss/_work/1/azure-rest-api-specs/specification/web/resource-manager/Microsoft.Web/stable/2022-03-01/WebApps.json#/components/schemas/ExpressionTraces-value"
    ⚠️ Modeler/MissingType "readme":"web/resource-manager/readme.md",
    "tag":"package-2022-03",
    "details":"The schema 'Expression-value' has no type or format information whatsoever. Location:\n file:///mnt/vss/_work/1/azure-rest-api-specs/specification/web/resource-manager/Microsoft.Web/stable/2022-03-01/WebApps.json#/components/schemas/Expression-value"
    ⚠️ Modeler/MissingType "readme":"web/resource-manager/readme.md",
    "tag":"package-2022-03",
    "details":"The schema 'OperationResultProperties-error' has no type or format information whatsoever. Location:\n file:///mnt/vss/_work/1/azure-rest-api-specs/specification/web/resource-manager/Microsoft.Web/stable/2022-03-01/WebApps.json#/components/schemas/OperationResultProperties-error"


    The following errors/warnings exist before current PR submission:

    Rule Message
    ⚠️ UnkownSecurityScheme "readme":"web/resource-manager/readme.md",
    "tag":"package-2022-03",
    "details":"Security scheme azure_auth is unknown and will not be processed. Only supported types are AADToken,
    AzureKey,
    Anonymous"
    ️️✔️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.
    Posted by Swagger Pipeline | How to fix these errors?

    @openapi-pipeline-app
    Copy link

    openapi-pipeline-app bot commented Jul 11, 2022

    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-go - armappservice - 2.0.0
    +	Const `Enum15All` has been removed
    +	Const `Enum15Linux` has been removed
    +	Const `Enum15Windows` has been removed
    +	Const `Enum16All` has been removed
    +	Const `Enum16Linux` has been removed
    +	Const `Enum16Windows` has been removed
    +	Const `Enum17All` has been removed
    +	Const `Enum17Linux` has been removed
    +	Const `Enum17Windows` has been removed
    +	Const `Enum18All` has been removed
    +	Const `Enum18Linux` has been removed
    +	Const `Enum18Windows` has been removed
    +	Const `Enum19All` has been removed
    +	Const `Enum19Linux` has been removed
    +	Const `Enum19Windows` has been removed
    +	Function `PossibleEnum15Values` has been removed
    +	Function `PossibleEnum16Values` has been removed
    +	Function `PossibleEnum17Values` has been removed
    +	Function `PossibleEnum18Values` has been removed
    +	Function `PossibleEnum19Values` has been removed
    -	Type of `ProviderClientGetAvailableStacksOnPremOptions.OSTypeSelected` has been changed from `*Enum20` to `*Enum19`
    -	Type of `ProviderClientGetAvailableStacksOptions.OSTypeSelected` has been changed from `*Enum15` to `*Enum14`
    -	Type of `ProviderClientGetFunctionAppStacksForLocationOptions.StackOsType` has been changed from `*Enum17` to `*Enum16`
    -	Type of `ProviderClientGetFunctionAppStacksOptions.StackOsType` has been changed from `*Enum16` to `*Enum15`
    -	Type of `ProviderClientGetWebAppStacksForLocationOptions.StackOsType` has been changed from `*Enum18` to `*Enum17`
    -	Type of `ProviderClientGetWebAppStacksOptions.StackOsType` has been changed from `*Enum19` to `*Enum18`
    +	Type of `ProviderClientGetAvailableStacksOnPremOptions.OSTypeSelected` has been changed from `*Enum20` to `*ProviderOsTypeSelected`
    +	Type of `ProviderClientGetAvailableStacksOptions.OSTypeSelected` has been changed from `*Enum15` to `*ProviderOsTypeSelected`
    +	Type of `ProviderClientGetFunctionAppStacksForLocationOptions.StackOsType` has been changed from `*Enum17` to `*ProviderStackOsType`
    +	Type of `ProviderClientGetFunctionAppStacksOptions.StackOsType` has been changed from `*Enum16` to `*ProviderStackOsType`
    +	Type of `ProviderClientGetWebAppStacksForLocationOptions.StackOsType` has been changed from `*Enum18` to `*ProviderStackOsType`
    +	Type of `ProviderClientGetWebAppStacksOptions.StackOsType` has been changed from `*Enum19` to `*ProviderStackOsType`
    azure-sdk-for-js - @azure/arm-appservice - 14.0.0
    +	Removed Enum KnownEnum14
    +	Removed Enum KnownEnum15
    +	Removed Enum KnownEnum16
    +	Removed Enum KnownEnum17
    +	Removed Enum KnownEnum18
    +	Removed Enum KnownEnum19
    ️✔️azure-sdk-for-python-track2 - track2_azure-mgmt-web - 7.0.0
    ️️✔️ azure-sdk-for-net-track2 succeeded [Detail] [Expand]
    ️⚠️ azure-sdk-for-python-track2 warning [Detail]
    • ⚠️Warning [Logs]Release - Generate from 390ef48. 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]  WARN config global `--global`, `--local` are deprecated. Use `--location=global` instead.
    • ️✔️track2_azure-mgmt-web [View full logs]  [Release SDK Changes]
      info	[Changelog] **Features**
      info	[Changelog]
      info	[Changelog]   - Added model ProviderOsTypeSelected
      info	[Changelog]   - Added model ProviderStackOsType
    ️️✔️ azure-sdk-for-java succeeded [Detail] [Expand]
    ️️✔️ azure-sdk-for-go succeeded [Detail] [Expand]
    • ️✔️Succeeded [Logs]Release - Generate from 390ef48. 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
    • ️✔️armappservice [View full logs]  [Release SDK Changes] Breaking Change Detected
      Only show 120 items here, please refer to log for details.
      info	[Changelog] - New struct `WebAppsClientListSlotSiteDeploymentStatusesSlotOptions`
      info	[Changelog] - New struct `WebAppsClientListSlotSiteDeploymentStatusesSlotResponse`
      info	[Changelog] - New struct `Workflow`
      info	[Changelog] - New struct `WorkflowFilter`
      info	[Changelog] - New struct `WorkflowListResult`
      info	[Changelog] - New struct `WorkflowOutputParameter`
      info	[Changelog] - New struct `WorkflowParameter`
      info	[Changelog] - New struct `WorkflowProperties`
      info	[Changelog] - New struct `WorkflowResource`
      info	[Changelog] - New struct `WorkflowRun`
      info	[Changelog] - New struct `WorkflowRunAction`
      info	[Changelog] - New struct `WorkflowRunActionFilter`
      info	[Changelog] - New struct `WorkflowRunActionListResult`
      info	[Changelog] - New struct `WorkflowRunActionProperties`
      info	[Changelog] - New struct `WorkflowRunActionRepetitionDefinition`
      info	[Changelog] - New struct `WorkflowRunActionRepetitionDefinitionCollection`
      info	[Changelog] - New struct `WorkflowRunActionRepetitionProperties`
      info	[Changelog] - New struct `WorkflowRunActionRepetitionsClient`
      info	[Changelog] - New struct `WorkflowRunActionRepetitionsClientGetOptions`
      info	[Changelog] - New struct `WorkflowRunActionRepetitionsClientGetResponse`
      info	[Changelog] - New struct `WorkflowRunActionRepetitionsClientListExpressionTracesOptions`
      info	[Changelog] - New struct `WorkflowRunActionRepetitionsClientListExpressionTracesResponse`
      info	[Changelog] - New struct `WorkflowRunActionRepetitionsClientListOptions`
      info	[Changelog] - New struct `WorkflowRunActionRepetitionsClientListResponse`
      info	[Changelog] - New struct `WorkflowRunActionRepetitionsRequestHistoriesClient`
      info	[Changelog] - New struct `WorkflowRunActionRepetitionsRequestHistoriesClientGetOptions`
      info	[Changelog] - New struct `WorkflowRunActionRepetitionsRequestHistoriesClientGetResponse`
      info	[Changelog] - New struct `WorkflowRunActionRepetitionsRequestHistoriesClientListOptions`
      info	[Changelog] - New struct `WorkflowRunActionRepetitionsRequestHistoriesClientListResponse`
      info	[Changelog] - New struct `WorkflowRunActionScopeRepetitionsClient`
      info	[Changelog] - New struct `WorkflowRunActionScopeRepetitionsClientGetOptions`
      info	[Changelog] - New struct `WorkflowRunActionScopeRepetitionsClientGetResponse`
      info	[Changelog] - New struct `WorkflowRunActionScopeRepetitionsClientListOptions`
      info	[Changelog] - New struct `WorkflowRunActionScopeRepetitionsClientListResponse`
      info	[Changelog] - New struct `WorkflowRunActionsClient`
      info	[Changelog] - New struct `WorkflowRunActionsClientGetOptions`
      info	[Changelog] - New struct `WorkflowRunActionsClientGetResponse`
      info	[Changelog] - New struct `WorkflowRunActionsClientListExpressionTracesOptions`
      info	[Changelog] - New struct `WorkflowRunActionsClientListExpressionTracesResponse`
      info	[Changelog] - New struct `WorkflowRunActionsClientListOptions`
      info	[Changelog] - New struct `WorkflowRunActionsClientListResponse`
      info	[Changelog] - New struct `WorkflowRunFilter`
      info	[Changelog] - New struct `WorkflowRunListResult`
      info	[Changelog] - New struct `WorkflowRunProperties`
      info	[Changelog] - New struct `WorkflowRunTrigger`
      info	[Changelog] - New struct `WorkflowRunsClient`
      info	[Changelog] - New struct `WorkflowRunsClientCancelOptions`
      info	[Changelog] - New struct `WorkflowRunsClientCancelResponse`
      info	[Changelog] - New struct `WorkflowRunsClientGetOptions`
      info	[Changelog] - New struct `WorkflowRunsClientGetResponse`
      info	[Changelog] - New struct `WorkflowRunsClientListOptions`
      info	[Changelog] - New struct `WorkflowRunsClientListResponse`
      info	[Changelog] - New struct `WorkflowSKU`
      info	[Changelog] - New struct `WorkflowTrigger`
      info	[Changelog] - New struct `WorkflowTriggerCallbackURL`
      info	[Changelog] - New struct `WorkflowTriggerFilter`
      info	[Changelog] - New struct `WorkflowTriggerHistoriesClient`
      info	[Changelog] - New struct `WorkflowTriggerHistoriesClientBeginResubmitOptions`
      info	[Changelog] - New struct `WorkflowTriggerHistoriesClientGetOptions`
      info	[Changelog] - New struct `WorkflowTriggerHistoriesClientGetResponse`
      info	[Changelog] - New struct `WorkflowTriggerHistoriesClientListOptions`
      info	[Changelog] - New struct `WorkflowTriggerHistoriesClientListResponse`
      info	[Changelog] - New struct `WorkflowTriggerHistoriesClientResubmitResponse`
      info	[Changelog] - New struct `WorkflowTriggerHistory`
      info	[Changelog] - New struct `WorkflowTriggerHistoryFilter`
      info	[Changelog] - New struct `WorkflowTriggerHistoryListResult`
      info	[Changelog] - New struct `WorkflowTriggerHistoryProperties`
      info	[Changelog] - New struct `WorkflowTriggerListCallbackURLQueries`
      info	[Changelog] - New struct `WorkflowTriggerListResult`
      info	[Changelog] - New struct `WorkflowTriggerProperties`
      info	[Changelog] - New struct `WorkflowTriggerRecurrence`
      info	[Changelog] - New struct `WorkflowTriggersClient`
      info	[Changelog] - New struct `WorkflowTriggersClientBeginRunOptions`
      info	[Changelog] - New struct `WorkflowTriggersClientGetOptions`
      info	[Changelog] - New struct `WorkflowTriggersClientGetResponse`
      info	[Changelog] - New struct `WorkflowTriggersClientGetSchemaJSONOptions`
      info	[Changelog] - New struct `WorkflowTriggersClientGetSchemaJSONResponse`
      info	[Changelog] - New struct `WorkflowTriggersClientListCallbackURLOptions`
      info	[Changelog] - New struct `WorkflowTriggersClientListCallbackURLResponse`
      info	[Changelog] - New struct `WorkflowTriggersClientListOptions`
      info	[Changelog] - New struct `WorkflowTriggersClientListResponse`
      info	[Changelog] - New struct `WorkflowTriggersClientRunResponse`
      info	[Changelog] - New struct `WorkflowVersion`
      info	[Changelog] - New struct `WorkflowVersionListResult`
      info	[Changelog] - New struct `WorkflowVersionProperties`
      info	[Changelog] - New struct `WorkflowVersionsClient`
      info	[Changelog] - New struct `WorkflowVersionsClientGetOptions`
      info	[Changelog] - New struct `WorkflowVersionsClientGetResponse`
      info	[Changelog] - New struct `WorkflowVersionsClientListOptions`
      info	[Changelog] - New struct `WorkflowVersionsClientListResponse`
      info	[Changelog] - New struct `WorkflowsClient`
      info	[Changelog] - New struct `WorkflowsClientRegenerateAccessKeyOptions`
      info	[Changelog] - New struct `WorkflowsClientRegenerateAccessKeyResponse`
      info	[Changelog] - New struct `WorkflowsClientValidateOptions`
      info	[Changelog] - New struct `WorkflowsClientValidateResponse`
      info	[Changelog] - New field `FtpEnabled` in struct `AseV3NetworkingConfigurationProperties`
      info	[Changelog] - New field `InboundIPAddressOverride` in struct `AseV3NetworkingConfigurationProperties`
      info	[Changelog] - New field `RemoteDebugEnabled` in struct `AseV3NetworkingConfigurationProperties`
      info	[Changelog] - New field `LinkedBackends` in struct `StaticSiteBuildARMResourceProperties`
      info	[Changelog] - New field `StorageAccountRequired` in struct `TriggeredWebJobProperties`
      info	[Changelog] - New field `PublicNetworkAccess` in struct `TriggeredWebJobProperties`
      info	[Changelog] - New field `UpgradeAvailability` in struct `Environment`
      info	[Changelog] - New field `UpgradePreference` in struct `Environment`
      info	[Changelog] - New field `CustomDNSSuffixConfiguration` in struct `Environment`
      info	[Changelog] - New field `NetworkingConfiguration` in struct `Environment`
      info	[Changelog] - New field `NumberOfWorkers` in struct `PlanProperties`
      info	[Changelog] - New field `NumberOfWorkers` in struct `PlanPatchResourceProperties`
      info	[Changelog] - New field `PublicNetworkAccess` in struct `StaticSite`
      info	[Changelog] - New field `LinkedBackends` in struct `StaticSite`
      info	[Changelog] - New field `EmailID` in struct `CertificateEmail`
      info	[Changelog] - New field `TimeStamp` in struct `CertificateEmail`
      info	[Changelog] - New field `Hostname` in struct `WebSiteManagementClientListCustomHostNameSitesOptions`
      info	[Changelog] - New field `ActionType` in struct `CertificateOrderAction`
      info	[Changelog] - New field `CreatedAt` in struct `CertificateOrderAction`
      info	[Changelog] - New field `PublicNetworkAccess` in struct `SiteProperties`
      info	[Changelog] - New field `VnetContentShareEnabled` in struct `SiteProperties`
      info	[Changelog] - New field `VnetImagePullEnabled` in struct `SiteProperties`
      info	[Changelog] - New field `VnetRouteAllEnabled` in struct `SiteProperties`
      info	[Changelog]
      info	[Changelog] Total 60 breaking change(s), 572 additive change(s).
    ️⚠️ azure-sdk-for-js warning [Detail]
    • ⚠️Warning [Logs]Release - Generate from 390ef48. 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 [email protected]: The functionality that this package provided is now in @npmcli/arborist
      cmderr	[automation_init.sh] deprecated [email protected]: 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] deprecated @opentelemetry/[email protected]: Package renamed to @opentelemetry/api, see https://github.com/open-telemetry/opentelemetry-js
      cmderr	[automation_init.sh] WARN deprecated @azure/[email protected]: This version has been deprecated, please upgrade to the version tagged as latest
      cmderr	[automation_init.sh] npm WARN @octokit/[email protected] 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-appservice [View full logs]  [Release SDK Changes] Breaking Change Detected
      Only show 120 items here, please refer to log for details.
      info	[Changelog]   - Added Type Alias DiagnosticAnalysis
      info	[Changelog]   - Added Type Alias DiagnosticCategory
      info	[Changelog]   - Added Type Alias DiagnosticDetectorResponse
      info	[Changelog]   - Added Type Alias Domain
      info	[Changelog]   - Added Type Alias DomainOwnershipIdentifier
      info	[Changelog]   - Added Type Alias DomainPatchResource
      info	[Changelog]   - Added Type Alias ExpressionRoot
      info	[Changelog]   - Added Type Alias FunctionAppStack
      info	[Changelog]   - Added Type Alias FunctionEnvelope
      info	[Changelog]   - Added Type Alias GeoRegion
      info	[Changelog]   - Added Type Alias HostNameBinding
      info	[Changelog]   - Added Type Alias HybridConnection
      info	[Changelog]   - Added Type Alias HybridConnectionKey
      info	[Changelog]   - Added Type Alias HybridConnectionLimits
      info	[Changelog]   - Added Type Alias Identifier
      info	[Changelog]   - Added Type Alias KubeEnvironment
      info	[Changelog]   - Added Type Alias KubeEnvironmentPatchResource
      info	[Changelog]   - Added Type Alias MigrateMySqlRequest
      info	[Changelog]   - Added Type Alias MigrateMySqlStatus
      info	[Changelog]   - Added Type Alias MSDeploy
      info	[Changelog]   - Added Type Alias MSDeployLog
      info	[Changelog]   - Added Type Alias MSDeployStatus
      info	[Changelog]   - Added Type Alias NetworkFeatures
      info	[Changelog]   - Added Type Alias OperationResult
      info	[Changelog]   - Added Type Alias PremierAddOn
      info	[Changelog]   - Added Type Alias PremierAddOnOffer
      info	[Changelog]   - Added Type Alias PremierAddOnPatchResource
      info	[Changelog]   - Added Type Alias PrivateAccess
      info	[Changelog]   - Added Type Alias PrivateLinkConnectionApprovalRequestResource
      info	[Changelog]   - Added Type Alias ProcessInfo
      info	[Changelog]   - Added Type Alias ProcessModuleInfo
      info	[Changelog]   - Added Type Alias ProcessThreadInfo
      info	[Changelog]   - Added Type Alias ProviderOsTypeSelected
      info	[Changelog]   - Added Type Alias ProviderStackOsType
      info	[Changelog]   - Added Type Alias PublicCertificate
      info	[Changelog]   - Added Type Alias PushSettings
      info	[Changelog]   - Added Type Alias Recommendation
      info	[Changelog]   - Added Type Alias RecommendationRule
      info	[Changelog]   - Added Type Alias ReissueCertificateOrderRequest
      info	[Changelog]   - Added Type Alias RelayServiceConnectionEntity
      info	[Changelog]   - Added Type Alias RemotePrivateEndpointConnection
      info	[Changelog]   - Added Type Alias RemotePrivateEndpointConnectionARMResource
      info	[Changelog]   - Added Type Alias RenewCertificateOrderRequest
      info	[Changelog]   - Added Type Alias RequestHistory
      info	[Changelog]   - Added Type Alias ResourceHealthMetadata
      info	[Changelog]   - Added Type Alias ResourceMetricDefinition
      info	[Changelog]   - Added Type Alias RestoreRequest
      info	[Changelog]   - Added Type Alias Revision
      info	[Changelog]   - Added Type Alias RunActionCorrelation
      info	[Changelog]   - Added Type Alias Site
      info	[Changelog]   - Added Type Alias SiteAuthSettings
      info	[Changelog]   - Added Type Alias SiteAuthSettingsV2
      info	[Changelog]   - Added Type Alias SiteConfigResource
      info	[Changelog]   - Added Type Alias SiteConfigurationSnapshotInfo
      info	[Changelog]   - Added Type Alias SiteExtensionInfo
      info	[Changelog]   - Added Type Alias SiteLogsConfig
      info	[Changelog]   - Added Type Alias SitePatchResource
      info	[Changelog]   - Added Type Alias SitePhpErrorLogFlag
      info	[Changelog]   - Added Type Alias SiteSourceControl
      info	[Changelog]   - Added Type Alias SlotConfigNamesResource
      info	[Changelog]   - Added Type Alias SlotDifference
      info	[Changelog]   - Added Type Alias Snapshot
      info	[Changelog]   - Added Type Alias SnapshotRestoreRequest
      info	[Changelog]   - Added Type Alias SourceControl
      info	[Changelog]   - Added Type Alias StaticSiteARMResource
      info	[Changelog]   - Added Type Alias StaticSiteBuildARMResource
      info	[Changelog]   - Added Type Alias StaticSiteCustomDomainOverviewARMResource
      info	[Changelog]   - Added Type Alias StaticSiteCustomDomainRequestPropertiesARMResource
      info	[Changelog]   - Added Type Alias StaticSiteFunctionOverviewARMResource
      info	[Changelog]   - Added Type Alias StaticSiteLinkedBackendARMResource
      info	[Changelog]   - Added Type Alias StaticSitePatchResource
      info	[Changelog]   - Added Type Alias StaticSiteResetPropertiesARMResource
      info	[Changelog]   - Added Type Alias StaticSitesWorkflowPreview
      info	[Changelog]   - Added Type Alias StaticSitesWorkflowPreviewRequest
      info	[Changelog]   - Added Type Alias StaticSiteUserARMResource
      info	[Changelog]   - Added Type Alias StaticSiteUserInvitationRequestResource
      info	[Changelog]   - Added Type Alias StaticSiteUserInvitationResponseResource
      info	[Changelog]   - Added Type Alias StaticSiteUserProvidedFunctionApp
      info	[Changelog]   - Added Type Alias StaticSiteUserProvidedFunctionAppARMResource
      info	[Changelog]   - Added Type Alias StaticSiteZipDeploymentARMResource
      info	[Changelog]   - Added Type Alias StorageMigrationOptions
      info	[Changelog]   - Added Type Alias StorageMigrationResponse
      info	[Changelog]   - Added Type Alias StringDictionary
      info	[Changelog]   - Added Type Alias StringList
      info	[Changelog]   - Added Type Alias SwiftVirtualNetwork
      info	[Changelog]   - Added Type Alias TopLevelDomain
      info	[Changelog]   - Added Type Alias TriggeredJobHistory
      info	[Changelog]   - Added Type Alias TriggeredWebJob
      info	[Changelog]   - Added Type Alias Usage
      info	[Changelog]   - Added Type Alias User
      info	[Changelog]   - Added Type Alias VnetGateway
      info	[Changelog]   - Added Type Alias VnetInfoResource
      info	[Changelog]   - Added Type Alias VnetParameters
      info	[Changelog]   - Added Type Alias VnetRoute
      info	[Changelog]   - Added Type Alias VnetValidationFailureDetails
      info	[Changelog]   - Added Type Alias VnetValidationTestFailure
      info	[Changelog]   - Added Type Alias WebAppStack
      info	[Changelog]   - Added Type Alias WebJob
      info	[Changelog]   - Added Type Alias WebSiteInstanceStatus
      info	[Changelog]   - Added Type Alias WorkerPoolResource
      info	[Changelog]   - Added Type Alias Workflow
      info	[Changelog]   - Added Type Alias WorkflowOutputParameter
      info	[Changelog]   - Added Type Alias WorkflowRun
      info	[Changelog]   - Added Type Alias WorkflowRunAction
      info	[Changelog]   - Added Type Alias WorkflowRunActionRepetitionDefinition
      info	[Changelog]   - Added Type Alias WorkflowRunActionRepetitionProperties
      info	[Changelog]   - Added Type Alias WorkflowTrigger
      info	[Changelog]   - Added Type Alias WorkflowTriggerHistory
      info	[Changelog]   - Added Type Alias WorkflowVersion
      info	[Changelog]   - Added Enum KnownProviderOsTypeSelected
      info	[Changelog]   - Added Enum KnownProviderStackOsType
      info	[Changelog]
      info	[Changelog] **Breaking Changes**
      info	[Changelog]
      info	[Changelog]   - Removed Enum KnownEnum14
      info	[Changelog]   - Removed Enum KnownEnum15
      info	[Changelog]   - Removed Enum KnownEnum16
      info	[Changelog]   - Removed Enum KnownEnum17
      info	[Changelog]   - Removed Enum KnownEnum18
      info	[Changelog]   - Removed Enum KnownEnum19
    ️🔄 azure-resource-manager-schemas inProgress [Detail]
    ️❌ azure-powershell failed [Detail]
    • Failed [Logs]Release - Generate from 390ef48. 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
    Posted by Swagger Pipeline | How to fix these errors?

    @tadelesh
    Copy link
    Member Author

    /azp run

    @azure-pipelines
    Copy link

    Azure Pipelines successfully started running 1 pipeline(s).

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

    Successfully merging this pull request may close these issues.

    2 participants