Skip to content

Commit d4b375e

Browse files
authored
New version SDK for cloudngfw 2023-09-01 (Azure#39867)
* New version SDK 2023-09-01 * Directive added to ignore POST pagination for list api's * Removing URL from readme * Adding changelog for the version * Updating csproj to new version
1 parent 19a2dcf commit d4b375e

File tree

44 files changed

+338
-284
lines changed

Some content is hidden

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

44 files changed

+338
-284
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
# Release History
22

3-
## 1.1.0-beta.1 (Unreleased)
3+
## 1.1.0 (2023-11-24)
44

55
### Features Added
6-
7-
### Breaking Changes
8-
6+
- Added support for Non-RFC 1918 prefixes as TrustedRanges
7+
- Support for new regions Japan East and Brazil South
98
### Bugs Fixed
9+
- Accessibility bug fixes
1010

1111
### Other Changes
12+
- Improved validations and better error messages
1213

1314
## 1.0.0 (2023-07-14)
1415

sdk/paloaltonetworks.ngfw/Azure.ResourceManager.PaloAltoNetworks.Ngfw/api/Azure.ResourceManager.PaloAltoNetworks.Ngfw.netstandard2.0.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1096,6 +1096,7 @@ public FirewallNetworkProfile(Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models
10961096
public Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.AllowEgressNatType EnableEgressNat { get { throw null; } set { } }
10971097
public Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.FirewallNetworkType NetworkType { get { throw null; } set { } }
10981098
public System.Collections.Generic.IList<Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.IPAddressInfo> PublicIPs { get { throw null; } }
1099+
public System.Collections.Generic.IList<string> TrustedRanges { get { throw null; } }
10991100
public Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.FirewallVnetConfiguration VnetConfiguration { get { throw null; } set { } }
11001101
public Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.FirewallVwanConfiguration VwanConfiguration { get { throw null; } set { } }
11011102
}

sdk/paloaltonetworks.ngfw/Azure.ResourceManager.PaloAltoNetworks.Ngfw/samples/Generated/Samples/Sample_GlobalRulestackCertificateObjectCollection.cs

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

sdk/paloaltonetworks.ngfw/Azure.ResourceManager.PaloAltoNetworks.Ngfw/samples/Generated/Samples/Sample_GlobalRulestackCertificateObjectResource.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.

0 commit comments

Comments
 (0)