Skip to content

bill - #29

Merged
Perry Skountrianos (perrysk-msft) merged 1 commit into
microsoft:masterfrom
CarlRabeler:elastic
May 9, 2016
Merged

bill#29
Perry Skountrianos (perrysk-msft) merged 1 commit into
microsoft:masterfrom
CarlRabeler:elastic

Conversation

@CarlRabeler

Copy link
Copy Markdown
Contributor

No description provided.

@CarlRabeler

Copy link
Copy Markdown
Contributor Author

Barbara Kess (@barbkess)

please merge

@perrysk-msft
Perry Skountrianos (perrysk-msft) merged commit 15146a1 into microsoft:master May 9, 2016
Umachandar Jayachandran (uc-msft) pushed a commit that referenced this pull request Aug 31, 2026
The report's UpdateResult column does not mean the same thing on both paths, and
nothing said so.

Azure CLI update calls are synchronous: no --no-wait is passed, so the CLI polls
the underlying PUT to a terminal state before returning. Measured on a SQL VM:
the call returned after 126s carrying provisioningState 'Succeeded', and the new
license type was immediately readable. 'Updated' therefore means committed.

The Arc path uses Set-AzConnectedMachineExtension -NoWait and never polls, so
'RequestSubmitted' means only that the service accepted the request. The
agent-side push can still fail afterwards without the script observing it.

Documents the distinction in the README, adds a Resource Graph query for
confirming the real Arc end state, and records TESTPLAN cases #29-#30 along with
the option of an opt-in -WaitForCompletion switch.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants