Azure / autorest.powershell

AutoRest PowerShell Generator
MIT License
111 stars 76 forks source link

breaking change warning azversion and version mismatched #1222

Closed VeryEarly closed 10 months ago

VeryEarly commented 10 months ago
        public GenericBreakingChangeAttribute(string message, string deprecateByAzVersion, string deprecateByVersion)
        {
            _message = message;
            this.DeprecateByAzVersion = deprecateByAzVersion;
            this.DeprecateByVersion = deprecateByVersion;
        }

second parameter is az version and third is version, in class.ts it passed version as second and az version as third.