Skip to content

Commit 482844d

Browse files
Azure networking release 2021-08-01 (Azure#28319)
* generated new 2021-08-01 api version * Added few more data files * Edited commit id * fixed sdk version
1 parent bb44982 commit 482844d

File tree

160 files changed

+5548
-695
lines changed

Some content is hidden

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

160 files changed

+5548
-695
lines changed

eng/azure-rest-api-specs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit 3439439b760e84e5dcc3e68edde7251c602da5f0

eng/mgmt/mgmtmetadata/network_resource-manager.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ Generating CSharp code
55
Executing AutoRest command
66
cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/main/specification/network/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --use:@microsoft.azure/[email protected] --csharp.output-folder=C:\Projects\generator\azure-sdk-for-net\sdk\network\Microsoft.Azure.Management.Network\src\Generated
77
Autorest CSharp Version: 2.3.90
8-
2021-10-25 03:37:36 UTC
8+
2022-04-21 16:50:00 UTC
99
Azure-rest-api-specs repository information
1010
GitHub fork: Azure
1111
Branch: main
12-
Commit: b2f2423182b461f9b556ff68e9db7e93085eda7f
12+
Commit: df898cb9c4fb7ad0ee03a9e4d0e25607f130018d
1313
AutoRest information
1414
Requested version: v2
1515
Bootstrapper version: [email protected]

eng/scripts/Track1CodeCheck.ps1

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,11 @@ try {
4747
Write-Output "======== Start Code Validation ========"
4848

4949
Write-Host "Check PR associate"
50-
Write-Host "REPOSITORY_NAME: $Env:REPOSITORY_NAME"
51-
Write-Host "PULLREQUEST_ID: $Env:PULLREQUEST_ID"
50+
Write-Host "REPOSITORY_NAME: Azure/azure-sdk-for-net"
51+
$Env:REPOSITORY_NAME = 'Azure/azure-sdk-for-net'
52+
$Env:PULLREQUEST_ID = 28319
53+
54+
Write-Host "PULLREQUEST_ID: 28319"
5255
if (($null -eq $Env:REPOSITORY_NAME) -or ($null -eq $Env:PULLREQUEST_ID) -or ($Env:REPOSITORY_NAME -eq "") -or ($Env:PULLREQUEST_ID -eq "") -or ($Env:PULLREQUEST_ID -match 'PullRequestNumber')) {
5356
Write-Host "There is no PR associate with this run, skip the code check." -ForegroundColor red -BackgroundColor white
5457
break
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_2018-10-01;Network_2021-05-01;</AzureApiTag>
4+
<AzureApiTag>Compute_2018-10-01;Network_2021-08-01;</AzureApiTag>
55
<PackageTags>$(PackageTags);$(CommonTags);$(AzureApiTag);</PackageTags>
66
</PropertyGroup>
77
</Project>

sdk/network/Microsoft.Azure.Management.Network/src/Generated/ApplicationGatewayPrivateEndpointConnectionsOperations.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/network/Microsoft.Azure.Management.Network/src/Generated/ApplicationGatewayPrivateLinkResourcesOperations.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/network/Microsoft.Azure.Management.Network/src/Generated/ApplicationGatewaysOperations.cs

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

sdk/network/Microsoft.Azure.Management.Network/src/Generated/ApplicationSecurityGroupsOperations.cs

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

sdk/network/Microsoft.Azure.Management.Network/src/Generated/AvailableDelegationsOperations.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/network/Microsoft.Azure.Management.Network/src/Generated/AvailableEndpointServicesOperations.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)