Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -616,6 +616,10 @@
"encryption": {
"$ref": "#/definitions/EncryptionProperties",
"description": "Set the encryption properties for the automation account"
},
"publicNetworkAccess": {
"type": "boolean",
"description": "Indicates whether traffic on the non-ARM endpoint (Webhook/Agent) is allowed from the public internet"
}
},
"description": "The parameters supplied to the create or update account properties."
Expand Down Expand Up @@ -791,6 +795,10 @@
"sku": {
"$ref": "#/definitions/Sku",
"description": "Gets or sets account SKU."
},
"publicNetworkAccess": {
"type": "boolean",
"description": "Indicates whether traffic on the non-ARM endpoint (Webhook/Agent) is allowed from the public internet"
}
},
"description": "The parameters supplied to the update account properties."
Expand Down