Skip to content

Commit

Permalink
Update GeneratedErrorConstants.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
bartlomiejzuber committed Oct 5, 2020
1 parent 96a1f9c commit e591abe
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/Microsoft.Graph/Exceptions/GeneratedErrorConstants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@

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.";
}
}
Expand Down

0 comments on commit e591abe

Please sign in to comment.