Preparing report...

Report for github.com/crossplane-contrib/provider-upjet-azure

(v0.42.1)

A+    Excellent!    Found 73 issues across 2978 files

Tweet

go_vet100%

go vet examines Go source code and reports suspicious constructs, such as Printf calls whose arguments do not align with the format string.

No problems detected. Good job!


gofmt100%

Gofmt formats Go programs. We run gofmt -s on your code, where -s is for the "simplify" command

No problems detected. Good job!


ineffassign100%

IneffAssign detects ineffectual assignments in Go code.

No problems detected. Good job!


gocyclo97%

Gocyclo calculates cyclomatic complexities of functions in Go source code. The cyclomatic complexity of a function is calculated according to the following rules: 1 is the base complexity of a function +1 for each 'if', 'for', 'case', '&&' or '||' Go Report Card warns on functions with cyclomatic complexity > 15.

    • apis/servicefabric/v1beta1/zz_generated.deepcopy.go
    • Line 1078: warning: cyclomatic complexity 40 of function (*ClusterObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1252: warning: cyclomatic complexity 40 of function (*ClusterParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 887: warning: cyclomatic complexity 37 of function (*ClusterInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 2868: warning: cyclomatic complexity 25 of function (*ManagedClusterParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 2501: warning: cyclomatic complexity 24 of function (*ManagedClusterNodeTypeObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 2754: warning: cyclomatic complexity 23 of function (*ManagedClusterObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 2630: warning: cyclomatic complexity 23 of function (*ManagedClusterNodeTypeParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 2377: warning: cyclomatic complexity 23 of function (*ManagedClusterNodeTypeInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 2241: warning: cyclomatic complexity 21 of function (*ManagedClusterInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 3133: warning: cyclomatic complexity 20 of function (*NodeTypeObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 3027: warning: cyclomatic complexity 20 of function (*NodeTypeInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 3239: warning: cyclomatic complexity 20 of function (*NodeTypeParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • apis/containerapp/v1beta1/zz_generated.deepcopy.go
    • Line 167: warning: cyclomatic complexity 25 of function (*ContainerAppObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 284: warning: cyclomatic complexity 22 of function (*ContainerAppParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 517: warning: cyclomatic complexity 22 of function (*ContainerObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 614: warning: cyclomatic complexity 21 of function (*ContainerParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 425: warning: cyclomatic complexity 21 of function (*ContainerInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 44: warning: cyclomatic complexity 19 of function (*ContainerAppInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • apis/securityinsights/v1beta1/zz_generated.deepcopy.go
    • Line 1217: warning: cyclomatic complexity 18 of function (*SentinelAutomationRuleInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1426: warning: cyclomatic complexity 18 of function (*SentinelAutomationRuleParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 843: warning: cyclomatic complexity 18 of function (*SentinelAlertRuleMSSecurityIncidentParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 760: warning: cyclomatic complexity 17 of function (*SentinelAlertRuleMSSecurityIncidentObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1340: warning: cyclomatic complexity 17 of function (*SentinelAutomationRuleObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • apis/network/v1beta1/zz_generated.deepcopy.go
    • Line 398: warning: cyclomatic complexity 64 of function (*ApplicationGatewayObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 650: warning: cyclomatic complexity 63 of function (*ApplicationGatewayParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 131: warning: cyclomatic complexity 60 of function (*ApplicationGatewayInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 54464: warning: cyclomatic complexity 41 of function (*VirtualNetworkGatewayConnectionParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 14819: warning: cyclomatic complexity 39 of function (*FrontDoorObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 13882: warning: cyclomatic complexity 38 of function (*FirewallPolicyObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 54104: warning: cyclomatic complexity 36 of function (*VirtualNetworkGatewayConnectionInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 42943: warning: cyclomatic complexity 34 of function (*SecurityRuleParameters_2).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 54310: warning: cyclomatic complexity 32 of function (*VirtualNetworkGatewayConnectionObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 42671: warning: cyclomatic complexity 31 of function (*SecurityRuleObservation_2).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 14046: warning: cyclomatic complexity 30 of function (*FirewallPolicyParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 42251: warning: cyclomatic complexity 29 of function (*SecurityRuleInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 42812: warning: cyclomatic complexity 29 of function (*SecurityRuleParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 42540: warning: cyclomatic complexity 29 of function (*SecurityRuleObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 42382: warning: cyclomatic complexity 28 of function (*SecurityRuleInitParameters_2).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 13484: warning: cyclomatic complexity 27 of function (*FirewallParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1274: warning: cyclomatic complexity 27 of function (*ApplicationRuleCollectionRuleParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1046: warning: cyclomatic complexity 27 of function (*ApplicationRuleCollectionRuleInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 13729: warning: cyclomatic complexity 27 of function (*FirewallPolicyInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1160: warning: cyclomatic complexity 27 of function (*ApplicationRuleCollectionRuleObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 27308: warning: cyclomatic complexity 26 of function (*NetworkInterfaceObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 35709: warning: cyclomatic complexity 26 of function (*PublicIPObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 13364: warning: cyclomatic complexity 26 of function (*FirewallObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 55103: warning: cyclomatic complexity 25 of function (*VirtualNetworkGatewayParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 35847: warning: cyclomatic complexity 25 of function (*PublicIPParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 13227: warning: cyclomatic complexity 24 of function (*FirewallNetworkRuleCollectionRuleParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 13125: warning: cyclomatic complexity 24 of function (*FirewallNetworkRuleCollectionRuleObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 54984: warning: cyclomatic complexity 24 of function (*VirtualNetworkGatewayObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 13023: warning: cyclomatic complexity 24 of function (*FirewallNetworkRuleCollectionRuleInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 12176: warning: cyclomatic complexity 24 of function (*FirewallInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 51133: warning: cyclomatic complexity 24 of function (*VPNServerConfigurationParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 28077: warning: cyclomatic complexity 23 of function (*NetworkRuleCollectionRuleParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 27883: warning: cyclomatic complexity 23 of function (*NetworkRuleCollectionRuleInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 56738: warning: cyclomatic complexity 23 of function (*WatcherFlowLogParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 27980: warning: cyclomatic complexity 23 of function (*NetworkRuleCollectionRuleObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 34491: warning: cyclomatic complexity 23 of function (*PrivateLinkServiceParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 34384: warning: cyclomatic complexity 23 of function (*PrivateLinkServiceObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 51030: warning: cyclomatic complexity 23 of function (*VPNServerConfigurationObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 44621: warning: cyclomatic complexity 22 of function (*SubnetParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 35559: warning: cyclomatic complexity 22 of function (*PublicIPInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 54843: warning: cyclomatic complexity 22 of function (*VirtualNetworkGatewayInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 50501: warning: cyclomatic complexity 22 of function (*VPNLinkObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 19628: warning: cyclomatic complexity 22 of function (*LoadBalancerFrontendIPConfigurationObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 50230: warning: cyclomatic complexity 22 of function (*VPNLinkInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 50607: warning: cyclomatic complexity 22 of function (*VPNLinkParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 29638: warning: cyclomatic complexity 21 of function (*PointToSiteVPNGatewayParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 50740: warning: cyclomatic complexity 21 of function (*VPNServerConfigurationInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 55374: warning: cyclomatic complexity 21 of function (*VirtualNetworkObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 15009: warning: cyclomatic complexity 21 of function (*FrontDoorParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 47644: warning: cyclomatic complexity 21 of function (*TrafficManagerNestedEndpointParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 33922: warning: cyclomatic complexity 21 of function (*PrivateEndpointObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 2297: warning: cyclomatic complexity 20 of function (*BackendHTTPSettingsObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 11469: warning: cyclomatic complexity 20 of function (*ExpressRoutePortObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 16981: warning: cyclomatic complexity 20 of function (*HTTPListenerObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 12608: warning: cyclomatic complexity 20 of function (*FirewallNATRuleCollectionRuleObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 12698: warning: cyclomatic complexity 20 of function (*FirewallNATRuleCollectionRuleParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 12518: warning: cyclomatic complexity 20 of function (*FirewallNATRuleCollectionRuleInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 34260: warning: cyclomatic complexity 20 of function (*PrivateLinkServiceInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 51722: warning: cyclomatic complexity 20 of function (*VPNSiteParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 55476: warning: cyclomatic complexity 19 of function (*VirtualNetworkParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 20471: warning: cyclomatic complexity 19 of function (*LoadBalancerNatRuleParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 48996: warning: cyclomatic complexity 19 of function (*VPNClientConfigurationObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 46097: warning: cyclomatic complexity 19 of function (*TrafficBypassInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 46182: warning: cyclomatic complexity 19 of function (*TrafficBypassObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 48909: warning: cyclomatic complexity 19 of function (*VPNClientConfigurationInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 49083: warning: cyclomatic complexity 19 of function (*VPNClientConfigurationParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 15466: warning: cyclomatic complexity 19 of function (*FrontdoorFirewallPolicyObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 46267: warning: cyclomatic complexity 19 of function (*TrafficBypassParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 44531: warning: cyclomatic complexity 19 of function (*SubnetObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 57209: warning: cyclomatic complexity 19 of function (*WebApplicationFirewallPolicyObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 52677: warning: cyclomatic complexity 18 of function (*VirtualHubObservation_2).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 19384: warning: cyclomatic complexity 18 of function (*LoadBalancerBackendAddressPoolObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 29428: warning: cyclomatic complexity 18 of function (*PointToSiteVPNGatewayInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 26150: warning: cyclomatic complexity 18 of function (*NATRuleCollectionRuleObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 26066: warning: cyclomatic complexity 18 of function (*NATRuleCollectionRuleInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 26234: warning: cyclomatic complexity 18 of function (*NATRuleCollectionRuleParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 3740: warning: cyclomatic complexity 18 of function (*ConnectionMonitorParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 34020: warning: cyclomatic complexity 18 of function (*PrivateEndpointParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 11571: warning: cyclomatic complexity 18 of function (*ExpressRoutePortParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 10335: warning: cyclomatic complexity 18 of function (*ExpressRouteCircuitPeeringObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 2397: warning: cyclomatic complexity 18 of function (*BackendHTTPSettingsParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 10429: warning: cyclomatic complexity 18 of function (*ExpressRouteCircuitPeeringParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 14704: warning: cyclomatic complexity 18 of function (*FrontDoorInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 47554: warning: cyclomatic complexity 18 of function (*TrafficManagerNestedEndpointObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 47432: warning: cyclomatic complexity 18 of function (*TrafficManagerNestedEndpointInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 2207: warning: cyclomatic complexity 18 of function (*BackendHTTPSettingsInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 27434: warning: cyclomatic complexity 17 of function (*NetworkInterfaceParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 10124: warning: cyclomatic complexity 17 of function (*ExpressRouteCircuitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 51518: warning: cyclomatic complexity 17 of function (*VPNSiteInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 51636: warning: cyclomatic complexity 17 of function (*VPNSiteObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 46641: warning: cyclomatic complexity 17 of function (*TrafficManagerAzureEndpointParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 41172: warning: cyclomatic complexity 17 of function (*RuleObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 41248: warning: cyclomatic complexity 17 of function (*RuleParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 21513: warning: cyclomatic complexity 17 of function (*LoadBalancerRuleObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 5498: warning: cyclomatic complexity 17 of function (*DNSAAAARecordParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 3657: warning: cyclomatic complexity 17 of function (*ConnectionMonitorObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 55767: warning: cyclomatic complexity 17 of function (*VirtualNetworkPeeringParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 40925: warning: cyclomatic complexity 17 of function (*RuleInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 56531: warning: cyclomatic complexity 17 of function (*WatcherFlowLogInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 21604: warning: cyclomatic complexity 17 of function (*LoadBalancerRuleParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 5818: warning: cyclomatic complexity 17 of function (*DNSARecordParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 40173: warning: cyclomatic complexity 17 of function (*RoutingRuleObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 37044: warning: cyclomatic complexity 17 of function (*RequestRoutingRuleObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 55262: warning: cyclomatic complexity 16 of function (*VirtualNetworkInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 40250: warning: cyclomatic complexity 16 of function (*RoutingRuleParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 40101: warning: cyclomatic complexity 16 of function (*RoutingRuleInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 19542: warning: cyclomatic complexity 16 of function (*LoadBalancerFrontendIPConfigurationInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 10036: warning: cyclomatic complexity 16 of function (*ExpressRouteCircuitObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 17408: warning: cyclomatic complexity 16 of function (*IPGroupObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 19732: warning: cyclomatic complexity 16 of function (*LoadBalancerFrontendIPConfigurationParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 39339: warning: cyclomatic complexity 16 of function (*RouteServerParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 39252: warning: cyclomatic complexity 16 of function (*RouteServerObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 20611: warning: cyclomatic complexity 16 of function (*LoadBalancerObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 9396: warning: cyclomatic complexity 16 of function (*ExplicitResourceOrderObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 52796: warning: cyclomatic complexity 16 of function (*VirtualHubParameters_2).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 15562: warning: cyclomatic complexity 16 of function (*FrontdoorFirewallPolicyParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 20259: warning: cyclomatic complexity 16 of function (*LoadBalancerNatRuleInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 20381: warning: cyclomatic complexity 16 of function (*LoadBalancerNatRuleObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 43996: warning: cyclomatic complexity 16 of function (*SubnetInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 50107: warning: cyclomatic complexity 16 of function (*VPNGatewayParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 56653: warning: cyclomatic complexity 16 of function (*WatcherFlowLogObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 29554: warning: cyclomatic complexity 16 of function (*PointToSiteVPNGatewayObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 47125: warning: cyclomatic complexity 16 of function (*TrafficManagerExternalEndpointParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • apis/cdn/v1beta1/zz_generated.deepcopy.go
    • Line 3440: warning: cyclomatic complexity 43 of function (*DeliveryRuleParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 3275: warning: cyclomatic complexity 43 of function (*DeliveryRuleObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 3110: warning: cyclomatic complexity 43 of function (*DeliveryRuleInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1450: warning: cyclomatic complexity 39 of function (*ConditionsParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1154: warning: cyclomatic complexity 39 of function (*ConditionsInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1302: warning: cyclomatic complexity 39 of function (*ConditionsObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 6738: warning: cyclomatic complexity 38 of function (*FrontdoorRouteParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 6436: warning: cyclomatic complexity 35 of function (*FrontdoorRouteInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 4107: warning: cyclomatic complexity 30 of function (*EndpointParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 3972: warning: cyclomatic complexity 28 of function (*EndpointObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 6621: warning: cyclomatic complexity 26 of function (*FrontdoorRouteObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 3825: warning: cyclomatic complexity 24 of function (*EndpointInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 6025: warning: cyclomatic complexity 19 of function (*FrontdoorOriginParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 5431: warning: cyclomatic complexity 19 of function (*FrontdoorFirewallPolicyParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 5335: warning: cyclomatic complexity 19 of function (*FrontdoorFirewallPolicyObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 5829: warning: cyclomatic complexity 16 of function (*FrontdoorOriginInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 5218: warning: cyclomatic complexity 16 of function (*FrontdoorFirewallPolicyInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • apis/dbforpostgresql/v1beta1/zz_generated.deepcopy.go
    • Line 2290: warning: cyclomatic complexity 37 of function (*FlexibleServerParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 2134: warning: cyclomatic complexity 32 of function (*FlexibleServerObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1946: warning: cyclomatic complexity 32 of function (*FlexibleServerInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 3372: warning: cyclomatic complexity 27 of function (*ServerParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 3237: warning: cyclomatic complexity 26 of function (*ServerObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 2871: warning: cyclomatic complexity 23 of function (*ServerInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • apis/logic/v1beta1/zz_generated.deepcopy.go
    • Line 2925: warning: cyclomatic complexity 35 of function (*AppWorkflowObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 3707: warning: cyclomatic complexity 24 of function (*IntegrationServiceEnvironmentObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 3091: warning: cyclomatic complexity 23 of function (*AppWorkflowParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 2786: warning: cyclomatic complexity 20 of function (*AppWorkflowInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 3818: warning: cyclomatic complexity 16 of function (*IntegrationServiceEnvironmentParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • apis/media/v1beta1/zz_generated.deepcopy.go
    • Line 7615: warning: cyclomatic complexity 29 of function (*LiveEventParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 7205: warning: cyclomatic complexity 26 of function (*LiveEventObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 11658: warning: cyclomatic complexity 25 of function (*StreamingEndpointParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 11535: warning: cyclomatic complexity 25 of function (*StreamingEndpointObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 7067: warning: cyclomatic complexity 23 of function (*LiveEventInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 12039: warning: cyclomatic complexity 21 of function (*StreamingLocatorParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 11407: warning: cyclomatic complexity 19 of function (*StreamingEndpointInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 10935: warning: cyclomatic complexity 18 of function (*ServicesAccountParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 10851: warning: cyclomatic complexity 17 of function (*ServicesAccountObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1541: warning: cyclomatic complexity 17 of function (*CodecParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1399: warning: cyclomatic complexity 17 of function (*CodecInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1470: warning: cyclomatic complexity 17 of function (*CodecObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 12352: warning: cyclomatic complexity 16 of function (*StreamingPolicyParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 6770: warning: cyclomatic complexity 16 of function (*LayerInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 6860: warning: cyclomatic complexity 16 of function (*LayerObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 6950: warning: cyclomatic complexity 16 of function (*LayerParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 11956: warning: cyclomatic complexity 16 of function (*StreamingLocatorObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 6207: warning: cyclomatic complexity 16 of function (*JobParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • apis/labservices/v1beta1/zz_generated.deepcopy.go
    • Line 843: warning: cyclomatic complexity 23 of function (*LabServiceLabParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 740: warning: cyclomatic complexity 22 of function (*LabServiceLabObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1221: warning: cyclomatic complexity 21 of function (*LabServicePlanParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 615: warning: cyclomatic complexity 20 of function (*LabServiceLabInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1133: warning: cyclomatic complexity 18 of function (*LabServicePlanObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1013: warning: cyclomatic complexity 18 of function (*LabServicePlanInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • apis/solutions/v1beta1/zz_generated.deepcopy.go
    • Line 317: warning: cyclomatic complexity 17 of function (*ManagedApplicationDefinitionParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 229: warning: cyclomatic complexity 16 of function (*ManagedApplicationDefinitionObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • apis/insights/v1beta1/zz_generated.deepcopy.go
    • Line 13201: warning: cyclomatic complexity 32 of function (*MonitorScheduledQueryRulesAlertV2Parameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 8450: warning: cyclomatic complexity 32 of function (*MonitorActionGroupParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 13049: warning: cyclomatic complexity 31 of function (*MonitorScheduledQueryRulesAlertV2Observation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 8317: warning: cyclomatic complexity 31 of function (*MonitorActionGroupObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 12878: warning: cyclomatic complexity 29 of function (*MonitorScheduledQueryRulesAlertV2InitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 11311: warning: cyclomatic complexity 29 of function (*MonitorMetricAlertParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 8162: warning: cyclomatic complexity 29 of function (*MonitorActionGroupInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 12372: warning: cyclomatic complexity 28 of function (*MonitorScheduledQueryRulesAlertParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 12073: warning: cyclomatic complexity 28 of function (*MonitorScheduledQueryRulesAlertInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 11037: warning: cyclomatic complexity 26 of function (*MonitorMetricAlertInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 12246: warning: cyclomatic complexity 25 of function (*MonitorScheduledQueryRulesAlertObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 11191: warning: cyclomatic complexity 25 of function (*MonitorMetricAlertObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1687: warning: cyclomatic complexity 23 of function (*ApplicationInsightsStandardWebTestParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 10233: warning: cyclomatic complexity 23 of function (*MonitorDataCollectionRuleParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 2228: warning: cyclomatic complexity 22 of function (*ApplicationInsightsWebTestParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1882: warning: cyclomatic complexity 22 of function (*ApplicationInsightsWebTestInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1030: warning: cyclomatic complexity 21 of function (*ApplicationInsightsParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 4553: warning: cyclomatic complexity 21 of function (*DataSourcesObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 4468: warning: cyclomatic complexity 21 of function (*DataSourcesInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 4638: warning: cyclomatic complexity 21 of function (*DataSourcesParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1581: warning: cyclomatic complexity 21 of function (*ApplicationInsightsStandardWebTestObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 10132: warning: cyclomatic complexity 21 of function (*MonitorDataCollectionRuleObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1448: warning: cyclomatic complexity 20 of function (*ApplicationInsightsStandardWebTestInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 8861: warning: cyclomatic complexity 20 of function (*MonitorActivityLogAlertParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 4142: warning: cyclomatic complexity 20 of function (*CriteriaParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 8650: warning: cyclomatic complexity 20 of function (*MonitorActivityLogAlertInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 3944: warning: cyclomatic complexity 20 of function (*CriteriaInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 10004: warning: cyclomatic complexity 20 of function (*MonitorDataCollectionRuleInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 2121: warning: cyclomatic complexity 20 of function (*ApplicationInsightsWebTestObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 13606: warning: cyclomatic complexity 19 of function (*MonitorScheduledQueryRulesLogInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 13821: warning: cyclomatic complexity 19 of function (*MonitorScheduledQueryRulesLogParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 924: warning: cyclomatic complexity 19 of function (*ApplicationInsightsObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 791: warning: cyclomatic complexity 18 of function (*ApplicationInsightsInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 4048: warning: cyclomatic complexity 18 of function (*CriteriaObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 2620: warning: cyclomatic complexity 17 of function (*ApplicationInsightsWorkbookParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 2407: warning: cyclomatic complexity 17 of function (*ApplicationInsightsWorkbookInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 4865: warning: cyclomatic complexity 17 of function (*DestinationsParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 9021: warning: cyclomatic complexity 17 of function (*MonitorAutoscaleSettingInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 10605: warning: cyclomatic complexity 17 of function (*MonitorDiagnosticSettingParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 10406: warning: cyclomatic complexity 17 of function (*MonitorDiagnosticSettingInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 4794: warning: cyclomatic complexity 17 of function (*DestinationsObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 9218: warning: cyclomatic complexity 17 of function (*MonitorAutoscaleSettingParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 4723: warning: cyclomatic complexity 17 of function (*DestinationsInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 10524: warning: cyclomatic complexity 16 of function (*MonitorDiagnosticSettingObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 2532: warning: cyclomatic complexity 16 of function (*ApplicationInsightsWorkbookObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 8780: warning: cyclomatic complexity 16 of function (*MonitorActivityLogAlertObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 13737: warning: cyclomatic complexity 16 of function (*MonitorScheduledQueryRulesLogObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • apis/signalrservice/v1beta1/zz_generated.deepcopy.go
    • Line 1366: warning: cyclomatic complexity 31 of function (*ServiceObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1517: warning: cyclomatic complexity 28 of function (*ServiceParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1213: warning: cyclomatic complexity 25 of function (*ServiceInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 3297: warning: cyclomatic complexity 23 of function (*WebPubsubObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 3417: warning: cyclomatic complexity 19 of function (*WebPubsubParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 2567: warning: cyclomatic complexity 19 of function (*WebPubsubInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • apis/cache/v1beta1/zz_generated.deepcopy.go
    • Line 672: warning: cyclomatic complexity 34 of function (*RedisCacheParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 503: warning: cyclomatic complexity 34 of function (*RedisCacheObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 317: warning: cyclomatic complexity 31 of function (*RedisCacheInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1591: warning: cyclomatic complexity 17 of function (*RedisEnterpriseDatabaseParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • apis/streamanalytics/v1beta1/zz_generated.deepcopy.go
    • Line 3487: warning: cyclomatic complexity 25 of function (*OutputServiceBusQueueParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 4028: warning: cyclomatic complexity 25 of function (*OutputServiceBusTopicParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 3242: warning: cyclomatic complexity 24 of function (*OutputServiceBusQueueInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 3783: warning: cyclomatic complexity 24 of function (*OutputServiceBusTopicInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 6504: warning: cyclomatic complexity 23 of function (*StreamInputEventHubParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 924: warning: cyclomatic complexity 23 of function (*JobParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 804: warning: cyclomatic complexity 23 of function (*JobObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1622: warning: cyclomatic complexity 22 of function (*OutputBlobParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 6283: warning: cyclomatic complexity 22 of function (*StreamInputEventHubInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 5123: warning: cyclomatic complexity 21 of function (*ReferenceInputBlobParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 2761: warning: cyclomatic complexity 20 of function (*OutputMSSQLParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 4912: warning: cyclomatic complexity 20 of function (*ReferenceInputBlobInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 667: warning: cyclomatic complexity 20 of function (*JobInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1984: warning: cyclomatic complexity 20 of function (*OutputEventHubParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 2554: warning: cyclomatic complexity 19 of function (*OutputMSSQLInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 5827: warning: cyclomatic complexity 19 of function (*StreamInputBlobInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 6028: warning: cyclomatic complexity 19 of function (*StreamInputBlobParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1416: warning: cyclomatic complexity 18 of function (*OutputBlobInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 6778: warning: cyclomatic complexity 18 of function (*StreamInputIOTHubInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 6969: warning: cyclomatic complexity 18 of function (*StreamInputIOTHubParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 3939: warning: cyclomatic complexity 17 of function (*OutputServiceBusTopicObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 5564: warning: cyclomatic complexity 17 of function (*ReferenceInputMSSQLParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 4758: warning: cyclomatic complexity 17 of function (*OutputTableParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 3398: warning: cyclomatic complexity 17 of function (*OutputServiceBusQueueObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • apis/web/v1beta1/zz_generated.resolvers.go
    • Line 694: warning: cyclomatic complexity 21 of function (*LinuxFunctionApp).ResolveReferences() is high (> 15) (gocyclo)
    • Line 1458: warning: cyclomatic complexity 20 of function (*WindowsFunctionApp).ResolveReferences() is high (> 15) (gocyclo)
    • Line 164: warning: cyclomatic complexity 19 of function (*FunctionApp).ResolveReferences() is high (> 15) (gocyclo)
    • Line 508: warning: cyclomatic complexity 19 of function (*FunctionAppSlot).ResolveReferences() is high (> 15) (gocyclo)
    • Line 1660: warning: cyclomatic complexity 18 of function (*WindowsFunctionAppSlot).ResolveReferences() is high (> 15) (gocyclo)
    • Line 1082: warning: cyclomatic complexity 18 of function (*LinuxWebApp).ResolveReferences() is high (> 15) (gocyclo)
    • Line 1830: warning: cyclomatic complexity 18 of function (*WindowsWebApp).ResolveReferences() is high (> 15) (gocyclo)
    • Line 912: warning: cyclomatic complexity 18 of function (*LinuxFunctionAppSlot).ResolveReferences() is high (> 15) (gocyclo)
    • Line 1252: warning: cyclomatic complexity 17 of function (*LinuxWebAppSlot).ResolveReferences() is high (> 15) (gocyclo)
    • Line 2000: warning: cyclomatic complexity 16 of function (*WindowsWebAppSlot).ResolveReferences() is high (> 15) (gocyclo)
    • apis/sql/v1beta1/zz_generated.deepcopy.go
    • Line 1231: warning: cyclomatic complexity 36 of function (*MSSQLDatabaseParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1057: warning: cyclomatic complexity 35 of function (*MSSQLDatabaseObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 861: warning: cyclomatic complexity 33 of function (*MSSQLDatabaseInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 4227: warning: cyclomatic complexity 28 of function (*MSSQLManagedInstanceParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 3934: warning: cyclomatic complexity 25 of function (*MSSQLManagedInstanceInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 5581: warning: cyclomatic complexity 25 of function (*MSSQLServerParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 4099: warning: cyclomatic complexity 24 of function (*MSSQLManagedInstanceObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 5465: warning: cyclomatic complexity 23 of function (*MSSQLServerObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 5084: warning: cyclomatic complexity 21 of function (*MSSQLServerInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1934: warning: cyclomatic complexity 20 of function (*MSSQLElasticPoolParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 5909: warning: cyclomatic complexity 20 of function (*MSSQLServerSecurityAlertPolicyParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 2277: warning: cyclomatic complexity 18 of function (*MSSQLFailoverGroupParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1844: warning: cyclomatic complexity 17 of function (*MSSQLElasticPoolObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • apis/containerservice/v1beta1/zz_generated.deepcopy.go
    • Line 4669: warning: cyclomatic complexity 87 of function (*KubernetesClusterObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 5039: warning: cyclomatic complexity 84 of function (*KubernetesClusterParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 2824: warning: cyclomatic complexity 81 of function (*KubernetesClusterInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 4220: warning: cyclomatic complexity 61 of function (*KubernetesClusterNodePoolParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 3223: warning: cyclomatic complexity 58 of function (*KubernetesClusterNodePoolInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 3951: warning: cyclomatic complexity 56 of function (*KubernetesClusterNodePoolObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 903: warning: cyclomatic complexity 54 of function (*DefaultNodePoolInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1407: warning: cyclomatic complexity 54 of function (*DefaultNodePoolParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1165: warning: cyclomatic complexity 50 of function (*DefaultNodePoolObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 5948: warning: cyclomatic complexity 30 of function (*LinuxOsConfigSysctlConfigObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 5788: warning: cyclomatic complexity 30 of function (*LinuxOsConfigSysctlConfigInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 7861: warning: cyclomatic complexity 30 of function (*SysctlConfigInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 8181: warning: cyclomatic complexity 30 of function (*SysctlConfigParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 8021: warning: cyclomatic complexity 30 of function (*SysctlConfigObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 6108: warning: cyclomatic complexity 30 of function (*LinuxOsConfigSysctlConfigParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 6839: warning: cyclomatic complexity 25 of function (*NetworkProfileInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 7073: warning: cyclomatic complexity 25 of function (*NetworkProfileParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 6956: warning: cyclomatic complexity 25 of function (*NetworkProfileObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 525: warning: cyclomatic complexity 18 of function (*AutoScalerProfileParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 425: warning: cyclomatic complexity 18 of function (*AutoScalerProfileObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 325: warning: cyclomatic complexity 18 of function (*AutoScalerProfileInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • apis/datafactory/v1beta1/zz_generated.deepcopy.go
    • Line 3469: warning: cyclomatic complexity 35 of function (*DataSetDelimitedTextParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 3125: warning: cyclomatic complexity 32 of function (*DataSetDelimitedTextInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 3313: warning: cyclomatic complexity 32 of function (*DataSetDelimitedTextObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 11986: warning: cyclomatic complexity 28 of function (*LinkedServiceAzureBlobStorageParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 12525: warning: cyclomatic complexity 27 of function (*LinkedServiceAzureDatabricksParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 2198: warning: cyclomatic complexity 26 of function (*DataSetBinaryParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 6214: warning: cyclomatic complexity 26 of function (*DataSetParquetParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 4857: warning: cyclomatic complexity 25 of function (*DataSetJSONParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 16558: warning: cyclomatic complexity 25 of function (*LinkedServiceKustoParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 9728: warning: cyclomatic complexity 25 of function (*IntegrationRuntimeAzureSSISParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 13886: warning: cyclomatic complexity 24 of function (*LinkedServiceAzureSQLDatabaseParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 11864: warning: cyclomatic complexity 24 of function (*LinkedServiceAzureBlobStorageObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 9619: warning: cyclomatic complexity 24 of function (*IntegrationRuntimeAzureSSISObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 25334: warning: cyclomatic complexity 24 of function (*TriggerScheduleParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1757: warning: cyclomatic complexity 24 of function (*DataSetAzureBlobParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 12190: warning: cyclomatic complexity 23 of function (*LinkedServiceAzureDatabricksInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 24263: warning: cyclomatic complexity 23 of function (*TriggerBlobEventParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 6100: warning: cyclomatic complexity 23 of function (*DataSetParquetObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 5954: warning: cyclomatic complexity 23 of function (*DataSetParquetInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 4034: warning: cyclomatic complexity 23 of function (*DataSetHTTPParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 12411: warning: cyclomatic complexity 23 of function (*LinkedServiceAzureDatabricksObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 2087: warning: cyclomatic complexity 23 of function (*DataSetBinaryObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 13769: warning: cyclomatic complexity 23 of function (*LinkedServiceAzureSQLDatabaseObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1944: warning: cyclomatic complexity 23 of function (*DataSetBinaryInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 24790: warning: cyclomatic complexity 22 of function (*TriggerCustomEventParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 7695: warning: cyclomatic complexity 22 of function (*DataSetSnowflakeParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 4748: warning: cyclomatic complexity 22 of function (*DataSetJSONObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 9488: warning: cyclomatic complexity 22 of function (*IntegrationRuntimeAzureSSISInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 4607: warning: cyclomatic complexity 22 of function (*DataSetJSONInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 11720: warning: cyclomatic complexity 22 of function (*LinkedServiceAzureBlobStorageInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 13018: warning: cyclomatic complexity 21 of function (*LinkedServiceAzureFileStorageParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 25090: warning: cyclomatic complexity 21 of function (*TriggerScheduleInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 15731: warning: cyclomatic complexity 21 of function (*LinkedServiceDataLakeStorageGen2Parameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 25228: warning: cyclomatic complexity 21 of function (*TriggerScheduleObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 16310: warning: cyclomatic complexity 21 of function (*LinkedServiceKustoInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 5355: warning: cyclomatic complexity 21 of function (*DataSetMySQLParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1505: warning: cyclomatic complexity 21 of function (*DataSetAzureBlobInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 7201: warning: cyclomatic complexity 21 of function (*DataSetSQLServerTableParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1647: warning: cyclomatic complexity 21 of function (*DataSetAzureBlobObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 13555: warning: cyclomatic complexity 21 of function (*LinkedServiceAzureSQLDatabaseInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 18528: warning: cyclomatic complexity 21 of function (*LinkedServiceSFTPParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 6717: warning: cyclomatic complexity 21 of function (*DataSetPostgreSQLParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 2608: warning: cyclomatic complexity 21 of function (*DataSetCosmosDBSQLAPIParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 8427: warning: cyclomatic complexity 21 of function (*FactoryParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 19100: warning: cyclomatic complexity 21 of function (*LinkedServiceSQLServerParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 939: warning: cyclomatic complexity 20 of function (*CustomDataSetParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 15623: warning: cyclomatic complexity 20 of function (*LinkedServiceDataLakeStorageGen2Observation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 18998: warning: cyclomatic complexity 20 of function (*LinkedServiceSQLServerObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 18420: warning: cyclomatic complexity 20 of function (*LinkedServiceSFTPObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 3929: warning: cyclomatic complexity 20 of function (*DataSetHTTPObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 3792: warning: cyclomatic complexity 20 of function (*DataSetHTTPInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 24031: warning: cyclomatic complexity 20 of function (*TriggerBlobEventInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 24163: warning: cyclomatic complexity 20 of function (*TriggerBlobEventObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 8328: warning: cyclomatic complexity 20 of function (*FactoryObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 20979: warning: cyclomatic complexity 19 of function (*NewClusterConfigObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 839: warning: cyclomatic complexity 19 of function (*CustomDataSetObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 20875: warning: cyclomatic complexity 19 of function (*NewClusterConfigInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 16455: warning: cyclomatic complexity 19 of function (*LinkedServiceKustoObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 14283: warning: cyclomatic complexity 19 of function (*LinkedServiceAzureSearchParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 20385: warning: cyclomatic complexity 19 of function (*LinkedServiceWebParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 7595: warning: cyclomatic complexity 19 of function (*DataSetSnowflakeObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1355: warning: cyclomatic complexity 19 of function (*DataFlowParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 7463: warning: cyclomatic complexity 19 of function (*DataSetSnowflakeInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 13393: warning: cyclomatic complexity 19 of function (*LinkedServiceAzureFunctionParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 12918: warning: cyclomatic complexity 19 of function (*LinkedServiceAzureFileStorageObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 21083: warning: cyclomatic complexity 19 of function (*NewClusterConfigParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 24568: warning: cyclomatic complexity 19 of function (*TriggerCustomEventInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 24695: warning: cyclomatic complexity 19 of function (*TriggerCustomEventObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 15328: warning: cyclomatic complexity 19 of function (*LinkedServiceCosmosDBParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 18704: warning: cyclomatic complexity 18 of function (*LinkedServiceSQLServerInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 15107: warning: cyclomatic complexity 18 of function (*LinkedServiceCosmosDBMongoapiParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 2513: warning: cyclomatic complexity 18 of function (*DataSetCosmosDBSQLAPIObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 8207: warning: cyclomatic complexity 18 of function (*FactoryInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 7106: warning: cyclomatic complexity 18 of function (*DataSetSQLServerTableObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 17749: warning: cyclomatic complexity 18 of function (*LinkedServiceOdbcParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 5133: warning: cyclomatic complexity 18 of function (*DataSetMySQLInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 18290: warning: cyclomatic complexity 18 of function (*LinkedServiceSFTPInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 15493: warning: cyclomatic complexity 18 of function (*LinkedServiceDataLakeStorageGen2InitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 6495: warning: cyclomatic complexity 18 of function (*DataSetPostgreSQLInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 6979: warning: cyclomatic complexity 18 of function (*DataSetSQLServerTableInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 5260: warning: cyclomatic complexity 18 of function (*DataSetMySQLObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 16150: warning: cyclomatic complexity 18 of function (*LinkedServiceKeyVaultParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1272: warning: cyclomatic complexity 18 of function (*DataFlowObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 6622: warning: cyclomatic complexity 18 of function (*DataSetPostgreSQLObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 17293: warning: cyclomatic complexity 18 of function (*LinkedServiceODataParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 19566: warning: cyclomatic complexity 18 of function (*LinkedServiceSnowflakeParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 2386: warning: cyclomatic complexity 18 of function (*DataSetCosmosDBSQLAPIInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 11563: warning: cyclomatic complexity 18 of function (*LinkedCustomServiceParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 20020: warning: cyclomatic complexity 18 of function (*LinkedServiceSynapseParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 21497: warning: cyclomatic complexity 18 of function (*PipelineParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 10315: warning: cyclomatic complexity 17 of function (*IntegrationRuntimeManagedParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 11473: warning: cyclomatic complexity 17 of function (*LinkedCustomServiceObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 13303: warning: cyclomatic complexity 17 of function (*LinkedServiceAzureFunctionObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 20292: warning: cyclomatic complexity 17 of function (*LinkedServiceWebObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 14190: warning: cyclomatic complexity 17 of function (*LinkedServiceAzureSearchObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 19476: warning: cyclomatic complexity 17 of function (*LinkedServiceSnowflakeObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 19930: warning: cyclomatic complexity 17 of function (*LinkedServiceSynapseObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 17203: warning: cyclomatic complexity 17 of function (*LinkedServiceODataObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 17659: warning: cyclomatic complexity 17 of function (*LinkedServiceOdbcObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 21404: warning: cyclomatic complexity 17 of function (*PipelineObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 717: warning: cyclomatic complexity 17 of function (*CustomDataSetInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 12721: warning: cyclomatic complexity 17 of function (*LinkedServiceAzureFileStorageInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 10234: warning: cyclomatic complexity 16 of function (*IntegrationRuntimeManagedObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 18140: warning: cyclomatic complexity 16 of function (*LinkedServicePostgreSQLParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 14070: warning: cyclomatic complexity 16 of function (*LinkedServiceAzureSearchInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1167: warning: cyclomatic complexity 16 of function (*DataFlowInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 16941: warning: cyclomatic complexity 16 of function (*LinkedServiceMySQLParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 15019: warning: cyclomatic complexity 16 of function (*LinkedServiceCosmosDBMongoapiObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 15240: warning: cyclomatic complexity 16 of function (*LinkedServiceCosmosDBObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • apis/devtestlab/v1beta1/zz_generated.deepcopy.go
    • Line 1236: warning: cyclomatic complexity 30 of function (*LinuxVirtualMachineParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 929: warning: cyclomatic complexity 29 of function (*LinuxVirtualMachineInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 3052: warning: cyclomatic complexity 28 of function (*WindowsVirtualMachineInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 3349: warning: cyclomatic complexity 28 of function (*WindowsVirtualMachineParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1111: warning: cyclomatic complexity 24 of function (*LinuxVirtualMachineObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 3229: warning: cyclomatic complexity 23 of function (*WindowsVirtualMachineObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 2205: warning: cyclomatic complexity 22 of function (*ScheduleParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 2111: warning: cyclomatic complexity 19 of function (*ScheduleObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1558: warning: cyclomatic complexity 16 of function (*PolicyInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1757: warning: cyclomatic complexity 16 of function (*PolicyParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1910: warning: cyclomatic complexity 16 of function (*ScheduleInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • apis/databricks/v1beta1/zz_generated.deepcopy.go
    • Line 1114: warning: cyclomatic complexity 27 of function (*WorkspaceObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1251: warning: cyclomatic complexity 22 of function (*WorkspaceParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 979: warning: cyclomatic complexity 19 of function (*WorkspaceInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 265: warning: cyclomatic complexity 17 of function (*CustomParametersInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 435: warning: cyclomatic complexity 17 of function (*CustomParametersParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • apis/dbformariadb/v1beta1/zz_generated.deepcopy.go
    • Line 975: warning: cyclomatic complexity 24 of function (*ServerParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 859: warning: cyclomatic complexity 21 of function (*ServerObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 716: warning: cyclomatic complexity 20 of function (*ServerInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • apis/search/v1beta1/zz_generated.deepcopy.go
    • Line 295: warning: cyclomatic complexity 22 of function (*ServiceObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 406: warning: cyclomatic complexity 21 of function (*ServiceParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 169: warning: cyclomatic complexity 18 of function (*ServiceInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • apis/synapse/v1beta1/zz_generated.deepcopy.go
    • Line 5664: warning: cyclomatic complexity 39 of function (*WorkspaceParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 5308: warning: cyclomatic complexity 35 of function (*WorkspaceInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 5504: warning: cyclomatic complexity 34 of function (*WorkspaceObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 4654: warning: cyclomatic complexity 27 of function (*SparkPoolParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 4525: warning: cyclomatic complexity 26 of function (*SparkPoolObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 4374: warning: cyclomatic complexity 24 of function (*SparkPoolInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1779: warning: cyclomatic complexity 18 of function (*LinkedServiceParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 3607: warning: cyclomatic complexity 17 of function (*SQLPoolSecurityAlertPolicyParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1689: warning: cyclomatic complexity 17 of function (*LinkedServiceObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 6265: warning: cyclomatic complexity 17 of function (*WorkspaceSecurityAlertPolicyParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • apis/keyvault/v1beta1/zz_generated.deepcopy.go
    • Line 2170: warning: cyclomatic complexity 27 of function (*KeyObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 4628: warning: cyclomatic complexity 23 of function (*VaultObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1505: warning: cyclomatic complexity 22 of function (*CertificateObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 4745: warning: cyclomatic complexity 21 of function (*VaultParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 59: warning: cyclomatic complexity 19 of function (*AccessPolicyInitParameters_2).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 353: warning: cyclomatic complexity 19 of function (*AccessPolicyParameters_2).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 2309: warning: cyclomatic complexity 18 of function (*KeyParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 4501: warning: cyclomatic complexity 18 of function (*VaultInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 2858: warning: cyclomatic complexity 18 of function (*ManagedHardwareSecurityModuleObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 2952: warning: cyclomatic complexity 18 of function (*ManagedHardwareSecurityModuleParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 2044: warning: cyclomatic complexity 18 of function (*KeyInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 254: warning: cyclomatic complexity 18 of function (*AccessPolicyObservation_2).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 180: warning: cyclomatic complexity 16 of function (*AccessPolicyObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • apis/recoveryservices/v1beta1/zz_generated.deepcopy.go
    • Line 1076: warning: cyclomatic complexity 22 of function (*BackupPolicyVMParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 5085: warning: cyclomatic complexity 21 of function (*SiteRecoveryProtectionContainerMappingParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 5829: warning: cyclomatic complexity 21 of function (*VaultParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 5727: warning: cyclomatic complexity 20 of function (*VaultObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 989: warning: cyclomatic complexity 19 of function (*BackupPolicyVMObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 600: warning: cyclomatic complexity 18 of function (*BackupPolicyFileShareParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 5603: warning: cyclomatic complexity 18 of function (*VaultInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 2419: warning: cyclomatic complexity 17 of function (*BackupProtectedVMParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 2238: warning: cyclomatic complexity 17 of function (*BackupProtectedVMInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1919: warning: cyclomatic complexity 16 of function (*BackupProtectedFileShareInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 885: warning: cyclomatic complexity 16 of function (*BackupPolicyVMInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 4541: warning: cyclomatic complexity 16 of function (*SiteRecoveryNetworkMappingInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 4718: warning: cyclomatic complexity 16 of function (*SiteRecoveryNetworkMappingParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 2086: warning: cyclomatic complexity 16 of function (*BackupProtectedFileShareParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • apis/compute/v1beta1/zz_generated.deepcopy.go
    • Line 21420: warning: cyclomatic complexity 84 of function (*WindowsVirtualMachineScaleSetParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 20815: warning: cyclomatic complexity 83 of function (*WindowsVirtualMachineScaleSetObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 19987: warning: cyclomatic complexity 80 of function (*WindowsVirtualMachineScaleSetInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 8079: warning: cyclomatic complexity 80 of function (*LinuxVirtualMachineScaleSetParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 7566: warning: cyclomatic complexity 79 of function (*LinuxVirtualMachineScaleSetObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 7212: warning: cyclomatic complexity 75 of function (*LinuxVirtualMachineScaleSetInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 17853: warning: cyclomatic complexity 70 of function (*WindowsVirtualMachineObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 18430: warning: cyclomatic complexity 66 of function (*WindowsVirtualMachineParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 5813: warning: cyclomatic complexity 66 of function (*LinuxVirtualMachineObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 6298: warning: cyclomatic complexity 63 of function (*LinuxVirtualMachineParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 17540: warning: cyclomatic complexity 62 of function (*WindowsVirtualMachineInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 5517: warning: cyclomatic complexity 58 of function (*LinuxVirtualMachineInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 11976: warning: cyclomatic complexity 53 of function (*OrchestratedVirtualMachineScaleSetParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 11532: warning: cyclomatic complexity 52 of function (*OrchestratedVirtualMachineScaleSetObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 11113: warning: cyclomatic complexity 49 of function (*OrchestratedVirtualMachineScaleSetInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 9382: warning: cyclomatic complexity 40 of function (*ManagedDiskParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 9189: warning: cyclomatic complexity 37 of function (*ManagedDiskObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 8964: warning: cyclomatic complexity 37 of function (*ManagedDiskInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 14843: warning: cyclomatic complexity 35 of function (*SharedImageParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 14682: warning: cyclomatic complexity 32 of function (*SharedImageObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 14504: warning: cyclomatic complexity 29 of function (*SharedImageInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 20545: warning: cyclomatic complexity 21 of function (*WindowsVirtualMachineScaleSetNetworkInterfaceIPConfigurationParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 20363: warning: cyclomatic complexity 21 of function (*WindowsVirtualMachineScaleSetNetworkInterfaceIPConfigurationInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 3900: warning: cyclomatic complexity 21 of function (*IPConfigurationParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 3718: warning: cyclomatic complexity 21 of function (*IPConfigurationInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 20459: warning: cyclomatic complexity 19 of function (*WindowsVirtualMachineScaleSetNetworkInterfaceIPConfigurationObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 3814: warning: cyclomatic complexity 19 of function (*IPConfigurationObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 3275: warning: cyclomatic complexity 18 of function (*GalleryApplicationVersionInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 15461: warning: cyclomatic complexity 18 of function (*SnapshotParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 9834: warning: cyclomatic complexity 18 of function (*NetworkInterfaceIPConfigurationInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 9994: warning: cyclomatic complexity 18 of function (*NetworkInterfaceIPConfigurationParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 3486: warning: cyclomatic complexity 18 of function (*GalleryApplicationVersionParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 16618: warning: cyclomatic complexity 17 of function (*VirtualMachineExtensionParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 3399: warning: cyclomatic complexity 17 of function (*GalleryApplicationVersionObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 9919: warning: cyclomatic complexity 16 of function (*NetworkInterfaceIPConfigurationObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 2257: warning: cyclomatic complexity 16 of function (*DiskEncryptionSetParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 15373: warning: cyclomatic complexity 16 of function (*SnapshotObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • apis/web/v1beta1/zz_generated.deepcopy.go
    • Line 12358: warning: cyclomatic complexity 54 of function (*LinuxFunctionAppObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 39617: warning: cyclomatic complexity 53 of function (*WindowsFunctionAppObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 12608: warning: cyclomatic complexity 51 of function (*LinuxFunctionAppParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 12088: warning: cyclomatic complexity 50 of function (*LinuxFunctionAppInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 39862: warning: cyclomatic complexity 50 of function (*WindowsFunctionAppParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 27397: warning: cyclomatic complexity 50 of function (*LinuxWebAppSlotObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 21657: warning: cyclomatic complexity 49 of function (*LinuxWebAppObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 51755: warning: cyclomatic complexity 49 of function (*WindowsWebAppObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 15979: warning: cyclomatic complexity 49 of function (*LinuxFunctionAppSlotObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 45319: warning: cyclomatic complexity 49 of function (*WindowsFunctionAppSlotObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 58042: warning: cyclomatic complexity 46 of function (*WindowsWebAppSlotObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 39367: warning: cyclomatic complexity 46 of function (*WindowsFunctionAppInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 16207: warning: cyclomatic complexity 44 of function (*LinuxFunctionAppSlotParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 45547: warning: cyclomatic complexity 44 of function (*WindowsFunctionAppSlotParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 59640: warning: cyclomatic complexity 43 of function (*WindowsWebAppSlotSiteConfigObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 21879: warning: cyclomatic complexity 43 of function (*LinuxWebAppParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 51977: warning: cyclomatic complexity 43 of function (*WindowsWebAppParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 53163: warning: cyclomatic complexity 43 of function (*WindowsWebAppSiteConfigObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 17055: warning: cyclomatic complexity 43 of function (*LinuxFunctionAppSlotSiteConfigObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 17261: warning: cyclomatic complexity 42 of function (*LinuxFunctionAppSlotSiteConfigParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 13306: warning: cyclomatic complexity 42 of function (*LinuxFunctionAppSiteConfigObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 13507: warning: cyclomatic complexity 41 of function (*LinuxFunctionAppSiteConfigParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 28648: warning: cyclomatic complexity 41 of function (*LinuxWebAppSlotSiteConfigObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 46595: warning: cyclomatic complexity 41 of function (*WindowsFunctionAppSlotSiteConfigObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 45096: warning: cyclomatic complexity 40 of function (*WindowsFunctionAppSlotInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 15756: warning: cyclomatic complexity 40 of function (*LinuxFunctionAppSlotInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 16864: warning: cyclomatic complexity 40 of function (*LinuxFunctionAppSlotSiteConfigInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 46791: warning: cyclomatic complexity 40 of function (*WindowsFunctionAppSlotSiteConfigParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 40932: warning: cyclomatic complexity 40 of function (*WindowsFunctionAppSiteConfigObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 51192: warning: cyclomatic complexity 40 of function (*WindowsWebAppInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 22911: warning: cyclomatic complexity 40 of function (*LinuxWebAppSiteConfigObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 59843: warning: cyclomatic complexity 40 of function (*WindowsWebAppSlotSiteConfigParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 21440: warning: cyclomatic complexity 40 of function (*LinuxWebAppInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 59452: warning: cyclomatic complexity 40 of function (*WindowsWebAppSlotSiteConfigInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 41123: warning: cyclomatic complexity 39 of function (*WindowsFunctionAppSiteConfigParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 13120: warning: cyclomatic complexity 39 of function (*LinuxFunctionAppSiteConfigInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 27628: warning: cyclomatic complexity 39 of function (*LinuxWebAppSlotParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 53366: warning: cyclomatic complexity 39 of function (*WindowsWebAppSiteConfigParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 27065: warning: cyclomatic complexity 39 of function (*LinuxWebAppSlotInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 52980: warning: cyclomatic complexity 39 of function (*WindowsWebAppSiteConfigInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 58252: warning: cyclomatic complexity 38 of function (*WindowsWebAppSlotParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 28844: warning: cyclomatic complexity 38 of function (*LinuxWebAppSlotSiteConfigParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 28467: warning: cyclomatic complexity 38 of function (*LinuxWebAppSlotSiteConfigInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 7769: warning: cyclomatic complexity 38 of function (*FunctionAppObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 46414: warning: cyclomatic complexity 38 of function (*WindowsFunctionAppSlotSiteConfigInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 40756: warning: cyclomatic complexity 37 of function (*WindowsFunctionAppSiteConfigInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 23102: warning: cyclomatic complexity 37 of function (*LinuxWebAppSiteConfigParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 22735: warning: cyclomatic complexity 37 of function (*LinuxWebAppSiteConfigInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 7953: warning: cyclomatic complexity 36 of function (*FunctionAppParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 7560: warning: cyclomatic complexity 36 of function (*FunctionAppInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 43798: warning: cyclomatic complexity 35 of function (*WindowsFunctionAppSlotAuthSettingsV2InitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 4012: warning: cyclomatic complexity 35 of function (*AuthSettingsV2InitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 15178: warning: cyclomatic complexity 35 of function (*LinuxFunctionAppSlotAuthSettingsV2Observation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 15027: warning: cyclomatic complexity 35 of function (*LinuxFunctionAppSlotAuthSettingsV2InitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 56038: warning: cyclomatic complexity 35 of function (*WindowsWebAppSlotAuthSettingsV2InitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 4532: warning: cyclomatic complexity 35 of function (*AuthSettingsV2Observation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 50414: warning: cyclomatic complexity 35 of function (*WindowsWebAppAuthSettingsV2Observation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 15329: warning: cyclomatic complexity 35 of function (*LinuxFunctionAppSlotAuthSettingsV2Parameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 49894: warning: cyclomatic complexity 35 of function (*WindowsWebAppAuthSettingsV2InitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 57336: warning: cyclomatic complexity 35 of function (*WindowsWebAppSlotInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 56709: warning: cyclomatic complexity 35 of function (*WindowsWebAppSlotAuthSettingsV2Parameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 20662: warning: cyclomatic complexity 35 of function (*LinuxWebAppAuthSettingsV2Observation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 4683: warning: cyclomatic complexity 35 of function (*AuthSettingsV2Parameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 38740: warning: cyclomatic complexity 35 of function (*WindowsFunctionAppAuthSettingsV2Parameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 20142: warning: cyclomatic complexity 35 of function (*LinuxWebAppAuthSettingsV2InitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 44318: warning: cyclomatic complexity 35 of function (*WindowsFunctionAppSlotAuthSettingsV2Observation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 26438: warning: cyclomatic complexity 35 of function (*LinuxWebAppSlotAuthSettingsV2Parameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 56558: warning: cyclomatic complexity 35 of function (*WindowsWebAppSlotAuthSettingsV2Observation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 44469: warning: cyclomatic complexity 35 of function (*WindowsFunctionAppSlotAuthSettingsV2Parameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 26287: warning: cyclomatic complexity 35 of function (*LinuxWebAppSlotAuthSettingsV2Observation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 50565: warning: cyclomatic complexity 35 of function (*WindowsWebAppAuthSettingsV2Parameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 38069: warning: cyclomatic complexity 35 of function (*WindowsFunctionAppAuthSettingsV2InitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 38589: warning: cyclomatic complexity 35 of function (*WindowsFunctionAppAuthSettingsV2Observation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 20813: warning: cyclomatic complexity 35 of function (*LinuxWebAppAuthSettingsV2Parameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 25767: warning: cyclomatic complexity 35 of function (*LinuxWebAppSlotAuthSettingsV2InitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 9007: warning: cyclomatic complexity 34 of function (*FunctionAppSlotParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 8845: warning: cyclomatic complexity 33 of function (*FunctionAppSlotObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 8673: warning: cyclomatic complexity 28 of function (*FunctionAppSlotInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 49086: warning: cyclomatic complexity 27 of function (*WindowsWebAppAuthSettingsV2ActiveDirectoryV2Parameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 54986: warning: cyclomatic complexity 27 of function (*WindowsWebAppSlotAuthSettingsV2ActiveDirectoryV2InitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 19334: warning: cyclomatic complexity 27 of function (*LinuxWebAppAuthSettingsV2ActiveDirectoryV2Parameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 24959: warning: cyclomatic complexity 27 of function (*LinuxWebAppSlotAuthSettingsV2ActiveDirectoryV2Parameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 19212: warning: cyclomatic complexity 27 of function (*LinuxWebAppAuthSettingsV2ActiveDirectoryV2Observation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 509: warning: cyclomatic complexity 27 of function (*ActiveDirectoryV2Parameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 387: warning: cyclomatic complexity 27 of function (*ActiveDirectoryV2Observation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 48964: warning: cyclomatic complexity 27 of function (*WindowsWebAppAuthSettingsV2ActiveDirectoryV2Observation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 37139: warning: cyclomatic complexity 27 of function (*WindowsFunctionAppAuthSettingsV2ActiveDirectoryV2Observation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 48842: warning: cyclomatic complexity 27 of function (*WindowsWebAppAuthSettingsV2ActiveDirectoryV2InitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 265: warning: cyclomatic complexity 27 of function (*ActiveDirectoryV2InitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 55230: warning: cyclomatic complexity 27 of function (*WindowsWebAppSlotAuthSettingsV2ActiveDirectoryV2Parameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 42746: warning: cyclomatic complexity 27 of function (*WindowsFunctionAppSlotAuthSettingsV2ActiveDirectoryV2InitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 24715: warning: cyclomatic complexity 27 of function (*LinuxWebAppSlotAuthSettingsV2ActiveDirectoryV2InitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 55108: warning: cyclomatic complexity 27 of function (*WindowsWebAppSlotAuthSettingsV2ActiveDirectoryV2Observation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 3204: warning: cyclomatic complexity 27 of function (*AuthSettingsV2ActiveDirectoryV2Parameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 2960: warning: cyclomatic complexity 27 of function (*AuthSettingsV2ActiveDirectoryV2InitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 24837: warning: cyclomatic complexity 27 of function (*LinuxWebAppSlotAuthSettingsV2ActiveDirectoryV2Observation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 42868: warning: cyclomatic complexity 27 of function (*WindowsFunctionAppSlotAuthSettingsV2ActiveDirectoryV2Observation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 3082: warning: cyclomatic complexity 27 of function (*AuthSettingsV2ActiveDirectoryV2Observation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 37017: warning: cyclomatic complexity 27 of function (*WindowsFunctionAppAuthSettingsV2ActiveDirectoryV2InitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 42990: warning: cyclomatic complexity 27 of function (*WindowsFunctionAppSlotAuthSettingsV2ActiveDirectoryV2Parameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 19090: warning: cyclomatic complexity 27 of function (*LinuxWebAppAuthSettingsV2ActiveDirectoryV2InitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 37261: warning: cyclomatic complexity 27 of function (*WindowsFunctionAppAuthSettingsV2ActiveDirectoryV2Parameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 11359: warning: cyclomatic complexity 26 of function (*LinuxFunctionAppAuthSettingsInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 14477: warning: cyclomatic complexity 26 of function (*LinuxFunctionAppSlotAuthSettingsInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 54787: warning: cyclomatic complexity 26 of function (*WindowsWebAppSlotAuthSettingsParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 11710: warning: cyclomatic complexity 26 of function (*LinuxFunctionAppAuthSettingsParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 42196: warning: cyclomatic complexity 26 of function (*WindowsFunctionAppSlotAuthSettingsInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 18540: warning: cyclomatic complexity 26 of function (*LinuxWebAppAuthSettingsInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 36818: warning: cyclomatic complexity 26 of function (*WindowsFunctionAppAuthSettingsParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 36467: warning: cyclomatic complexity 26 of function (*WindowsFunctionAppAuthSettingsInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 36699: warning: cyclomatic complexity 26 of function (*WindowsFunctionAppAuthSettingsObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 48292: warning: cyclomatic complexity 26 of function (*WindowsWebAppAuthSettingsInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 24165: warning: cyclomatic complexity 26 of function (*LinuxWebAppSlotAuthSettingsInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 48524: warning: cyclomatic complexity 26 of function (*WindowsWebAppAuthSettingsObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 18891: warning: cyclomatic complexity 26 of function (*LinuxWebAppAuthSettingsParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 48643: warning: cyclomatic complexity 26 of function (*WindowsWebAppAuthSettingsParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 54436: warning: cyclomatic complexity 26 of function (*WindowsWebAppSlotAuthSettingsInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 42547: warning: cyclomatic complexity 26 of function (*WindowsFunctionAppSlotAuthSettingsParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 18772: warning: cyclomatic complexity 26 of function (*LinuxWebAppAuthSettingsObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 14828: warning: cyclomatic complexity 26 of function (*LinuxFunctionAppSlotAuthSettingsParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 54668: warning: cyclomatic complexity 26 of function (*WindowsWebAppSlotAuthSettingsObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 24516: warning: cyclomatic complexity 26 of function (*LinuxWebAppSlotAuthSettingsParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 24397: warning: cyclomatic complexity 26 of function (*LinuxWebAppSlotAuthSettingsObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 14709: warning: cyclomatic complexity 26 of function (*LinuxFunctionAppSlotAuthSettingsObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 42428: warning: cyclomatic complexity 26 of function (*WindowsFunctionAppSlotAuthSettingsObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 11591: warning: cyclomatic complexity 26 of function (*LinuxFunctionAppAuthSettingsObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 33038: warning: cyclomatic complexity 25 of function (*SiteConfigInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 9304: warning: cyclomatic complexity 25 of function (*FunctionAppSlotSiteConfigObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 9430: warning: cyclomatic complexity 25 of function (*FunctionAppSlotSiteConfigParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 33290: warning: cyclomatic complexity 25 of function (*SiteConfigParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 9178: warning: cyclomatic complexity 25 of function (*FunctionAppSlotSiteConfigInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 33164: warning: cyclomatic complexity 25 of function (*SiteConfigObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 2675: warning: cyclomatic complexity 24 of function (*AuthSettingsObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 8382: warning: cyclomatic complexity 24 of function (*FunctionAppSlotAuthSettingsParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 2787: warning: cyclomatic complexity 24 of function (*AuthSettingsParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 2469: warning: cyclomatic complexity 24 of function (*AuthSettingsInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 8270: warning: cyclomatic complexity 24 of function (*FunctionAppSlotAuthSettingsObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 8158: warning: cyclomatic complexity 24 of function (*FunctionAppSlotAuthSettingsInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 7092: warning: cyclomatic complexity 17 of function (*FunctionAppFunctionObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1321: warning: cyclomatic complexity 17 of function (*AppServicePlanObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1414: warning: cyclomatic complexity 17 of function (*AppServicePlanParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 58430: warning: cyclomatic complexity 16 of function (*WindowsWebAppSlotSiteConfigApplicationStackInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 52357: warning: cyclomatic complexity 16 of function (*WindowsWebAppSiteConfigApplicationStackParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 52177: warning: cyclomatic complexity 16 of function (*WindowsWebAppSiteConfigApplicationStackInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 58520: warning: cyclomatic complexity 16 of function (*WindowsWebAppSlotSiteConfigApplicationStackObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 31513: warning: cyclomatic complexity 16 of function (*ServicePlanObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 52267: warning: cyclomatic complexity 16 of function (*WindowsWebAppSiteConfigApplicationStackObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 58610: warning: cyclomatic complexity 16 of function (*WindowsWebAppSlotSiteConfigApplicationStackParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • apis/devices/v1beta1/zz_generated.deepcopy.go
    • Line 3753: warning: cyclomatic complexity 38 of function (*IOTHubObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 3924: warning: cyclomatic complexity 22 of function (*IOTHubParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1378: warning: cyclomatic complexity 19 of function (*IOTHubDPSObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 3630: warning: cyclomatic complexity 19 of function (*IOTHubInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 2932: warning: cyclomatic complexity 18 of function (*IOTHubEndpointStorageContainerParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1475: warning: cyclomatic complexity 17 of function (*IOTHubDPSParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 3512: warning: cyclomatic complexity 16 of function (*IOTHubFallbackRouteParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • apis/netapp/v1beta1/zz_generated.deepcopy.go
    • Line 2301: warning: cyclomatic complexity 38 of function (*VolumeParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 2147: warning: cyclomatic complexity 32 of function (*VolumeObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1972: warning: cyclomatic complexity 29 of function (*VolumeInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1776: warning: cyclomatic complexity 20 of function (*SnapshotPolicyParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1692: warning: cyclomatic complexity 17 of function (*SnapshotPolicyObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • apis/security/v1beta1/zz_generated.deepcopy.go
    • Line 1026: warning: cyclomatic complexity 33 of function (*IOTSecuritySolutionParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 724: warning: cyclomatic complexity 30 of function (*IOTSecuritySolutionInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 892: warning: cyclomatic complexity 29 of function (*IOTSecuritySolutionObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1317: warning: cyclomatic complexity 17 of function (*RecommendationsEnabledInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1507: warning: cyclomatic complexity 17 of function (*RecommendationsEnabledParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1412: warning: cyclomatic complexity 17 of function (*RecommendationsEnabledObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • apis/cognitiveservices/v1beta1/zz_generated.deepcopy.go
    • Line 371: warning: cyclomatic complexity 33 of function (*AccountParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 216: warning: cyclomatic complexity 32 of function (*AccountObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 44: warning: cyclomatic complexity 29 of function (*AccountInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • apis/authorization/v1beta1/zz_generated.deepcopy.go
    • Line 1095: warning: cyclomatic complexity 24 of function (*ResourceGroupPolicyAssignmentInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1340: warning: cyclomatic complexity 24 of function (*ResourceGroupPolicyAssignmentParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1619: warning: cyclomatic complexity 23 of function (*ResourcePolicyAssignmentInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 2020: warning: cyclomatic complexity 23 of function (*ResourcePolicyAssignmentParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1835: warning: cyclomatic complexity 22 of function (*ResourcePolicyAssignmentObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 3743: warning: cyclomatic complexity 22 of function (*SubscriptionPolicyAssignmentInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 4250: warning: cyclomatic complexity 22 of function (*SubscriptionPolicyAssignmentParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1241: warning: cyclomatic complexity 21 of function (*ResourceGroupPolicyAssignmentObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 3954: warning: cyclomatic complexity 21 of function (*SubscriptionPolicyAssignmentObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 2587: warning: cyclomatic complexity 16 of function (*ResourcePolicyExemptionParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 2398: warning: cyclomatic complexity 16 of function (*ResourcePolicyExemptionInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • apis/botservice/v1beta1/zz_generated.deepcopy.go
    • Line 1878: warning: cyclomatic complexity 22 of function (*BotChannelsRegistrationParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1619: warning: cyclomatic complexity 21 of function (*BotChannelsRegistrationInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1767: warning: cyclomatic complexity 20 of function (*BotChannelsRegistrationObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 2598: warning: cyclomatic complexity 19 of function (*BotWebAppParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 2242: warning: cyclomatic complexity 17 of function (*BotConnectionParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 2511: warning: cyclomatic complexity 16 of function (*BotWebAppObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • apis/storage/v1beta1/zz_generated.deepcopy.go
    • Line 1197: warning: cyclomatic complexity 77 of function (*AccountObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1557: warning: cyclomatic complexity 52 of function (*AccountParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 305: warning: cyclomatic complexity 49 of function (*AccountInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 2907: warning: cyclomatic complexity 20 of function (*BlobParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 2806: warning: cyclomatic complexity 18 of function (*BlobObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 835: warning: cyclomatic complexity 16 of function (*AccountNetworkRulesInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1012: warning: cyclomatic complexity 16 of function (*AccountNetworkRulesParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • apis/kusto/v1beta1/zz_generated.deepcopy.go
    • Line 885: warning: cyclomatic complexity 41 of function (*ClusterObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1069: warning: cyclomatic complexity 40 of function (*ClusterParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 405: warning: cyclomatic complexity 37 of function (*ClusterInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 2304: warning: cyclomatic complexity 28 of function (*EventGridDataConnectionParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 3197: warning: cyclomatic complexity 28 of function (*IOTHubDataConnectionParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 2928: warning: cyclomatic complexity 28 of function (*IOTHubDataConnectionInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 2730: warning: cyclomatic complexity 26 of function (*EventHubDataConnectionParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 3718: warning: cyclomatic complexity 19 of function (*SharingParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 3556: warning: cyclomatic complexity 19 of function (*SharingInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 3637: warning: cyclomatic complexity 19 of function (*SharingObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 2072: warning: cyclomatic complexity 19 of function (*EventGridDataConnectionInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 44: warning: cyclomatic complexity 18 of function (*AttachedDatabaseConfigurationInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 246: warning: cyclomatic complexity 18 of function (*AttachedDatabaseConfigurationParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 3106: warning: cyclomatic complexity 17 of function (*IOTHubDataConnectionObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 2209: warning: cyclomatic complexity 17 of function (*EventGridDataConnectionObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 2516: warning: cyclomatic complexity 17 of function (*EventHubDataConnectionInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 2639: warning: cyclomatic complexity 17 of function (*EventHubDataConnectionObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • apis/machinelearningservices/v1beta1/zz_generated.deepcopy.go
    • Line 2381: warning: cyclomatic complexity 33 of function (*WorkspaceParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 2059: warning: cyclomatic complexity 30 of function (*WorkspaceInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 2246: warning: cyclomatic complexity 26 of function (*WorkspaceObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 119: warning: cyclomatic complexity 23 of function (*ComputeClusterInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 370: warning: cyclomatic complexity 23 of function (*ComputeClusterParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 868: warning: cyclomatic complexity 21 of function (*ComputeInstanceParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 268: warning: cyclomatic complexity 20 of function (*ComputeClusterObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 652: warning: cyclomatic complexity 18 of function (*ComputeInstanceInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 776: warning: cyclomatic complexity 18 of function (*ComputeInstanceObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • apis/containerregistry/v1beta1/zz_generated.deepcopy.go
    • Line 1637: warning: cyclomatic complexity 30 of function (*RegistryObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1780: warning: cyclomatic complexity 29 of function (*RegistryParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1482: warning: cyclomatic complexity 26 of function (*RegistryInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 3115: warning: cyclomatic complexity 20 of function (*WebhookParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 569: warning: cyclomatic complexity 19 of function (*ContainerConnectedRegistryParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 356: warning: cyclomatic complexity 19 of function (*ContainerConnectedRegistryInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 2897: warning: cyclomatic complexity 17 of function (*WebhookInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 3022: warning: cyclomatic complexity 17 of function (*WebhookObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 203: warning: cyclomatic complexity 16 of function (*AgentPoolParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 486: warning: cyclomatic complexity 16 of function (*ContainerConnectedRegistryObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • apis/operationalinsights/v1beta1/zz_generated.deepcopy.go
    • Line 1539: warning: cyclomatic complexity 21 of function (*LogAnalyticsQueryPackQueryInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1774: warning: cyclomatic complexity 21 of function (*LogAnalyticsQueryPackQueryParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1675: warning: cyclomatic complexity 20 of function (*LogAnalyticsQueryPackQueryObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 2489: warning: cyclomatic complexity 17 of function (*WorkspaceParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 2393: warning: cyclomatic complexity 17 of function (*WorkspaceObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • apis/alertsmanagement/v1beta1/zz_generated.deepcopy.go
    • Line 3894: warning: cyclomatic complexity 25 of function (*MonitorAlertProcessingRuleActionGroupParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 3119: warning: cyclomatic complexity 23 of function (*MonitorAlertProcessingRuleActionGroupConditionInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 3304: warning: cyclomatic complexity 23 of function (*MonitorAlertProcessingRuleActionGroupConditionObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 4647: warning: cyclomatic complexity 23 of function (*MonitorAlertProcessingRuleSuppressionConditionObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 4739: warning: cyclomatic complexity 23 of function (*MonitorAlertProcessingRuleSuppressionConditionParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 3396: warning: cyclomatic complexity 23 of function (*MonitorAlertProcessingRuleActionGroupConditionParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 4462: warning: cyclomatic complexity 23 of function (*MonitorAlertProcessingRuleSuppressionConditionInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 3674: warning: cyclomatic complexity 22 of function (*MonitorAlertProcessingRuleActionGroupInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 5985: warning: cyclomatic complexity 22 of function (*MonitorSmartDetectorAlertRuleParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 5748: warning: cyclomatic complexity 22 of function (*MonitorSmartDetectorAlertRuleInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 5203: warning: cyclomatic complexity 19 of function (*MonitorAlertProcessingRuleSuppressionParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 5891: warning: cyclomatic complexity 18 of function (*MonitorSmartDetectorAlertRuleObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 3807: warning: cyclomatic complexity 18 of function (*MonitorAlertProcessingRuleActionGroupObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 2103: warning: cyclomatic complexity 16 of function (*MonitorActionRuleActionGroupParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 5017: warning: cyclomatic complexity 16 of function (*MonitorAlertProcessingRuleSuppressionInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • apis/hdinsight/v1beta1/zz_generated.resolvers.go
    • Line 570: warning: cyclomatic complexity 30 of function (*KafkaCluster).ResolveReferences() is high (> 15) (gocyclo)
    • Line 793: warning: cyclomatic complexity 24 of function (*SparkCluster).ResolveReferences() is high (> 15) (gocyclo)
    • Line 204: warning: cyclomatic complexity 24 of function (*HadoopCluster).ResolveReferences() is high (> 15) (gocyclo)
    • Line 21: warning: cyclomatic complexity 24 of function (*HBaseCluster).ResolveReferences() is high (> 15) (gocyclo)
    • Line 387: warning: cyclomatic complexity 24 of function (*InteractiveQueryCluster).ResolveReferences() is high (> 15) (gocyclo)
    • apis/resources/v1beta1/zz_generated.deepcopy.go
    • Line 1359: warning: cyclomatic complexity 28 of function (*ResourceDeploymentScriptAzurePowerShellParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1224: warning: cyclomatic complexity 28 of function (*ResourceDeploymentScriptAzurePowerShellObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 301: warning: cyclomatic complexity 28 of function (*ResourceDeploymentScriptAzureCliInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 468: warning: cyclomatic complexity 28 of function (*ResourceDeploymentScriptAzureCliObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1057: warning: cyclomatic complexity 28 of function (*ResourceDeploymentScriptAzurePowerShellInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 603: warning: cyclomatic complexity 28 of function (*ResourceDeploymentScriptAzureCliParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • apis/appplatform/v1beta1/zz_generated.deepcopy.go
    • Line 8379: warning: cyclomatic complexity 24 of function (*SpringCloudServiceObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 7547: warning: cyclomatic complexity 22 of function (*SpringCloudGatewayParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 7447: warning: cyclomatic complexity 21 of function (*SpringCloudGatewayObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 6014: warning: cyclomatic complexity 20 of function (*SpringCloudContainerDeploymentParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 4255: warning: cyclomatic complexity 20 of function (*SpringCloudAppParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 4162: warning: cyclomatic complexity 19 of function (*SpringCloudAppObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 5919: warning: cyclomatic complexity 19 of function (*SpringCloudContainerDeploymentObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 8494: warning: cyclomatic complexity 19 of function (*SpringCloudServiceParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 7330: warning: cyclomatic complexity 18 of function (*SpringCloudGatewayInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 5802: warning: cyclomatic complexity 17 of function (*SpringCloudContainerDeploymentInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 8265: warning: cyclomatic complexity 16 of function (*SpringCloudServiceInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 3667: warning: cyclomatic complexity 16 of function (*SpringCloudAppCosmosDBAssociationParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 2221: warning: cyclomatic complexity 16 of function (*RepositoryParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • apis/timeseriesinsights/v1beta1/zz_generated.deepcopy.go
    • Line 268: warning: cyclomatic complexity 24 of function (*EventSourceEventHubParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 44: warning: cyclomatic complexity 21 of function (*EventSourceEventHubInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 656: warning: cyclomatic complexity 19 of function (*EventSourceIOTHubParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 462: warning: cyclomatic complexity 16 of function (*EventSourceIOTHubInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • apis/consumption/v1beta1/zz_generated.deepcopy.go
    • Line 1750: warning: cyclomatic complexity 17 of function (*BudgetSubscriptionNotificationInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1898: warning: cyclomatic complexity 17 of function (*BudgetSubscriptionNotificationParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • apis/cosmosdb/v1beta1/zz_generated.deepcopy.go
    • Line 273: warning: cyclomatic complexity 53 of function (*AccountObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 507: warning: cyclomatic complexity 47 of function (*AccountParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 44: warning: cyclomatic complexity 44 of function (*AccountInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1450: warning: cyclomatic complexity 26 of function (*CassandraClusterParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1196: warning: cyclomatic complexity 23 of function (*CassandraClusterInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1339: warning: cyclomatic complexity 23 of function (*CassandraClusterObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 6143: warning: cyclomatic complexity 23 of function (*SQLContainerParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 3933: warning: cyclomatic complexity 22 of function (*GremlinGraphParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 6055: warning: cyclomatic complexity 18 of function (*SQLContainerObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 5115: warning: cyclomatic complexity 18 of function (*MongoCollectionParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 3850: warning: cyclomatic complexity 17 of function (*GremlinGraphObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1821: warning: cyclomatic complexity 16 of function (*CassandraDatacenterParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • apis/eventgrid/v1beta1/zz_generated.deepcopy.go
    • Line 17: warning: cyclomatic complexity 39 of function (*AdvancedFilterInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 313: warning: cyclomatic complexity 39 of function (*AdvancedFilterParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 165: warning: cyclomatic complexity 39 of function (*AdvancedFilterObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1839: warning: cyclomatic complexity 38 of function (*EventSubscriptionParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1488: warning: cyclomatic complexity 38 of function (*EventSubscriptionInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1682: warning: cyclomatic complexity 37 of function (*EventSubscriptionObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1138: warning: cyclomatic complexity 21 of function (*DomainParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1034: warning: cyclomatic complexity 21 of function (*DomainObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 5328: warning: cyclomatic complexity 19 of function (*TopicObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 5422: warning: cyclomatic complexity 19 of function (*TopicParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 913: warning: cyclomatic complexity 18 of function (*DomainInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 4992: warning: cyclomatic complexity 16 of function (*TopicInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • apis/healthcareapis/v1beta1/zz_generated.deepcopy.go
    • Line 1277: warning: cyclomatic complexity 27 of function (*HealthcareFHIRServiceParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1161: warning: cyclomatic complexity 25 of function (*HealthcareFHIRServiceObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1018: warning: cyclomatic complexity 24 of function (*HealthcareFHIRServiceInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 2010: warning: cyclomatic complexity 20 of function (*HealthcareMedtechServiceParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 2384: warning: cyclomatic complexity 19 of function (*HealthcareServiceParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 2293: warning: cyclomatic complexity 18 of function (*HealthcareServiceObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1812: warning: cyclomatic complexity 17 of function (*HealthcareMedtechServiceInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 2180: warning: cyclomatic complexity 16 of function (*HealthcareServiceInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • apis/automation/v1beta1/zz_generated.deepcopy.go
    • Line 3380: warning: cyclomatic complexity 24 of function (*RunBookParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 3119: warning: cyclomatic complexity 24 of function (*RunBookInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 3273: warning: cyclomatic complexity 21 of function (*RunBookObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 3759: warning: cyclomatic complexity 21 of function (*ScheduleParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 5040: warning: cyclomatic complexity 18 of function (*WebhookParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 141: warning: cyclomatic complexity 18 of function (*AccountObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 3670: warning: cyclomatic complexity 18 of function (*ScheduleObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 4841: warning: cyclomatic complexity 17 of function (*WebhookInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • apis/analysisservices/v1beta1/zz_generated.deepcopy.go
    • Line 344: warning: cyclomatic complexity 18 of function (*ServerParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 134: warning: cyclomatic complexity 17 of function (*ServerInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 255: warning: cyclomatic complexity 17 of function (*ServerObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • apis/apimanagement/v1beta1/zz_generated.deepcopy.go
    • Line 12967: warning: cyclomatic complexity 56 of function (*ManagementObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 13210: warning: cyclomatic complexity 43 of function (*ManagementParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 12761: warning: cyclomatic complexity 40 of function (*ManagementInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1550: warning: cyclomatic complexity 36 of function (*APIParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 627: warning: cyclomatic complexity 35 of function (*APIObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 3456: warning: cyclomatic complexity 32 of function (*AuthorizationServerParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 457: warning: cyclomatic complexity 30 of function (*APIInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 3330: warning: cyclomatic complexity 27 of function (*AuthorizationServerObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 289: warning: cyclomatic complexity 27 of function (*APIDiagnosticParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 7920: warning: cyclomatic complexity 24 of function (*DiagnosticParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 3187: warning: cyclomatic complexity 24 of function (*AuthorizationServerInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 981: warning: cyclomatic complexity 20 of function (*APIOperationParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 3852: warning: cyclomatic complexity 20 of function (*BackendParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 191: warning: cyclomatic complexity 20 of function (*APIDiagnosticObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 19087: warning: cyclomatic complexity 19 of function (*SubscriptionParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 7827: warning: cyclomatic complexity 19 of function (*DiagnosticObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 18135: warning: cyclomatic complexity 18 of function (*SecurityInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 7707: warning: cyclomatic complexity 18 of function (*DiagnosticInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 18335: warning: cyclomatic complexity 18 of function (*SecurityParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 71: warning: cyclomatic complexity 18 of function (*APIDiagnosticInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 18235: warning: cyclomatic complexity 18 of function (*SecurityObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 2906: warning: cyclomatic complexity 17 of function (*AdditionalLocationObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 3769: warning: cyclomatic complexity 17 of function (*BackendObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • apis/hdinsight/v1beta1/zz_generated.deepcopy.go
    • Line 7574: warning: cyclomatic complexity 40 of function (*KafkaClusterObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 7746: warning: cyclomatic complexity 38 of function (*KafkaClusterParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 13061: warning: cyclomatic complexity 37 of function (*SparkClusterObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 4875: warning: cyclomatic complexity 37 of function (*InteractiveQueryClusterObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 5035: warning: cyclomatic complexity 36 of function (*InteractiveQueryClusterParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1834: warning: cyclomatic complexity 36 of function (*HBaseClusterObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 3002: warning: cyclomatic complexity 36 of function (*HadoopClusterObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 13221: warning: cyclomatic complexity 36 of function (*SparkClusterParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 3157: warning: cyclomatic complexity 35 of function (*HadoopClusterParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1989: warning: cyclomatic complexity 35 of function (*HBaseClusterParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 6878: warning: cyclomatic complexity 35 of function (*KafkaClusterInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 12372: warning: cyclomatic complexity 33 of function (*SparkClusterInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 4186: warning: cyclomatic complexity 33 of function (*InteractiveQueryClusterInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 2835: warning: cyclomatic complexity 32 of function (*HadoopClusterInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1423: warning: cyclomatic complexity 32 of function (*HBaseClusterInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 13985: warning: cyclomatic complexity 16 of function (*SparkClusterRolesWorkerNodeParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 5622: warning: cyclomatic complexity 16 of function (*InteractiveQueryClusterRolesWorkerNodeParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 11169: warning: cyclomatic complexity 16 of function (*RolesWorkerNodeParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 15628: warning: cyclomatic complexity 16 of function (*WorkerNodeParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • apis/dbformysql/v1beta1/zz_generated.deepcopy.go
    • Line 2046: warning: cyclomatic complexity 35 of function (*FlexibleServerParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1890: warning: cyclomatic complexity 32 of function (*FlexibleServerObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1707: warning: cyclomatic complexity 31 of function (*FlexibleServerInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 2894: warning: cyclomatic complexity 27 of function (*ServerParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 2759: warning: cyclomatic complexity 26 of function (*ServerObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 2607: warning: cyclomatic complexity 23 of function (*ServerInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • apis/storagecache/v1beta1/zz_generated.deepcopy.go
    • Line 2208: warning: cyclomatic complexity 29 of function (*HPCCacheParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 2074: warning: cyclomatic complexity 29 of function (*HPCCacheObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1669: warning: cyclomatic complexity 26 of function (*HPCCacheInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • apis/eventhub/v1beta1/zz_generated.deepcopy.go
    • Line 1086: warning: cyclomatic complexity 21 of function (*EventHubNamespaceParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 981: warning: cyclomatic complexity 20 of function (*EventHubNamespaceObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 854: warning: cyclomatic complexity 18 of function (*EventHubNamespaceInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • apis/servicebus/v1beta1/zz_generated.deepcopy.go
    • Line 1787: warning: cyclomatic complexity 20 of function (*QueueParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1682: warning: cyclomatic complexity 19 of function (*QueueObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 2071: warning: cyclomatic complexity 18 of function (*ServiceBusNamespaceObservation).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 2166: warning: cyclomatic complexity 18 of function (*ServiceBusNamespaceParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 2529: warning: cyclomatic complexity 18 of function (*SubscriptionParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 1555: warning: cyclomatic complexity 17 of function (*QueueInitParameters).DeepCopyInto() is high (> 15) (gocyclo)
    • Line 2437: warning: cyclomatic complexity 17 of function (*SubscriptionObservation).DeepCopyInto() is high (> 15) (gocyclo)

license100%

Checks whether your project has a LICENSE file.

No problems detected. Good job!


misspell100%

Misspell Finds commonly misspelled English words

No problems detected. Good job!