File tree Expand file tree Collapse file tree 4 files changed +24
-2
lines changed
Azure.ResourceManager.PaloAltoNetworks.Ngfw Expand file tree Collapse file tree 4 files changed +24
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Release History
2
2
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.
5
6
6
7
### General New Features
7
8
File renamed without changes.
Original file line number Diff line number Diff line change
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>
Original file line number Diff line number Diff line change 5
5
branches :
6
6
include :
7
7
- main
8
+ - feature/*
8
9
- hotfix/*
9
10
- release/*
10
11
paths :
You can’t perform that action at this time.
0 commit comments