User feature update (#195)
This commit is contained in:
Родитель
c51d13fb2a
Коммит
fe1ce1fabf
|
@ -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
|
||||
|
|
Некоторые файлы не были показаны из-за слишком большого количества измененных файлов Показать больше
Загрузка…
Ссылка в новой задаче