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

[Microsoft.Web] Add CustomDnsSuffixConfiguration to ASE #18553

Conversation

cschen13
Copy link
Contributor

@cschen13 cschen13 commented Apr 5, 2022

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 apply to the PR so that label "WaitForARMFeedback" will be added automatically to begin ARM API Review. Failure to comply may result in delays to the manifest.

    • 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.

@cschen13 cschen13 requested a review from naveedaz as a code owner April 5, 2022 16:16
@openapi-workflow-bot
Copy link

Hi, @cschen13 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 Apr 5, 2022

    Swagger Validation Report

    ️️✔️BreakingChange succeeded [Detail] [Expand]
    There are no breaking changes.
    ️⚠️LintDiff: 4 Warnings warning [Detail]
    The following errors/warnings are introduced by current PR:
    Rule Message
    ⚠️ R1006 - PutInOperationName 'PUT' operation 'AppServiceEnvironments_UpdateAseCustomDnsSuffixConfiguration' 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.Web/stable/2022-03-01/AppServiceEnvironments.json#L546
    ⚠️ R4000 - ParameterDescriptionRequired 'customDnsSuffixConfiguration' parameter lacks 'description' property. Consider adding a 'description' element. Accurate description is essential for maintaining reference documentation.
    Location: Microsoft.Web/stable/2022-03-01/AppServiceEnvironments.json#L558
    ⚠️ R4021 - DescriptionAndTitleMissing 'provisioningState' model/property lacks 'description' and 'title' property. Consider adding a 'description'/'title' element. Accurate description/title is essential for maintaining reference documentation.
    Location: Microsoft.Web/stable/2022-03-01/CommonDefinitions.json#L906
    ⚠️ R4021 - DescriptionAndTitleMissing 'provisioningDetails' model/property lacks 'description' and 'title' property. Consider adding a 'description'/'title' element. Accurate description/title is essential for maintaining reference documentation.
    Location: Microsoft.Web/stable/2022-03-01/CommonDefinitions.json#L920


    The following errors/warnings exist before current PR submission:

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

    Rule Message
    ⚠️ R1006 - PutInOperationName 'PUT' operation 'AppServiceEnvironments_UpdateAseNetworkingConfiguration' 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.Web/stable/2022-03-01/AppServiceEnvironments.json#L696
    ⚠️ R1006 - PutInOperationName 'PUT' operation 'AppServiceEnvironments_ApproveOrRejectPrivateEndpointConnection' 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.Web/stable/2022-03-01/AppServiceEnvironments.json#L1532
    ⚠️ R2007 - LongRunningOperationsWithLongRunningExtension The operation 'AppServiceEnvironments_Update' returns 202 status code, which indicates a long running operation, please enable 'x-ms-long-running-operation.
    Location: Microsoft.Web/stable/2022-03-01/AppServiceEnvironments.json#L266
    ⚠️ R2007 - LongRunningOperationsWithLongRunningExtension The operation 'AppServiceEnvironments_UpdateMultiRolePool' returns 202 status code, which indicates a long running operation, please enable 'x-ms-long-running-operation.
    Location: Microsoft.Web/stable/2022-03-01/AppServiceEnvironments.json#L1055
    ⚠️ R2007 - LongRunningOperationsWithLongRunningExtension The operation 'AppServiceEnvironments_Reboot' returns 202 status code, which indicates a long running operation, please enable 'x-ms-long-running-operation.
    Location: Microsoft.Web/stable/2022-03-01/AppServiceEnvironments.json#L1705
    ⚠️ R2007 - LongRunningOperationsWithLongRunningExtension The operation 'AppServiceEnvironments_UpdateWorkerPool' returns 202 status code, which indicates a long running operation, please enable 'x-ms-long-running-operation.
    Location: Microsoft.Web/stable/2022-03-01/AppServiceEnvironments.json#L2196
    ⚠️ R2010 - LongRunningOperationsOptionsValidator A LRO Post operation with return schema must have 'x-ms-long-running-operation-options' extension enabled.
    Location: Microsoft.Web/stable/2022-03-01/AppServiceEnvironments.json#L430
    ⚠️ R2010 - LongRunningOperationsOptionsValidator A LRO Post operation with return schema must have 'x-ms-long-running-operation-options' extension enabled.
    Location: Microsoft.Web/stable/2022-03-01/AppServiceEnvironments.json#L1748
    ⚠️ R2010 - LongRunningOperationsOptionsValidator A LRO Post operation with return schema must have 'x-ms-long-running-operation-options' extension enabled.
    Location: Microsoft.Web/stable/2022-03-01/AppServiceEnvironments.json#L1911
    ⚠️ R2015 - ParameterNotDefinedInGlobalParameters Parameter 'api-version' is referenced but not defined in the global parameters section of Service Definition
    Location: Microsoft.Web/stable/2022-03-01/CommonDefinitions.json#L1
    ⚠️ 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: 'AppServiceEnvironments_ApproveOrRejectPrivateEndpointConnection' Request Model: 'PrivateLinkConnectionApprovalRequestResource' Response Model: 'RemotePrivateEndpointConnectionARMResource'
    Location: Microsoft.Web/stable/2022-03-01/AppServiceEnvironments.json#L1526
    ⚠️ R2066 - PostOperationIdContainsUrlVerb OperationId should contain the verb: 'changevirtualnetwork' in:'AppServiceEnvironments_ChangeVnet'. Consider updating the operationId
    Location: Microsoft.Web/stable/2022-03-01/AppServiceEnvironments.json#L437
    ⚠️ R3017 - GuidUsage Guid used in model definition 'CloningInfo' for property 'correlationId'. 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.Web/stable/2022-03-01/CommonDefinitions.json#L608
    ⚠️ R3017 - GuidUsage Guid used in model definition 'Operation' for property 'geoMasterOperationId'. 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.Web/stable/2022-03-01/CommonDefinitions.json#L2176
    ⚠️ R3017 - GuidUsage Guid used in model definition 'Site' for property 'inProgressOperationId'. 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.Web/stable/2022-03-01/CommonDefinitions.json#L2735
    ⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: forceDelete
    Location: Microsoft.Web/stable/2022-03-01/AppServiceEnvironments.json#L233
    ⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: isAccessible
    Location: Microsoft.Web/stable/2022-03-01/AppServiceEnvironments.json#L2638
    ⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: excludeFromCapacityAllocation
    Location: Microsoft.Web/stable/2022-03-01/AppServiceEnvironments.json#L2940
    ⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: isApplicableForAllComputeModes
    Location: Microsoft.Web/stable/2022-03-01/AppServiceEnvironments.json#L2944
    ⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: isLinux
    Location: Microsoft.Web/stable/2022-03-01/AppServiceEnvironments.json#L2952
    ⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: inUse
    Location: Microsoft.Web/stable/2022-03-01/AppServiceEnvironments.json#L3091
    ⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: suspended
    Location: Microsoft.Web/stable/2022-03-01/CommonDefinitions.json#L125
    ⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: hasLinuxWorkers
    Location: Microsoft.Web/stable/2022-03-01/CommonDefinitions.json#L147
    ⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: zoneRedundant
    Location: Microsoft.Web/stable/2022-03-01/CommonDefinitions.json#L157
    ⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: overwrite
    Location: Microsoft.Web/stable/2022-03-01/CommonDefinitions.json#L614
    ⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: cloneCustomHostNames
    Location: Microsoft.Web/stable/2022-03-01/CommonDefinitions.json#L618
    ⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: cloneSourceControl
    Location: Microsoft.Web/stable/2022-03-01/CommonDefinitions.json#L622
    ⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: configureLoadBalancing
    Location: Microsoft.Web/stable/2022-03-01/CommonDefinitions.json#L645
    ⚠️ R3018 - EnumInsteadOfBoolean Booleans are not descriptive and make them hard to use. Consider using string enums with allowed set of values defined. Property: supportCredentials
    Location: Microsoft.Web/stable/2022-03-01/CommonDefinitions.json#L762
    ⚠️ 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.Web/stable/2022-03-01/CommonDefinitions.json#L799
    ️️✔️Avocado succeeded [Detail] [Expand]
    Validation passes for Avocado.
    ️️✔️ModelValidation succeeded [Detail] [Expand]
    Validation passes for ModelValidation.
    ️️✔️SemanticValidation succeeded [Detail] [Expand]
    Validation passes for SemanticValidation.
    ️️✔️Cross-Version Breaking Changes succeeded [Detail] [Expand]
    There are no breaking changes.

    ️️✔️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.
    Posted by Swagger Pipeline | How to fix these errors?

    @openapi-workflow-bot
    Copy link

    [Call for Action] To better understand Azure service dev/test scenario, and support Azure service developer better on Swagger and REST API related tests in early phase, please help to fill in with this survey https://aka.ms/SurveyForEarlyPhase. It will take 5 to 10 minutes. If you already complete survey, please neglect this comment. Thanks.

    @openapi-pipeline-app
    Copy link

    openapi-pipeline-app bot commented Apr 5, 2022

    Swagger Generation Artifacts

    ️️✔️ApiDocPreview succeeded [Detail] [Expand]

    Only 0 items are rendered, please refer to log for more details.

    ️⚠️SDK Breaking Change Tracking warning [Detail]

    Only 0 items are rendered, please refer to log for more details.

    ️❌ azure-sdk-for-net failed [Detail]

    Only 0 items are rendered, please refer to log for more details.

    ️⚠️ azure-sdk-for-python-track2 warning [Detail]

    Only 0 items are rendered, please refer to log for more details.

    ️⚠️ azure-sdk-for-java warning [Detail]

    Only 0 items are rendered, please refer to log for more details.

    ️️✔️ azure-sdk-for-go succeeded [Detail] [Expand]

    Only 0 items are rendered, please refer to log for more details.

    ️️✔️ azure-sdk-for-go-track2 succeeded [Detail] [Expand]

    Only 0 items are rendered, please refer to log for more details.

    ️⚠️ azure-sdk-for-js warning [Detail]

    Only 0 items are rendered, please refer to log for more details.

    ️🔄 azure-resource-manager-schemas inProgress [Detail]
    Posted by Swagger Pipeline | How to fix these errors?

    @openapi-workflow-bot
    Copy link

    Hi @cschen13, Your PR has some issues. Please fix the CI sequentially by following the order of Avocado, semantic validation, model validation, breaking change, lintDiff. If you have any questions, please post your questions in this channel https://aka.ms/swaggersupport.

    TaskHow to fixPriority
    AvocadoFix-AvocadoHigh
    Semantic validationFix-SemanticValidation-ErrorHigh
    Model validationFix-ModelValidation-ErrorHigh
    LintDiffFix-LintDiffhigh
    If you need further help, please feedback via swagger feedback.

    Copy link
    Member

    @weidongxu-microsoft weidongxu-microsoft left a comment

    Choose a reason for hiding this comment

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

    Does it need ARM review?

    "readOnly": true,
    "x-ms-enum": {
    "name": "CustomDnsSuffixProvisioningState",
    "modelAsString": false
    Copy link
    Member

    Choose a reason for hiding this comment

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

    Are you sure it is false?

    Copy link
    Contributor Author

    Choose a reason for hiding this comment

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

    Yes, based on the considerations described here. the enum values listed here are unlikely to change, we have a friendly name for it, and we can include additional information in the provisioningDetails field as needed should the state be undescriptive enough alone.

    @openapi-workflow-bot
    Copy link

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

    @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 12, 2022
    @weidongxu-microsoft
    Copy link
    Member

    @cschen13 please check " Check this box if any of the following apply to the PR so that label "WaitForARMFeedback" will be added automatically to begin ARM API Review. Failure to comply may result in delays to the manifest." box when you have new API.

    @ghost
    Copy link

    ghost commented May 1, 2022

    Hi, @cschen13. Your PR has no update for 14 days and it is marked as stale PR. If no further update for over 14 days, the bot will close the PR. If you want to refresh the PR, please remove no-recent-activity label.

    "$ref": "#/parameters/apiVersionParameter"
    }
    ],
    "responses": {
    Copy link
    Member

    Choose a reason for hiding this comment

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

    responses

    As per ARM's guidelines, the service needs to return a 204 if the resource being deleted does not exist

    Copy link
    Member

    @rkmanda rkmanda left a comment

    Choose a reason for hiding this comment

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

    :shipit:

    @rkmanda rkmanda added the ARMSignedOff <valid label in PR review process>add this label when ARM approve updates after review label May 14, 2022
    @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 May 14, 2022
    @weidongxu-microsoft weidongxu-microsoft merged commit 174630a into Azure:Web-ANT97-2022-03-01 May 16, 2022
    weidongxu-microsoft added a commit that referenced this pull request Jun 24, 2022
    * Adds base for updating Microsoft.Web from version stable/2021-03-01 to version 2022-03-01
    
    * Updates readme
    
    * Updates API version in new specs and examples
    
    * Carry fwd Microsoft.CertificateRegistration and Microsoft.DomainRegis… (#18460)
    
    * Carry fwd Microsoft.CertificateRegistration and Microsoft.DomainRegistration RPs to Api-version 2022-03-01
    
    * Add x-ms-enum for array of inline enums. Fix reference to older api version for common defs
    
    * Add examples for App Service Certificate orders
    
    * Add suppressions back
    
    * Add examples for Microsoft.DomainRegistration RP
    
    * Fixes from prettier
    
    * Remove unused example
    
    * Add Unhealthy CustomDomainStatus for StaticSites (#18557)
    
    * Adding VnetRouteAllEnabled, VnetImagePullEnabled, VnetContentShareEnabled site properties to CommonDefinitions (#18627)
    
    * Added vnet realted site properties to common definitions
    
    * removed tab
    
    Co-authored-by: Tanay Bhartia <tanaybhartia@microsoft.com>
    
    * Add Ftp/Remote debug properties to Ase network config (#18549)
    
    * Add Ftp/Remote debug properties to Ase network config
    
    * Switched changes to the right file
    
    * Add Networking config to hosting environment creates
    
    * Added some of the missing examples
    
    * Remove disallowed properties from example Ase GET response
    
    * Adjusted responses from other gets
    
    * Added a bunch more examples
    
    * Added other missing examples for Ase.
    
    * Added more missing examples for Ase.
    
    * fixed formatting
    
    * Edit some examples, add back privatelink apis and try to supress the errors for missing examples.
    
    * Fix suppress spelling and fix prettier
    
    * Added missing privatelink examples since suppressing did not work
    
    * Add Bring your own Backend operations (#18517)
    
    * add bring your own backend operations
    
    * add missing files
    
    * fix json formattin
    
    * validation fixes
    
    * fix
    
    * fix more validation
    
    * fix ids
    
    * fix model validation
    
    * fix descriptions
    
    * fix environmentName description
    
    * change to 202
    
    * revert change to 202
    
    * customhostnamesites optional param for 2022 API version (#18670)
    
    * fix DUPLICATE_PARAMETER
    
    * prettier
    
    * fix  OBJECT_ADDITIONAL_PROPERTIES
    
    * fix random sub in examples
    
    * add optional hostname param to customHostnameSites RT and add examples
    
    * move changes from 2021 api version to 2022
    
    * move examples to 2022
    
    * Revert "add optional hostname param to customHostnameSites RT and add examples"
    
    This reverts commit 7fc318e.
    
    * remove examples from 2021
    
    * fix lintDiff
    
    * prettier fix
    
    * model validation fix
    
    * suppress model validation in readme
    
    Co-authored-by: Elle Tojaroon <patojaro@microsoft.com>
    
    * [Microsoft.Web] Add CustomDnsSuffixConfiguration to ASE (#18553)
    
    * [Microsoft.Web] Add CustomDnsSuffixConfiguration to AppServiceEnvironments
    
    * Add examples
    
    * Fix style issues
    
    * Add customdnssuffix to custom-words
    
    * Add CustomDnsSuffixConfiguration to AppServiceEnvironment definition
    
    * Address remaining model validation errors
    
    * Adjusted networking configuration definitions
    
    * Addressed Arm review feedback
    
    Co-authored-by: Jarod Aerts <jarodaerts@microsoft.com>
    
    * Fork/web ant97 2022 03 01 (#19259)
    
    * Added DeploymentStatus API specs and examples
    
    * change status to enum, rm extra dot
    
    * suppress missing examples for now
    
    * rm id from List Deployment Slot examples
    
    * rm location, and rename deploymentId in GetSiteDeploymentStatus examples
    
    * change model as string to true, add 202 operations for DeploymentStatus ops to spec
    
    * rename operationId to deploymentStatusId, undo deploymentId rename
    
    * add long running op, as per linter
    
    Co-authored-by: Shubham Dhond <shdhond@microsoft.com>
    Co-authored-by: Weidong Xu <weidxu@microsoft.com>
    
    * PublicNetworkAccess Swagger Change (#19352)
    
    * add publicNetworkAccess property in site for swagger
    
    * add suppression to fix Model Validation CI
    
    * Add allowed values in the description
    
    * Add specs for Hosting Environment Maintenance Control (#18691)
    
    * Add documentation for Hosting Environment Maintenance Control
    
    * Update example file name
    
    * Make UpgradePreference non-nullable
    
    * Correct indentation to 2 spaces
    
    * Fix upgradePreference indentation
    
    * Address swagger feedback. Add enums with descriptions.
    
    * Move testNotification to request body. Update description text
    
    * Fix testNotification
    
    * Fix example
    
    * Replace TestNotification parameter with TestUpgradeNotification API
    
    * Rename to TestUpgradeAvailableNotification
    
    * Added logic apps operations (#18604)
    
    * Added Initial Operations and some definitions
    
    * Adding additional objects to support Logic Apps operations
    
    * Updated path and parameters to match testing
    
    * Prettier Fixes
    
    * oav validat-example fixes
    
    * Github validation fixes
    
    * Prettier
    
    * Updated examples and paths
    
    * Prettier
    
    * Revert "Prettier"
    
    This reverts commit da090ad.
    
    * Prettier
    
    * Fixed model validation errors
    
    * Filled in nextLinkName values
    
    * Fixing swagger lintdiff errors
    
    * added x-ms-long-running to async calls
    
    * Adds numberOfWorkers to app service plan (#19475)
    
    * Adds numberOfWorkers to app service plan
    
    * Add suppression for missing ASP examples
    
    * Updating to fix workflow errors (#19490)
    
    * Removed conflicting resource definition and added reference to CommonDefinitions.json (#19507)
    
    * Removed conflicting resource definition and added reference to CommonDefinitions.json
    
    * Updated resource to have workflow version
    
    * Updated nextLink object to be correctly tagged (#19560)
    
    * Updated nextLink object to be correctly tagged
    
    * Adding value placeholder
    
    * Updated SKU to remove conflict
    
    * Updated x-ms-enum
    
    * Added missing model
    
    * Adding more missing models
    
    * Add suppressions for missing examples (#19563)
    
    Co-authored-by: Joseph Lin <54335291+joslinmicrosoft@users.noreply.github.com>
    Co-authored-by: Tanay Bhartia <tanaybhartia@gmail.com>
    Co-authored-by: Tanay Bhartia <tanaybhartia@microsoft.com>
    Co-authored-by: JarodAertsMs <90280240+JarodAertsMs@users.noreply.github.com>
    Co-authored-by: annikel <92825476+annikel@users.noreply.github.com>
    Co-authored-by: Paviya (Elle) Tojaroon <pt335@cornell.edu>
    Co-authored-by: Elle Tojaroon <patojaro@microsoft.com>
    Co-authored-by: Chris Chen <chrc@microsoft.com>
    Co-authored-by: Jarod Aerts <jarodaerts@microsoft.com>
    Co-authored-by: edwin-msft <71858592+edwin-msft@users.noreply.github.com>
    Co-authored-by: Shubham Dhond <shdhond@microsoft.com>
    Co-authored-by: Weidong Xu <weidxu@microsoft.com>
    Co-authored-by: jiansong-msft <77516279+jiansong-msft@users.noreply.github.com>
    Co-authored-by: Derek Johnson <47129225+dejo-msft@users.noreply.github.com>
    Co-authored-by: Alex Karcher <alkarche@microsoft.com>
    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 CI-BreakingChange-Go-V2 CI-BreakingChange-JavaScript
    Projects
    None yet
    Development

    Successfully merging this pull request may close these issues.

    4 participants