-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New Resource: azurerm_arc_machine_automanage_configuration_assignment
#26657
New Resource: azurerm_arc_machine_automanage_configuration_assignment
#26657
Conversation
The deprecation warning for |
Based on my findings, the method that employs a service principal (which includes a client_secret) lacks a corresponding technique when using managed identity. Therefore, it's necessary to use os.Getenv to make test running. |
In order to pass the PR checks, I manually removed test cases and mark test as skip. I will use the compiled version of AzureRM provider of this branch to test and show the test results. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🌟
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active contributions. |
Community Note
Description
Swagger Link: https://github.com/Azure/azure-rest-api-specs/blob/34cb052b55b126a7447df9bc2d32e4185529400c/specification/automanage/resource-manager/Microsoft.Automanage/stable/2022-05-04/automanage.json#L1358-L1535
Docs: https://learn.microsoft.com/en-us/azure/automanage/automanage-arc
PR Checklist
For example: “
resource_name_here
- description of change e.g. adding propertynew_property_name_here
”Testing
Testing evidence:
Note
For a successful test of this resource, locate "Automanage API Access" (appId: d828acde-4b48-47f5-a6e8-52460104a052) within your Entra ID tenant. Make sure it's granted access to the scope that includes the arc server.
Change Log
Below please provide what should go into the changelog (if anything) conforming to the Changelog Format documented here.
azurerm_arc_machine_automanage_configuration_assignment
[New Resource:azurerm_arc_machine_automanage_configuration_assignment
#26657]This is a (please select all that apply):