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
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@

<PropertyGroup>
<PackageId>Microsoft.Azure.Management.ManagementPartner</PackageId>
<Description>Microsoft.Azure.Management.Gsm Library</Description>
<Description>Microsoft.Azure.Management.ManagementPartner Library</Description>
<AssemblyName>Microsoft.Azure.Management.ManagementPartner</AssemblyName>
<Version>1.0.0-preview</Version>
<Version>1.1.0-preview</Version>
<PackageTags>ManagementPartner;;;;</PackageTags>
<PackageReleaseNotes>
<![CDATA[This is a public preview release of the Azure Gsm SDK. Included with this release is all operation to get/modify partner id for tenant]]>
<![CDATA[Add partner name for management partner operations response]]>
</PackageReleaseNotes>
</PropertyGroup>
<PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
powershell.exe -ExecutionPolicy Bypass -NoLogo -NonInteractive -NoProfile -File "$(split-path $SCRIPT:MyInvocation.MyCommand.Path -parent)\..\..\..\..\tools\generateTool.ps1" -ResourceProvider "managementpartner/resource-manager" -PowershellInvoker -AutoRestVersion "latest"
Binary file modified src/SDKs/_metadata/managementpartner_resource-manager.txt
Binary file not shown.