Skip to content

Commit d0a38e1

Browse files
authored
Fix the ci definition for the Azure.ResourceManager.PaloAltoNetworks.Ngfw (Azure#35445)
1 parent 5792c4b commit d0a38e1

File tree

4 files changed

+24
-2
lines changed

4 files changed

+24
-2
lines changed

sdk/paloaltonetworks/Azure.ResourceManager.PaloAltoNetworks.Ngfw/CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Release History
22

3-
## 1.0.0-beta.1 (Unreleased)
4-
Expected release date: 2023-04-18
3+
## 1.0.0-beta.1 (2023-04-18)
4+
5+
This is the first beta release of Azure PaloAltoNetworks.Ngfw client library.
56

67
### General New Features
78

sdk/paloaltonetworks/service.projects

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<!--
2+
This file allows overrides and extensions to the build configuration defined
3+
by the central engineering system, and is considered during pipeline builds for
4+
CI, test runs, and package release.
5+
6+
Based on the SDKType variable (msbuild property or env variable) this will filter
7+
the set of projects to to match what type of SDK we are interested in building.
8+
9+
SDKType values
10+
- "all" will build all projects
11+
- "client" will build the new track 2 client/data libraries
12+
- "mgmtclient" will build the track 2 mgmt libraries
13+
- "data" will build the track 1 data plane libraries
14+
-->
15+
16+
<Project>
17+
<ItemGroup Condition="'$(SDKType)' == 'mgmtclient'">
18+
<ProjectsToIncludeBySDKType Include="$(MSBuildThisFileDirectory)Azure.ResourceManager.*\**\*.csproj" />
19+
</ItemGroup>
20+
</Project>

sdk/voiceservices/ci.mgmt.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ pr:
55
branches:
66
include:
77
- main
8+
- feature/*
89
- hotfix/*
910
- release/*
1011
paths:

0 commit comments

Comments
 (0)