Skip to content

Commit 8111c54

Browse files
grizzlytheodoreTheodore Chang
authored andcommitted
CloudServiceRP 2022-04-04 (Azure#29266)
* set up feature branch * update * update * update recordings * resolve all tests * update * fixes * credscan sanitize * update version * add customization * Update compute_resource-manager.txt Co-authored-by: Theodore Chang <theodore.l.chang@gmail.com>
1 parent 6e8d279 commit 8111c54

File tree

59 files changed

+11340
-11126
lines changed

Some content is hidden

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

59 files changed

+11340
-11126
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
22
<!--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-->
33
<PropertyGroup>
4-
<AzureApiTag>Compute_2022-03-02;Compute_2022-03-01;Compute_2021-11-01;Compute_2021-03-01;Compute_2021-07-01;Compute_2021-12-01;Compute_2022-01-03;Compute_2021-06-01-preview</AzureApiTag>
4+
<AzureApiTag>Compute_2022-04-04;Compute_2022-03-02;Compute_2022-03-01;Compute_2021-11-01;Compute_2021-03-01;Compute_2021-07-01;Compute_2021-12-01;Compute_2022-01-03;Compute_2021-06-01-preview</AzureApiTag>
55
<PackageTags>$(PackageTags);$(CommonTags);$(AzureApiTag);</PackageTags>
66
</PropertyGroup>
77
</Project>
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
namespace Microsoft.Azure.Management.Compute.Models
2+
{
3+
using Newtonsoft.Json;
4+
using System.Collections;
5+
using System.Collections.Generic;
6+
using System.Linq;
7+
8+
public partial class CloudServiceNetworkProfile
9+
{
10+
public CloudServiceNetworkProfile(IList<LoadBalancerConfiguration> loadBalancerConfigurations, SubResource swappableCloudService)
11+
{
12+
LoadBalancerConfigurations = loadBalancerConfigurations;
13+
SwappableCloudService = swappableCloudService;
14+
CustomInit();
15+
}
16+
}
17+
}

sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/CloudServiceOperatingSystemsOperations.cs

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/CloudServiceRoleInstancesOperations.cs

Lines changed: 32 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)