Skip to content

Commit

Permalink
[AutoPR Microsoft.Azure.Management.DataMigration] Fix eligibility typo (
Browse files Browse the repository at this point in the history
#217)

* Generated from 25369344fbeb2f169b5bc40b9c4a8a99c42503e7 (#194)

chore: jsonfmt servicebus

* Generated from 7a35ba99fa36d4a95daf9c4f7c88ae0867cb0825 (#195)

Remove common from examples.

* Generated from 7cd1aa92499c42947998cf1570e19ac0087fda19 (#193)

missing section for compute 2019-07-01

* Generated from aafad88743ef7a4dcd7bbfa6afd4591ba4e327bb (#196)

new source

* [AutoPR Microsoft.Azure.ApplicationInsights] Add purge API details. (#184)

* Generated from 25369344fbeb2f169b5bc40b9c4a8a99c42503e7 (#194)

chore: jsonfmt servicebus

* Generated from 7a35ba99fa36d4a95daf9c4f7c88ae0867cb0825 (#195)

Remove common from examples.

* Generated from cf0d03934bcbc56858cf3696b0a3c7fa481c12ac

Fix example

* [AutoPR Microsoft.Azure.Management.Billing] Amaga/update customer policy (#202)

* Generated from 25369344fbeb2f169b5bc40b9c4a8a99c42503e7 (#194)

chore: jsonfmt servicebus

* Generated from 7a35ba99fa36d4a95daf9c4f7c88ae0867cb0825 (#195)

Remove common from examples.

* Generated from 7cd1aa92499c42947998cf1570e19ac0087fda19 (#193)

missing section for compute 2019-07-01

* Generated from aafad88743ef7a4dcd7bbfa6afd4591ba4e327bb (#196)

new source

* [AutoPR Microsoft.Azure.ApplicationInsights] Add purge API details. (#184)

* Generated from 25369344fbeb2f169b5bc40b9c4a8a99c42503e7 (#194)

chore: jsonfmt servicebus

* Generated from 7a35ba99fa36d4a95daf9c4f7c88ae0867cb0825 (#195)

Remove common from examples.

* Generated from cf0d03934bcbc56858cf3696b0a3c7fa481c12ac

Fix example

* Generated from a48d205a68ab63fdafa5dcb79e013c6946d92a43

Applying Code review feedbacks

* Generated from 7a0a386b7bb4042100e0d4a5c9aed5ac4374ab3d (#208)

Network: add java readme

* [AutoPR Microsoft.Azure.Management.ContainerRegistry] [ACR] Scope map updates (#206)

* Generated from 25369344fbeb2f169b5bc40b9c4a8a99c42503e7 (#194)

chore: jsonfmt servicebus

* Generated from 7a35ba99fa36d4a95daf9c4f7c88ae0867cb0825 (#195)

Remove common from examples.

* Generated from 7cd1aa92499c42947998cf1570e19ac0087fda19 (#193)

missing section for compute 2019-07-01

* Generated from aafad88743ef7a4dcd7bbfa6afd4591ba4e327bb (#196)

new source

* [AutoPR Microsoft.Azure.ApplicationInsights] Add purge API details. (#184)

* Generated from 25369344fbeb2f169b5bc40b9c4a8a99c42503e7 (#194)

chore: jsonfmt servicebus

* Generated from 7a35ba99fa36d4a95daf9c4f7c88ae0867cb0825 (#195)

Remove common from examples.

* Generated from cf0d03934bcbc56858cf3696b0a3c7fa481c12ac

Fix example

* [AutoPR Microsoft.Azure.Management.Billing] Amaga/update customer policy (#202)

* Generated from 25369344fbeb2f169b5bc40b9c4a8a99c42503e7 (#194)

chore: jsonfmt servicebus

* Generated from 7a35ba99fa36d4a95daf9c4f7c88ae0867cb0825 (#195)

Remove common from examples.

* Generated from 7cd1aa92499c42947998cf1570e19ac0087fda19 (#193)

missing section for compute 2019-07-01

* Generated from aafad88743ef7a4dcd7bbfa6afd4591ba4e327bb (#196)

new source

* [AutoPR Microsoft.Azure.ApplicationInsights] Add purge API details. (#184)

* Generated from 25369344fbeb2f169b5bc40b9c4a8a99c42503e7 (#194)

chore: jsonfmt servicebus

* Generated from 7a35ba99fa36d4a95daf9c4f7c88ae0867cb0825 (#195)

Remove common from examples.

* Generated from cf0d03934bcbc56858cf3696b0a3c7fa481c12ac

Fix example

* Generated from a48d205a68ab63fdafa5dcb79e013c6946d92a43

Applying Code review feedbacks

* Generated from 604a599550d7aa46f836e8b47376839971cdfbb7

add scopemap to custom-words.txt

* Generated from f8a0f9fccb5e3f7911f171e4480fbd48fc4a85df

Remove suppression for Eligible typo
  • Loading branch information
openapi-sdkautomation[bot] authored and azuresdkci committed Sep 19, 2019
1 parent a99c236 commit 74c9258
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ namespace Microsoft.Azure.Management.DataMigration.Models
/// Base class for all types of DMS command properties. If command is not
/// supported by current client, this object is returned.
/// </summary>
[Newtonsoft.Json.JsonObject("Unknown")]
public partial class CommandProperties
{
/// <summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ namespace Microsoft.Azure.Management.DataMigration.Models
/// <summary>
/// Defines the connection properties of a server
/// </summary>
[Newtonsoft.Json.JsonObject("Unknown")]
public partial class ConnectionInfo
{
/// <summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ public MigrationEligibilityInfo()
/// <summary>
/// Initializes a new instance of the MigrationEligibilityInfo class.
/// </summary>
/// <param name="isEligibileForMigration">Whether object is eligible
/// for migration or not.</param>
/// <param name="isEligibleForMigration">Whether object is eligible for
/// migration or not.</param>
/// <param name="validationMessages">Information about eligibility
/// failure for the server object.</param>
public MigrationEligibilityInfo(bool? isEligibileForMigration = default(bool?), IList<string> validationMessages = default(IList<string>))
public MigrationEligibilityInfo(bool? isEligibleForMigration = default(bool?), IList<string> validationMessages = default(IList<string>))
{
IsEligibileForMigration = isEligibileForMigration;
IsEligibleForMigration = isEligibleForMigration;
ValidationMessages = validationMessages;
CustomInit();
}
Expand All @@ -50,8 +50,8 @@ public MigrationEligibilityInfo()
/// <summary>
/// Gets whether object is eligible for migration or not.
/// </summary>
[JsonProperty(PropertyName = "isEligibileForMigration")]
public bool? IsEligibileForMigration { get; private set; }
[JsonProperty(PropertyName = "isEligibleForMigration")]
public bool? IsEligibleForMigration { get; private set; }

/// <summary>
/// Gets information about eligibility failure for the server object.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ namespace Microsoft.Azure.Management.DataMigration.Models
/// Base class for all types of DMS task properties. If task is not
/// supported by current client, this object is returned.
/// </summary>
[Newtonsoft.Json.JsonObject("Unknown")]
public partial class ProjectTaskProperties
{
/// <summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,5 @@ public static IEnumerable<Tuple<string, string, string>> ApiInfo_DataMigrationMa
}.AsEnumerable();
}
}
// BEGIN: Code Generation Metadata Section
public static readonly String AutoRestVersion = "latest";
public static readonly String AutoRestBootStrapperVersion = "autorest@2.0.4283";
public static readonly String AutoRestCmdExecuted = "cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/datamigration/resource-manager/readme.md --csharp --version=latest --reflect-api-versions --csharp-sdks-folder=C:\\Dev\\Git\\azure-sdk-for-net\\sdk";
public static readonly String GithubForkName = "Azure";
public static readonly String GithubBranchName = "master";
public static readonly String GithubCommidId = "e9b03021559994e2988fd977d465685795c2f70d";
public static readonly String CodeGenerationErrors = "";
public static readonly String GithubRepoName = "azure-rest-api-specs";
// END: Code Generation Metadata Section
}
}

0 comments on commit 74c9258

Please sign in to comment.