Skip to content

Commit

Permalink
update code
Browse files Browse the repository at this point in the history
  • Loading branch information
sinbai committed Feb 7, 2023
1 parent 4ce0783 commit 79873d5
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ import (
type MsSqlManagedInstanceResource struct{}

const managedInstanceStaticRoutes = `
route {
name = "Microsoft.Sql-managedInstances_UseOnly_mi-OneDsCollector"
address_prefix = "OneDsCollector"
next_hop_type = "Internet"
}
route {
name = "mi-13-64-11-nexthop-internet"
address_prefix = "13.64.0.0/11"
Expand Down

0 comments on commit 79873d5

Please sign in to comment.