You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error from server (BadRequest): error when creating "azure-network-interface.yaml": NetworkInterface in version "v1beta1" cannot be handled as a NetworkInterface: strict decoding error: unknown field "spec.forProvider.ipConfiguration[0].publicIpAddressIdSelector"
The text was updated successfully, but these errors were encountered:
fix: allow publicIP to be referenced using selectors and Ref #652
apiVersion: network.azure.upbound.io/v1beta1
kind: PublicIP
metadata:
annotations:
meta.upbound.io/example-id: network/v1beta1/networkinterface
labels:
testing.upbound.io/example-name: example-public-ip
name: example
spec:
forProvider:
allocationMethod: Static
location: Central India
resourceGroupName: IZO_MCN_Orchestrator
providerConfigRef:
name: azure-provider
apiVersion: network.azure.upbound.io/v1beta1
kind: NetworkInterface
metadata:
annotations:
meta.upbound.io/example-id: network/v1beta1/networkinterface
labels:
testing.upbound.io/example-name: example
name: example-with-publicip
spec:
forProvider:
ipConfiguration:
- name: internal
privateIpAddressAllocation: Dynamic
publicIpAddressIdSelector:
matchLabels:
testing.upbound.io/example-name: example-public-ip
# subnetIdSelector:
# matchLabels:
# testing.upbound.io/example-name: example
subnetIdRef:
name: cal-azure-subnet-02
location: Central India
resourceGroupName: IZO_MCN_Orchestrator
providerConfigRef:
name: azure-provider
Error from server (BadRequest): error when creating "azure-network-interface.yaml": NetworkInterface in version "v1beta1" cannot be handled as a NetworkInterface: strict decoding error: unknown field "spec.forProvider.ipConfiguration[0].publicIpAddressIdSelector"
The text was updated successfully, but these errors were encountered: