-
Notifications
You must be signed in to change notification settings - Fork 5.6k
[TSP Migration]--RedisEnterprise #38436
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
base: main
Are you sure you want to change the base?
Conversation
modelerfour: lenient-model-deduplication: true prenamer: true
Next Steps to MergeNext steps that must be taken to merge this PR:
Comment generated by summarize-checks workflow run. |
API Change CheckAPIView identified API level changes in this PR and created the following API reviews
|
specification/redisenterprise/RedisEnterprise.Management/PrivateEndpointConnection.tsp
Outdated
Show resolved
Hide resolved
| /** | ||
| * Distinguishes the kind of cluster. Read-only. | ||
| */ | ||
| #suppress "@azure-tools/typespec-azure-resource-manager/arm-resource-invalid-envelope-property" "FIXME: Update justification, follow aka.ms/tsp/conversion-fix for details" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, it's service team's call to fix. We cannot make decision for them.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, with the provided link I could not understand what is the issue here we are suppressing, could you please explain.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This link is a placeholder. We are going to fill in later. For this specific linter suppression, it means Property "xxx" is not valid in the resource envelope. Please remove this property, or add it to the resource-specific property bag.
Envelop property means some standard properties provided by TypeSpec ARM library. Your property doesn't fit into any standard one so that we are not using.
|
How can we test this version of swagger without merging it? Our e2e test suite is based on .NET SDK. |
|
Can we fix the lintdiff error that are introduced in current PR https://github.com/Azure/azure-rest-api-specs/actions/runs/20049406640? |
|
@samsaha-ms SDK team will take care of .net SDK validation. lintdiff can be safely suppressed as they are all false alerts. But if you see something unexpected, please let us know. We'll do a fix. |
@pshao25 Will this spec be rollout globally or it will be staged in canary first, so that we can test using the new .net sdk in our e2e test suite if any swagger s360 issues comes in? I am trying to understand what the recommended process is to apply this change safely. |
In my eyes changes are looking good but was wondering how safely we can rollout as it is a big change in swagger. |
x-ms-client-flattenis not right (Cannot flatten property of polymorphic type), so we removed@@Legacy.flattenProperty(Migration.properties)"Migration": {
"type": "object",
"description": "Describes the current migration operation on a Redis Enterprise cluster.",
"properties": {
"properties": {
"$ref": "#/definitions/MigrationProperties",
"description": "Properties of the migration operation.",
"x-ms-client-flatten": true
}
}...
ARM (Control Plane) API Specification Update Pull Request
Tip
Overwhelmed by all this guidance? See the
Getting helpsection at the bottom of this PR description.PR review workflow diagram
Please understand this diagram before proceeding. It explains how to get your PR approved & merged.
Purpose of this PR
What's the purpose of this PR? Check the specific option that applies. This is mandatory!
Due diligence checklist
To merge this PR, you must go through the following checklist and confirm you understood
and followed the instructions by checking all the boxes:
ARM resource provider contract and
REST guidelines (estimated time: 4 hours).
I understand this is required before I can proceed to the diagram Step 2, "ARM API changes review", for this PR.
Additional information
Viewing API changes
For convenient view of the API changes made by this PR, refer to the URLs provided in the table
in the
Generated ApiViewcomment added to this PR. You can use ApiView to show API versions diff.Suppressing failures
If one or multiple validation error/warning suppression(s) is detected in your PR, please follow the
suppressions guide to get approval.
Getting help
Purpose of this PRandDue diligence checklist.write accessper aka.ms/azsdk/access#request-access-to-rest-api-or-sdk-repositoriesNext Steps to Mergecomment. It will appear within few minutes of submitting this PR and will continue to be up-to-date with current PR state.and https://aka.ms/ci-fix.
queuedstate, please add a comment with contents/azp run.This should result in a new comment denoting a
PR validation pipelinehas started and the checks should be updated after few minutes.