Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
User feature update (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaiah Williams authored Nov 22, 2019
1 parent c51d13f commit fe1ce1f
Show file tree
Hide file tree
Showing 213 changed files with 408 additions and 666 deletions.
4 changes: 4 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -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
6 changes: 6 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
9 changes: 4 additions & 5 deletions src/Billing/AddressOperations.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 1 addition & 3 deletions src/Billing/AddressOperationsExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
9 changes: 4 additions & 5 deletions src/Billing/AgreementsOperations.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 1 addition & 3 deletions src/Billing/AgreementsOperationsExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
9 changes: 4 additions & 5 deletions src/Billing/AvailableBalancesOperations.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 1 addition & 3 deletions src/Billing/AvailableBalancesOperationsExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
9 changes: 4 additions & 5 deletions src/Billing/BillingAccountsOperations.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
5 changes: 2 additions & 3 deletions src/Billing/BillingAccountsOperationsExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
8 changes: 2 additions & 6 deletions src/Billing/BillingManagementClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
9 changes: 4 additions & 5 deletions src/Billing/BillingPermissionsOperations.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 1 addition & 3 deletions src/Billing/BillingPermissionsOperationsExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
9 changes: 4 additions & 5 deletions src/Billing/BillingProfilesOperations.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 1 addition & 3 deletions src/Billing/BillingProfilesOperationsExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
9 changes: 4 additions & 5 deletions src/Billing/BillingPropertyOperations.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 1 addition & 3 deletions src/Billing/BillingPropertyOperationsExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
9 changes: 4 additions & 5 deletions src/Billing/BillingRoleAssignmentsOperations.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 1 addition & 3 deletions src/Billing/BillingRoleAssignmentsOperationsExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
9 changes: 4 additions & 5 deletions src/Billing/BillingRoleDefinitionsOperations.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 1 addition & 3 deletions src/Billing/BillingRoleDefinitionsOperationsExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
9 changes: 4 additions & 5 deletions src/Billing/BillingSubscriptionsOperations.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
5 changes: 2 additions & 3 deletions src/Billing/BillingSubscriptionsOperationsExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading

0 comments on commit fe1ce1f

Please sign in to comment.