Added optional PublicNetworkAccess to server properties#8421
Merged
Conversation
Pull from Azure-rest-api-specs for latest changes
|
Azure Pipelines successfully started running 1 pipeline(s). |
azure-sdk-for-go - Release
|
azure-sdk-for-js - Release
|
azure-sdk-for-java - Release
|
azure-sdk-for-python - Release
|
This was referenced Feb 18, 2020
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
Azure Pipelines successfully started running 1 pipeline(s). |
1 similar comment
|
Azure Pipelines successfully started running 1 pipeline(s). |
jaredmoo
approved these changes
Feb 21, 2020
jaredmoo
approved these changes
Feb 21, 2020
jaredmoo
reviewed
Feb 21, 2020
| "type": "string" | ||
| }, | ||
| "publicNetworkAccess": { | ||
| "description": "Whether or not public endpoint access is allowed for this server. Value is optional but if passed in, must be 'Enabled' or 'Disabled'", |
Contributor
There was a problem hiding this comment.
Value is optional but if passed in, must be 'Enabled' or 'Disabled'
I think that documentation explaining this will be automatically written (when generating SDKs) based on the x-ms-enum property. However, I think that what "public endpoint access" is might not be sufficiently obvious to somebody who doesn't have context.
Contributor
Author
There was a problem hiding this comment.
OK I can discuss with Rohit as to what is better documentation for this after this round is merged in first
Contributor
Author
|
@zikalino Do you know why sdk automation failure is occurring? Its failing on permissions denied |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
sdk failure unrelated |
00Kai0
pushed a commit
to 00Kai0/azure-rest-api-specs
that referenced
this pull request
Oct 12, 2020
* Add PublicNetworkAccess option to server properties * Remove IdentityTypeWithNone unrelated changes to prevent test breaking * Remove None from enum type - unrelated changes to prevent test breaking * Prettify swagger file
This file contains hidden or 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
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.
Latest improvements:
We are adding an optional boolean property, PublicNetworkAccess, to the Server ARM Api. This is used to determine whether we allow public endpoints to connect to databases under this server or not.
This was already signed off in azure-rest-api-specs-pr:
https://github.com/Azure/azure-rest-api-specs-pr/pull/1083
Note: We have some deadlines to hit so if we could get quick signoff on this, that would be great :)
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.