Steve Zesch
Steve Zesch
## Description Add the `credentialsParameter` arn to the `ecs_task_access_secrets` policy if `var.repository_credentials` is not null and the `credentialsParameter` key exists in `var.repository_credentials`. ## Motivation and Context Without this change the...
### What happened? I have a use case where I'm creating a subscription and then creating a provider for that subscription so I can create resources in it. When using...
### What happened? Creating a DiagnosticSetting is failing with `error: autorest/azure: Service returned an error. Status= . The subscription '' is not registered to use microsoft.insights.` My expectation is that...
The Github [docs](https://docs.github.com/en/rest/repos/contents?apiVersion=2022-11-28#get-repository-content) for getting repository content state > Gets the contents of a file or directory in a repository. Specify the file path or directory with the path parameter....