@azure/arm-servicefabric 3.0.1-alpha.20240513.1 → 3.0.1-alpha.20241209.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.
- package/CHANGELOG.md +4 -4
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist-esm/src/index.d.ts +0 -1
- package/dist-esm/src/index.d.ts.map +1 -1
- package/dist-esm/test/servicefabric_examples.spec.d.ts.map +1 -1
- package/dist-esm/test/servicefabric_examples.spec.js +5 -1
- package/dist-esm/test/servicefabric_examples.spec.js.map +1 -1
- package/package.json +27 -32
- package/src/lroImpl.ts +1 -1
- package/types/tsdoc-metadata.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
|
|
13
13
|
## 3.0.0 (2023-12-05)
|
|
14
14
|
|
|
15
|
-
|
|
15
|
+
### Features Added
|
|
16
16
|
|
|
17
17
|
- Added Interface ApplicationsListNextOptionalParams
|
|
18
18
|
- Added Interface ApplicationTypesListNextOptionalParams
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
- Added Type Alias ServicesListNextResponse
|
|
30
30
|
- Added Enum KnownClusterVersionsEnvironment
|
|
31
31
|
|
|
32
|
-
|
|
32
|
+
### Breaking Changes
|
|
33
33
|
|
|
34
34
|
- Operation ClusterVersions.getByEnvironment has a new signature
|
|
35
35
|
- Operation ClusterVersions.listByEnvironment has a new signature
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
|
|
39
39
|
## 2.1.0 (2022-12-12)
|
|
40
40
|
|
|
41
|
-
|
|
41
|
+
### Features Added
|
|
42
42
|
|
|
43
43
|
- Added Interface ApplicationResource
|
|
44
44
|
- Added Interface ApplicationResourceProperties
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
|
|
61
61
|
## 2.0.1 (2022-05-01)
|
|
62
62
|
|
|
63
|
-
|
|
63
|
+
### Features Added
|
|
64
64
|
|
|
65
65
|
- Bug fix
|
|
66
66
|
|