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
Enum options in Go need not be escaped by appending the escaped string as they won't cause compilation issues due to the enum suffix as well as the uppercasing. As this change will probably break clients this should be addressed in the next breaking change
Enum options in Go need not be escaped by appending the
escaped
string as they won't cause compilation issues due to the enum suffix as well as the uppercasing. As this change will probably break clients this should be addressed in the next breaking changehttps://github.com/microsoftgraph/msgraph-sdk-go/blob/84a68c5f1b78925257f7624d38e4311e134865ad/models/browser_site_merge_type.go#L12
The text was updated successfully, but these errors were encountered: