-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Set-AzEventHubNamespace is using PATCH instead of PUT #9558
Comments
@wxwr Can you provide the module layout on your machine? To do this, run |
|
@wxwr It looks like you have installed the 1.0 version of Az in your User scope, and the 0.7 version of Az in your machien scope and the latest version of AzureRM in your machine scope. You probably want to remove the modules that you do not want (and I would consider removing AzureRm and updating to 'Az'. You indicated that you can repro this in CloudSHell, what was the module layotu there (again 'Get-Module -ListAvailable' will show) |
Here is CloudShell output.
|
@v-Ajnava Can you take a look? |
Hi @wxwr, I have submitted fix for the issue, will keep the thread updated. please let us know if you have any other queries |
@wxwr we have fixed the issue and its in the release 2.6.0. can you please try with 2.6.0. closing the issue, please feel free to reopen if you have any questions. |
Description
Trying to upgrade namespace tier with Set-AzEventHubNamespace which using PATCH method instead of PUT as per ARM documentation is causing the command to succeed but no change is actually done on the resource.
Steps to reproduce
Create an Event Hub namespace on Basic tier and try upgrading it to Standard using below command. I can also repro through CloudShell.
Environment data
Module versions
Debug output
Error output
No errors
The text was updated successfully, but these errors were encountered: