Skip to content

Commit feeb0ce

Browse files
bniranjanbhatNiranjan B
andauthored
StackHCI Registration process Improvements ( small pending changes) (#18310)
* removed remote support related change whcih is not ready yet * updated fairfax Graph API scope Co-authored-by: Niranjan B <[email protected]>
1 parent 865a71b commit feeb0ce

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

src/StackHCI/Az.StackHCI.psm1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ $GraphServiceApiScopeAzureChinaCloud = "https://microsoftgraph.chinacloudapi.cn/
154154
$ServiceEndpointAzureUSGovernment = "https://dp.azurestackhci.azure.us"
155155
$AuthorityAzureUSGovernment = "https://login.microsoftonline.us"
156156
$BillingServiceApiScopeAzureUSGovernment = "https://dp.azurestackhci.azure.us/.default"
157-
$GraphServiceApiScopeAzureUSGovernment = "https://graph.windows.net/.default"
157+
$GraphServiceApiScopeAzureUSGovernment = "https://graph.microsoft.us/.default"
158158

159159
$ServiceEndpointAzureGermanCloud = "https://azurestackhci-usage.trafficmanager.de"
160160
$AuthorityAzureGermanCloud = "https://login.microsoftonline.de"
@@ -4771,7 +4771,7 @@ function New-Directory{
47714771
#>
47724772
function Invoke-DeploymentModuleDownload{
47734773
# Remote Support
4774-
New-Variable -Name RemoteSupportPackageUri -Value "https://srsqldatasa.blob.core.windows.net/packages" -Option Constant -Scope Script
4774+
New-Variable -Name RemoteSupportPackageUri -Value "https://remotesupportpackages.blob.core.windows.net/packages" -Option Constant -Scope Script
47754775
$DownloadCacheDirectory = Join-Path $env:Temp "RemoteSupportPkgCache"
47764776

47774777
$BlobLocation = "$script:RemoteSupportPackageUri/Microsoft.AzureStack.Deployment.RemoteSupport.psm1"

src/StackHCI/ChangeLog.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,10 @@
2626
-Service endpoints are now specified by HCI Cloud services instead of it being hardcoded in the PS module
2727
* Added support to specify ArcServerResourceGroupName to Register-AzStackHCI cmdlet
2828
- Now we can specify the resource group into which the ARC resource gets projected using 'ArcServerResourceGroupName' parameter during registration
29-
* Check ResourceProvider is already registered before attempting to register during Register-AzStackHCI cmdlet
29+
* Check ResourceProvider is already registered before attempting to register it during Register-AzStackHCI cmdlet
3030
- 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
3131
* Supported for writing event log entries from registration cmdlets
3232
- 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"
33-
* Updated IMDS Cluster network
34-
- To mark Attestation network as "no cluster role" if it only contains the Attestation adapters.
3533

3634
## Version 1.1.1
3735
* Updated firewall rules for Attestation network to block all other traffic

0 commit comments

Comments
 (0)