-
Notifications
You must be signed in to change notification settings - Fork 18
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
Add table azure_automation_variable closes #570 #571
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.
@ParthaI please take a look at the review comments. Thanks!!!
Name: "azure_automation_variable", | ||
Description: "Azure Automation Variable", | ||
Get: &plugin.GetConfig{ | ||
KeyColumns: plugin.AllColumns([]string{"name", "resource_group", "account_name"}), |
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.
KeyColumns: plugin.AllColumns([]string{"name", "resource_group", "account_name"}), | |
KeyColumns: plugin.AllColumns([]string{"account_name", "name", "resource_group" }), |
}, | ||
{ | ||
Name: "id", | ||
Description: "Fully qualified resource Id for the resource.", |
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.
Description: "Fully qualified resource Id for the resource.", | |
Description: "Fully qualified resource ID.", |
automation.Variable | ||
} | ||
|
||
//// FETCH FUNCTIONS //// |
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.
//// FETCH FUNCTIONS //// | |
//// HYDRATE FUNCTIONS //// |
// In some cases resource does not give any notFound error | ||
// instead of notFound error, it returns empty data |
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.
// In some cases resource does not give any notFound error | |
// instead of notFound error, it returns empty data | |
// In some cases the API does not return any notFound error | |
// instead it returns empty data |
@@ -0,0 +1,52 @@ | |||
# Table: azure_automation_variable | |||
|
|||
Variable assets are values that are available to all runbooks and DSC configurations in your Automation account. You can manage them from the Azure portal, from PowerShell, within a runbook, or in a DSC configuration. |
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.
@ParthaI could you also add an example wherein the GET hydrate call is being invoked?
@ParthaI could you please add the missing logging information? |
Integration test logs
Logs
Example query results
Results