Matthew Frahry
Matthew Frahry
In the portal, we can specify Log Analytics and EventHub as places to store SQL server audit logs but that functionality doesn't appear to be in the API. I've looked...
The `2021-06-01-preview` for Synapse Linked Service returns response code 200 during create/update though the resource actually fails due to a bad payload. You can test this by passing in a...
There is a new pricing model for Stream Analytics Jobs called `StandardV2` but the api spec currently only supports `Standard` https://github.com/Azure/azure-rest-api-specs/blob/main/specification/streamanalytics/resource-manager/Microsoft.StreamAnalytics/stable/2020-03-01/streamingjobs.json#L817
For resources with an update function, all attributes without `ForceNew: true` should be updated in the update method. ``` &schema.Provider{ ResourcesMap: map[string]*schema.Resource{ "example_thing": resourceExampleThing(), }, } func resourceExampleThing() *schema.Resource {...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Community Note * Please vote on this issue by adding a :thumbsup: [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/)...
## Community Note * Please vote on this PR by adding a :thumbsup: [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original PR to help the community and maintainers prioritize for review * Please do...
## Community Note * Please vote on this PR by adding a :thumbsup: [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original PR to help the community and maintainers prioritize for review * Please do...
``` --- PASS: TestAccResourceGroup_disappears (41.76s) --- PASS: TestAccResourceManagementPrivateLinkAssociation_requiresImport (72.94s) ```
## Community Note * Please vote on this PR by adding a :thumbsup: [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original PR to help the community and maintainers prioritize for review * Please do...
This PR removes `TestAccRedisCache_SkuDowngrade` as Sku downgrading is explicitly not supported by the provider. We're also setting a few attributes to what Terraform thinks they are rather than what Azure...