Skip to content

Commit

Permalink
Update GeneratedErrorConstants.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
MIchaelMainer authored Oct 5, 2020
1 parent cf1399e commit a104cea
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/Microsoft.Graph/Exceptions/GeneratedErrorConstants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@

namespace Microsoft.Graph
{
internal static class GeneratedErrorConstants
public static class GeneratedErrorConstants
{
internal static class Codes
public static class Codes
{
internal static string NotAllowed = "notAllowed";
public static string NotAllowed = "notAllowed";
}

internal static class Messages
public static class Messages
{
internal static string ResponseObjectUsedForUpdate = "Do not use objects returned in a response for updating an object in Microsoft Graph. " +
public static string ResponseObjectUsedForUpdate = "Do not use objects returned in a response for updating an object in Microsoft Graph. " +
"Create a new {0} object and only set the updated properties on it.";
}
}
}
}

0 comments on commit a104cea

Please sign in to comment.