Skip to content
Merged
Show file tree
Hide file tree
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 @@ -166,6 +166,7 @@ union AutoUpgradeLastTriggerStatus {
interface AutoUpgradeProfileOperations {
#suppress "@azure-tools/typespec-azure-resource-manager/lro-location-header" "use azure-async instead"
@useFinalStateVia("azure-async-operation")
@doc("Generates an update run for a given auto upgrade profile.")
generateUpdateRun is Azure.ResourceManager.ArmResourceActionAsync<
AutoUpgradeProfile,
void,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -808,7 +808,7 @@
"tags": [
"AutoUpgradeProfileOperations"
],
"description": "A long-running resource action.",
"description": "Generates an update run for a given auto upgrade profile.",
"parameters": [
{
"$ref": "../../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter"
Expand Down
Loading