Skip to content

Commit c3ca135

Browse files
committed
Added exception for Changing type of Expiration to non nullable in SetExpiry
1 parent 1b72d24 commit c3ca135

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/StaticAnalysis/Exceptions/BreakingChangeIssues.csv

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -771,4 +771,5 @@
771771
"d:\workspace\powershell\src\Package\Debug\ResourceManager\AzureResourceManager\AzureRM.DataLakeStore\Microsoft.Azure.Commands.DataLakeStore.dll","Microsoft.Azure.Commands.DataLakeStore.SetAzureRmDataLakeStoreItemExpiry","Set-AzureRmDataLakeStoreItemExpiry","0","2100","The parameter 'Expiration' in cmdlet 'Set-AzureRmDataLakeStoreItemExpiry' is no longer in the parameter set '__AllParameterSets'.","Add parameter 'Expiration' back to the parameter set '__AllParameterSets'."
772772
"d:\workspace\powershell\src\Package\Debug\ResourceManager\AzureResourceManager\AzureRM.DataLakeStore\Microsoft.Azure.Commands.DataLakeStore.dll","Microsoft.Azure.Commands.DataLakeStore.SetAzureRmDataLakeStoreItemExpiry","Set-AzureRmDataLakeStoreItemExpiry","0","3030","The generic type for 'property Type' has been changed from 'System.Nullable`1[Microsoft.Azure.Management.DataLake.Store.Models.FileType]' to 'System.Nullable`1[Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreEnums+FileType]'. ","Change the generic type for 'property Type' back to 'System.Nullable`1[Microsoft.Azure.Management.DataLake.Store.Models.FileType]'."
773773
"d:\workspace\powershell\src\Package\Debug\ResourceManager\AzureResourceManager\AzureRM.DataLakeStore\Microsoft.Azure.Commands.DataLakeStore.dll","Microsoft.Azure.Commands.DataLakeStore.GetAzureDataLakeStoreChildItem","Get-AzureRmDataLakeStoreChildItem","0","3030","The generic type for 'property Type' has been changed from 'System.Nullable`1[Microsoft.Azure.Management.DataLake.Store.Models.FileType]' to 'System.Nullable`1[Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreEnums+FileType]'. ","Change the generic type for 'property Type' back to 'System.Nullable`1[Microsoft.Azure.Management.DataLake.Store.Models.FileType]'."
774-
"d:\workspace\powershell\src\Package\Debug\ResourceManager\AzureResourceManager\AzureRM.DataLakeStore\Microsoft.Azure.Commands.DataLakeStore.dll","Microsoft.Azure.Commands.DataLakeStore.GetAzureDataLakeStoreItem","Get-AzureRmDataLakeStoreItem","0","3030","The generic type for 'property Type' has been changed from 'System.Nullable`1[Microsoft.Azure.Management.DataLake.Store.Models.FileType]' to 'System.Nullable`1[Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreEnums+FileType]'. ","Change the generic type for 'property Type' back to 'System.Nullable`1[Microsoft.Azure.Management.DataLake.Store.Models.FileType]'."
774+
"d:\workspace\powershell\src\Package\Debug\ResourceManager\AzureResourceManager\AzureRM.DataLakeStore\Microsoft.Azure.Commands.DataLakeStore.dll","Microsoft.Azure.Commands.DataLakeStore.GetAzureDataLakeStoreItem","Get-AzureRmDataLakeStoreItem","0","3030","The generic type for 'property Type' has been changed from 'System.Nullable`1[Microsoft.Azure.Management.DataLake.Store.Models.FileType]' to 'System.Nullable`1[Microsoft.Azure.Commands.DataLakeStore.Models.DataLakeStoreEnums+FileType]'. ","Change the generic type for 'property Type' back to 'System.Nullable`1[Microsoft.Azure.Management.DataLake.Store.Models.FileType]'."
775+
"d:\workspace\powershell\src\Package\Debug\ResourceManager\AzureResourceManager\AzureRM.DataLakeStore\Microsoft.Azure.Commands.DataLakeStore.dll","Microsoft.Azure.Commands.DataLakeStore.SetAzureRmDataLakeStoreItemExpiry","Set-AzureRmDataLakeStoreItemExpiry","0","2020","The cmdlet 'Set-AzureRmDataLakeStoreItemExpiry' no longer supports the type 'System.Nullable`1[System.DateTimeOffset]' for parameter 'Expiration'.","Change the type for parameter 'Expiration' back to 'System.Nullable`1[System.DateTimeOffset]'."

0 commit comments

Comments
 (0)