azureautomation / automation-packs

Collections of Automation resources that can include runbooks, configurations, modules, credentials, schedules, variables, connections, certificates, jobs, compilation jobs, and nodes.
MIT License
75 stars 42 forks source link

Applying the configurationdata on a DSC compliationjob via ARM #8

Closed mshorrosh closed 8 years ago

mshorrosh commented 8 years ago

Hi

Is there currently any way to apply a configurationdata configuration to a compilationjob similar to what is available via powershell sdk? This is what I am referring to below:

Start-AzureRmAutomationDscCompilationJob -ResourceGroupName "MyResourceGroup" -AutomationAccountName "MyAutomationAccount" -ConfigurationName "CredentialSample" -ConfigurationData $ConfigData

Thanks, Matt

jodoglevy commented 8 years ago

Hi,

Currently this can only be done via PowerShell. Can you post a feedback item on our UserVoice page (https://feedback.azure.com/forums/246290-automation) so we can track this and other customers can vote for it as well?

mshorrosh commented 8 years ago

Hi Joe

I have added a post regarding this here https://feedback.azure.com/forums/246290-automation/suggestions/11216361-arm-support-for-configurationdata-in-dsc-compilati

Thanks