Skip to content

Commit

Permalink
Generated from b59db77683f3a9c65d0edec17b5f05e458a68897 (#2232)
Browse files Browse the repository at this point in the history
Revert AccessUri description to make it correspond to server response
  • Loading branch information
AutorestCI authored Jul 18, 2018
1 parent b2a674a commit 75c35e1
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,17 @@
package com.microsoft.azure.management.compute.v2018_04_01.implementation;

import com.fasterxml.jackson.annotation.JsonProperty;
import com.microsoft.rest.serializer.JsonFlatten;

/**
* A disk access SAS uri.
*/
@JsonFlatten
public class AccessUriInner {
/**
* A SAS uri for accessing a disk.
*/
@JsonProperty(value = "accessSAS", access = JsonProperty.Access.WRITE_ONLY)
@JsonProperty(value = "properties.output.accessSAS", access = JsonProperty.Access.WRITE_ONLY)
private String accessSAS;

/**
Expand Down

0 comments on commit 75c35e1

Please sign in to comment.