Open
Description
For the following change https://github.com/azure-sdk/azure-sdk-for-python/pull/7447/files#diff-a272e9b4498f61d5f1426213e13beb9f9429efeb0f7d48aa2ae81817814e2767:
Current report is:
- The class 'AgentPoolUpgradeSettings' method '__init__' had its parameter 'max_surge' default value changed from 'str' to 'none'
Actually it has no default value, so I think it shall be
- The class 'AgentPoolUpgradeSettings' method '__init__' had its parameter 'max_surge' changed to have no default value