-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Merge Network release branch into master #6632
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
Merged
Merged
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
f1a22bb
Adds base for updating Microsoft.Network from version stable/2019-04-…
anton-evseev 7a4766f
Updates readme
anton-evseev 9a90b66
Updates API version in new specs and examples
anton-evseev 92c5e0e
Add PrivateIPAddressVersion in LoadBalancerFrontendIpConfiguration pr…
jaepark08 d7a0b28
Update specs to avoid readOnly in the request body (#6228)
EvgenyAgafonchikov 57ae4ca
typo: netowork May double word the (#6206)
nschonni 83bd6e4
Update cipher suites (#6213)
EvgenyAgafonchikov 86778f1
removing resource group name from PrepareNetworkPoliciesRequest (#6232)
mvvsubbu 138e2b4
Add exception for property "Conditon" in Network's webapplicationfire…
anton-evseev e579a86
Extend long-running ops fixes to new API version; Suppression (#6336)
EvgenyAgafonchikov 27d0083
Updated examples to have valid bodies for live put (#6349)
EvgenyAgafonchikov 0334e5b
More examples fix after live testing (#6382)
EvgenyAgafonchikov c22ce34
Improve descriptions in Network to align with Swagger guidelines (#6350)
anton-evseev d19ecfd
More examples improvements (#6444)
EvgenyAgafonchikov 1874de9
Add PATCH to Azure Firewall supported operations (#6486)
fanymanea bf45d1d
PrivateEndpoint & PrivateLinkService APIs update (#6332)
bowen0106 d3acd59
Improve Network's examples (#6493)
anton-evseev 33dbdc1
chore: jsonfmt network (#6592)
nschonni 293c053
Adding VpnSiteLink and VpnSiteLinkConnection properties. (#6528)
nalinrajgupta 7c89fec
Merge branch 'network-may-release' into network-merge
anton-evseev 9f64beb
chore: jsonfmt network-may
nschonni 1eb6920
Fix incorrect examples
anton-evseev File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
Oops, something went wrong.
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.
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.
Think the
resourceGroup//needs to be removed from these ids. Another 16 hits belowThere 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.
That's what I got from the server

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.
Odd, the url in the spec is
/subscriptions/{subscriptionId}/providers/Microsoft.Network/applicationGatewayAvailableSslOptions/default"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.
Possible error on server's side. I'll try to follow up with AppGw team