VirtualNetwork is the Schema for the VirtualNetworks API. Manages a virtual network including any configured subnets. Each subnet can optionally be configured with a security group to be associated with the subnet.
Type
CRD
Group
network.azure.upbound.io
Version
v1beta1
apiVersion: network.azure.upbound.io/v1beta1
kind: VirtualNetwork
VirtualNetworkSpec defines the desired state of VirtualNetwork
No description provided.
The address space that is used the virtual network. You can supply more than one address space.
List of IP addresses of DNS servers
Reference to a ResourceGroup in azure to populate resourceGroupName.
Policies for referencing.
Selector for a ResourceGroup in azure to populate resourceGroupName.
Policies for selection.
THIS IS AN ALPHA FIELD. Do not use it in production. It is not honored unless the relevant Crossplane feature flag is enabled, and may be changed or removed without notice. InitProvider holds the same fields as ForProvider, with the exception of Identifier and other resource reference fields. The fields that are in InitProvider are merged into ForProvider when the resource is created. The same fields are also added to the terraform ignore_changes hook, to avoid updating them after creation. This is useful for fields that are required on creation, but we do not desire to update them after creation, for example because of an external controller is managing them, like an autoscaler.
The address space that is used the virtual network. You can supply more than one address space.
List of IP addresses of DNS servers
THIS IS AN ALPHA FIELD. Do not use it in production. It is not honored unless the relevant Crossplane feature flag is enabled, and may be changed or removed without notice. ManagementPolicies specify the array of actions Crossplane is allowed to take on the managed and external resources. This field is planned to replace the DeletionPolicy field in a future release. Currently, both could be set independently and non-default values would be honored if the feature flag is enabled. If both are custom, the DeletionPolicy field will be ignored. See the design doc for more information: https://github.com/crossplane/crossplane/blob/499895a25d1a1a0ba1604944ef98ac7a1a71f197/design/design-doc-observe-only-resources.md?plain=1#L223 and this one: https://github.com/crossplane/crossplane/blob/444267e84783136daa93568b364a5f01228cacbe/design/one-pager-ignore-changes.md
ProviderConfigReference specifies how the provider that will be used to create, observe, update, and delete this managed resource should be configured.
Policies for referencing.
ProviderReference specifies the provider that will be used to create, observe, update, and delete this managed resource. Deprecated: Please use ProviderConfigReference, i.e. providerConfigRef
Policies for referencing.
PublishConnectionDetailsTo specifies the connection secret config which contains a name, metadata and a reference to secret store config to which any connection details for this managed resource should be written. Connection details frequently include the endpoint, username, and password required to connect to the managed resource.
WriteConnectionSecretToReference specifies the namespace and name of a Secret to which any connection details for this managed resource should be written. Connection details frequently include the endpoint, username, and password required to connect to the managed resource. This field is planned to be replaced in a future release in favor of PublishConnectionDetailsTo. Currently, both could be set independently and connection details would be published to both without affecting each other.
VirtualNetworkStatus defines the observed state of VirtualNetwork.
No description provided.
The address space that is used the virtual network. You can supply more than one address space.
List of IP addresses of DNS servers
Can be specified multiple times to define multiple subnets. Each subnet block supports fields documented below.
Conditions of the resource.
example-vn
apiVersion: network.azure.upbound.io/v1beta1
kind: VirtualNetwork
metadata:
annotations:
upjet.upbound.io/manual-intervention: This resource requires manual intervention.
name: example-vn
spec:
forProvider:
addressSpace:
- 10.0.0.0/16
location: West Europe
resourceGroupNameRef:
name: example-rg-netapp
msmexample
apiVersion: network.azure.upbound.io/v1beta1
kind: VirtualNetwork
metadata:
annotations:
meta.upbound.io/example-id: compute/v1beta1/managerstaticmember
labels:
testing.upbound.io/example-name: example
name: msmexample
spec:
forProvider:
addressSpace:
- 10.0.0.0/16
location: West Europe
resourceGroupNameSelector:
matchLabels:
testing.upbound.io/example-name: example
example-vn-for-connection-monitor
apiVersion: network.azure.upbound.io/v1beta1
kind: VirtualNetwork
metadata:
name: example-vn-for-connection-monitor
spec:
forProvider:
addressSpace:
- 10.0.0.0/16
dnsServers:
- 10.0.0.4
- 10.0.0.5
location: Norway East
resourceGroupNameRef:
name: norway-watcher-rg
example-vn-for-lb
apiVersion: network.azure.upbound.io/v1beta1
kind: VirtualNetwork
metadata:
annotations:
meta.upbound.io/example-id: network/v1beta1/privateendpoint
upjet.upbound.io/manual-intervention: The dependent resource PrivateEndpoint
needs a manual patching and is thus skipped.
name: example-vn-for-lb
spec:
forProvider:
addressSpace:
- 10.0.0.0/16
dnsServers:
- 10.0.0.4
- 10.0.0.5
location: West Europe
resourceGroupNameRef:
name: loadbalancerrg
example
apiVersion: network.azure.upbound.io/v1beta1
kind: VirtualNetwork
metadata:
annotations:
meta.upbound.io/example-id: machinelearningservices/v1beta1/computecluster
labels:
testing.upbound.io/example-name: example
name: example
spec:
forProvider:
addressSpace:
- 10.1.0.0/16
location: West Europe
resourceGroupNameSelector:
matchLabels:
testing.upbound.io/example-name: rgcomputecluster
gvmssexample
apiVersion: network.azure.upbound.io/v1beta1
kind: VirtualNetwork
metadata:
annotations:
meta.upbound.io/example-id: devtestlab/v1beta1/globalvmshutdownschedule
labels:
testing.upbound.io/example-name: example
name: gvmssexample
spec:
forProvider:
addressSpace:
- 10.0.0.0/16
location: West Europe
resourceGroupNameSelector:
matchLabels:
testing.upbound.io/example-name: example
example
apiVersion: network.azure.upbound.io/v1beta1
kind: VirtualNetwork
metadata:
annotations:
meta.upbound.io/example-id: network/v1beta1/virtualnetworkgatewayconnection
upjet.upbound.io/manual-intervention: The resource is dependency of root resource.
labels:
testing.upbound.io/example-name: example
name: example
spec:
forProvider:
addressSpace:
- 10.0.0.0/16
location: West US
resourceGroupNameSelector:
matchLabels:
testing.upbound.io/example-name: example
examplevn
apiVersion: network.azure.upbound.io/v1beta1
kind: VirtualNetwork
metadata:
annotations:
meta.upbound.io/example-id: authorization/v1beta1/resourcepolicyassignment
upjet.upbound.io/manual-intervention: ResourcePolicyAssignment depends on
existing resource id (Virutal Network in this example)
labels:
testing.upbound.io/example-name: examplevn
name: examplevn
spec:
forProvider:
addressSpace:
- 10.0.0.0/16
location: West Europe
resourceGroupNameSelector:
matchLabels:
testing.upbound.io/example-name: examplepolicgyrg
example
apiVersion: network.azure.upbound.io/v1beta1
kind: VirtualNetwork
metadata:
annotations:
meta.upbound.io/example-id: network/v1beta1/applicationgateway
labels:
testing.upbound.io/example-name: example
name: example
spec:
forProvider:
addressSpace:
- 10.254.0.0/16
location: West Europe
resourceGroupNameSelector:
matchLabels:
testing.upbound.io/example-name: example
vulnerabilityassessmenvm-vn
apiVersion: network.azure.upbound.io/v1beta1
kind: VirtualNetwork
metadata:
annotations:
meta.upbound.io/example-id: security/v1beta1/securitycenterservervulnerabilityassessmentvirtualmachine
labels:
testing.upbound.io/example-name: vulnerabilityassessmenvm-vn
name: vulnerabilityassessmenvm-vn
spec:
forProvider:
addressSpace:
- 192.168.1.0/24
location: West Europe
resourceGroupNameSelector:
matchLabels:
testing.upbound.io/example-name: vulnerabilityassessmenvm-rg
example
apiVersion: network.azure.upbound.io/v1beta1
kind: VirtualNetwork
metadata:
labels:
testing.upbound.io/example-name: example
name: example
spec:
forProvider:
addressSpace:
- 10.7.29.0/29
location: West Europe
resourceGroupNameSelector:
matchLabels:
testing.upbound.io/example-name: example-dbformariadb
example
apiVersion: network.azure.upbound.io/v1beta1
kind: VirtualNetwork
metadata:
annotations:
meta.upbound.io/example-id: maintenance/v1beta1/maintenanceassignmentvirtualmachine
upjet.upbound.io/manual-intervention: Unstable resource.
labels:
testing.upbound.io/example-name: example
name: example
spec:
forProvider:
addressSpace:
- 10.0.0.0/16
location: West Europe
resourceGroupNameSelector:
matchLabels:
testing.upbound.io/example-name: rgmaintenance
example
apiVersion: network.azure.upbound.io/v1beta1
kind: VirtualNetwork
metadata:
annotations:
meta.upbound.io/example-id: network/v1beta1/privatednsresolver
labels:
testing.upbound.io/example-name: example
name: example
spec:
forProvider:
addressSpace:
- 10.0.0.0/16
location: West Europe
resourceGroupNameSelector:
matchLabels:
testing.upbound.io/example-name: rgprivatednsresolver
virtualnetwork001
apiVersion: network.azure.upbound.io/v1beta1
kind: VirtualNetwork
metadata:
annotations:
meta.upbound.io/example-id: machinelearningservices/v1beta1/computeinstance
labels:
testing.upbound.io/example-name: virtualnetwork001
name: virtualnetwork001
spec:
forProvider:
addressSpace:
- 10.1.0.0/16
location: West Europe
resourceGroupNameSelector:
matchLabels:
testing.upbound.io/example-name: rgcomputeinstance01
dmsexample
apiVersion: network.azure.upbound.io/v1beta1
kind: VirtualNetwork
metadata:
annotations:
meta.upbound.io/example-id: datamigration/v1beta1/databasemigrationservice
labels:
testing.upbound.io/example-name: example
name: dmsexample
spec:
forProvider:
addressSpace:
- 10.0.0.0/16
location: West Europe
resourceGroupNameSelector:
matchLabels:
testing.upbound.io/example-name: example
namespacenetworkruleset-vn
apiVersion: network.azure.upbound.io/v1beta1
kind: VirtualNetwork
metadata:
annotations:
meta.upbound.io/example-id: servicebus/v1beta1/namespacenetworkruleset
labels:
testing.upbound.io/example-name: namespacenetworkruleset-vn
name: namespacenetworkruleset-vn
spec:
forProvider:
addressSpace:
- 172.17.0.0/16
dnsServers:
- 10.0.0.4
- 10.0.0.5
location: West Europe
resourceGroupNameSelector:
matchLabels:
testing.upbound.io/example-name: namespacenetworkruleset-rg
virtualnetwork
apiVersion: network.azure.upbound.io/v1beta1
kind: VirtualNetwork
metadata:
annotations:
meta.upbound.io/example-id: signalrservice/v1beta1/webpubsubnetworkacl
labels:
testing.upbound.io/example-name: example
name: virtualnetwork
spec:
forProvider:
addressSpace:
- 10.5.0.0/16
location: East US
resourceGroupNameSelector:
matchLabels:
testing.upbound.io/example-name: example
example
apiVersion: network.azure.upbound.io/v1beta1
kind: VirtualNetwork
metadata:
annotations:
meta.upbound.io/example-id: signalrservice/v1beta1/networkacl
labels:
testing.upbound.io/example-name: example
name: example
spec:
forProvider:
addressSpace:
- 10.5.0.0/16
location: West Europe
resourceGroupNameSelector:
matchLabels:
testing.upbound.io/example-name: rg-signalrservice
example
apiVersion: network.azure.upbound.io/v1beta1
kind: VirtualNetwork
metadata:
annotations:
meta.upbound.io/example-id: network/v1beta1/virtualnetworkgateway
upjet.upbound.io/manual-intervention: This resource is a dependency of VirtualNetworkGateway.
labels:
testing.upbound.io/example-name: example
name: example
spec:
forProvider:
addressSpace:
- 10.0.0.0/16
location: West Europe
resourceGroupNameSelector:
matchLabels:
testing.upbound.io/example-name: example
example-vn-for-network-int-test
apiVersion: network.azure.upbound.io/v1beta1
kind: VirtualNetwork
metadata:
name: example-vn-for-network-int-test
spec:
forProvider:
addressSpace:
- 10.0.0.0/16
location: Norway East
resourceGroupNameRef:
name: norway-watcher-rg
psrnmexample
apiVersion: network.azure.upbound.io/v1beta1
kind: VirtualNetwork
metadata:
annotations:
meta.upbound.io/example-id: recoveryservices/v1beta1/siterecoverynetworkmapping
labels:
testing.upbound.io/example-name: primary
name: psrnmexample
spec:
forProvider:
addressSpace:
- 192.168.1.0/24
location: West US
resourceGroupNameSelector:
matchLabels:
testing.upbound.io/example-name: primary
example-vn-failover
apiVersion: network.azure.upbound.io/v1beta1
kind: VirtualNetwork
metadata:
annotations:
upjet.upbound.io/manual-intervention: Creation MSSQLManagedInstanceFailoverGroup
takes 4 hours, see
https://docs.microsoft.com/en-us/azure/azure-sql/managed-instance/management-operations-overview?view=azuresql#duration
name: example-vn-failover
spec:
forProvider:
addressSpace:
- 10.1.0.0/16
location: North Europe
resourceGroupNameRef:
name: example-sql-rg-failover
example
apiVersion: network.azure.upbound.io/v1beta1
kind: VirtualNetwork
metadata:
annotations:
meta.upbound.io/example-id: network/v1beta1/subnetnatgatewayassociation
labels:
testing.upbound.io/example-name: example
name: example
spec:
forProvider:
addressSpace:
- 10.0.0.0/16
location: West Europe
resourceGroupNameSelector:
matchLabels:
testing.upbound.io/example-name: example
example
apiVersion: network.azure.upbound.io/v1beta1
kind: VirtualNetwork
metadata:
annotations:
meta.upbound.io/example-id: compute/v1beta1/windowsvirtualmachinescaleset
labels:
testing.upbound.io/example-name: example
name: example
spec:
forProvider:
addressSpace:
- 10.0.0.0/16
location: West Europe
resourceGroupNameSelector:
matchLabels:
testing.upbound.io/example-name: example
example
apiVersion: network.azure.upbound.io/v1beta1
kind: VirtualNetwork
metadata:
annotations:
meta.upbound.io/example-id: sql/v1beta1/mssqlvirtualnetworkrule
labels:
testing.upbound.io/example-name: example
name: example
spec:
forProvider:
addressSpace:
- 10.7.29.0/29
location: West Europe
resourceGroupNameSelector:
matchLabels:
testing.upbound.io/example-name: example-sql-vn-rule
ssrnmexample
apiVersion: network.azure.upbound.io/v1beta1
kind: VirtualNetwork
metadata:
annotations:
meta.upbound.io/example-id: recoveryservices/v1beta1/siterecoverynetworkmapping
labels:
testing.upbound.io/example-name: secondary
name: ssrnmexample
spec:
forProvider:
addressSpace:
- 192.168.2.0/24
location: East US
resourceGroupNameSelector:
matchLabels:
testing.upbound.io/example-name: secondary
example
apiVersion: network.azure.upbound.io/v1beta1
kind: VirtualNetwork
metadata:
annotations:
meta.upbound.io/example-id: network/v1beta1/vpngateway
labels:
testing.upbound.io/example-name: example
name: example
spec:
forProvider:
addressSpace:
- 10.0.0.0/16
location: West Europe
resourceGroupNameSelector:
matchLabels:
testing.upbound.io/example-name: example
virthubrttable-vn
apiVersion: network.azure.upbound.io/v1beta1
kind: VirtualNetwork
metadata:
annotations:
meta.upbound.io/example-id: network/v1beta1/virtualhubroutetable
labels:
testing.upbound.io/example-name: virthubrttable-vn
name: virthubrttable-vn
spec:
forProvider:
addressSpace:
- 10.5.0.0/16
location: West Europe
resourceGroupNameSelector:
matchLabels:
testing.upbound.io/example-name: virthubrttable-rg
virtualhubconnection-vn
apiVersion: network.azure.upbound.io/v1beta1
kind: VirtualNetwork
metadata:
annotations:
meta.upbound.io/example-id: network/v1beta1/virtualhubconnection
labels:
testing.upbound.io/example-name: virtualhubconnection-vn
name: virtualhubconnection-vn
spec:
forProvider:
addressSpace:
- 172.0.0.0/16
location: West Europe
resourceGroupNameSelector:
matchLabels:
testing.upbound.io/example-name: virtualhubconnection-rg
example-vn-private-dns
apiVersion: network.azure.upbound.io/v1beta1
kind: VirtualNetwork
metadata:
name: example-vn-private-dns
spec:
forProvider:
addressSpace:
- 10.0.0.0/16
dnsServers:
- 10.0.0.4
- 10.0.0.5
location: West Europe
resourceGroupNameRef:
name: private-dns-rg
virthubrtableroute-vn
apiVersion: network.azure.upbound.io/v1beta1
kind: VirtualNetwork
metadata:
annotations:
meta.upbound.io/example-id: network/v1beta1/virtualhubroutetableroute
labels:
testing.upbound.io/example-name: virthubrtableroute-vn
name: virthubrtableroute-vn
spec:
forProvider:
addressSpace:
- 10.5.0.0/16
location: West Europe
resourceGroupNameSelector:
matchLabels:
testing.upbound.io/example-name: virthubrtableroute-rg
examplevn
apiVersion: network.azure.upbound.io/v1beta1
kind: VirtualNetwork
metadata:
annotations:
meta.upbound.io/example-id: authorization/v1beta1/resourcepolicyexemption
upjet.upbound.io/manual-intervention: ResourcePolicyAssignment and
ResourcePolicyExemption depends on existing resource id (Virutal Network
in this example)
labels:
testing.upbound.io/example-name: examplevn
name: examplevn
spec:
forProvider:
addressSpace:
- 10.0.0.0/16
location: West Europe
resourceGroupNameSelector:
matchLabels:
testing.upbound.io/example-name: examplepolicgyrg
example
apiVersion: network.azure.upbound.io/v1beta1
kind: VirtualNetwork
metadata:
annotations:
meta.upbound.io/example-id: network/v1beta1/loadbalancerbackendaddresspooladdress
labels:
testing.upbound.io/example-name: example
name: example
spec:
forProvider:
addressSpace:
- 10.0.0.0/16
location: West Europe
resourceGroupNameSelector:
matchLabels:
testing.upbound.io/example-name: example
diskpoolex
apiVersion: network.azure.upbound.io/v1beta1
kind: VirtualNetwork
metadata:
annotations:
meta.upbound.io/example-id: storagepool/v1beta1/diskpool
labels:
testing.upbound.io/example-name: example
name: diskpoolex
spec:
forProvider:
addressSpace:
- 10.0.0.0/16
location: East Asia
resourceGroupNameSelector:
matchLabels:
testing.upbound.io/example-name: example
example-vn
apiVersion: network.azure.upbound.io/v1beta1
kind: VirtualNetwork
metadata:
name: example-vn
spec:
forProvider:
addressSpace:
- 10.0.0.0/16
location: West Europe
resourceGroupNameRef:
name: example-fw-rg
vulnerabilityassessment-vn
apiVersion: network.azure.upbound.io/v1beta1
kind: VirtualNetwork
metadata:
annotations:
meta.upbound.io/example-id: security/v1beta1/securitycenterservervulnerabilityassessment
labels:
testing.upbound.io/example-name: vulnerabilityassessment-vn
name: vulnerabilityassessment-vn
spec:
forProvider:
addressSpace:
- 192.168.1.0/24
location: West Europe
resourceGroupNameSelector:
matchLabels:
testing.upbound.io/example-name: vulnerabilityassessment-rg
example-vn-for-network-profile
apiVersion: network.azure.upbound.io/v1beta1
kind: VirtualNetwork
metadata:
name: example-vn-for-network-profile
spec:
forProvider:
addressSpace:
- 10.0.0.0/16
dnsServers:
- 10.0.0.4
- 10.0.0.5
location: West Europe
resourceGroupNameRef:
name: networkprofile-rg
example
apiVersion: network.azure.upbound.io/v1beta1
kind: VirtualNetwork
metadata:
annotations:
meta.upbound.io/example-id: network/v1beta1/virtualnetwork
labels:
testing.upbound.io/example-name: example
name: example
spec:
forProvider:
addressSpace:
- 10.0.0.0/16
location: West Europe
resourceGroupNameSelector:
matchLabels:
testing.upbound.io/example-name: example-virtualnetwork
securitycenterassessment-vn
apiVersion: network.azure.upbound.io/v1beta1
kind: VirtualNetwork
metadata:
annotations:
meta.upbound.io/example-id: security/v1beta1/securitycenterassessment
labels:
testing.upbound.io/example-name: securitycenterassessment-vn
name: securitycenterassessment-vn
spec:
forProvider:
addressSpace:
- 10.0.0.0/16
location: West Europe
resourceGroupNameSelector:
matchLabels:
testing.upbound.io/example-name: securitycenterassessment-rg
mdcraexample
apiVersion: network.azure.upbound.io/v1beta1
kind: VirtualNetwork
metadata:
annotations:
meta.upbound.io/example-id: insights/v1beta1/monitordatacollectionruleassociation
labels:
testing.upbound.io/example-name: example
name: mdcraexample
spec:
forProvider:
addressSpace:
- 10.0.0.0/16
location: West Europe
resourceGroupNameSelector:
matchLabels:
testing.upbound.io/example-name: example
example-vn
apiVersion: network.azure.upbound.io/v1beta1
kind: VirtualNetwork
metadata:
annotations:
upjet.upbound.io/manual-intervention: Creation MSSQLManagedInstance takes 4
hours, see
https://docs.microsoft.com/en-us/azure/azure-sql/managed-instance/management-operations-overview?view=azuresql#duration
name: example-vn
spec:
forProvider:
addressSpace:
- 10.0.0.0/16
dnsServers:
- 10.0.0.4
- 10.0.0.5
location: West Europe
resourceGroupNameRef:
name: example-sql-rg
rscexample
apiVersion: network.azure.upbound.io/v1beta1
kind: VirtualNetwork
metadata:
annotations:
meta.upbound.io/example-id: network/v1beta1/routeserverbgpconnection
labels:
testing.upbound.io/example-name: example
name: rscexample
spec:
forProvider:
addressSpace:
- 10.0.0.0/16
location: West Europe
resourceGroupNameSelector:
matchLabels:
testing.upbound.io/example-name: example
tags:
environment: Production
rsexample
apiVersion: network.azure.upbound.io/v1beta1
kind: VirtualNetwork
metadata:
annotations:
meta.upbound.io/example-id: network/v1beta1/routeserver
labels:
testing.upbound.io/example-name: example
name: rsexample
spec:
forProvider:
addressSpace:
- 10.0.0.0/16
location: West Europe
resourceGroupNameSelector:
matchLabels:
testing.upbound.io/example-name: example
tags:
environment: Production
example
apiVersion: network.azure.upbound.io/v1beta1
kind: VirtualNetwork
metadata:
labels:
testing.upbound.io/example-name: example
name: example
spec:
forProvider:
addressSpace:
- 10.0.0.0/16
location: West Europe
resourceGroupNameSelector:
matchLabels:
testing.upbound.io/example-name: example-network-interface
example
apiVersion: network.azure.upbound.io/v1beta1
kind: VirtualNetwork
metadata:
labels:
testing.upbound.io/example-name: example
name: example
spec:
forProvider:
addressSpace:
- 10.7.29.0/29
location: West Europe
resourceGroupNameSelector:
matchLabels:
testing.upbound.io/example-name: example-dbforpostgresql
virtualhubip-vn
apiVersion: network.azure.upbound.io/v1beta1
kind: VirtualNetwork
metadata:
annotations:
meta.upbound.io/example-id: network/v1beta1/virtualhubip
labels:
testing.upbound.io/example-name: virtualhubip-vn
name: virtualhubip-vn
spec:
forProvider:
addressSpace:
- 10.5.0.0/16
location: West Europe
resourceGroupNameSelector:
matchLabels:
testing.upbound.io/example-name: virtualhubip-rg
contactprofile-vn
apiVersion: network.azure.upbound.io/v1beta1
kind: VirtualNetwork
metadata:
annotations:
meta.upbound.io/example-id: orbital/v1beta1/contactprofile
labels:
testing.upbound.io/example-name: contactprofile-vn
name: contactprofile-vn
spec:
forProvider:
addressSpace:
- 10.0.0.0/16
location: West US
resourceGroupNameSelector:
matchLabels:
testing.upbound.io/example-name: contactprofile-rg
example-vn-for-lb
apiVersion: network.azure.upbound.io/v1beta1
kind: VirtualNetwork
metadata:
annotations:
meta.upbound.io/example-id: network/v1beta1/privateendpointapplicationsecuritygroupassociation
upjet.upbound.io/manual-intervention: The dependent resource PrivateEndpoint
needs a manual patching and is thus skipped.
name: example-vn-for-lb
spec:
forProvider:
addressSpace:
- 10.0.0.0/16
dnsServers:
- 10.0.0.4
- 10.0.0.5
location: West Europe
resourceGroupNameRef:
name: loadbalancerrg
example-vn-dbformysql
apiVersion: network.azure.upbound.io/v1beta1
kind: VirtualNetwork
metadata:
annotations:
upjet.upbound.io/manual-intervention: This resource requires manual intervention.
name: example-vn-dbformysql
spec:
forProvider:
addressSpace:
- 10.0.0.0/16
dnsServers:
- 10.0.0.4
- 10.0.0.5
location: West Europe
resourceGroupNameRef:
name: example-rg-dbformysql
example
apiVersion: network.azure.upbound.io/v1beta1
kind: VirtualNetwork
metadata:
annotations:
meta.upbound.io/example-id: compute/v1beta1/linuxvirtualmachinescaleset
labels:
testing.upbound.io/example-name: example
name: example
spec:
forProvider:
addressSpace:
- 10.0.0.0/16
location: West Europe
resourceGroupNameSelector:
matchLabels:
testing.upbound.io/example-name: example
example
apiVersion: network.azure.upbound.io/v1beta1
kind: VirtualNetwork
metadata:
annotations:
meta.upbound.io/example-id: insights/v1beta1/monitorautoscalesetting
labels:
testing.upbound.io/example-name: example
name: example
spec:
forProvider:
addressSpace:
- 10.0.0.0/16
location: West Europe
resourceGroupNameSelector:
matchLabels:
testing.upbound.io/example-name: rg-monitorautoscalesetting
example
apiVersion: network.azure.upbound.io/v1beta1
kind: VirtualNetwork
metadata:
annotations:
meta.upbound.io/example-id: guestconfiguration/v1beta1/policyvirtualmachineconfigurationassignment
labels:
testing.upbound.io/example-name: example
name: example
spec:
forProvider:
addressSpace:
- 10.0.0.0/16
location: West Europe
resourceGroupNameSelector:
matchLabels:
testing.upbound.io/example-name: rgconfigurationassignment
virtualnetwork
apiVersion: network.azure.upbound.io/v1beta1
kind: VirtualNetwork
metadata:
annotations:
meta.upbound.io/example-id: policyinsights/v1beta1/resourcepolicyremediation
labels:
testing.upbound.io/example-name: virtualnetwork
name: virtualnetwork
spec:
forProvider:
addressSpace:
- 10.0.0.0/16
location: West Europe
resourceGroupNameSelector:
matchLabels:
testing.upbound.io/example-name: example
example
apiVersion: network.azure.upbound.io/v1beta1
kind: VirtualNetwork
metadata:
annotations:
meta.upbound.io/example-id: logic/v1beta1/integrationserviceenvironment
upjet.upbound.io/manual-intervention: The resource is dependency of root resource.
labels:
testing.upbound.io/example-name: example
name: example
spec:
forProvider:
addressSpace:
- 10.0.0.0/22
location: West Europe
resourceGroupNameSelector:
matchLabels:
testing.upbound.io/example-name: example
example-vn-for-network-int-test
apiVersion: network.azure.upbound.io/v1beta1
kind: VirtualNetwork
metadata:
name: example-vn-for-network-int-test
spec:
forProvider:
addressSpace:
- 10.0.0.0/16
location: West Europe
resourceGroupNameRef:
name: networkinterfacetestrg
dmpexample
apiVersion: network.azure.upbound.io/v1beta1
kind: VirtualNetwork
metadata:
annotations:
meta.upbound.io/example-id: datamigration/v1beta1/databasemigrationproject
labels:
testing.upbound.io/example-name: example
name: dmpexample
spec:
forProvider:
addressSpace:
- 10.0.0.0/16
location: West Europe
resourceGroupNameSelector:
matchLabels:
testing.upbound.io/example-name: example
© 2022 Upbound, Inc.
Discover the building blocksfor your internal cloud platform.