-
Notifications
You must be signed in to change notification settings - Fork 5.6k
some fixes for frontdoor readme #7424
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
In Testing, Please Ignore[Logs] (Generated from 3a7dbc7, Iteration 10)
|
Automation for azure-sdk-for-pythonA PR has been created for you: |
Automation for azure-sdk-for-goNothing to generate for azure-sdk-for-go |
|
Can one of the admins verify this patch? |
| description: FrontDoor Client | ||
| openapi-type: arm | ||
| tag: package-2019-10 | ||
| tag: package-2019-11 |
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.
is package-2019-10 released before?
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.
no, package-2019-10 and package-2019-11 were for some reason both created just several days ago.
it anything was released using one of these tags, package would be invalid.
| ], | ||
| "x-ms-enum": { | ||
| "name": "aggregationInterval", | ||
| "name": "latencyScoreboardAggregationInterval", |
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 is a potential breaking change, is this a swagger bug fixing to align with existing service behavior?
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 should say "latencyScorecardAggregationInterval"
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.
@minechosoft renamed to Scorecard
@yungezz changing name in x-ms-enum only results in SDK changes. anyway, we had to change this name, as there were two different enums with the same name, and that was causing autorest to fail. Any other changes I made were checked by @minechosoft and service is going to be aligned.
| "disabling", | ||
| "disabled", | ||
| "deleting" | ||
| "Creating", |
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.
again, breaking change
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.
discussed with service team, they will make sure RP is in sync (networkexperiment was not release yet)
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.
yes. it's not breaking-- we will make sure to have these changes reflected in our service.
| "resourceState": { | ||
| "description": "Resource status.", | ||
| "$ref": "#/definitions/ResourceState" | ||
| "$ref": "#/definitions/NetworkExperimentationResourceState" |
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.
"NetworkExperimentResourceState"
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.
changed
| "resourceState": { | ||
| "description": "Resource status.", | ||
| "$ref": "#/definitions/ResourceState" | ||
| "$ref": "#/definitions/NetworkExperimentationResourceState" |
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.
"NetworkExperimentResourceState"
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.
changed
No description provided.