Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
service/elb: Remove deprecated (helper/schema.ResourceData).Partial()…
… and (helper/schema.ResourceData).SetPartial() Reference: #12083 Reference: #12087 Previously: ``` aws/resource_aws_elb.go:331:2: R007: deprecated (schema.ResourceData).Partial aws/resource_aws_elb.go:332:2: R008: deprecated (schema.ResourceData).SetPartial aws/resource_aws_elb.go:333:2: R008: deprecated (schema.ResourceData).SetPartial aws/resource_aws_elb.go:334:2: R008: deprecated (schema.ResourceData).SetPartial aws/resource_aws_elb.go:335:2: R008: deprecated (schema.ResourceData).SetPartial aws/resource_aws_elb.go:336:2: R008: deprecated (schema.ResourceData).SetPartial aws/resource_aws_elb.go:337:2: R008: deprecated (schema.ResourceData).SetPartial aws/resource_aws_elb.go:479:2: R007: deprecated (schema.ResourceData).Partial aws/resource_aws_elb.go:545:3: R008: deprecated (schema.ResourceData).SetPartial aws/resource_aws_elb.go:581:3: R008: deprecated (schema.ResourceData).SetPartial aws/resource_aws_elb.go:619:3: R008: deprecated (schema.ResourceData).SetPartial aws/resource_aws_elb.go:620:3: R008: deprecated (schema.ResourceData).SetPartial aws/resource_aws_elb.go:621:3: R008: deprecated (schema.ResourceData).SetPartial aws/resource_aws_elb.go:647:4: R008: deprecated (schema.ResourceData).SetPartial aws/resource_aws_elb.go:667:3: R008: deprecated (schema.ResourceData).SetPartial aws/resource_aws_elb.go:688:4: R008: deprecated (schema.ResourceData).SetPartial aws/resource_aws_elb.go:705:3: R008: deprecated (schema.ResourceData).SetPartial aws/resource_aws_elb.go:742:3: R008: deprecated (schema.ResourceData).SetPartial aws/resource_aws_elb.go:794:3: R008: deprecated (schema.ResourceData).SetPartial aws/resource_aws_elb.go:810:2: R007: deprecated (schema.ResourceData).Partial aws/resource_aws_proxy_protocol_policy.go:122:2: R007: deprecated (schema.ResourceData).Partial aws/resource_aws_proxy_protocol_policy.go:151:3: R008: deprecated (schema.ResourceData).SetPartial aws/resource_aws_proxy_protocol_policy.go:63:2: R007: deprecated (schema.ResourceData).Partial aws/resource_aws_proxy_protocol_policy.go:65:2: R008: deprecated (schema.ResourceData).SetPartial ``` Output from acceptance testing: ``` --- PASS: TestAccAWSELB_AccessLogs_disabled (275.08s) --- PASS: TestAccAWSELB_AccessLogs_enabled (88.33s) --- PASS: TestAccAWSELB_availabilityZones (67.63s) --- PASS: TestAccAWSELB_basic (40.56s) --- PASS: TestAccAWSELB_ConnectionDraining (222.97s) --- PASS: TestAccAWSELB_disappears (132.48s) --- PASS: TestAccAWSELB_fullCharacterRange (33.99s) --- PASS: TestAccAWSELB_generatedName (26.07s) --- PASS: TestAccAWSELB_generatesNameForZeroValue (84.50s) --- PASS: TestAccAWSELB_HealthCheck (219.59s) --- PASS: TestAccAWSELB_InstanceAttaching (173.37s) --- PASS: TestAccAWSELB_listener (101.85s) --- PASS: TestAccAWSELB_Listener_SSLCertificateID_IAMServerCertificate (42.66s) --- PASS: TestAccAWSELB_namePrefix (59.05s) --- PASS: TestAccAWSELB_SecurityGroups (171.23s) --- PASS: TestAccAWSELB_swap_subnets (276.60s) --- PASS: TestAccAWSELB_tags (95.49s) --- PASS: TestAccAWSELB_Timeout (141.20s) --- PASS: TestAccAWSProxyProtocolPolicy_basic (40.72s) ```
- Loading branch information