-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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
[Test-DoNotMerge]Merge branch main into release-compute-Microsoft.Compute-2023-09-03 #32867
Closed
azure-sdk
wants to merge
2,860
commits into
release-compute-Microsoft.Compute-2023-09-03
from
merge-main-to-release-compute-Microsoft.Compute-2023-09-03
Closed
[Test-DoNotMerge]Merge branch main into release-compute-Microsoft.Compute-2023-09-03 #32867
azure-sdk
wants to merge
2,860
commits into
release-compute-Microsoft.Compute-2023-09-03
from
merge-main-to-release-compute-Microsoft.Compute-2023-09-03
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Support incrementing semver prereleases with 'zero' versions * Make tests more explicit --------- Co-authored-by: Patrick Hallisey <[email protected]>
* Adding back Deid examples * formatting * adding back preview version to README --------- Co-authored-by: Josiah Vinson <[email protected]>
* Added label handle sdk-gen pipeline template Added common script to delete label from a PR * Update eng/common/scripts/Invoke-GitHubAPI.ps1 Co-authored-by: Ben Broderick Phillips <[email protected]> --------- Co-authored-by: ray chen <[email protected]> Co-authored-by: Ben Broderick Phillips <[email protected]>
* commit latest API version first * ensures reviewers can see changes from new API * commit 2024-08-12-preview changes commit changes to readme * this file appears required for comparison with Azure types commit v2024-08-12-preview examples add descriptions to all new api fields adjust one of the code comments according to feedback on the Red Hat side add platformworkloadidentityroleset + examples fix relative path to common-types use common-types files directly rather than copying them into the redhatopenshift directory use common-types/v6, use ManagedServiceIdentity type definition fix Swagger SpellCheck remove "format":"uuid" from clientIds, principalIds, tenantIds attempt to fix Swagger LintDiff check convert platformWorkloadIdentities to map identity -> managedServiceIdentity rename managedServiceIdentity back to identity, use common-types directly fix UNRESOLVABLE_REFERENCE fix relative path to common types attempt to fix UNRESOLVABLE_REFERENCE fix OBJECT_MISSING_REQUIRED_PROPERTY by fixing examples attempt to fix PatchBodyParametersSchema * suppress avoidAdditionalProperties * recieved signoff from ARM team to use additionalProperties during API modeling call * fix SDK generation (duplicate type definitions) * fix SDK generation * migrate all references to common-types v6 attempt to fix SDK generation * fix ModelValidation * suppress PatchBodyParametersSchema as this patch body comes from common-types and is required * correct platformworkloadidentityrolesets to be plural * add where clause to suppressions, add reason * fix CI suppressions (where and from clauses) * Resolve ARM feedback * add singleton GETs for openShiftVersions and PWIRS * remove unused resource types machinePool, syncSet, secret, and syncIdentityProvider after a conversation with my team, as they were never used, there are no routes in our API to handle them, and they are not included in our ARM manifests * camelCase fixes * resolve Swagger ModelValidation * convert cspell to new format (see PR#32171) * add 'oidc' to cspell to resolve swagger spell check CI failure
…icenetworking (#32273) * Update tspconfig.yaml * update
…lder (#31826) * base commit replicating 2021-07-01-preview * Add new version of Private Links API to support metrics Following changes were made: - Added `kind` and `location` fields to Scoped Resource types: kind can currently represent either `resource`, which are all existing kinds of scoped resource, or `metrics` - Added an optional `kind` query parameter to `PrivateLinkScopesList` endpoint, for filtering - Added examples demonstrating use of the new endpoints - Fixed some typos from previous API versions * Updated examples to use the latest version * updated readme to include reference to the latest API version * fixed tag on the new API version in the readme * added the latest api version to the default tag * rolled back previous changes * Fixed MissingTypeObject, ResourceNameRestriction * Rolled back changes * changed microsoft.insights to Microsoft.Insights because apparently the lowercased version doesn't match the namespace * rearranged parameters in private link scope operation statuses * Updated default error response * Added headers for long running oeprations * Tried to correct error response templates to match the common definitions * Changed location to subscriptionLocation * Attempt to solve OperationsAPIImplementation * Revert previous change * Test moving LRO response headers * Test moving LRO response headers part 2 * Added suppression for Operations API * Following advice from reviewer to remove the 'where' tag * changed 'metrics' to 'platformMetrics', fixed examples, added example * fixed grammar error * Added enumerated values for provisioning state * introduced x-ms-enum properties * fixed examples error * changed x-ms-enum names * Added 'Canceled' to provisioningState' * attempt to solve LroLocationHeader lintdiff error * solve all the LroHeaderLocation LintDiff locations * attempt to solve DeleteResponseCodes * Fix model validation error * made kind an enum * made new fields readonly * Resolved the duplicate names issue and added a breaking change suppression * Attempt to fix the suppression for OperationsApi * Attempt to fix the suppression for OperationsApi by replicating previous pattern * Attempt to fix suppressions for lintdiff errors * removed the readonly flagged on the kind parameter - not necessary, and I'm not allowed to have readonly in the request anyway * Changed 'true' to true, fixed x-ms-enum name repeat * Changed casing * Changed enum casing * Revert "Changed enum casing" This reverts commit 16d4fe0. * removed readonly * Changed casing for kind * Test suppressions * Added suppressions for all the long-running operations lintdiff errors * Remove suppression for resourceNameRestriction to see what breaks * re-committed resource name restriction suppression * Copied private link scopes API into subfolder * Deleted duplicated api versions * Deleted 2023-06-01 from parent * reverted readme files in parent * Test git files diff * Fixed relative directories * Added location headers for async requests * Fixed location headers format * fixed location headers in examples * fixed last location header * Try modification for autorest configuration * RP naming in PascalCase * Fixed remaining lintdiff errors by copying from 2023-06-01-preview * removed unused 200 response code in delete private link scopes * Remove typespec requirements * Added typespec suppressions to preview api
Co-authored-by: Josiah Vinson <[email protected]>
* changed datamap edndpoint * regenerated file --------- Co-authored-by: Krista Pratico <[email protected]>
Co-authored-by: ray chen <[email protected]>
* add renaming for javascript sdk * update timestamp, correlationid * fixed format
…ne Specs for better SDK Generation (#32249) * Make the query parameters as csv parameters * Fixing the x-ms-pageable issue * Prettier fix * Using the recommended Typespec approach
…signed identities. (#31443) * Copy files from stable/2023-01-31 Copied the files in a separate commit. This allows reviewers to easily diff subsequent changes against the previous spec. * Copy stable/2023-01-31 to stable/2024-11-30 * Add new optional isolationScope extensible enum to UAMI api object * Nothing better than arbitrary style guidelines that fail my PR for changes made by the repo's own automated tooling * Clean up examples * Prettier everything, because the PR validation doesn't show all the errors the first time * Remove double-slash
Co-authored-by: Ben Broderick Phillips <[email protected]>
* Migrate stress storage cluster * Add tenant to stress deploy login --------- Co-authored-by: Ben Broderick Phillips <[email protected]>
* adding aad to linkedservice for synapse and datafactory * pretty json * Update LinkedService.json * Update LinkedService.json * Update LinkedService.json * Update LinkedService.json * Update LinkedService.json * Update JSON references from datafactory to artifacts * removing postgresql synapse changes for non azure connector --------- Co-authored-by: Mitchell Gale <[email protected]>
* Support more teradata connection properties and teradata sink * fix spelling * remove additional properties * update description * update property
* update Oracle linked service * minor change * fix spell check * update description * update properties to camel case * revert cspell change to test * bring spell check back * fix * fix spell error --------- Co-authored-by: Mike Harder <[email protected]>
…changed by the pr (#31871) * get typespec project * fix dir path * test * fix source and target branch * adjust to pr comment * decrease log size * get changed files * git suggestion changes * Trigger Build * testing for 2 dirs * Update specification/confidentialledger/Microsoft.ManagedCcf/transactions.tsp * testing for 2 dirs * baseline file destination bug fix * better path modification * Update specification/contosowidgetmanager/Contoso.WidgetManager/main.tsp * Update specification/contosowidgetmanager/Contoso.Management/employee.tsp
Co-authored-by: James Suplizio <[email protected]>
Bumps the openapi-to-typespec group with 1 update in the / directory: [@autorest/openapi-to-typespec](https://github.com/Azure/autorest). Updates `@autorest/openapi-to-typespec` from 0.10.10 to 0.10.11 - [Release notes](https://github.com/Azure/autorest/releases) - [Commits](https://github.com/Azure/autorest/commits) --- updated-dependencies: - dependency-name: "@autorest/openapi-to-typespec" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: openapi-to-typespec ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Copy files from stable/2024-08-01 Copied the files in a separate commit. This allows reviewers to easily diff subsequent changes against the previous spec. * Update version to preview/2024-10-01-preview Updated the API version from stable/2024-08-01 to preview/2024-10-01-preview. * Added tag for 2024-10-01-preview in readme file * ran prettier on entire directory * made the changes for the fabric version * fixed spelling issue in pricesheet.json * adding 'destination type' as required since Destination is required and needs a required field * Fixed messed up date/time format * Fixed readme file, was missing the list of input files. * Removed required annotation from exportDeliveryDestination.
Co-authored-by: Yuan Zhuang <[email protected]>
* Add AOAI 2025-02-01-preview APIs * Add authoring part --------- Co-authored-by: Yuan Zhuang <[email protected]>
* Move stress helm charts to azuresdkartifacts. Add publish pipeline * Update stress deploy * Fix tenant reference for pg tme cluster * Update cluster config * Fix powershell module install when whatif is set --------- Co-authored-by: Ben Broderick Phillips <[email protected]>
…preview (#32829) * Copy files from stable/2022-11-01 Copied the files in a separate commit. This allows reviewers to easily diff subsequent changes against the previous spec. * Update version to preview/2024-11-01-preview Updated the API version from stable/2022-11-01 to preview/2024-11-01-preview. * Added tag for 2024-11-01-preview in readme file * Adding 2024-11-01-preview API version Revert .npmrc Running prettier revert .npmrc Fixing tag defintion in readme revert spacing in readme.go.md fixing indentation error
Next Steps to MergeNext steps that must be taken to merge this PR:
|
PR validation pipeline started successfully. If there is ApiView generated, it will be updated in this comment. |
This is a test PR I don't plan to merge it I just wanted to verify that it would pass CI. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Merge branch main into release-compute-Microsoft.Compute-2023-09-03