diff --git a/src/CosmosDB/CosmosDB.Sdk/Customized/IpAddressOrRange.cs b/src/CosmosDB/CosmosDB.Sdk/Customized/IpAddressOrRange.cs deleted file mode 100644 index 5b02d9ff7e38..000000000000 --- a/src/CosmosDB/CosmosDB.Sdk/Customized/IpAddressOrRange.cs +++ /dev/null @@ -1,21 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is regenerated. - -namespace Microsoft.Azure.Management.CosmosDB.Models -{ - /// - /// IpAddressOrRange object - /// - public partial class IpAddressOrRange - { - - - /// - /// This is an alias to the IPAddressOrRangeProperty property. This is for backward compatibility. - /// This property will be deprecated in the future, please use IPAddressOrRangeProperty instead. - /// - public string IpAddressOrRangeProperty {get=>IPAddressOrRangeProperty; set=>IPAddressOrRangeProperty=value; } - } -} \ No newline at end of file diff --git a/tools/StaticAnalysis/Exceptions/Az.CosmosDB/BreakingChangeIssues.csv b/tools/StaticAnalysis/Exceptions/Az.CosmosDB/BreakingChangeIssues.csv new file mode 100644 index 000000000000..64c058c7d082 --- /dev/null +++ b/tools/StaticAnalysis/Exceptions/Az.CosmosDB/BreakingChangeIssues.csv @@ -0,0 +1,2 @@ +"Module","ClassName","Target","Severity","ProblemId","Description","Remediation" +"Az.CosmosDB","Microsoft.Azure.Commands.CosmosDB.GetAzCosmosDBAccount","Get-AzCosmosDBAccount","0","3010","The property 'IpAddressOrRangeProperty' of type 'Microsoft.Azure.Management.CosmosDB.Models.IpAddressOrRange' has been removed.","Add the property 'IpAddressOrRangeProperty' back to type 'Microsoft.Azure.Management.CosmosDB.Models.IpAddressOrRange'." \ No newline at end of file