-
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
Servicebus : NetworkruleSet #5361
Conversation
Automation for azure-sdk-for-pythonThe initial PR has been merged into your service PR: |
Automation for azure-sdk-for-jsA PR has been created for you based on this PR content. Once this PR will be merged, content will be added to your service PR: |
Can one of the admins verify this patch? |
...ification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2017-04-01/servicebus.json
Outdated
Show resolved
Hide resolved
...ification/servicebus/resource-manager/Microsoft.ServiceBus/stable/2017-04-01/servicebus.json
Show resolved
Hide resolved
REST Spec PR 'Azure/azure-rest-api-specs#5361' REST Spec PR Author 'v-Ajnava' REST Spec PR Last commit
Automation for azure-sdk-for-nodeA PR has been created for you based on this PR content. Once this PR will be merged, content will be added to your service PR: |
Automation for azure-sdk-for-rubyThe initial PR has been merged into your service PR: |
Automation for azure-sdk-for-goThe initial PR has been merged into your service PR: |
@jhendrixMSFT I'll take over this one. |
Automation for azure-sdk-for-javaThe initial PR has been merged into your service PR: |
REST Spec PR 'Azure/azure-rest-api-specs#5361' REST Spec PR Author 'v-Ajnava' REST Spec PR Last commit
startbuild |
}, | ||
"allOf": [ | ||
{ | ||
"$ref": "#/definitions/Resource" |
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.
Resource [](start = 33, length = 8)
Is this a proxy or tracked resource ? #Resolved
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.
its a proxy resource. #Resolved
"description": "Value that indicates whether to ignore missing VNet Service Endpoint" | ||
} | ||
}, | ||
"description": "The response from the List namespace operation." |
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.
The response from the List namespace operation [](start = 22, length = 46)
update ? #Resolved
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.
updated description. #Resolved
"default": "Allow" | ||
} | ||
}, | ||
"description": "The response from the List namespace operation." |
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.
The response from the List namespace operation." [](start = 22, length = 48)
update ? #Resolved
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.
updated description. #Resolved
@@ -4408,6 +4499,93 @@ | |||
} | |||
}, | |||
"description": "The result of the List migrationConfigurations operation." | |||
}, | |||
"Subnet": { |
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.
" [](start = 4, length = 1)
"required" properties not specified for the new types #Resolved
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.
added required property #Resolved
"parameters": { | ||
"properties": { | ||
"defaultAction": "Deny", | ||
"virtualNetworkRules": [ |
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.
virtualNetworkRules [](start = 9, length = 19)
This is taking arrays.. PUT request MUST replace server-side representation of the resource.. should NOT merge.
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.
you can consider PATCH support if support for partial updates (additions) are desired.
In reply to: 265808072 [](ancestors = 265808072)
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, its replaces the resource. we are considering the PATCH support in future releases.
} | ||
], | ||
"responses": { | ||
"200": { |
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.
200 [](start = 11, length = 3)
Does this complete synchronously ? just double checking.
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.
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.
LGTM
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.