Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
resource/aws_licensemanager_license_configuration: Remove deprecated …
…(helper/schema.ResourceData).Partial() and (helper/schema.ResourceData).SetPartial() (hashicorp#12470) Reference: hashicorp#12083 Reference: hashicorp#12087 Previously: ``` aws/resource_aws_licensemanager_license_configuration.go:141:2: R007: deprecated (schema.ResourceData).Partial aws/resource_aws_licensemanager_license_configuration.go:150:3: R008: deprecated (schema.ResourceData).SetPartial aws/resource_aws_licensemanager_license_configuration.go:153:2: R007: deprecated (schema.ResourceData).Partial ``` Output from acceptance testing: ``` --- PASS: TestAccAWSLicenseManagerLicenseConfiguration_basic (16.06s) --- PASS: TestAccAWSLicenseManagerLicenseConfiguration_update (25.54s) ```
- Loading branch information