-
Notifications
You must be signed in to change notification settings - Fork 64
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
release 0.7.0, 0.8.0 of Azurestack Provider not compatible with AzureStack 1905/1906 --- wrong autorest ? #90
Comments
was tested against asdk + integrated systems 1905 / 1906 from windows and linux |
@bottkars Currently seeing this same error, although I am running version |
Hi @bottkars, @jbmcfarlin31, |
Can you try with the |
Hello @jbpaux, |
We tested with 0.8.0 and have the same issue. |
Same here . |
In that case, can you rename the title of the issue to 0.8.0 too ? |
I see the same with 0.8.0 and Azure Stack Release 1906 on my Multinode System |
Just want to check if there are any updates on this issue? |
Would be awesome to know :-) so +1 |
Our primary resource handler is azure stack so this is hindering us quite a bit.. +1 on if there is any updates |
👋 Thanks for opening this issue. The Azure Stack instance that we have access to isn't currently running 1905 so we're not seeing this error in our tests unfortunately (but we're reaching out/working on this) - but taking a look into this (and comparing with AzureRM) I believe the casing on the Resource ID has changed for the Storage Account which means this is being parsed out as an empty string (which is why this errors being returned from the SDK). Since unfortunately we don't have access to confirm that theory at this time (as our Azure Stack instance isn't running 1905) - so that we can diagnose this would anyone be able to confirm that the casing of the Resource ID segment Thanks! |
ResourceGroupName : system.xxxxxxxxx
StorageAccountName : urphealthaccount
Id : /subscriptions/xxxxxx-xxxxx-xxxxx-xxxxx/resourcegroups/system.xxxxxxxx/providers/Microsoft.Storage/storageAccounts/urphealthaccount
Location : xxxxxxxx
Sku : Microsoft.Azure.Management.Storage.Models.Sku
Kind : Storage
Encryption : Microsoft.Azure.Management.Storage.Models.Encryption
AccessTier :
CreationTime : 01/02/2018 01:37:44
CustomDomain :
Identity :
LastGeoFailoverTime :
PrimaryEndpoints : Microsoft.Azure.Management.Storage.Models.Endpoints
PrimaryLocation : xxxxxxxx
ProvisioningState : Succeeded
SecondaryEndpoints :
SecondaryLocation :
StatusOfPrimary : Available
StatusOfSecondary :
Tags :
EnableHttpsTrafficOnly : False
NetworkRuleSet :
Context : Microsoft.WindowsAzure.Commands.Common.Storage.LazyAzureStorageContext
ExtendedProperties : {}
So yeah ID is with uppercase A: Id : /subscriptions/xxxxxx-xxxxx-xxxxx-xxxxx/resourcegroups/system.xxxxxxxx/providers/Microsoft.Storage/storageAccounts/urphealthaccount I hope that helps. On Tenant side - same thing. |
Awesome!!! The PR looks legit, if that was the only issue it has got a chance to fix it :-) Thanks @tombuildsstuff |
This has been released in version 0.8.1 of the provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. As an example: provider "azurestack" {
version = "~> 0.8.1"
}
# ... other configuration ... |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 [email protected]. Thanks! |
I all,
we recently moved to Azurestack 1905. i turns that some calls, specially storage, no longer work.
the error can be reproduced with the storage example
https://www.terraform.io/docs/providers/azurestack/r/storage_account.html
The text was updated successfully, but these errors were encountered: