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

Commit fe1ce1f

Browse files
author
Isaiah Williams
authored
User feature update (#195)
1 parent c51d13f commit fe1ce1f

213 files changed

Lines changed: 408 additions & 666 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/CODEOWNERS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Instructions for CODEOWNERS file format and automatic build failure notifications:
2+
# https://github.com/Azure/azure-sdk/blob/master/docs/policies/opensource.md#codeowners
3+
4+
* @isaiahwilliams

ChangeLog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@
2020

2121
# Change Log
2222

23+
## 2.0.1911.5
24+
25+
* Security
26+
* Optimized the [Get-PartnerUser](https://docs.microsoft.com/powershell/module/partnercenter/Get-PartnerProductUpgrade) command
27+
* Optimized the [Get-PartnerUserSignActivity](https://docs.microsoft.com/powershell/module/partnercenter/Get-PartnerUserSignActivity) command
28+
2329
## 2.0.1911.4
2430

2531
* Azure

src/Billing/AddressOperations.cs

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,16 @@
1010

1111
namespace Microsoft.Azure.Management.Billing
1212
{
13-
using Microsoft.Rest;
14-
using Microsoft.Rest.Azure;
15-
using Models;
16-
using Newtonsoft.Json;
17-
using System.Collections;
1813
using System.Collections.Generic;
1914
using System.Linq;
2015
using System.Net;
2116
using System.Net.Http;
2217
using System.Threading;
2318
using System.Threading.Tasks;
19+
using Microsoft.Rest;
20+
using Microsoft.Rest.Azure;
21+
using Models;
22+
using Newtonsoft.Json;
2423

2524
/// <summary>
2625
/// AddressOperations operations.

src/Billing/AddressOperationsExtensions.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,9 @@
1010

1111
namespace Microsoft.Azure.Management.Billing
1212
{
13-
using Microsoft.Rest;
14-
using Microsoft.Rest.Azure;
15-
using Models;
1613
using System.Threading;
1714
using System.Threading.Tasks;
15+
using Models;
1816

1917
/// <summary>
2018
/// Extension methods for AddressOperations.

src/Billing/AgreementsOperations.cs

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,16 @@
1010

1111
namespace Microsoft.Azure.Management.Billing
1212
{
13-
using Microsoft.Rest;
14-
using Microsoft.Rest.Azure;
15-
using Models;
16-
using Newtonsoft.Json;
17-
using System.Collections;
1813
using System.Collections.Generic;
1914
using System.Linq;
2015
using System.Net;
2116
using System.Net.Http;
2217
using System.Threading;
2318
using System.Threading.Tasks;
19+
using Microsoft.Rest;
20+
using Microsoft.Rest.Azure;
21+
using Models;
22+
using Newtonsoft.Json;
2423

2524
/// <summary>
2625
/// AgreementsOperations operations.

src/Billing/AgreementsOperationsExtensions.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,9 @@
1010

1111
namespace Microsoft.Azure.Management.Billing
1212
{
13-
using Microsoft.Rest;
14-
using Microsoft.Rest.Azure;
15-
using Models;
1613
using System.Threading;
1714
using System.Threading.Tasks;
15+
using Models;
1816

1917
/// <summary>
2018
/// Extension methods for AgreementsOperations.

src/Billing/AvailableBalancesOperations.cs

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,16 @@
1010

1111
namespace Microsoft.Azure.Management.Billing
1212
{
13-
using Microsoft.Rest;
14-
using Microsoft.Rest.Azure;
15-
using Models;
16-
using Newtonsoft.Json;
17-
using System.Collections;
1813
using System.Collections.Generic;
1914
using System.Linq;
2015
using System.Net;
2116
using System.Net.Http;
2217
using System.Threading;
2318
using System.Threading.Tasks;
19+
using Microsoft.Rest;
20+
using Microsoft.Rest.Azure;
21+
using Models;
22+
using Newtonsoft.Json;
2423

2524
/// <summary>
2625
/// AvailableBalancesOperations operations.

src/Billing/AvailableBalancesOperationsExtensions.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,9 @@
1010

1111
namespace Microsoft.Azure.Management.Billing
1212
{
13-
using Microsoft.Rest;
14-
using Microsoft.Rest.Azure;
15-
using Models;
1613
using System.Threading;
1714
using System.Threading.Tasks;
15+
using Models;
1816

1917
/// <summary>
2018
/// Extension methods for AvailableBalancesOperations.

src/Billing/BillingAccountsOperations.cs

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,16 @@
1010

1111
namespace Microsoft.Azure.Management.Billing
1212
{
13-
using Microsoft.Rest;
14-
using Microsoft.Rest.Azure;
15-
using Models;
16-
using Newtonsoft.Json;
17-
using System.Collections;
1813
using System.Collections.Generic;
1914
using System.Linq;
2015
using System.Net;
2116
using System.Net.Http;
2217
using System.Threading;
2318
using System.Threading.Tasks;
19+
using Microsoft.Rest;
20+
using Microsoft.Rest.Azure;
21+
using Models;
22+
using Newtonsoft.Json;
2423

2524
/// <summary>
2625
/// BillingAccountsOperations operations.

src/Billing/BillingAccountsOperationsExtensions.cs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,10 @@
1010

1111
namespace Microsoft.Azure.Management.Billing
1212
{
13-
using Microsoft.Rest;
14-
using Microsoft.Rest.Azure;
15-
using Models;
1613
using System.Threading;
1714
using System.Threading.Tasks;
15+
using Microsoft.Rest.Azure;
16+
using Models;
1817

1918
/// <summary>
2019
/// Extension methods for BillingAccountsOperations.

0 commit comments

Comments
 (0)