Skip to content

Microsoft.Automation/automationAccounts - registrationUrl property is not documented #16714

Open
@smthbh

Description

@smthbh

Reported here: Azure/bicep#784 (comment)

This property is used in the DSC template example here:
https://docs.microsoft.com/en-us/azure/virtual-machines/extensions/dsc-template

It is also used in the quickstart here:
https://github.com/Azure/azure-quickstart-templates/blob/master/quickstarts/microsoft.automation/automation-configuration/nested/provisionServer.json

"AutomationAccountCreateOrUpdateParameters": {
"properties": {
"properties": {
"$ref": "#/definitions/AutomationAccountCreateOrUpdateProperties",
"x-ms-client-flatten": true,
"description": "Gets or sets account create or update properties."
},
"name": {
"type": "string",
"description": "Gets or sets name of the resource."
},
"location": {
"type": "string",
"description": "Gets or sets the location of the resource."
},
"identity": {
"type": "object",
"$ref": "#/definitions/Identity",
"description": "Sets the identity property for automation account"
},
"tags": {
"type": "object",
"additionalProperties": {
"type": "string"
},
"description": "Gets or sets the tags attached to the resource."
}
},

Metadata

Metadata

Assignees

No one assigned

    Labels

    AutomationService AttentionWorkflow: This issue is responsible by Azure service team.customer-reportedIssues that are reported by GitHub users external to the Azure organization.questionThe issue doesn't require a change to the product in order to be resolved. Most issues start as that

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions