@azure/arm-notificationhubs 3.0.0-alpha.20240904.1 → 3.0.0-alpha.20240909.1

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
  ## 3.0.0-beta.1 (2024-03-18)
14
14
 
15
- **Features**
15
+ ### Features Added
16
16
 
17
17
  - Added operation group PrivateEndpointConnections
18
18
  - Added operation Namespaces.beginCreateOrUpdate
@@ -138,7 +138,7 @@
138
138
  - Added Enum KnownReplicationRegion
139
139
  - Added Enum KnownZoneRedundancyPreference
140
140
 
141
- **Breaking Changes**
141
+ ### Breaking Changes
142
142
 
143
143
  - Removed operation Namespaces.beginDelete
144
144
  - Removed operation Namespaces.beginDeleteAndWait
@@ -183,7 +183,7 @@
183
183
 
184
184
  ## 2.1.0 (2022-12-01)
185
185
 
186
- **Features**
186
+ ### Features Added
187
187
 
188
188
  - Added Interface CheckAvailabilityResult
189
189
  - Added Interface DebugSendResponse
@@ -197,7 +197,7 @@
197
197
 
198
198
  ## 2.0.1 (2022-04-27)
199
199
 
200
- **Features**
200
+ ### Features Added
201
201
 
202
202
  - Bug fix
203
203
 
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 NotificationHubsManagementClient.",
6
- "version": "3.0.0-alpha.20240904.1",
6
+ "version": "3.0.0-alpha.20240909.1",
7
7
  "engines": {
8
8
  "node": ">=18.0.0"
9
9
  },