Skip to content

Commit

Permalink
Fix for Issue Azure#1075 (Azure#1182)
Browse files Browse the repository at this point in the history
* Corrected the documentation string for Credentials property

* Regenerated tests and samples
  • Loading branch information
John-Hart committed Jun 24, 2016
1 parent 5c1cea8 commit d734d1a
Show file tree
Hide file tree
Showing 93 changed files with 175 additions and 175 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public partial class AutoRestDurationTestService : ServiceClient<AutoRestDuratio
public JsonSerializerSettings DeserializationSettings { get; private set; }

/// <summary>
/// Gets Azure subscription credentials.
/// Credentials needed for the client to connect to Azure.
/// </summary>
public ServiceClientCredentials Credentials { get; private set; }

Expand Down Expand Up @@ -146,7 +146,7 @@ protected AutoRestDurationTestService(Uri baseUri, HttpClientHandler rootHandler
/// Initializes a new instance of the AutoRestDurationTestService class.
/// </summary>
/// <param name='credentials'>
/// Required. Gets Azure subscription credentials.
/// Required. Credentials needed for the client to connect to Azure.
/// </param>
/// <param name='handlers'>
/// Optional. The delegating handlers to add to the http client pipeline.
Expand All @@ -171,7 +171,7 @@ public AutoRestDurationTestService(ServiceClientCredentials credentials, params
/// Initializes a new instance of the AutoRestDurationTestService class.
/// </summary>
/// <param name='credentials'>
/// Required. Gets Azure subscription credentials.
/// Required. Credentials needed for the client to connect to Azure.
/// </param>
/// <param name='rootHandler'>
/// Optional. The http client handler used to handle http transport.
Expand Down Expand Up @@ -202,7 +202,7 @@ public AutoRestDurationTestService(ServiceClientCredentials credentials, HttpCli
/// Optional. The base URI of the service.
/// </param>
/// <param name='credentials'>
/// Required. Gets Azure subscription credentials.
/// Required. Credentials needed for the client to connect to Azure.
/// </param>
/// <param name='handlers'>
/// Optional. The delegating handlers to add to the http client pipeline.
Expand Down Expand Up @@ -235,7 +235,7 @@ public AutoRestDurationTestService(Uri baseUri, ServiceClientCredentials credent
/// Optional. The base URI of the service.
/// </param>
/// <param name='credentials'>
/// Required. Gets Azure subscription credentials.
/// Required. Credentials needed for the client to connect to Azure.
/// </param>
/// <param name='rootHandler'>
/// Optional. The http client handler used to handle http transport.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public partial interface IAutoRestDurationTestService : IDisposable
JsonSerializerSettings DeserializationSettings { get; }

/// <summary>
/// Gets Azure subscription credentials.
/// Credentials needed for the client to connect to Azure.
/// </summary>
ServiceClientCredentials Credentials { get; }

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public partial class AutoRestDurationTestService : ServiceClient<AutoRestDuratio
public JsonSerializerSettings DeserializationSettings { get; private set; }

/// <summary>
/// Gets Azure subscription credentials.
/// Credentials needed for the client to connect to Azure.
/// </summary>
public ServiceClientCredentials Credentials { get; private set; }

Expand Down Expand Up @@ -146,7 +146,7 @@ protected AutoRestDurationTestService(Uri baseUri, HttpClientHandler rootHandler
/// Initializes a new instance of the AutoRestDurationTestService class.
/// </summary>
/// <param name='credentials'>
/// Required. Gets Azure subscription credentials.
/// Required. Credentials needed for the client to connect to Azure.
/// </param>
/// <param name='handlers'>
/// Optional. The delegating handlers to add to the http client pipeline.
Expand All @@ -171,7 +171,7 @@ public AutoRestDurationTestService(ServiceClientCredentials credentials, params
/// Initializes a new instance of the AutoRestDurationTestService class.
/// </summary>
/// <param name='credentials'>
/// Required. Gets Azure subscription credentials.
/// Required. Credentials needed for the client to connect to Azure.
/// </param>
/// <param name='rootHandler'>
/// Optional. The http client handler used to handle http transport.
Expand Down Expand Up @@ -202,7 +202,7 @@ public AutoRestDurationTestService(ServiceClientCredentials credentials, HttpCli
/// Optional. The base URI of the service.
/// </param>
/// <param name='credentials'>
/// Required. Gets Azure subscription credentials.
/// Required. Credentials needed for the client to connect to Azure.
/// </param>
/// <param name='handlers'>
/// Optional. The delegating handlers to add to the http client pipeline.
Expand Down Expand Up @@ -235,7 +235,7 @@ public AutoRestDurationTestService(Uri baseUri, ServiceClientCredentials credent
/// Optional. The base URI of the service.
/// </param>
/// <param name='credentials'>
/// Required. Gets Azure subscription credentials.
/// Required. Credentials needed for the client to connect to Azure.
/// </param>
/// <param name='rootHandler'>
/// Optional. The http client handler used to handle http transport.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public partial interface IAutoRestDurationTestService : IDisposable
JsonSerializerSettings DeserializationSettings { get; }

/// <summary>
/// Gets Azure subscription credentials.
/// Credentials needed for the client to connect to Azure.
/// </summary>
ServiceClientCredentials Credentials { get; }

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public partial class AutoRestDurationTestService : ServiceClient<AutoRestDuratio
public JsonSerializerSettings DeserializationSettings { get; private set; }

/// <summary>
/// Gets Azure subscription credentials.
/// Credentials needed for the client to connect to Azure.
/// </summary>
public ServiceClientCredentials Credentials { get; private set; }

Expand Down Expand Up @@ -146,7 +146,7 @@ protected AutoRestDurationTestService(Uri baseUri, HttpClientHandler rootHandler
/// Initializes a new instance of the AutoRestDurationTestService class.
/// </summary>
/// <param name='credentials'>
/// Required. Gets Azure subscription credentials.
/// Required. Credentials needed for the client to connect to Azure.
/// </param>
/// <param name='handlers'>
/// Optional. The delegating handlers to add to the http client pipeline.
Expand All @@ -171,7 +171,7 @@ public AutoRestDurationTestService(ServiceClientCredentials credentials, params
/// Initializes a new instance of the AutoRestDurationTestService class.
/// </summary>
/// <param name='credentials'>
/// Required. Gets Azure subscription credentials.
/// Required. Credentials needed for the client to connect to Azure.
/// </param>
/// <param name='rootHandler'>
/// Optional. The http client handler used to handle http transport.
Expand Down Expand Up @@ -202,7 +202,7 @@ public AutoRestDurationTestService(ServiceClientCredentials credentials, HttpCli
/// Optional. The base URI of the service.
/// </param>
/// <param name='credentials'>
/// Required. Gets Azure subscription credentials.
/// Required. Credentials needed for the client to connect to Azure.
/// </param>
/// <param name='handlers'>
/// Optional. The delegating handlers to add to the http client pipeline.
Expand Down Expand Up @@ -235,7 +235,7 @@ public AutoRestDurationTestService(Uri baseUri, ServiceClientCredentials credent
/// Optional. The base URI of the service.
/// </param>
/// <param name='credentials'>
/// Required. Gets Azure subscription credentials.
/// Required. Credentials needed for the client to connect to Azure.
/// </param>
/// <param name='rootHandler'>
/// Optional. The http client handler used to handle http transport.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public partial interface IAutoRestDurationTestService : IDisposable
JsonSerializerSettings DeserializationSettings { get; }

/// <summary>
/// Gets Azure subscription credentials.
/// Credentials needed for the client to connect to Azure.
/// </summary>
ServiceClientCredentials Credentials { get; }

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public partial class AzureCompositeModel : ServiceClient<AzureCompositeModel>, I
public JsonSerializerSettings DeserializationSettings { get; private set; }

/// <summary>
/// Gets Azure subscription credentials.
/// Credentials needed for the client to connect to Azure.
/// </summary>
public ServiceClientCredentials Credentials { get; private set; }

Expand Down Expand Up @@ -187,7 +187,7 @@ protected AzureCompositeModel(Uri baseUri, HttpClientHandler rootHandler, params
/// Initializes a new instance of the AzureCompositeModel class.
/// </summary>
/// <param name='credentials'>
/// Required. Gets Azure subscription credentials.
/// Required. Credentials needed for the client to connect to Azure.
/// </param>
/// <param name='handlers'>
/// Optional. The delegating handlers to add to the http client pipeline.
Expand All @@ -212,7 +212,7 @@ public AzureCompositeModel(ServiceClientCredentials credentials, params Delegati
/// Initializes a new instance of the AzureCompositeModel class.
/// </summary>
/// <param name='credentials'>
/// Required. Gets Azure subscription credentials.
/// Required. Credentials needed for the client to connect to Azure.
/// </param>
/// <param name='rootHandler'>
/// Optional. The http client handler used to handle http transport.
Expand Down Expand Up @@ -243,7 +243,7 @@ public AzureCompositeModel(ServiceClientCredentials credentials, HttpClientHandl
/// Optional. The base URI of the service.
/// </param>
/// <param name='credentials'>
/// Required. Gets Azure subscription credentials.
/// Required. Credentials needed for the client to connect to Azure.
/// </param>
/// <param name='handlers'>
/// Optional. The delegating handlers to add to the http client pipeline.
Expand Down Expand Up @@ -276,7 +276,7 @@ public AzureCompositeModel(Uri baseUri, ServiceClientCredentials credentials, pa
/// Optional. The base URI of the service.
/// </param>
/// <param name='credentials'>
/// Required. Gets Azure subscription credentials.
/// Required. Credentials needed for the client to connect to Azure.
/// </param>
/// <param name='rootHandler'>
/// Optional. The http client handler used to handle http transport.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public partial interface IAzureCompositeModel : IDisposable
JsonSerializerSettings DeserializationSettings { get; }

/// <summary>
/// Gets Azure subscription credentials.
/// Credentials needed for the client to connect to Azure.
/// </summary>
ServiceClientCredentials Credentials { get; }

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public partial class AutoRestParameterGroupingTestService : ServiceClient<AutoRe
public JsonSerializerSettings DeserializationSettings { get; private set; }

/// <summary>
/// Gets Azure subscription credentials.
/// Credentials needed for the client to connect to Azure.
/// </summary>
public ServiceClientCredentials Credentials { get; private set; }

Expand Down Expand Up @@ -146,7 +146,7 @@ protected AutoRestParameterGroupingTestService(Uri baseUri, HttpClientHandler ro
/// Initializes a new instance of the AutoRestParameterGroupingTestService class.
/// </summary>
/// <param name='credentials'>
/// Required. Gets Azure subscription credentials.
/// Required. Credentials needed for the client to connect to Azure.
/// </param>
/// <param name='handlers'>
/// Optional. The delegating handlers to add to the http client pipeline.
Expand All @@ -171,7 +171,7 @@ public AutoRestParameterGroupingTestService(ServiceClientCredentials credentials
/// Initializes a new instance of the AutoRestParameterGroupingTestService class.
/// </summary>
/// <param name='credentials'>
/// Required. Gets Azure subscription credentials.
/// Required. Credentials needed for the client to connect to Azure.
/// </param>
/// <param name='rootHandler'>
/// Optional. The http client handler used to handle http transport.
Expand Down Expand Up @@ -202,7 +202,7 @@ public AutoRestParameterGroupingTestService(ServiceClientCredentials credentials
/// Optional. The base URI of the service.
/// </param>
/// <param name='credentials'>
/// Required. Gets Azure subscription credentials.
/// Required. Credentials needed for the client to connect to Azure.
/// </param>
/// <param name='handlers'>
/// Optional. The delegating handlers to add to the http client pipeline.
Expand Down Expand Up @@ -235,7 +235,7 @@ public AutoRestParameterGroupingTestService(Uri baseUri, ServiceClientCredential
/// Optional. The base URI of the service.
/// </param>
/// <param name='credentials'>
/// Required. Gets Azure subscription credentials.
/// Required. Credentials needed for the client to connect to Azure.
/// </param>
/// <param name='rootHandler'>
/// Optional. The http client handler used to handle http transport.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public partial interface IAutoRestParameterGroupingTestService : IDisposable
JsonSerializerSettings DeserializationSettings { get; }

/// <summary>
/// Gets Azure subscription credentials.
/// Credentials needed for the client to connect to Azure.
/// </summary>
ServiceClientCredentials Credentials { get; }

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public partial class AutoRestReportServiceForAzure : ServiceClient<AutoRestRepor
public JsonSerializerSettings DeserializationSettings { get; private set; }

/// <summary>
/// Gets Azure subscription credentials.
/// Credentials needed for the client to connect to Azure.
/// </summary>
public ServiceClientCredentials Credentials { get; private set; }

Expand Down Expand Up @@ -141,7 +141,7 @@ protected AutoRestReportServiceForAzure(Uri baseUri, HttpClientHandler rootHandl
/// Initializes a new instance of the AutoRestReportServiceForAzure class.
/// </summary>
/// <param name='credentials'>
/// Required. Gets Azure subscription credentials.
/// Required. Credentials needed for the client to connect to Azure.
/// </param>
/// <param name='handlers'>
/// Optional. The delegating handlers to add to the http client pipeline.
Expand All @@ -166,7 +166,7 @@ public AutoRestReportServiceForAzure(ServiceClientCredentials credentials, param
/// Initializes a new instance of the AutoRestReportServiceForAzure class.
/// </summary>
/// <param name='credentials'>
/// Required. Gets Azure subscription credentials.
/// Required. Credentials needed for the client to connect to Azure.
/// </param>
/// <param name='rootHandler'>
/// Optional. The http client handler used to handle http transport.
Expand Down Expand Up @@ -197,7 +197,7 @@ public AutoRestReportServiceForAzure(ServiceClientCredentials credentials, HttpC
/// Optional. The base URI of the service.
/// </param>
/// <param name='credentials'>
/// Required. Gets Azure subscription credentials.
/// Required. Credentials needed for the client to connect to Azure.
/// </param>
/// <param name='handlers'>
/// Optional. The delegating handlers to add to the http client pipeline.
Expand Down Expand Up @@ -230,7 +230,7 @@ public AutoRestReportServiceForAzure(Uri baseUri, ServiceClientCredentials crede
/// Optional. The base URI of the service.
/// </param>
/// <param name='credentials'>
/// Required. Gets Azure subscription credentials.
/// Required. Credentials needed for the client to connect to Azure.
/// </param>
/// <param name='rootHandler'>
/// Optional. The http client handler used to handle http transport.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public partial interface IAutoRestReportServiceForAzure : IDisposable
JsonSerializerSettings DeserializationSettings { get; }

/// <summary>
/// Gets Azure subscription credentials.
/// Credentials needed for the client to connect to Azure.
/// </summary>
ServiceClientCredentials Credentials { get; }

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public partial class AutoRestResourceFlatteningTestService : ServiceClient<AutoR
public JsonSerializerSettings DeserializationSettings { get; private set; }

/// <summary>
/// Gets Azure subscription credentials.
/// Credentials needed for the client to connect to Azure.
/// </summary>
public ServiceClientCredentials Credentials { get; private set; }

Expand Down Expand Up @@ -141,7 +141,7 @@ protected AutoRestResourceFlatteningTestService(Uri baseUri, HttpClientHandler r
/// Initializes a new instance of the AutoRestResourceFlatteningTestService class.
/// </summary>
/// <param name='credentials'>
/// Required. Gets Azure subscription credentials.
/// Required. Credentials needed for the client to connect to Azure.
/// </param>
/// <param name='handlers'>
/// Optional. The delegating handlers to add to the http client pipeline.
Expand All @@ -166,7 +166,7 @@ public AutoRestResourceFlatteningTestService(ServiceClientCredentials credential
/// Initializes a new instance of the AutoRestResourceFlatteningTestService class.
/// </summary>
/// <param name='credentials'>
/// Required. Gets Azure subscription credentials.
/// Required. Credentials needed for the client to connect to Azure.
/// </param>
/// <param name='rootHandler'>
/// Optional. The http client handler used to handle http transport.
Expand Down Expand Up @@ -197,7 +197,7 @@ public AutoRestResourceFlatteningTestService(ServiceClientCredentials credential
/// Optional. The base URI of the service.
/// </param>
/// <param name='credentials'>
/// Required. Gets Azure subscription credentials.
/// Required. Credentials needed for the client to connect to Azure.
/// </param>
/// <param name='handlers'>
/// Optional. The delegating handlers to add to the http client pipeline.
Expand Down Expand Up @@ -230,7 +230,7 @@ public AutoRestResourceFlatteningTestService(Uri baseUri, ServiceClientCredentia
/// Optional. The base URI of the service.
/// </param>
/// <param name='credentials'>
/// Required. Gets Azure subscription credentials.
/// Required. Credentials needed for the client to connect to Azure.
/// </param>
/// <param name='rootHandler'>
/// Optional. The http client handler used to handle http transport.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public partial interface IAutoRestResourceFlatteningTestService : IDisposable
JsonSerializerSettings DeserializationSettings { get; }

/// <summary>
/// Gets Azure subscription credentials.
/// Credentials needed for the client to connect to Azure.
/// </summary>
ServiceClientCredentials Credentials { get; }

Expand Down

0 comments on commit d734d1a

Please sign in to comment.