-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
Dev/ccelik/dedicatedhostswagger #6612
Dev/ccelik/dedicatedhostswagger #6612
Conversation
Documentation changes and marked required fields
Automation for azure-sdk-for-pythonThe initial PR has been merged into your service PR: |
Automation for azure-sdk-for-goThe initial PR has been merged into your service PR: |
Automation for azure-sdk-for-javaNothing to generate for azure-sdk-for-java |
...-manager/Microsoft.Compute/stable/2019-03-01/examples/CreateOrUpdateADedicatedHost.json.orig
Outdated
Show resolved
Hide resolved
...ger/Microsoft.Compute/stable/2019-03-01/examples/CreateOrUpdateADedicatedHostGroup.json.orig
Outdated
Show resolved
Hide resolved
...te/resource-manager/Microsoft.Compute/stable/2019-03-01/examples/GetADedicatedHost.json.orig
Outdated
Show resolved
Hide resolved
...source-manager/Microsoft.Compute/stable/2019-03-01/examples/GetADedicatedHostGroup.json.orig
Outdated
Show resolved
Hide resolved
...-manager/Microsoft.Compute/stable/2019-03-01/examples/CreateOrUpdateADedicatedHost.json.orig
Outdated
Show resolved
Hide resolved
specification/compute/resource-manager/Microsoft.Compute/stable/2019-03-01/compute.json
Show resolved
Hide resolved
@@ -5617,16 +5601,16 @@ | |||
"platformFaultDomain": { |
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 this also required property as platformFaultDomainCount?
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.
Not always, only if the platformDomainCount is > 1.
Can one of the admins verify this patch? |
@@ -5617,16 +5601,16 @@ | |||
"platformFaultDomain": { | |||
"type": "integer", | |||
"format": "int32", | |||
"description": "Fault domain of the host within a group. Supported values 0,1,2." | |||
"description": "Fault domain of the dedicated host within a dedicated host group. Supported values 0,1,2." |
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.
Could also use a min/max to describe the restriction
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.
What is the syntax for that?
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.
Found this in the repo
Lines 962 to 968 in 73cd215
"capacity": { | |
"type": "integer", | |
"minimum": 1, | |
"maximum": 8, | |
"default": 1, | |
"description": "The number of instances in the read only query pool." | |
} |
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.
Although adding that rather than just the description, may be a 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.
thanks! it is not breaking as service always rejected the requests with out of boundary values.
My model validation is failing due to a change that is already checked in. How can I unblock this PR? |
This is now fixed |
@celikcigdem https://dev.azure.com/azure-sdk/public/_build/results?buildId=67405&view=logs&j=8d2f9c49-cd83-5a9d-f3fe-2fd651afa742&t=43324f1f-6724-5d61-785f-f0ac9fd256a1&l=28 Model validation error, please correct it. |
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.
These would be breaking changes, but SDKs for 2019-03-01 were generated prior to the introduction of these APIs. These are not breaking changes as they have not shipped previously.
Latest improvements:
MSFT employees can try out our new experience at OpenAPI Hub - one location for using our validation tools and finding your workflow.
Contribution checklist:
ARM API Review Checklist
Failure to comply may result in delays for manifest application. Note this does not apply to data plane APIs.
Please follow the link to find more details on API review process.