-
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
Added monitor subnet to SapMonitor model #8915
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -617,6 +617,10 @@ | |
"readOnly": true, | ||
"type": "string", | ||
"description": "The version of the payload running in the Collector VM" | ||
}, | ||
"monitorSubnet": { | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Is this property required? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. yes There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Then this is a breaking change that should be done in a new API version. In reply to: 402059679 [](ancestors = 402059679) There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is still a preview API version and the API is still in flux. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Got it. That's fine then. In general, I would recommend working in a development branch in the public or private Swagger repo when the API is still in flux. What's in In reply to: 402062621 [](ancestors = 402062621) There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I see, thanks! |
||
"type": "string", | ||
"description": "The subnet which the SAP monitor will be deployed in" | ||
} | ||
}, | ||
"description": "Describes the properties of a SAP monitor." | ||
|
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.
Can you provide example resource IDs for all the properties that are being specified.
""
is not really helpful to users. (This comment applies to all examples and properties in the examples.)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.
done