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

Mitryakh/network march #15709

Merged
merged 25 commits into from
Aug 26, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
a37fa85
Adds base for updating Microsoft.Network from version stable/2021-02-…
MikhailTryakhov May 13, 2021
62a4109
Updates readme
MikhailTryakhov May 13, 2021
76e0e10
Updates API version in new specs and examples
MikhailTryakhov May 13, 2021
70179b0
Add new parameter to enable/disable BGP route translation for NAT Vir…
Nilambari May 19, 2021
98ea4b8
Adding Bastion Host Configuration Features (#14442)
abhi7860 May 19, 2021
8a75f09
Add PL ASG (#14620)
Syair Jun 4, 2021
4b7316b
[Private Link] Private Endpoint Ipconfigurations swagger for 2021-03-…
Wistlie Jun 17, 2021
2e3a475
Add missing properties of ServiceEndpointPolicy (#14948)
wangxu724 Jun 23, 2021
5fbf457
add new service tag details api (#14958)
guptas14 Jun 28, 2021
85f9b90
Add Load distribution policy and global configuration to AppGW (#14790)
akshaysngupta Jun 28, 2021
d7cf7af
add public ssh key to network virtual appliance (#14988)
litchiyangMSFT Jun 29, 2021
45fb1ee
Changes needed for BgpEndpoint (#14800)
nagula-ritvika Jul 15, 2021
1247249
Multi QoS support for DSCP configuration (#15120)
davelasc Jul 16, 2021
cc7cbc2
Add SQL Setting to Firewall Policy (#15110)
b564518128 Jul 27, 2021
e4502dd
network: fix newly added targets field to an array and missing sub-re…
akshaysngupta Jul 27, 2021
29ee369
Support to update tags for BastionHost resource (#15446)
abhi7860 Aug 2, 2021
924fd32
Azure FW - Explicit Proxy feature swagger change (#15017)
tinawu6 Aug 7, 2021
9126efa
Add kind to virtual hub (#15562)
litchiyangMSFT Aug 10, 2021
48c2d62
Adding customnetworkinterfacename attribute to Private Endpoint (#15574)
Wistlie Aug 10, 2021
d8db3aa
Added 3 new properties to InboundNatRule resource (#15611)
irrogozh Aug 12, 2021
e979c7d
Fixed conflict in the custom words file
MikhailTryakhov Aug 19, 2021
cc35f3b
Merge branch 'main' into mitryakh/network-march
MikhailTryakhov Aug 19, 2021
9f829c1
Added the missins properties to fix the change breaking update (#15732)
davelasc Aug 24, 2021
9191ceb
Merge branch 'network-march-branch' into mitryakh/network-march
davelasc Aug 24, 2021
2e3ff67
Merge branch 'main' into mitryakh/network-march
MikhailTryakhov Aug 24, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
33 changes: 32 additions & 1 deletion custom-words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2303,4 +2303,35 @@ zipdeploy
ziplist
Zoho
zoneinfo
zset
zset
classificationdef
entitydef
termtemplatedef
enumdef
relationshipdef
structdef
typedefs
testfailover
Orignal
Onprem
targetv
Seleted
classificationrules
Unparented
scanrulesets
Ruleset
Rulesets
Ruleproperties
XLSB
Miti
DOCM
PPSX
PPTM
XLSM
DOCM
multislot
noAddressPrefixes
serviceTagChangeNumber
Tebibytes
privatelinkservicesforpowerbi
Obuscated
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@
"properties": {
"provisioningState": "Succeeded",
"dnsName": "bst-9d89d361-100e-4c01-b92d-466548c476dc.bastion.azure.com",
"scaleUnits": 2,
"disableCopyPaste": false,
"enableFileCopy": false,
"enableIpConnect": false,
"enableShareableLink": false,
"enableTunneling": false,
"ipConfigurations": [
{
"name": "bastionHostIpConfiguration",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@
"properties": {
"provisioningState": "Succeeded",
"dnsName": "bst-9d89d361-100e-4c01-b92d-466548c476dc.bastion.azure.com",
"scaleUnits": 2,
"disableCopyPaste": false,
"enableFileCopy": false,
"enableIpConnect": false,
"enableShareableLink": false,
"enableTunneling": false,
"ipConfigurations": [
{
"name": "bastionHostIpConfiguration",
Expand Down
Loading