-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Move azure module to GA #16754
Move azure module to GA #16754
Conversation
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.
just some minor comments
ClientID string `config:"client_id" validate:"required"` | ||
ClientId string `config:"client_id" validate:"required"` | ||
ClientSecret string `config:"client_secret" validate:"required"` | ||
TenantID string `config:"tenant_id" validate:"required"` | ||
SubscriptionID string `config:"subscription_id" validate:"required"` | ||
TenantId string `config:"tenant_id" validate:"required"` | ||
SubscriptionId string `config:"subscription_id" validate:"required"` |
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.
Why these changes? I don't think there is anything wrong with ID
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.
there was a mix of Id
and ID
in the code so I went with most used for consistency
"tenant_id": tenantId, | ||
"subscription_id": subscriptionId, | ||
func TestData(t *testing.T) { | ||
config, err := test.GetConfig("container_instance") |
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.
👏
cc @sorantis, just a heads up on the changes, dashboards have been updated as well |
* work on GA * mage fmt * fix * work on tests * fix * work on tests * generate from test (cherry picked from commit 1894441)
Should fix some of the points in #16024
azure.resource.name
tocloud.instance.name
cloud.instance.id
andcloud.machine.type
(mapping the resource size forcompute_vm
andcompute_vm_scaleset
)data.json
files