Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

regenerate the sdk since the swagger is updated #4136

Merged
merged 7 commits into from
Mar 20, 2018
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ public PartnerResponse()
/// <param name="id">Identifier of the partner</param>
/// <param name="name">Name of the partner</param>
/// <param name="partnerId">This is the partner id</param>
/// <param name="partnerName">This is the partner name</param>
/// <param name="tenantId">This is the tenant id.</param>
/// <param name="objectId">This is the object id.</param>
/// <param name="version">This is the version.</param>
Expand All @@ -48,12 +49,13 @@ public PartnerResponse()
/// include: 'Active', 'Deleted'</param>
/// <param name="type">Type of resource.
/// "Microsoft.ManagementPartner/partners"</param>
public PartnerResponse(int? etag = default(int?), string id = default(string), string name = default(string), string partnerId = default(string), string tenantId = default(string), string objectId = default(string), string version = default(string), System.DateTime? updatedTime = default(System.DateTime?), System.DateTime? createdTime = default(System.DateTime?), string state = default(string), string type = default(string))
public PartnerResponse(int? etag = default(int?), string id = default(string), string name = default(string), string partnerId = default(string), string partnerName = default(string), string tenantId = default(string), string objectId = default(string), string version = default(string), System.DateTime? updatedTime = default(System.DateTime?), System.DateTime? createdTime = default(System.DateTime?), string state = default(string), string type = default(string))
{
Etag = etag;
Id = id;
Name = name;
PartnerId = partnerId;
PartnerName = partnerName;
TenantId = tenantId;
ObjectId = objectId;
Version = version;
Expand Down Expand Up @@ -93,6 +95,12 @@ public PartnerResponse()
[JsonProperty(PropertyName = "properties.partnerId")]
public string PartnerId { get; set; }

/// <summary>
/// Gets or sets this is the partner name
/// </summary>
[JsonProperty(PropertyName = "properties.partnerName")]
public string PartnerName { get; set; }

/// <summary>
/// Gets or sets this is the tenant id.
/// </summary>
Expand Down
Binary file modified src/SDKs/_metadata/managementpartner_resource-manager.txt
Binary file not shown.