@azure/arm-frontdoor 5.3.1-alpha.20240904.1 → 5.3.1-alpha.20240906.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -4
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -12,7 +12,7 @@
12
12
 
13
13
  ## 5.3.0 (2024-04-15)
14
14
 
15
- **Features**
15
+ ### Features Added
16
16
 
17
17
  - Added Interface GroupByVariable
18
18
  - Added Interface WebApplicationFirewallScrubbingRules
@@ -36,7 +36,7 @@
36
36
 
37
37
  ## 5.2.0 (2023-05-09)
38
38
 
39
- **Features**
39
+ ### Features Added
40
40
 
41
41
  - Added operation Policies.beginUpdate
42
42
  - Added operation Policies.beginUpdateAndWait
@@ -58,7 +58,7 @@
58
58
 
59
59
  ## 5.1.0 (2022-11-23)
60
60
 
61
- **Features**
61
+ ### Features Added
62
62
 
63
63
  - Added Interface BackendPool
64
64
  - Added Interface BackendPoolProperties
@@ -85,7 +85,7 @@
85
85
 
86
86
  ## 5.0.1 (2022-04-26)
87
87
 
88
- **Features**
88
+ ### Features Added
89
89
 
90
90
  - Bug fix
91
91
 
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "sdk-type": "mgmt",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "A generated SDK for FrontDoorManagementClient.",
6
- "version": "5.3.1-alpha.20240904.1",
6
+ "version": "5.3.1-alpha.20240906.2",
7
7
  "engines": {
8
8
  "node": ">=18.0.0"
9
9
  },