Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
9730211
update market place test to use avail offer/sku
grizzlytheodore Jun 21, 2021
7792fce
sdk re-generated with new version
grizzlytheodore Jun 21, 2021
63a23a8
new recording
grizzlytheodore Jun 28, 2021
e8af439
new recordings
grizzlytheodore Jun 30, 2021
e10a6cd
recording failing diskrp tests
grizzlytheodore Jun 30, 2021
496e6eb
fixing vmscenario_encryptionathost sku
grizzlytheodore Jun 30, 2021
092d58f
update recording. last one
grizzlytheodore Jul 6, 2021
f8a9684
TestVmScaleSetRollingUpgradeAPI test new recording
grizzlytheodore Jul 8, 2021
6360dc8
TestVmScaleSetRollingUpgradeAPI new recording
grizzlytheodore Jul 8, 2021
b735e1e
new skus file generated and recorded
grizzlytheodore Jul 9, 2021
f76dcad
Merge remote-tracking branch 'origin/main' into feature/cplat-2021-07-01
grizzlytheodore Jul 15, 2021
901c874
sdk generated with all the swagger changes from 2021-04-01
grizzlytheodore Jul 15, 2021
df1d2d9
new recording for new test
grizzlytheodore Jul 15, 2021
f2f663a
sdk re-generated with new version
grizzlytheodore Jun 21, 2021
4439bb1
new recording
grizzlytheodore Jun 28, 2021
0d5615c
new recordings
grizzlytheodore Jun 30, 2021
629030b
recording failing diskrp tests
grizzlytheodore Jun 30, 2021
a4d1dbd
fixing vmscenario_encryptionathost sku
grizzlytheodore Jun 30, 2021
9e3500a
update recording. last one
grizzlytheodore Jul 6, 2021
3b86cd8
sync with latest swagger and rebase to main branch
grizzlytheodore Jul 23, 2021
7ff08ed
update recordings to resolve conflics more easily
grizzlytheodore Jul 23, 2021
0171975
Added sdk changed for VMCustomization (#22394)
raktdas Jul 23, 2021
167ed90
SDK related changes - VM Hibernation support feature (#22438)
pavanrachapudy90 Jul 23, 2021
6d6b365
updated with 2021-07-01 gallery
grizzlytheodore Jul 23, 2021
4807fab
merge
grizzlytheodore Jul 23, 2021
3b92a15
new recordings for tests added in 2021-04-01
grizzlytheodore Jul 27, 2021
a84a9e3
Feature/cplat 2021 07 01 (#22950)
grizzlytheodore Jul 29, 2021
7046061
SDK changes for VMApps (#23026)
D1v38om83r Aug 2, 2021
2883f9d
last gen from swagger master
grizzlytheodore Aug 24, 2021
376d5bd
customizations (#23514)
grizzlytheodore Aug 24, 2021
0e4abc7
add 2021-07-01 reference and update commit id for swagger
grizzlytheodore Aug 24, 2021
57744e3
Merge branch 'feature/cplat-2021-07-01' of https://github.com/Azure/a…
grizzlytheodore Aug 24, 2021
0666850
nuget version update
grizzlytheodore Aug 24, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion eng/mgmt/mgmtmetadata/compute_resource-manager.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Autorest CSharp Version: 2.3.82
Azure-rest-api-specs repository information
GitHub fork: Azure
Branch: master
Commit: 01affd7b1eaa5b1640400dfa4ad4b4cf7b608e99
Commit: f681d4785f2908967824f873f47de7f34519515d
AutoRest information
Requested version: v2
Bootstrapper version: autorest@2.0.4413
4 changes: 0 additions & 4 deletions eng/pipelines/templates/jobs/ci.mgmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ jobs:
vmImage: windows-2019
steps:
#- script: "echo $(system.pullrequest.pullrequestnumber), https://github.com/$(build.repository.id), https://github.com/$(build.repository.ID)"
- template: /eng/pipelines/templates/steps/install-dotnet.yml
- script: |
if "$(BuildConfiguration)" == "Release" (set SkipTests=true) else (set SkipTests=false)
dotnet msbuild mgmt.proj /v:m /t:CreateNugetPackage /p:Configuration=$(BuildConfiguration) /p:SkipTests=%SkipTests% /p:PackageOutputPath=$(Build.ArtifactStagingDirectory) /p:Scope=${{parameters.Scope}} /p:ForPublishing=$(ShouldPublish) $(loggingArgs) $(RPScopeArgs)"
Expand Down Expand Up @@ -60,9 +59,6 @@ jobs:
parameters:
AgentImage: $(OSVmImage)
- script: "echo $(system.pullrequest.pullrequestnumber), http://github.com/$(build.repository.id), http://github.com/$(build.repository.ID)"
- template: /eng/pipelines/templates/steps/install-dotnet.yml
parameters:
NuGetCacheKey: Test
- script: "dotnet msbuild mgmt.proj /v:n /t:RunTests /p:Scope=${{parameters.Scope}} /p:ForPublishing=$(ShouldPublish) /clp:ShowtimeStamp $(RPScopeArgs)"
displayName: "Build & Run Tests"
- task: PublishTestResults@2
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<!--This file and it's contents are updated at build time moving or editing might result in build failure. Take due deligence while editing this file-->
<PropertyGroup>
<AzureApiTag>Compute_2021-04-01;Compute_2021-03-01;Compute_2020-12-01;Compute_2020-06-30;Compute_2020-05-01;Compute_2019-12-01;Compute_2019-11-01;Compute_2019-04-01;</AzureApiTag>
<AzureApiTag>Compute_2021-07-01;Compute_2021-04-01;Compute_2021-03-01;Compute_2020-12-01;Compute_2020-06-30;Compute_2020-05-01;Compute_2019-12-01;Compute_2019-11-01;Compute_2019-04-01;</AzureApiTag>
<PackageTags>$(PackageTags);$(CommonTags);$(AzureApiTag);</PackageTags>
</PropertyGroup>
</Project>
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
namespace Microsoft.Azure.Management.Compute
{
using Microsoft.Rest;
using Microsoft.Rest.Azure;
using Models;
using System.Collections;
using System.Collections.Generic;
using System.Threading;
using System.Threading.Tasks;

/// <summary>
/// ResourceSkusOperations operations.
/// </summary>
public partial interface IResourceSkusOperations
{
Task<AzureOperationResponse<IPage<ResourceSku>>> ListWithHttpMessagesAsync(string filter = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));

Task<AzureOperationResponse<IPage<ResourceSku>>> ListWithHttpMessagesAsync(string filter = default(string), Dictionary<string, List<string>> customHeaders = null);
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,11 @@ public partial interface IVirtualMachinesOperations
/// Thrown when a required parameter is null
/// </exception>
Task<AzureOperationResponse> BeginDeleteWithHttpMessagesAsync(string resourceGroupName, string vmName, Dictionary<string, List<string>> customHeaders, CancellationToken cancellationToken);

Task<AzureOperationResponse> DeallocateWithHttpMessagesAsync(string resourceGroupName, string vmName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Task<AzureOperationResponse> DeallocateWithHttpMessagesAsync(string resourceGroupName, string vmName, Dictionary<string, List<string>> customHeaders = null);

Task<AzureOperationResponse> BeginDeallocateWithHttpMessagesAsync(string resourceGroupName, string vmName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Task<AzureOperationResponse> BeginDeallocateWithHttpMessagesAsync(string resourceGroupName, string vmName, Dictionary<string, List<string>> customHeaders = null);
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
namespace Microsoft.Azure.Management.Compute
{
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;

/// <summary>
/// ResourceSkusOperations operations.
/// </summary>
internal partial class ResourceSkusOperations : IServiceOperations<ComputeManagementClient>, IResourceSkusOperations
{
public async Task<AzureOperationResponse<IPage<ResourceSku>>> ListWithHttpMessagesAsync(string filter = default(string), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
{
return await ListWithHttpMessagesAsync(filter, null, customHeaders, cancellationToken);
}

public async Task<AzureOperationResponse<IPage<ResourceSku>>> ListWithHttpMessagesAsync(string filter = default(string), Dictionary<string, List<string>> customHeaders = null)
{
return await ListWithHttpMessagesAsync(filter, null, customHeaders, default(CancellationToken));
}
}
}
Loading