The automationAccounts/sourceControls/sourceControlSyncJobs resource type can be deployed with operations that target:
For a list of changed properties in each API version, see change log.
To create a Microsoft.Automation/automationAccounts/sourceControls/sourceControlSyncJobs resource, add the following JSON to your template.
{
"type": "Microsoft.Automation/automationAccounts/sourceControls/sourceControlSyncJobs",
"apiVersion": "2023-11-01",
"name": "string",
"properties": {
"commitId": "string"
}
}
Name | Description | Value |
---|---|---|
type | The resource type | 'Microsoft.Automation/automationAccounts/sourceControls/sourceControlSyncJobs' |
apiVersion | The resource api version | '2023-11-01' |
name | The resource name See how to set names and types for child resources in JSON ARM templates. |
string (required) |
properties | The properties of the source control sync job. | SourceControlSyncJobCreatePropertiesOrSourceControlS... (required) |
Name | Description | Value |
---|---|---|
commitId | The commit id of the source control sync job. If not syncing to a commitId, enter an empty string. | string (required) |