Skip to content

Commit 7b8b16e

Browse files
MikhailTryakhovanton-evseevhenry416umkanodiUmesh Kanodia
authored
Merged version (#10376)
* Adds base for updating Microsoft.Network from version stable/2020-05-01 to version 2020-06-01 * Updates readme * Updates API version in new specs and examples * New vWAN resource properties (#9722) * retarget * fixed duplicate * Added code changes for generating letter of authorization (#9829) Co-authored-by: Umesh Kanodia <[email protected]> * Async PATCH operations for Virtual WAN VpnGateways and P2SVpnGateways (#9833) * Add remoteBgpCommunities to VirtualNetworkPeering resource (#9814) * Add remoteBgpCommunities to VirtualNetworkPeering resource * Change VirtualNetworkCommunity in example VirtualNetworkCreateWithBgpCommunities.json to a value that is within the allowed range. * Application Gateway Mutual Authentication Support (#9965) * Adding mutual auth api definitions. * Adding examples. * Fixing case. Co-authored-by: Hemant Imudianda <[email protected]> * Added PATCH flowLog API and example (#9960) * Added PATCH flowLog API and example * Fixed example * Added property to TCPConfiguration * Fixed prettier warning * Fixes based on CR * Add new optional param enableInternetSecurity and new Reset API for P2SVpnGateway resource (#9952) * Add new optional param enableInternetSecurity and new Reset API for P2SVpnGateway resource * Fix validation tool fixes * Remove extra spaces * Update Network's owners (#10006) * Add intrusion system configuration (#9912) * Add intrusion system configuration * Add ignored traffic configuration * Fix checkPirvateLinkServiceVisibility in 2020-06-01 (#9821) * fix checkPirvateLinkServiceVisibility in 2020-06-01 * update examples * add VpnGatewaypacketCapture api (#9832) * add VpnGatewaypacketCapture api * add custom words * add vpn connection packet capture * fix naming errors * fix error * fix word * fixing validation * fix model error * finish prettier * fix test * expressRouteProviderPort changes (#9909) * expressRouteProviderPort changes * fix ref error * suppressing name id type error * prettier fix * locationlist -> listbylocation * adding filter on location * ref listbylocation * fixing id and name * adding get and bug fixes * bug fix * bug fix * adding proxy resource ref * fixes for auto checks * adding proxyresource type to network.json * fixing description * fixing description for proxy resource * Adding swagger updates to support the new NRP resource "DSCP Configuration" (#9954) * Adding the swagger for the new resource DSCP Configuration. Also updated the Network Interface to return it with its get function * Updated the definition to the updated version in the source code * Fix some errors being thrown by the validator (regarding int/ushort typing). Updated the readme.md to include the dscpConfiguration file * Fixed the erroneous reference within the dscpConfiguration.json to the NetworkInterface definition * Removed the long running operation flag. Updated the examples to return two markings * Added more objets within the lists. * Removed the duplicated key * The type 'ushort ' is not accepted. Turn it into an integer. Hopefully this fixes the issue regarding the QosPortRange properties * Added the custome words dscp and qos in order to fix the error of the words being unkown. Refactor the allocatedNetworkInterfaces to associatedNetworkInterfaces to match the examples with the specification. Removed the QosTrafficProfiler from the examples as it no longer exists. Made sure the delete is using dscpName rather than nicName. Added the period at the end of the description. * One traffic profiler slipped through the cracks, removed it. Properly formatted the object for the Qos Port/IP ranges. Was placing a string rather than an integer in the get example. * Well, I was being silly here. Had a typo hahahahaha * Added the warning suppression to the readme file. Run the prettier on the specification * Thought I only had to run the prettier on the specification. Did the same for the examples and the NetworkInterfaceGet.json. * Re-run the command with the full command placed in the documentation. Hopefully this fixes the prettier errors * Corrected the typo * Added the proper formatting for the suppression. * Added the integer format * Added the api calls for list and list all. Made sure the name is plural Added the examples for the new api calls In Network Interface, now it is using the ID of the DSCP configuration rather than the full payload * Forgot to switch the operation id from network interface to dscp configuration * Added the missing next link for the list by resource Co-authored-by: David Velasco <[email protected]> Co-authored-by: MyronFanQiu <[email protected]> * Dev/dexiang/byoip (#9818) * Adds base for updating Microsoft.Network from version stable/2020-04-01 to version 2020-05-01 * Updates readme * Updates API version in new specs and examples * Add VirtualHubBgpConnections, VirtualHubIpConfigurations, NetworkVirtualApplianceSites child resources (#9357) * Adds base for updating Microsoft.Network from version stable/2020-03-01 to version 2020-05-01 * Updates readme * Updates API version in new specs and examples * Final changes * Fix formatting issues * Fix merge and formatting issues * Fix formatiing * Ipconfig properties * Fix build errors * Lint check * Fix semantics errors * Address review comments * Fix prettier and nextLink checks * Fix dots * Address errors * Fix Ipconfig version Co-authored-by: dexiang-ms <[email protected]> * Change NRP repo for validation scripts (#9394) * Move terminateTLS flag to ApplicationRuleCondition (#9539) * DNS Proxy support for Firewall Policy (#9461) * Adding DnsProxySettings Support in Firewall Policy dnsServers, dnsEnableProxy, dnsRequireProxyForNetworkRules are added as subproperties. * spell check * Removing DNS as prefix on sub properties. * Syntax error. * DnsProxySettings to DNSSettings * Fixing proxy settings name. Co-authored-by: Ishani Gupta <[email protected]> * fix network (#9369) (#9547) * fix network * duplicated publicipprefix * fixed example in 2018-01-01 * final updates * missing examples (cherry picked from commit 42d9639) * Added new properties to ConnectivityHop (#9386) * Added new properties to ConnectivityHop * Fixed spelling * added x-ms-client-flatten to HopLink.properties.properties * Rename Firewall Policy child resource RuleGroup to RuleCollectionGroup (#9356) * Rename Firewall Policy child resource RuleGroup to RuleCollectionGroup * rebase with ti whitelist * rebase with ti whitelist * rebase with ti whitelist * prettier run * making nat rule into a collection * prettier run * Multiple Public IPs support for Azure Firewall in Virtual Hub (#9560) * multi pip for firewall in hub swagger change * resolving issues * VirtualWan: Hubvnet Connection related changes (#9536) 1. Exposed direct PUT/DELETE APIs for hubvnet connections. This is the API expected to be used in the future by all consumers (direct rest api calls, powershell, portal, azure cli). This avoids needing a put on the virtual hub every time a hubvnet connection is to be added/changed. 2. Deprecate specifying hubvnet connection in virtualHub PUT. This is to avoid having multiple APIs to do the same thing. Also having this API introduces other complexities and breaks some scenarios. 3. Deprecate allowHubToRemoteVnetTransit and allowRemoteVnetToUseHubVnetGateways flags in hubvnet connection. These flags are maintained internally in the implementation and shouldn't be exposed to the user. For now, just mark it as such. Will be removed in later release. Co-authored-by: Shyam Dharmarajan <[email protected]> * Destination FQDNs in FirewallPolicy for network rules. (#9609) * v1 * making boolean as nullable Co-authored-by: Ishani Gupta <[email protected]> * VirtualHub : Add Routing State and expose Effective Routes Api (#9385) * Add Routing State and expose Effective Routes Api * updated opId name and added examples * prettier fix done * rename variable to prevent conflict * Updating VpnGateway examples for bgpSettings (#9656) * Updating VpnGateway examples * prettier Co-authored-by: Khushboo Baheti <[email protected]> * Application Gateway Private Link Support (#9490) * Application Gateway Private Link Support * Fix comments * Fix comments for including example * add byoip resources and examples * add resources to readme and update version * fix path * fix validation errors and remove roaExpirationDate * remove swagger files to change name * add the changed file names back * remove to change name * re-add changed name * remove to change name * re-add changed name * remove swagger files to change name * re-add changed name * fix merge conflicts * more merge conflicts * move to june 2020 api version * add default response to operations * fix tab/space discrepancy * fix path names and remove the public ip address version property from mastercustomipprefix * fix camelCase in paths * add acronyms to custom words * fix another camelcase offender * validation check fixes * fix some more model validation issues * fix json formatting * remove invalid property * set readonly on etag, fix paths in examples * fix enum error * fix network validation errors * more naming naming convention changes * change mastercustomipprefix reference from string to subresource * fix spelling error * added patch api to tags update * minor fix * prettier check * minor change to force pipeline again * minor description updates * remove geography property in masterCustomIpPrefix * add customIpPrefix property to publicIpPrefix Co-authored-by: Anton Evseev <[email protected]> Co-authored-by: naveenchekuri <[email protected]> Co-authored-by: Anton Evseev <[email protected]> Co-authored-by: odedlaz <[email protected]> Co-authored-by: Ishani Gupta <[email protected]> Co-authored-by: Ishani Gupta <[email protected]> Co-authored-by: Zim Kalinowski <[email protected]> Co-authored-by: irrogozh <[email protected]> Co-authored-by: Sai Sujith Reddy Mankala <[email protected]> Co-authored-by: Anchal Kapoor <[email protected]> Co-authored-by: shyamshd <[email protected]> Co-authored-by: Shyam Dharmarajan <[email protected]> Co-authored-by: Ritvika Reddy Nagula <[email protected]> Co-authored-by: Khushboo Baheti <[email protected]> Co-authored-by: Khushboo Baheti <[email protected]> Co-authored-by: jaishals <[email protected]> * fix the description (#10151) * Add support for addressprefix in NVA and enableVirtualRouterRouteProp… (#10153) * Added O365Policy to VpnSite resource. (#10192) Co-authored-by: Neel Bhavsar <[email protected]> * Added new properties to connection monitor endpoint (#10197) * Added new properties to connection monitor endpoint * Updated description of endpointScopeItem * MACsec Configuration Edits (#10181) * Add xpn aes cipher values & rm dashes * Add sci mode param to macsec * remove readonly attribute from customIpPrefix commissionedState property (#10246) * fixing ids in examples (#10221) * Merge branch 'network-june-release' of https://github.com/adgrieve/azure-rest-api-specs into network-june-release (#10069) * Network june release revert - reverting changes which are not deployed from NRP side yet. (#10325) * reverting providerport changes * fixing bug * Remove masterCustomIpPrefix resource from Network-June-Release (does not affect current master branch) (#10338) * remove masterCustomIpPrefix resource * delete the MasterCustomIpPrefix swagger examples Co-authored-by: Anton Evseev <[email protected]> Co-authored-by: Henry Chen <[email protected]> Co-authored-by: Umesh Kanodia <[email protected]> Co-authored-by: Umesh Kanodia <[email protected]> Co-authored-by: ritwikbasu <[email protected]> Co-authored-by: Jesus Arango <[email protected]> Co-authored-by: Hemant Imudianda <[email protected]> Co-authored-by: Hemant Imudianda <[email protected]> Co-authored-by: irrogozh <[email protected]> Co-authored-by: Nilambari <[email protected]> Co-authored-by: Anton Evseev <[email protected]> Co-authored-by: adgrieve <[email protected]> Co-authored-by: Kaihui (Kerwin) Sun <[email protected]> Co-authored-by: tyrannicrex <[email protected]> Co-authored-by: dagoutha <[email protected]> Co-authored-by: David Velasco <[email protected]> Co-authored-by: David Velasco <[email protected]> Co-authored-by: MyronFanQiu <[email protected]> Co-authored-by: dexiang-ms <[email protected]> Co-authored-by: naveenchekuri <[email protected]> Co-authored-by: odedlaz <[email protected]> Co-authored-by: Ishani Gupta <[email protected]> Co-authored-by: Ishani Gupta <[email protected]> Co-authored-by: Zim Kalinowski <[email protected]> Co-authored-by: Sai Sujith Reddy Mankala <[email protected]> Co-authored-by: Anchal Kapoor <[email protected]> Co-authored-by: shyamshd <[email protected]> Co-authored-by: Shyam Dharmarajan <[email protected]> Co-authored-by: Ritvika Reddy Nagula <[email protected]> Co-authored-by: Khushboo Baheti <[email protected]> Co-authored-by: Khushboo Baheti <[email protected]> Co-authored-by: jaishals <[email protected]> Co-authored-by: Anchal Kapoor <[email protected]> Co-authored-by: Neel <[email protected]> Co-authored-by: Neel Bhavsar <[email protected]> Co-authored-by: francescanarea <[email protected]>
1 parent 5dae0ac commit 7b8b16e

File tree

602 files changed

+84667
-5
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

602 files changed

+84667
-5
lines changed

CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
/specification/mobileengagement/ @pshrosbree
4444
/specification/monitor/ @gucalder
4545
/specification/mysql/ @qingqingyuan
46-
/specification/network/ @MikhailTryakhov @number213 @solhaile @v-shhatt
46+
/specification/network/ @MikhailTryakhov
4747
/specification/notificationhubs/ @amolr @smithab
4848
/specification/operationalinsights/ @sw47
4949
/specification/operationsmanagement/ @dashimi16

custom-words.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ adminmanagement
3636
ADTO
3737
adultscore
3838
affinitized
39+
AFRINIC
3940
agentpool
4041
aggregatedcost
4142
AHUB
@@ -94,6 +95,7 @@ apimtenant
9495
apimusers
9596
apimversionsets
9697
apitoken
98+
APNIC
9799
APNS
98100
appconfig
99101
appid
@@ -102,6 +104,7 @@ applynetworkconfigurationupdates
102104
appservice
103105
appsettings
104106
appteststorage
107+
ARIN
105108
ABGRABGR
106109
ARGBARGB
107110
Arjun
@@ -813,6 +816,7 @@ l'avion
813816
labaccounts
814817
labelset
815818
labservices
819+
LACNIC
816820
Lajolla
817821
largefacelists
818822
largepersongroups
@@ -1170,6 +1174,7 @@ privatedns
11701174
privatelinks
11711175
privatepreview
11721176
projectable
1177+
propogation
11731178
Protectable
11741179
provisioner
11751180
provisioningservices
@@ -1319,6 +1324,7 @@ RGBARGBA
13191324
RGBRGB
13201325
rgname
13211326
rhel
1327+
RIRs
13221328
Rolledback
13231329
Rollforward
13241330
rollouts
@@ -1476,6 +1482,7 @@ SSTP
14761482
ssword
14771483
standardasciifolding
14781484
startlocalrun
1485+
startpacketcapture
14791486
startrun
14801487
startswith
14811488
starttask
@@ -1486,6 +1493,7 @@ stateful
14861493
staticsite
14871494
statusdir
14881495
stderror
1496+
stoppacketcapture
14891497
stdev
14901498
stopresize
14911499
stopword
@@ -1852,6 +1860,9 @@ azureADMetrics
18521860
sparkr
18531861
ambari
18541862
dotnetspark
1863+
dscp
1864+
Dscp
1865+
qos
18551866
FDID
18561867
watchlists
18571868
Watchlists

specification/network/resource-manager/Microsoft.Network/stable/2020-05-01/azureFirewall.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -466,15 +466,15 @@
466466
"properties": {
467467
"addresses": {
468468
"type": "array",
469-
"description": "The number of Public IP addresses associated with azure firewall.",
469+
"description": "The list of Public IP addresses associated with azure firewall or IP addresses to be retained.",
470470
"items": {
471471
"$ref": "#/definitions/AzureFirewallPublicIPAddress"
472472
}
473473
},
474474
"count": {
475475
"type": "integer",
476476
"format": "int32",
477-
"description": "Private IP Address associated with azure firewall."
477+
"description": "The number of Public IP addresses associated with azure firewall."
478478
}
479479
},
480480
"description": "Public IP addresses associated with azure firewall."

0 commit comments

Comments
 (0)