Skip to content

Commit

Permalink
Merge pull request #803 from bartlomiejzuber/dev
Browse files Browse the repository at this point in the history
Update GeneratedErrorConstants.cs
  • Loading branch information
MIchaelMainer committed Oct 5, 2020
2 parents 96a1f9c + e591abe commit 6fb8f46
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 6fb8f46

Please sign in to comment.