-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Sync eng/common directory with azure-sdk-tools for PR 1562 #20902
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
Conversation
- Update link checking pipeline to enable caching - Add loading cache file from a http endpoint - Add retry logic when hitting 429 Fix verify link renaming scenarios - Correctly error if link format is incorrect - Handle case where the replace regex is not passed - Improve the error logging so it is easier to identify the broken links
|
This pull request is protected by Check Enforcer. What is Check Enforcer?Check Enforcer helps ensure all pull requests are covered by at least one check-run (typically an Azure Pipeline). When all check-runs associated with this pull request pass then Check Enforcer itself will pass. Why am I getting this message?You are getting this message because Check Enforcer did not detect any check-runs being associated with this pull request within five minutes. This may indicate that your pull request is not covered by any pipelines and so Check Enforcer is correctly blocking the pull request being merged. What should I do now?If the check-enforcer check-run is not passing and all other check-runs associated with this PR are passing (excluding license-cla) then you could try telling Check Enforcer to evaluate your pull request again. You can do this by adding a comment to this pull request as follows: What if I am onboarding a new service?Often, new services do not have validation pipelines associated with them, in order to bootstrap pipelines for a new service, you can issue the following command as a pull request comment: |
- Update link checking pipeline to enable caching - Add loading cache file from a http endpoint - Add retry logic when hitting 429 Fix verify link renaming scenarios - Correctly error if link format is incorrect - Handle case where the replace regex is not passed - Improve the error logging so it is easier to identify the broken links Co-authored-by: Wes Haggard <[email protected]>
add AVS 2022-05-01 API (Azure#20873) * copy 2021-12-01 * replace api-version and replace subscription-id in examples * allow specifying a sku in Locations_CheckTrialAvailability * add Clusters_ListZones * add WorkloadNetworks_Get & WorkloadNetworks_List * Arc Addons * add readOnly nsxPublicIpQuotaRaised flag to PrivateCloudProperties * add readonly autoDetectedKeyVersion to EncryptionKeyVaultProperties * definition of WorkloadNetwork & WorkloadNetworkList * add affinityStrength and azureHybridBenefitType to VmHostPlacementPolicyProperties * add affinityStrength and azureHybridBenefitType to PlacementPolicyUpdateProperties * add definitions for ClusterZone and ClusterZoneList * add company and uri to ScriptPackageProperties * add to readme * add x-ms-identifiers * suppress ParametersOrder * fix Azure#20902. add Canceled to all provisioningState * fix trial spelling * add workloadNetworkName param to WorkloadNetworks_Get * use v3/types in new operations Clusters_ListZones, WorkloadNetworks_Get, WorkloadNetworks_List * fix response type for WorkloadNetworks_List * remove empty property bags * add workloadNetworkName to WorkloadNetworks_Get example * use suppressions * restore AutoRest v2 Suppressions * fix ConsistentPatchProperties by using PlacePolicy resource directly in PlacementPolicies_Update * Revert "fix ConsistentPatchProperties by using PlacePolicy resource directly in PlacementPolicies_Update" This reverts commit b88a2c064b31198844432c06142212ab8cd92d7d. * suppress ConsistentPatchProperties * suppress DefinitionsPropertiesNamesCamelCase & ArmResourcePropertiesBag * suppress DeleteOperationAsyncResponseValidation * add 202 responses to PrivateClouds_Update & Clusters_Update * just warnings * suppress PatchSkuProperty * Revert "add 202 responses to PrivateClouds_Update & Clusters_Update" This reverts commit 9d6abb129a92a5d018aef9997212ced1055d5352. * suppress LroPatch202 * suppress UnSupportedPatchProperties `name` & `type` * suppress XmsLongRunningOperationOptions
Sync eng/common directory with azure-sdk-tools for PR Azure/azure-sdk-tools#1562 See eng/common workflow