You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the options type can be shared by multiple client types, name it with a plural or more general name. For example, the BlobClientsOptions class can be used by BlobClient, BlobContainerClient, and BlobAccountClient.
We can't create a MetricsAdvisorClientsOptions (pluralized "Clients") because the API analyzer expects a ClientOptions suffix. A NoWarn property was added to avoid the warning for the time being.
The text was updated successfully, but these errors were encountered:
Blocked by: Azure/azure-sdk-tools#127
Our guidelines state that:
We can't create a
MetricsAdvisorClientsOptions
(pluralized "Clients") because the API analyzer expects aClientOptions
suffix. ANoWarn
property was added to avoid the warning for the time being.The text was updated successfully, but these errors were encountered: