-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
StackHCI Registration process Improvements #18230
StackHCI Registration process Improvements #18230
Conversation
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
- Register-AzStackHCI cmdlet now does not take any action if required Resource Providers are already registered. This allows users with Roles who do not have permissions to register resource providers to still perform registration operation | ||
* Supported for writing event log entries from registration cmdlets | ||
- Register-AzStackHCI and UnRegister-AzStackHCI flows will now write events to Node log reflecting the status of registration. Events will be logged under source name "HCI Registration" | ||
* Updated IMDS Cluster network |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change was already released in 1.1.1
@@ -4689,16 +4771,26 @@ function New-Directory{ | |||
#> | |||
function Invoke-DeploymentModuleDownload{ | |||
# Remote Support | |||
New-Variable -Name RemoteSupportPackageUri -Value "https://remotesupportpackages.blob.core.windows.net/packages" -Option Constant -Scope Script | |||
New-Variable -Name RemoteSupportPackageUri -Value "https://srsqldatasa.blob.core.windows.net/packages" -Option Constant -Scope Script |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do not bring this change over (or anything related to RS except for logging/etc).
} | ||
|
||
$ServiceEndpointAzureCloudFrontDoor = "https://azurestackhci.azurefd.net" | ||
$ServiceEndpointAzureCloudFrontDoor = "https://dp.stackhci.azure.com" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you also bring over the Fairfax graph endpoint update?
$GraphServiceApiScopeAzureUSGovernment = "https://graph.windows.net/.default"
should change to
$GraphServiceApiScopeAzureUSGovernment = "https://graph.microsoft.us/.default"
Description
Checklist
CONTRIBUTING.md
ChangeLog.md
file(s) has been updated:ChangeLog.md
file can be found atsrc/{{SERVICE}}/{{SERVICE}}/ChangeLog.md
## Upcoming Release
header -- no new version header should be added