-
Notifications
You must be signed in to change notification settings - Fork 4k
Microsoft.Azure.Management.Websites SDK upgrade to 3.1.2 #16344
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
Microsoft.Azure.Management.Websites SDK upgrade to 3.1.2 #16344
Conversation
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.
And don't forget to update the changelog :)
@@ -0,0 +1,2 @@ | |||
"AssemblyFileName","ClassName","Target","Severity","ProblemId","Description","Remediation" | |||
"Az.Websites","Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps.EditAzureWebAppBackupConfiguration","Edit-AzWebAppBackupConfiguration","0","3030","The generic type for 'property UserAssignedIdentities' has been changed from 'System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.WebSites.Models.ManagedServiceIdentityUserAssignedIdentitiesValue]' to 'System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.WebSites.Models.UserAssignedIdentity]'. ","Change the generic type for 'property UserAssignedIdentities' back to 'System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.WebSites.Models.ManagedServiceIdentityUserAssignedIdentitiesValue]'." |
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.
Instead of suppressing every breaking change, we should consider how it's gonna affect our customers; is there a way to mitigate?
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.
Is this breaking change what you would expect? If so, please fill in the following table, so that we can compose a migration guide for our customer:
cmdlet | breaking change | old usage | new usage |
---|
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.
cmdlet | breaking change | old usage | new usage |
---|---|---|---|
Edit-AzWebAppBackupConfiguration | The generic type for 'property UserAssignedIdentities' has been changed from 'System.Collections.Generic.IDictionary2[System.String,Microsoft.Azure.Management.WebSites.Models.ManagedServiceIdentityUserAssignedIdentitiesValue]' to 'System.Collections.Generic.IDictionary 2[System.String,Microsoft.Azure.Management.WebSites.Models.UserAssignedIdentity]'. |
Edit-AzWebAppBackupConfiguration -FrequencyInterval -FrequencyUnit -KeepAtLeastOneBackup -Name IpRule -ResourceGroupName MyResourceGroup -RetentionPeriodInDays -StartTime 2016-11-30T22:00:00Z -StorageAccountUrl 'https://storageaccount.file.core.windows.net' | No change in customer usage. Same as old. |
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.
Added
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
@isra-fel - except the build fail please review for rest of the tings. |
@@ -0,0 +1,2 @@ | |||
"AssemblyFileName","ClassName","Target","Severity","ProblemId","Description","Remediation" | |||
"Az.Websites","Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps.EditAzureWebAppBackupConfiguration","Edit-AzWebAppBackupConfiguration","0","3030","The generic type for 'property UserAssignedIdentities' has been changed from 'System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.WebSites.Models.ManagedServiceIdentityUserAssignedIdentitiesValue]' to 'System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.WebSites.Models.UserAssignedIdentity]'. ","Change the generic type for 'property UserAssignedIdentities' back to 'System.Collections.Generic.IDictionary`2[System.String,Microsoft.Azure.Management.WebSites.Models.ManagedServiceIdentityUserAssignedIdentitiesValue]'." |
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.
Is this breaking change what you would expect? If so, please fill in the following table, so that we can compose a migration guide for our customer:
cmdlet | breaking change | old usage | new usage |
---|
src/Websites/Websites/Cmdlets/Certificates/NewAzureWebAppCertificate.cs
Outdated
Show resolved
Hide resolved
@isra-fel Made the changes as suggested. Please take a review. |
Changed base branch to release-2021-12-07 as we have begun the release process |
Except for the tests, other changes look good to me |
…udhakarreddy/azure-powershell into DotNetSDK_upgrade_Oct_2021
Tests are passed. please review. |
/azp run azure-powershell - security-tools |
Azure Pipelines successfully started running 1 pipeline(s). |
Description
Microsoft.Azure.Management.Websites SDK upgrade to
3.1.2
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