Skip to content

Commit

Permalink
Update resource names for docs (#2263)
Browse files Browse the repository at this point in the history
* Update resource names for docs

Use the branding that Azure has on their blogs about this stuff.

Signed-off-by: Tim Smith <[email protected]>

* Cleanup expect.txt spellcheck file

Signed-off-by: Tim Smith <[email protected]>

---------

Signed-off-by: Tim Smith <[email protected]>
  • Loading branch information
tas50 authored Oct 17, 2023
1 parent 7f8a297 commit 2548c78
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
3 changes: 0 additions & 3 deletions .github/actions/spelling/expect.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ cavium
cdn
certificatechains
cmek
confluence
cryptokey
customresources
datapath
Expand Down Expand Up @@ -37,7 +36,6 @@ mfs
mgroup
Mpim
nodepool
nosniff
nullgroup
opcplc
Pids
Expand All @@ -46,7 +44,6 @@ pushconfig
querypack
resourcegroup
Sas
SAMEORIGIN
scim
serviceprincipals
Snat
Expand Down
8 changes: 4 additions & 4 deletions providers/azure/resources/azure.lr
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ private azure.subscription.networkService {
applicationSecurityGroups() []azure.subscription.networkService.appSecurityGroup
}

// Azure Network Virtual Network Gateway
// Azure Virtual Network (VNet) Gateway
azure.subscription.networkService.virtualNetworkGateway @defaults("id name location") {
// Virtual Network Gateway ID
id string
Expand Down Expand Up @@ -388,7 +388,7 @@ azure.subscription.networkService.firewallPolicy @defaults("id name location") {
firewalls() []azure.subscription.networkService.firewall
}

// Azure Network Virtual Network Gateway IP Configuration
// Azure Virtual Network (VNet) Gateway IP Configuration
private azure.subscription.networkService.virtualNetworkGateway.ipConfig @defaults("id name") {
// Virtual Network Gateway IP Configuration id
id string
Expand All @@ -404,7 +404,7 @@ private azure.subscription.networkService.virtualNetworkGateway.ipConfig @defaul
publicIpAddress() azure.subscription.networkService.ipAddress
}

// Azure Network Virtual Network Gateway Connection
// Azure Virtual Network (VNet) Gateway Connection
private azure.subscription.networkService.virtualNetworkGateway.connection @defaults("id name") {
// Virtual Network Gateway Connection id
id string
Expand Down Expand Up @@ -490,7 +490,7 @@ azure.subscription.networkService.subnet @defaults("id name addressPrefix") {
ipConfigurations() []azure.subscription.networkService.virtualNetworkGateway.ipConfig
}

// Azure Network Virtual Network
// Azure Virtual Network
azure.subscription.networkService.virtualNetwork @defaults("id name location") {
// Virtual Network id
id string
Expand Down

0 comments on commit 2548c78

Please sign in to comment.