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

Merge Network release branch into master #6632

Merged
merged 22 commits into from
Jul 16, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
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 May 30, 2019
7a4766f
Updates readme
anton-evseev May 30, 2019
9a90b66
Updates API version in new specs and examples
anton-evseev May 30, 2019
92c5e0e
Add PrivateIPAddressVersion in LoadBalancerFrontendIpConfiguration pr…
jaepark08 Jun 5, 2019
d7a0b28
Update specs to avoid readOnly in the request body (#6228)
EvgenyAgafonchikov Jun 6, 2019
57ae4ca
typo: netowork May double word the (#6206)
nschonni Jun 6, 2019
83bd6e4
Update cipher suites (#6213)
EvgenyAgafonchikov Jun 10, 2019
86778f1
removing resource group name from PrepareNetworkPoliciesRequest (#6232)
mvvsubbu Jun 11, 2019
138e2b4
Add exception for property "Conditon" in Network's webapplicationfire…
anton-evseev Jun 13, 2019
e579a86
Extend long-running ops fixes to new API version; Suppression (#6336)
EvgenyAgafonchikov Jun 17, 2019
27d0083
Updated examples to have valid bodies for live put (#6349)
EvgenyAgafonchikov Jun 17, 2019
0334e5b
More examples fix after live testing (#6382)
EvgenyAgafonchikov Jun 19, 2019
c22ce34
Improve descriptions in Network to align with Swagger guidelines (#6350)
anton-evseev Jun 24, 2019
d19ecfd
More examples improvements (#6444)
EvgenyAgafonchikov Jun 25, 2019
1874de9
Add PATCH to Azure Firewall supported operations (#6486)
fanymanea Jul 2, 2019
bf45d1d
PrivateEndpoint & PrivateLinkService APIs update (#6332)
bowen0106 Jul 3, 2019
d3acd59
Improve Network's examples (#6493)
anton-evseev Jul 9, 2019
33dbdc1
chore: jsonfmt network (#6592)
nschonni Jul 15, 2019
293c053
Adding VpnSiteLink and VpnSiteLinkConnection properties. (#6528)
nalinrajgupta Jul 16, 2019
7c89fec
Merge branch 'network-may-release' into network-merge
anton-evseev Jul 16, 2019
9f64beb
chore: jsonfmt network-may
nschonni Jul 16, 2019
1eb6920
Fix incorrect examples
anton-evseev Jul 16, 2019
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
Prev Previous commit
Next Next commit
Extend long-running ops fixes to new API version; Suppression (#6336)
* Update long-running for new API version

* Add suppression for new API
  • Loading branch information
EvgenyAgafonchikov authored and sergey-shandar committed Jun 17, 2019
commit e579a86c3953aa4700b00c39ed4793cd8dbb325b
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,10 @@
"$ref": "./examples/NetworkProfileDelete.json"
}
},
"x-ms-long-running-operation": false
"x-ms-long-running-operation": true,
"x-ms-long-running-operation-options": {
"final-state-via": "location"
}
},
"get": {
"tags": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -487,6 +487,7 @@
"$ref": "./examples/VirtualNetworkGatewayGenerateVpnClientPackage.json"
}
},
"x-ms-long-running-operation": true,
"x-ms-long-running-operation-options": {
"final-state-via": "location"
}
Expand Down Expand Up @@ -546,6 +547,7 @@
"$ref": "./examples/VirtualNetworkGatewayGenerateVpnProfile.json"
}
},
"x-ms-long-running-operation": true,
"x-ms-long-running-operation-options": {
"final-state-via": "location"
}
Expand Down
3 changes: 3 additions & 0 deletions specification/network/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -1006,6 +1006,9 @@ directive:
- suppress: RequiredPropertiesMissingInResourceModel
from: serviceCommunity.json
reason: name, id and type properties are inherited from the upper level
- suppress: AvoidNestedProperties
where: $.definitions.ServiceTagInformation.properties.properties
reason: No x-ms-client-flatten by design
- suppress: RequiredPropertiesMissingInResourceModel
from: usage.json
reason: name, id and type properties are inherited from the upper level
Expand Down