Skip to content

Commit

Permalink
[AutoPR web/resource-manager] Adding new API version for Microsoft.We…
Browse files Browse the repository at this point in the history
…b RP which fixes swagger errors (#50)

* Generated from 818a227bdda7726be73686f3bb4c36b11052d6cd

Add suppression for one RPC 3019 error

* Generated from 8957477812a8f2abbc895a363756062be9f2ca45

Removed location element for top level domain examples
  • Loading branch information
AutorestCI authored Apr 12, 2018
1 parent 0f947be commit 4286256
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 353 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ public class DefaultErrorResponseError {
/**
* Standardized string to programmatically identify the error.
*/
@JsonProperty(value = "code", required = true, access = JsonProperty.Access.WRITE_ONLY)
@JsonProperty(value = "code", access = JsonProperty.Access.WRITE_ONLY)
private String code;

/**
* Detailed error description and debugging information.
*/
@JsonProperty(value = "message", required = true, access = JsonProperty.Access.WRITE_ONLY)
@JsonProperty(value = "message", access = JsonProperty.Access.WRITE_ONLY)
private String message;

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ public class DefaultErrorResponseErrorDetailsItem {
/**
* Standardized string to programmatically identify the error.
*/
@JsonProperty(value = "code", required = true, access = JsonProperty.Access.WRITE_ONLY)
@JsonProperty(value = "code", access = JsonProperty.Access.WRITE_ONLY)
private String code;

/**
* Detailed error description and debugging information.
*/
@JsonProperty(value = "message", required = true, access = JsonProperty.Access.WRITE_ONLY)
@JsonProperty(value = "message", access = JsonProperty.Access.WRITE_ONLY)
private String message;

/**
Expand Down
Loading

0 comments on commit 4286256

Please sign in to comment.