-
Trying to create plans and offers on TP3:
PS C:\AzureStack-Tools\ServiceAdmin> New-AzSTenantOfferAndQuotas -tenantID $aadTenant
cmdlet New-AzSTenantOfferAndQuotas at command pipeline position 1
S…
-
We were hitting SSL errors as the ARM endpoint certificate is not trusted, needed to do the following
```
export ADAL_PYTHON_SSL_NO_VERIFY=1
export AZURE_CLI_DISABLE_CONNECTION_VERIFICATION=1
```
…
-
Doc: https://docs.microsoft.com/en-us/azure/azure-stack/azure-stack-add-default-image
New-Server2016VMImage in https://github.com/Azure/AzureStack-Tools/blob/master/ComputeAdmin/AzureStack.ComputeA…
-
### PowerShell Version
V5
### Module Version
1.2.9 (azurestack version)
### OS Version
Windows server 2016 data center
### Description
After installing the MSI , we see that Azure PS modu…
-
I am adding an azurestack cloud and not specifying --endpoint-management. This parameter should not be needed as CLI 2.0 works only against ARM, not RDFE. Need to remove the usage of this parameter
-
### Cmdlet(s)
### PowerShell Version
1.2.8.* (newer builds after 1.2.8 version)
### Description
powershell-sign job against the latest stack-dev branch is not producing the azurestack nuget p…
-
$container is not assigned in creating a storage container when it is found $null.
-
Hi Guys,
you have a bug in the AzureStack.ComputeAdmin.ps1.
This overrides the systemvaribale $Profile in powershell. After this I get the errors that I'm get the follwing errors by run Add-VMImag…
-
The build of the VHD completes, upload works, then after downloading an error occurred about that 'A parameter cannot be found that matches parameter name 'SubscriptionId'.' We had it working on the s…
-
### Cmdlet(s)
Add-AzureRMAccount
### PowerShell Version
powershell v5, 1.2.8 azurestack version
### Module Version
1.0.4.2
### Description
Add-AzureRmAccount is accepting only TenantId as gui…