Skip to content

scripts to load the contoso data - #30

Merged
Barbara Kess (barbkess) merged 1 commit into
microsoft:masterfrom
barbkess:blk
May 10, 2016
Merged

Barbara Kess (barbkess) merged 1 commit into
microsoft:masterfrom
barbkess:blk

Conversation

@barbkess

Copy link
Copy Markdown
Contributor

No description provided.

@barbkess
Barbara Kess (barbkess) merged commit e801dce into microsoft:master May 10, 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.

1 participant