This commit is contained in:
Isaiah Williams 2019-11-22 12:20:23 -06:00 коммит произвёл GitHub
Родитель c51d13fb2a
Коммит fe1ce1fabf
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
213 изменённых файлов: 409 добавлений и 667 удалений

4
.github/CODEOWNERS поставляемый Normal file
Просмотреть файл

@ -0,0 +1,4 @@
# Instructions for CODEOWNERS file format and automatic build failure notifications:
# https://github.com/Azure/azure-sdk/blob/master/docs/policies/opensource.md#codeowners
* @isaiahwilliams

Просмотреть файл

@ -20,6 +20,12 @@
# Change Log
## 2.0.1911.5
* Security
* Optimized the [Get-PartnerUser](https://docs.microsoft.com/powershell/module/partnercenter/Get-PartnerProductUpgrade) command
* Optimized the [Get-PartnerUserSignActivity](https://docs.microsoft.com/powershell/module/partnercenter/Get-PartnerUserSignActivity) command
## 2.0.1911.4
* Azure

Просмотреть файл

@ -10,17 +10,16 @@
namespace Microsoft.Azure.Management.Billing
{
using Microsoft.Rest;
using Microsoft.Rest.Azure;
using Models;
using Newtonsoft.Json;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Rest;
using Microsoft.Rest.Azure;
using Models;
using Newtonsoft.Json;
/// <summary>
/// AddressOperations operations.

Просмотреть файл

@ -10,11 +10,9 @@
namespace Microsoft.Azure.Management.Billing
{
using Microsoft.Rest;
using Microsoft.Rest.Azure;
using Models;
using System.Threading;
using System.Threading.Tasks;
using Models;
/// <summary>
/// Extension methods for AddressOperations.

Просмотреть файл

@ -10,17 +10,16 @@
namespace Microsoft.Azure.Management.Billing
{
using Microsoft.Rest;
using Microsoft.Rest.Azure;
using Models;
using Newtonsoft.Json;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Rest;
using Microsoft.Rest.Azure;
using Models;
using Newtonsoft.Json;
/// <summary>
/// AgreementsOperations operations.

Просмотреть файл

@ -10,11 +10,9 @@
namespace Microsoft.Azure.Management.Billing
{
using Microsoft.Rest;
using Microsoft.Rest.Azure;
using Models;
using System.Threading;
using System.Threading.Tasks;
using Models;
/// <summary>
/// Extension methods for AgreementsOperations.

Просмотреть файл

@ -10,17 +10,16 @@
namespace Microsoft.Azure.Management.Billing
{
using Microsoft.Rest;
using Microsoft.Rest.Azure;
using Models;
using Newtonsoft.Json;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Rest;
using Microsoft.Rest.Azure;
using Models;
using Newtonsoft.Json;
/// <summary>
/// AvailableBalancesOperations operations.

Просмотреть файл

@ -10,11 +10,9 @@
namespace Microsoft.Azure.Management.Billing
{
using Microsoft.Rest;
using Microsoft.Rest.Azure;
using Models;
using System.Threading;
using System.Threading.Tasks;
using Models;
/// <summary>
/// Extension methods for AvailableBalancesOperations.

Просмотреть файл

@ -10,17 +10,16 @@
namespace Microsoft.Azure.Management.Billing
{
using Microsoft.Rest;
using Microsoft.Rest.Azure;
using Models;
using Newtonsoft.Json;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Rest;
using Microsoft.Rest.Azure;
using Models;
using Newtonsoft.Json;
/// <summary>
/// BillingAccountsOperations operations.

Просмотреть файл

@ -10,11 +10,10 @@
namespace Microsoft.Azure.Management.Billing
{
using Microsoft.Rest;
using Microsoft.Rest.Azure;
using Models;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Rest.Azure;
using Models;
/// <summary>
/// Extension methods for BillingAccountsOperations.

Просмотреть файл

@ -10,16 +10,12 @@
namespace Microsoft.Azure.Management.Billing
{
using System.Collections.Generic;
using System.Net.Http;
using Microsoft.Rest;
using Microsoft.Rest.Azure;
using Microsoft.Rest.Serialization;
using Models;
using Newtonsoft.Json;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Net.Http;
/// <summary>
/// Billing client provides access to billing resources for Azure

Просмотреть файл

@ -10,17 +10,16 @@
namespace Microsoft.Azure.Management.Billing
{
using Microsoft.Rest;
using Microsoft.Rest.Azure;
using Models;
using Newtonsoft.Json;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Rest;
using Microsoft.Rest.Azure;
using Models;
using Newtonsoft.Json;
/// <summary>
/// BillingPermissionsOperations operations.

Просмотреть файл

@ -10,11 +10,9 @@
namespace Microsoft.Azure.Management.Billing
{
using Microsoft.Rest;
using Microsoft.Rest.Azure;
using Models;
using System.Threading;
using System.Threading.Tasks;
using Models;
/// <summary>
/// Extension methods for BillingPermissionsOperations.

Просмотреть файл

@ -10,17 +10,16 @@
namespace Microsoft.Azure.Management.Billing
{
using Microsoft.Rest;
using Microsoft.Rest.Azure;
using Models;
using Newtonsoft.Json;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Rest;
using Microsoft.Rest.Azure;
using Models;
using Newtonsoft.Json;
/// <summary>
/// BillingProfilesOperations operations.

Просмотреть файл

@ -10,11 +10,9 @@
namespace Microsoft.Azure.Management.Billing
{
using Microsoft.Rest;
using Microsoft.Rest.Azure;
using Models;
using System.Threading;
using System.Threading.Tasks;
using Models;
/// <summary>
/// Extension methods for BillingProfilesOperations.

Просмотреть файл

@ -10,17 +10,16 @@
namespace Microsoft.Azure.Management.Billing
{
using Microsoft.Rest;
using Microsoft.Rest.Azure;
using Models;
using Newtonsoft.Json;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Rest;
using Microsoft.Rest.Azure;
using Models;
using Newtonsoft.Json;
/// <summary>
/// BillingPropertyOperations operations.

Просмотреть файл

@ -10,11 +10,9 @@
namespace Microsoft.Azure.Management.Billing
{
using Microsoft.Rest;
using Microsoft.Rest.Azure;
using Models;
using System.Threading;
using System.Threading.Tasks;
using Models;
/// <summary>
/// Extension methods for BillingPropertyOperations.

Просмотреть файл

@ -10,17 +10,16 @@
namespace Microsoft.Azure.Management.Billing
{
using Microsoft.Rest;
using Microsoft.Rest.Azure;
using Models;
using Newtonsoft.Json;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Rest;
using Microsoft.Rest.Azure;
using Models;
using Newtonsoft.Json;
/// <summary>
/// BillingRoleAssignmentsOperations operations.

Просмотреть файл

@ -10,11 +10,9 @@
namespace Microsoft.Azure.Management.Billing
{
using Microsoft.Rest;
using Microsoft.Rest.Azure;
using Models;
using System.Threading;
using System.Threading.Tasks;
using Models;
/// <summary>
/// Extension methods for BillingRoleAssignmentsOperations.

Просмотреть файл

@ -10,17 +10,16 @@
namespace Microsoft.Azure.Management.Billing
{
using Microsoft.Rest;
using Microsoft.Rest.Azure;
using Models;
using Newtonsoft.Json;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Rest;
using Microsoft.Rest.Azure;
using Models;
using Newtonsoft.Json;
/// <summary>
/// BillingRoleDefinitionsOperations operations.

Просмотреть файл

@ -10,11 +10,9 @@
namespace Microsoft.Azure.Management.Billing
{
using Microsoft.Rest;
using Microsoft.Rest.Azure;
using Models;
using System.Threading;
using System.Threading.Tasks;
using Models;
/// <summary>
/// Extension methods for BillingRoleDefinitionsOperations.

Просмотреть файл

@ -10,17 +10,16 @@
namespace Microsoft.Azure.Management.Billing
{
using Microsoft.Rest;
using Microsoft.Rest.Azure;
using Models;
using Newtonsoft.Json;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Rest;
using Microsoft.Rest.Azure;
using Models;
using Newtonsoft.Json;
/// <summary>
/// BillingSubscriptionsOperations operations.

Просмотреть файл

@ -10,11 +10,10 @@
namespace Microsoft.Azure.Management.Billing
{
using Microsoft.Rest;
using Microsoft.Rest.Azure;
using Models;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Rest.Azure;
using Models;
/// <summary>
/// Extension methods for BillingSubscriptionsOperations.

Просмотреть файл

@ -10,17 +10,16 @@
namespace Microsoft.Azure.Management.Billing
{
using Microsoft.Rest;
using Microsoft.Rest.Azure;
using Models;
using Newtonsoft.Json;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Rest;
using Microsoft.Rest.Azure;
using Models;
using Newtonsoft.Json;
/// <summary>
/// CustomersOperations operations.

Просмотреть файл

@ -10,11 +10,10 @@
namespace Microsoft.Azure.Management.Billing
{
using Microsoft.Rest;
using Microsoft.Rest.Azure;
using Models;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Rest.Azure;
using Models;
/// <summary>
/// Extension methods for CustomersOperations.

Просмотреть файл

@ -10,17 +10,16 @@
namespace Microsoft.Azure.Management.Billing
{
using Microsoft.Rest;
using Microsoft.Rest.Azure;
using Models;
using Newtonsoft.Json;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Rest;
using Microsoft.Rest.Azure;
using Models;
using Newtonsoft.Json;
/// <summary>
/// DepartmentsOperations operations.

Просмотреть файл

@ -10,11 +10,9 @@
namespace Microsoft.Azure.Management.Billing
{
using Microsoft.Rest;
using Microsoft.Rest.Azure;
using Models;
using System.Threading;
using System.Threading.Tasks;
using Models;
/// <summary>
/// Extension methods for DepartmentsOperations.

Просмотреть файл

@ -10,17 +10,16 @@
namespace Microsoft.Azure.Management.Billing
{
using Microsoft.Rest;
using Microsoft.Rest.Azure;
using Models;
using Newtonsoft.Json;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Rest;
using Microsoft.Rest.Azure;
using Models;
using Newtonsoft.Json;
/// <summary>
/// EnrollmentAccountsOperations operations.

Просмотреть файл

@ -10,11 +10,9 @@
namespace Microsoft.Azure.Management.Billing
{
using Microsoft.Rest;
using Microsoft.Rest.Azure;
using Models;
using System.Threading;
using System.Threading.Tasks;
using Models;
/// <summary>
/// Extension methods for EnrollmentAccountsOperations.

Просмотреть файл

@ -10,13 +10,11 @@
namespace Microsoft.Azure.Management.Billing
{
using Microsoft.Rest;
using Microsoft.Rest.Azure;
using Models;
using System.Collections;
using System.Collections.Generic;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Rest.Azure;
using Models;
/// <summary>
/// AddressOperations operations.

Просмотреть файл

@ -10,13 +10,11 @@
namespace Microsoft.Azure.Management.Billing
{
using Microsoft.Rest;
using Microsoft.Rest.Azure;
using Models;
using System.Collections;
using System.Collections.Generic;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Rest.Azure;
using Models;
/// <summary>
/// AgreementsOperations operations.

Просмотреть файл

@ -10,13 +10,11 @@
namespace Microsoft.Azure.Management.Billing
{
using Microsoft.Rest;
using Microsoft.Rest.Azure;
using Models;
using System.Collections;
using System.Collections.Generic;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Rest.Azure;
using Models;
/// <summary>
/// AvailableBalancesOperations operations.

Просмотреть файл

@ -10,13 +10,11 @@
namespace Microsoft.Azure.Management.Billing
{
using Microsoft.Rest;
using Microsoft.Rest.Azure;
using Models;
using System.Collections;
using System.Collections.Generic;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Rest.Azure;
using Models;
/// <summary>
/// BillingAccountsOperations operations.

Просмотреть файл

@ -11,8 +11,6 @@
namespace Microsoft.Azure.Management.Billing
{
using Microsoft.Rest;
using Microsoft.Rest.Azure;
using Models;
using Newtonsoft.Json;
/// <summary>

Просмотреть файл

@ -10,13 +10,11 @@
namespace Microsoft.Azure.Management.Billing
{
using Microsoft.Rest;
using Microsoft.Rest.Azure;
using Models;
using System.Collections;
using System.Collections.Generic;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Rest.Azure;
using Models;
/// <summary>
/// BillingPermissionsOperations operations.

Просмотреть файл

@ -10,13 +10,11 @@
namespace Microsoft.Azure.Management.Billing
{
using Microsoft.Rest;
using Microsoft.Rest.Azure;
using Models;
using System.Collections;
using System.Collections.Generic;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Rest.Azure;
using Models;
/// <summary>
/// BillingProfilesOperations operations.

Просмотреть файл

@ -10,13 +10,11 @@
namespace Microsoft.Azure.Management.Billing
{
using Microsoft.Rest;
using Microsoft.Rest.Azure;
using Models;
using System.Collections;
using System.Collections.Generic;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Rest.Azure;
using Models;
/// <summary>
/// BillingPropertyOperations operations.

Просмотреть файл

@ -10,13 +10,11 @@
namespace Microsoft.Azure.Management.Billing
{
using Microsoft.Rest;
using Microsoft.Rest.Azure;
using Models;
using System.Collections;
using System.Collections.Generic;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Rest.Azure;
using Models;
/// <summary>
/// BillingRoleAssignmentsOperations operations.

Просмотреть файл

@ -10,13 +10,11 @@
namespace Microsoft.Azure.Management.Billing
{
using Microsoft.Rest;
using Microsoft.Rest.Azure;
using Models;
using System.Collections;
using System.Collections.Generic;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Rest.Azure;
using Models;
/// <summary>
/// BillingRoleDefinitionsOperations operations.

Просмотреть файл

@ -10,13 +10,11 @@
namespace Microsoft.Azure.Management.Billing
{
using Microsoft.Rest;
using Microsoft.Rest.Azure;
using Models;
using System.Collections;
using System.Collections.Generic;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Rest.Azure;
using Models;
/// <summary>
/// BillingSubscriptionsOperations operations.

Просмотреть файл

@ -10,13 +10,11 @@
namespace Microsoft.Azure.Management.Billing
{
using Microsoft.Rest;
using Microsoft.Rest.Azure;
using Models;
using System.Collections;
using System.Collections.Generic;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Rest.Azure;
using Models;
/// <summary>
/// CustomersOperations operations.

Просмотреть файл

@ -10,13 +10,11 @@
namespace Microsoft.Azure.Management.Billing
{
using Microsoft.Rest;
using Microsoft.Rest.Azure;
using Models;
using System.Collections;
using System.Collections.Generic;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Rest.Azure;
using Models;
/// <summary>
/// DepartmentsOperations operations.

Просмотреть файл

@ -10,13 +10,11 @@
namespace Microsoft.Azure.Management.Billing
{
using Microsoft.Rest;
using Microsoft.Rest.Azure;
using Models;
using System.Collections;
using System.Collections.Generic;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Rest.Azure;
using Models;
/// <summary>
/// EnrollmentAccountsOperations operations.

Просмотреть файл

@ -10,13 +10,11 @@
namespace Microsoft.Azure.Management.Billing
{
using Microsoft.Rest;
using Microsoft.Rest.Azure;
using Models;
using System.Collections;
using System.Collections.Generic;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Rest.Azure;
using Models;
/// <summary>
/// InvoiceSectionsOperations operations.

Просмотреть файл

@ -10,13 +10,11 @@
namespace Microsoft.Azure.Management.Billing
{
using Microsoft.Rest;
using Microsoft.Rest.Azure;
using Models;
using System.Collections;
using System.Collections.Generic;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Rest.Azure;
using Models;
/// <summary>
/// InvoicesOperations operations.

Просмотреть файл

@ -10,13 +10,11 @@
namespace Microsoft.Azure.Management.Billing
{
using Microsoft.Rest;
using Microsoft.Rest.Azure;
using Models;
using System.Collections;
using System.Collections.Generic;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Rest.Azure;
using Models;
/// <summary>
/// LineOfCreditsOperations operations.

Просмотреть файл

@ -10,13 +10,11 @@
namespace Microsoft.Azure.Management.Billing
{
using Microsoft.Rest;
using Microsoft.Rest.Azure;
using Models;
using System.Collections;
using System.Collections.Generic;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Rest.Azure;
using Models;
/// <summary>
/// Operations operations.

Просмотреть файл

@ -10,13 +10,11 @@
namespace Microsoft.Azure.Management.Billing
{
using Microsoft.Rest;
using Microsoft.Rest.Azure;
using Models;
using System.Collections;
using System.Collections.Generic;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Rest.Azure;
using Models;
/// <summary>
/// PartnerTransfersOperations operations.

Просмотреть файл

@ -10,13 +10,11 @@
namespace Microsoft.Azure.Management.Billing
{
using Microsoft.Rest;
using Microsoft.Rest.Azure;
using Models;
using System.Collections;
using System.Collections.Generic;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Rest.Azure;
using Models;
/// <summary>
/// PartnerTransfersTransfersOperations operations.

Просмотреть файл

@ -10,13 +10,11 @@
namespace Microsoft.Azure.Management.Billing
{
using Microsoft.Rest;
using Microsoft.Rest.Azure;
using Models;
using System.Collections;
using System.Collections.Generic;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Rest.Azure;
using Models;
/// <summary>
/// PaymentMethodsOperations operations.

Просмотреть файл

@ -10,13 +10,11 @@
namespace Microsoft.Azure.Management.Billing
{
using Microsoft.Rest;
using Microsoft.Rest.Azure;
using Models;
using System.Collections;
using System.Collections.Generic;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Rest.Azure;
using Models;
/// <summary>
/// PoliciesOperations operations.

Просмотреть файл

@ -10,13 +10,11 @@
namespace Microsoft.Azure.Management.Billing
{
using Microsoft.Rest;
using Microsoft.Rest.Azure;
using Models;
using System.Collections;
using System.Collections.Generic;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Rest.Azure;
using Models;
/// <summary>
/// PriceSheetOperations operations.

Просмотреть файл

@ -10,13 +10,11 @@
namespace Microsoft.Azure.Management.Billing
{
using Microsoft.Rest;
using Microsoft.Rest.Azure;
using Models;
using System.Collections;
using System.Collections.Generic;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Rest.Azure;
using Models;
/// <summary>
/// ProductsOperations operations.

Просмотреть файл

@ -10,13 +10,11 @@
namespace Microsoft.Azure.Management.Billing
{
using Microsoft.Rest;
using Microsoft.Rest.Azure;
using Models;
using System.Collections;
using System.Collections.Generic;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Rest.Azure;
using Models;
/// <summary>
/// RecipientTransfersOperations operations.

Просмотреть файл

@ -10,13 +10,11 @@
namespace Microsoft.Azure.Management.Billing
{
using Microsoft.Rest;
using Microsoft.Rest.Azure;
using Models;
using System.Collections;
using System.Collections.Generic;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Rest.Azure;
using Models;
/// <summary>
/// TransactionsOperations operations.

Просмотреть файл

@ -10,13 +10,11 @@
namespace Microsoft.Azure.Management.Billing
{
using Microsoft.Rest;
using Microsoft.Rest.Azure;
using Models;
using System.Collections;
using System.Collections.Generic;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Rest.Azure;
using Models;
/// <summary>
/// TransfersOperations operations.

Просмотреть файл

@ -10,17 +10,16 @@
namespace Microsoft.Azure.Management.Billing
{
using Microsoft.Rest;
using Microsoft.Rest.Azure;
using Models;
using Newtonsoft.Json;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Rest;
using Microsoft.Rest.Azure;
using Models;
using Newtonsoft.Json;
/// <summary>
/// InvoiceSectionsOperations operations.

Просмотреть файл

@ -10,11 +10,9 @@
namespace Microsoft.Azure.Management.Billing
{
using Microsoft.Rest;
using Microsoft.Rest.Azure;
using Models;
using System.Threading;
using System.Threading.Tasks;
using Models;
/// <summary>
/// Extension methods for InvoiceSectionsOperations.

Просмотреть файл

@ -10,17 +10,16 @@
namespace Microsoft.Azure.Management.Billing
{
using Microsoft.Rest;
using Microsoft.Rest.Azure;
using Models;
using Newtonsoft.Json;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Rest;
using Microsoft.Rest.Azure;
using Models;
using Newtonsoft.Json;
/// <summary>
/// InvoicesOperations operations.

Просмотреть файл

@ -10,11 +10,9 @@
namespace Microsoft.Azure.Management.Billing
{
using Microsoft.Rest;
using Microsoft.Rest.Azure;
using Models;
using System.Threading;
using System.Threading.Tasks;
using Models;
/// <summary>
/// Extension methods for InvoicesOperations.

Просмотреть файл

@ -10,17 +10,16 @@
namespace Microsoft.Azure.Management.Billing
{
using Microsoft.Rest;
using Microsoft.Rest.Azure;
using Models;
using Newtonsoft.Json;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Rest;
using Microsoft.Rest.Azure;
using Models;
using Newtonsoft.Json;
/// <summary>
/// LineOfCreditsOperations operations.

Просмотреть файл

@ -10,11 +10,9 @@
namespace Microsoft.Azure.Management.Billing
{
using Microsoft.Rest;
using Microsoft.Rest.Azure;
using Models;
using System.Threading;
using System.Threading.Tasks;
using Models;
/// <summary>
/// Extension methods for LineOfCreditsOperations.

Просмотреть файл

@ -10,12 +10,8 @@
namespace Microsoft.Azure.Management.Billing.Models
{
using Microsoft.Rest;
using Microsoft.Rest.Serialization;
using Newtonsoft.Json;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using Newtonsoft.Json;
/// <summary>
/// Request parameters to accept transfer.

Просмотреть файл

@ -11,7 +11,6 @@
namespace Microsoft.Azure.Management.Billing.Models
{
using Newtonsoft.Json;
using System.Linq;
/// <summary>
/// Address details.

Просмотреть файл

@ -10,12 +10,8 @@
namespace Microsoft.Azure.Management.Billing.Models
{
using Microsoft.Rest;
using Microsoft.Rest.Serialization;
using Newtonsoft.Json;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using Newtonsoft.Json;
/// <summary>
/// An agreement resource.

Просмотреть файл

@ -10,10 +10,8 @@
namespace Microsoft.Azure.Management.Billing.Models
{
using Newtonsoft.Json;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using Newtonsoft.Json;
/// <summary>
/// Result of listing agreements.

Просмотреть файл

@ -11,7 +11,6 @@
namespace Microsoft.Azure.Management.Billing.Models
{
using Newtonsoft.Json;
using System.Linq;
/// <summary>
/// The Amount.

Просмотреть файл

@ -10,10 +10,7 @@
namespace Microsoft.Azure.Management.Billing.Models
{
using Microsoft.Rest;
using Microsoft.Rest.Serialization;
using Newtonsoft.Json;
using System.Linq;
/// <summary>
/// Latest available balance on Monetary Credit PI.

Просмотреть файл

@ -11,7 +11,6 @@
namespace Microsoft.Azure.Management.Billing.Models
{
using Newtonsoft.Json;
using System.Linq;
/// <summary>
/// Details about the azure plan.

Просмотреть файл

@ -10,12 +10,8 @@
namespace Microsoft.Azure.Management.Billing.Models
{
using Microsoft.Rest;
using Microsoft.Rest.Serialization;
using Newtonsoft.Json;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using Newtonsoft.Json;
/// <summary>
/// A billing account resource.

Просмотреть файл

@ -10,10 +10,8 @@
namespace Microsoft.Azure.Management.Billing.Models
{
using Newtonsoft.Json;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using Newtonsoft.Json;
/// <summary>
/// Result of listing billing accounts.

Просмотреть файл

@ -10,12 +10,8 @@
namespace Microsoft.Azure.Management.Billing.Models
{
using Microsoft.Rest;
using Microsoft.Rest.Serialization;
using Newtonsoft.Json;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using Newtonsoft.Json;
/// <summary>
/// The request properties of the billing account that can be updated.

Просмотреть файл

@ -10,10 +10,8 @@
namespace Microsoft.Azure.Management.Billing.Models
{
using Newtonsoft.Json;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using Newtonsoft.Json;
/// <summary>
/// Result of list billingPermissions a caller has on a billing account.

Просмотреть файл

@ -10,10 +10,8 @@
namespace Microsoft.Azure.Management.Billing.Models
{
using Newtonsoft.Json;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using Newtonsoft.Json;
/// <summary>
/// The set of allowed action and not allowed actions a caller has on a

Просмотреть файл

@ -10,12 +10,8 @@
namespace Microsoft.Azure.Management.Billing.Models
{
using Microsoft.Rest;
using Microsoft.Rest.Serialization;
using Newtonsoft.Json;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using Newtonsoft.Json;
/// <summary>
/// A billing profile resource.

Просмотреть файл

@ -10,10 +10,8 @@
namespace Microsoft.Azure.Management.Billing.Models
{
using Newtonsoft.Json;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using Newtonsoft.Json;
/// <summary>
/// The request parameters for creating a new billing profile.

Просмотреть файл

@ -10,10 +10,8 @@
namespace Microsoft.Azure.Management.Billing.Models
{
using Newtonsoft.Json;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using Newtonsoft.Json;
/// <summary>
/// Result of listing billing profiles.

Просмотреть файл

@ -11,7 +11,6 @@
namespace Microsoft.Azure.Management.Billing.Models
{
using Newtonsoft.Json;
using System.Linq;
/// <summary>
/// Defines headers for Create operation.

Просмотреть файл

@ -11,7 +11,6 @@
namespace Microsoft.Azure.Management.Billing.Models
{
using Newtonsoft.Json;
using System.Linq;
/// <summary>
/// Defines headers for Update operation.

Просмотреть файл

@ -10,10 +10,7 @@
namespace Microsoft.Azure.Management.Billing.Models
{
using Microsoft.Rest;
using Microsoft.Rest.Serialization;
using Newtonsoft.Json;
using System.Linq;
/// <summary>
/// A billing property resource.

Просмотреть файл

@ -10,10 +10,7 @@
namespace Microsoft.Azure.Management.Billing.Models
{
using Microsoft.Rest;
using Microsoft.Rest.Serialization;
using Newtonsoft.Json;
using System.Linq;
/// <summary>
/// a role assignment

Просмотреть файл

@ -10,10 +10,8 @@
namespace Microsoft.Azure.Management.Billing.Models
{
using Newtonsoft.Json;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using Newtonsoft.Json;
/// <summary>
/// Result of get list of role assignments

Просмотреть файл

@ -11,7 +11,6 @@
namespace Microsoft.Azure.Management.Billing.Models
{
using Newtonsoft.Json;
using System.Linq;
/// <summary>
/// The payload use to update role assignment on a scope

Просмотреть файл

@ -10,12 +10,8 @@
namespace Microsoft.Azure.Management.Billing.Models
{
using Microsoft.Rest;
using Microsoft.Rest.Serialization;
using Newtonsoft.Json;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using Newtonsoft.Json;
/// <summary>
/// Result of get role definition for a role.

Просмотреть файл

@ -10,10 +10,8 @@
namespace Microsoft.Azure.Management.Billing.Models
{
using Newtonsoft.Json;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using Newtonsoft.Json;
/// <summary>
/// list the role definitions.

Просмотреть файл

@ -10,10 +10,7 @@
namespace Microsoft.Azure.Management.Billing.Models
{
using Microsoft.Rest;
using Microsoft.Rest.Serialization;
using Newtonsoft.Json;
using System.Linq;
/// <summary>
/// A billing Subscription resource.

Просмотреть файл

@ -10,10 +10,8 @@
namespace Microsoft.Azure.Management.Billing.Models
{
using Newtonsoft.Json;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using Newtonsoft.Json;
/// <summary>
/// Result of listing billing subscriptions.

Просмотреть файл

@ -11,7 +11,6 @@
namespace Microsoft.Azure.Management.Billing.Models
{
using Newtonsoft.Json;
using System.Linq;
/// <summary>
/// Defines headers for Transfer operation.

Просмотреть файл

@ -10,12 +10,8 @@
namespace Microsoft.Azure.Management.Billing.Models
{
using Microsoft.Rest;
using Microsoft.Rest.Serialization;
using Newtonsoft.Json;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using Newtonsoft.Json;
/// <summary>
/// A partner's customer.

Просмотреть файл

@ -10,10 +10,7 @@
namespace Microsoft.Azure.Management.Billing.Models
{
using Microsoft.Rest;
using Microsoft.Rest.Serialization;
using Newtonsoft.Json;
using System.Linq;
/// <summary>
/// The Customer's Policy.

Просмотреть файл

@ -10,12 +10,8 @@
namespace Microsoft.Azure.Management.Billing.Models
{
using Microsoft.Rest;
using Microsoft.Rest.Serialization;
using Newtonsoft.Json;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using Newtonsoft.Json;
/// <summary>
/// A department resource.

Просмотреть файл

@ -10,10 +10,8 @@
namespace Microsoft.Azure.Management.Billing.Models
{
using Newtonsoft.Json;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using Newtonsoft.Json;
/// <summary>
/// Result of listing departments.

Просмотреть файл

@ -11,7 +11,6 @@
namespace Microsoft.Azure.Management.Billing.Models
{
using Newtonsoft.Json;
using System.Linq;
/// <summary>
/// Detailed transfer status.

Просмотреть файл

@ -11,7 +11,6 @@
namespace Microsoft.Azure.Management.Billing.Models
{
using Newtonsoft.Json;
using System.Linq;
/// <summary>
/// The properties of the invoice download.

Просмотреть файл

@ -11,7 +11,6 @@
namespace Microsoft.Azure.Management.Billing.Models
{
using Newtonsoft.Json;
using System.Linq;
/// <summary>
/// A secure URL that can be used to download a an entity until the URL

Просмотреть файл

@ -11,7 +11,6 @@
namespace Microsoft.Azure.Management.Billing.Models
{
using Newtonsoft.Json;
using System.Linq;
/// <summary>
/// Current entity level details

Просмотреть файл

@ -10,10 +10,7 @@
namespace Microsoft.Azure.Management.Billing.Models
{
using Microsoft.Rest;
using Microsoft.Rest.Serialization;
using Newtonsoft.Json;
using System.Linq;
/// <summary>
/// An account resource.

Просмотреть файл

@ -11,7 +11,6 @@
namespace Microsoft.Azure.Management.Billing.Models
{
using Newtonsoft.Json;
using System.Linq;
/// <summary>
/// The rating context.

Просмотреть файл

@ -10,10 +10,8 @@
namespace Microsoft.Azure.Management.Billing.Models
{
using Newtonsoft.Json;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using Newtonsoft.Json;
/// <summary>
/// Result of listing enrollment accounts.

Просмотреть файл

@ -11,7 +11,6 @@
namespace Microsoft.Azure.Management.Billing.Models
{
using Newtonsoft.Json;
using System.Linq;
/// <summary>
/// The attributes associated with legacy enrollment

Некоторые файлы не были показаны из-за слишком большого количества измененных файлов Показать больше