Skip to content
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

EventGrid (2020-06-10 and 2020-10-15-preview): Swagger Correctness --- Fix swagger for setting readonly for privateEndpointConnections for topic, domain properties #13397

Merged
merged 32 commits into from
Mar 15, 2021
Merged
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
b9693fc
fix example
Nov 11, 2020
8760d97
Merge remote-tracking branch 'upstream/master'
Feb 1, 2021
69b51d3
Fix multiple linter and swagger correctness/completeness issues for l…
Feb 1, 2021
6cdf899
Fix format
Feb 1, 2021
0ad8a2b
fix examples
Feb 1, 2021
2b135a0
fix validation model errors
Feb 2, 2021
a35eabb
fix validation model errors
Feb 2, 2021
ca30817
fix example
Feb 2, 2021
abdb2ea
remove default
Feb 2, 2021
6336734
revert 2020-06 changes
Feb 2, 2021
5a098e8
Merge remote-tracking branch 'upstream/master'
Feb 16, 2021
4ffba9d
fix eventgrid swagger file with multiple linter and correctness fixes
Feb 17, 2021
a4d76ef
fix 2020-06-01 stable swagger
Feb 17, 2021
73fdf74
fix 2020-06-01 stable swagger -- part 2
Feb 17, 2021
9533036
fix format
Feb 17, 2021
a9183e2
fix prettier check
Feb 17, 2021
db1705f
additional format fix
Feb 17, 2021
fa17739
Merge remote-tracking branch 'upstream/master'
Feb 17, 2021
588bfc0
fix examples and wrong response code
Feb 17, 2021
200028b
Merge remote-tracking branch 'upstream/master'
Feb 17, 2021
cc1be5b
fix validator
Feb 17, 2021
109ed6d
fix validator
Feb 17, 2021
1d2f8f1
Merge remote-tracking branch 'upstream/master'
Feb 17, 2021
8309233
Merge remote-tracking branch 'upstream/master'
Mar 2, 2021
8c0b7fc
fix remaining swagger correctness issues
Mar 2, 2021
2dbc1a5
fix end of file
Mar 2, 2021
70c0dc5
fix lintter
Mar 2, 2021
f3aaa3e
Merge remote-tracking branch 'upstream/master'
Mar 5, 2021
9f79143
Merge remote-tracking branch 'upstream/master'
Mar 12, 2021
1e560d7
Add readonly tag for privateEndpointConnections for both domain and t…
Mar 12, 2021
e8d24b7
Fix sku default value
Mar 15, 2021
95ad8e2
fix prettier
Mar 15, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix example
  • Loading branch information
Ashraf Hamad committed Nov 11, 2020
commit b9693fc9be6e0d27441d06257e5db0c65b260195
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"eventSubscriptionInfo": {
"properties": {
"destination": {
"endpointType": "EventHub",
"endpointType": "WebHook",
"properties": {
"resourceId": "/subscriptions/55f3dcd4-cac7-43b4-990b-a139d62a1eb2/resourceGroups/TestRG/providers/Microsoft.EventHub/namespaces/ContosoNamespace/eventhubs/EH1"
"endpointUrl": "https://azurefunctionexample.azurewebsites.net/runtime/webhooks/EventGrid?functionName=EventGridTrigger1&code=PASSWORDCODE"
}
},
"filter": {
Expand All @@ -25,7 +25,7 @@
"properties": {
"destination": {
"properties": {
"endpointBaseUrl": "https://requestb.in/15ksip71"
"endpointBaseUrl": "https://azurefunctionexample.azurewebsites.net/runtime/webhooks/EventGrid"
},
"endpointType": "WebHook"
},
Expand Down