Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
resource/aws_directory_service_directory: Remove deprecated (helper/s…
…chema.ResourceData).Partial() and (helper/schema.ResourceData).SetPartial() (hashicorp#12463) Reference: hashicorp#12083 Reference: hashicorp#12087 Previously: ``` aws/resource_aws_directory_service_directory.go:317:2: R008: deprecated (schema.ResourceData).SetPartial aws/resource_aws_directory_service_directory.go:391:3: R008: deprecated (schema.ResourceData).SetPartial ``` Output from acceptance testing (failure present on master): ``` --- PASS: TestAccAWSDirectoryServiceDirectory_basic (488.80s) --- PASS: TestAccAWSDirectoryServiceDirectory_connector (968.66s) --- PASS: TestAccAWSDirectoryServiceDirectory_microsoft (1688.96s) --- PASS: TestAccAWSDirectoryServiceDirectory_microsoftStandard (1824.96s) --- PASS: TestAccAWSDirectoryServiceDirectory_tags (623.46s) --- PASS: TestAccAWSDirectoryServiceDirectory_withAliasAndSso (584.98s) ```
- Loading branch information