Skip to content

Commit 6e7982c

Browse files
committed
Configurations: 'specification/servicefabric/resource-manager/Microsoft.ServiceFabric/ServiceFabric/tspconfig.yaml', API Version: 2026-03-01-preview, SDK Release Type: beta, and CommitSHA: '4a01d71816058910af158a383894016b04492c51' in SpecRepo: 'https://github.com/Azure/azure-rest-api-specs' Pipeline run: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=6194452 Refer to https://eng.ms/docs/products/azure-developer-experience/develop/sdk-release/sdk-release-prerequisites to prepare for SDK release.
1 parent a5300d7 commit 6e7982c

6 files changed

Lines changed: 171 additions & 137 deletions

File tree

sdk/servicefabric/azure-mgmt-servicefabric/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## 2.2.0b2 (2026-04-02)
3+
## 2.2.0b2 (2026-04-22)
44

55
### Features Added
66

@@ -16,6 +16,7 @@
1616
- Added model `ArmProxyResource`
1717
- Added model `ClusterPropertiesUpdateParameters`
1818
- Added enum `CreatedByType`
19+
- Added model `PatchProxyResource`
1920
- Added model `TrackedResource`
2021

2122
### Breaking Changes
@@ -87,6 +88,7 @@
8788
- Deleted or renamed model `ApplicationResourceList`
8889
- Deleted or renamed model `ApplicationTypeResourceList`
8990
- Deleted or renamed model `ApplicationTypeVersionResourceList`
91+
- Deleted or renamed model `ProxyResource`
9092
- Deleted or renamed model `ServiceResourceList`
9193
- Deleted or renamed model `VMSizesResult`
9294

sdk/servicefabric/azure-mgmt-servicefabric/_metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"apiVersions": {
44
"Microsoft.ServiceFabric": "2026-03-01-preview"
55
},
6-
"commit": "a3fd1efe038ca9c4a0042c3ee3afe6b279079ff6",
6+
"commit": "4a01d71816058910af158a383894016b04492c51",
77
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
88
"typespec_src": "specification/servicefabric/resource-manager/Microsoft.ServiceFabric/ServiceFabric",
99
"emitterVersion": "0.61.2"

sdk/servicefabric/azure-mgmt-servicefabric/apiview-properties.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@
44
"azure.mgmt.servicefabric.models.ApplicationDeltaHealthPolicy": "Microsoft.ServiceFabric.ApplicationDeltaHealthPolicy",
55
"azure.mgmt.servicefabric.models.ApplicationHealthPolicy": "Microsoft.ServiceFabric.ApplicationHealthPolicy",
66
"azure.mgmt.servicefabric.models.ApplicationMetricDescription": "Microsoft.ServiceFabric.ApplicationMetricDescription",
7-
"azure.mgmt.servicefabric.models.ProxyResource": "Microsoft.ServiceFabric.ProxyResource",
7+
"azure.mgmt.servicefabric.models.Resource": "Azure.ResourceManager.CommonTypes.Resource",
8+
"azure.mgmt.servicefabric.models.ArmProxyResource": "Azure.ResourceManager.CommonTypes.ProxyResource",
89
"azure.mgmt.servicefabric.models.ApplicationResource": "Microsoft.ServiceFabric.ApplicationResource",
910
"azure.mgmt.servicefabric.models.ApplicationResourceUpdateProperties": "Microsoft.ServiceFabric.ApplicationResourceUpdateProperties",
1011
"azure.mgmt.servicefabric.models.ApplicationResourceProperties": "Microsoft.ServiceFabric.ApplicationResourceProperties",
12+
"azure.mgmt.servicefabric.models.PatchProxyResource": "Microsoft.ServiceFabric.PatchProxyResource",
1113
"azure.mgmt.servicefabric.models.ApplicationResourceUpdate": "Microsoft.ServiceFabric.ApplicationResourceUpdate",
1214
"azure.mgmt.servicefabric.models.ApplicationTypeResource": "Microsoft.ServiceFabric.ApplicationTypeResource",
1315
"azure.mgmt.servicefabric.models.ApplicationTypeResourceProperties": "Microsoft.ServiceFabric.ApplicationTypeResourceProperties",
@@ -17,8 +19,6 @@
1719
"azure.mgmt.servicefabric.models.ApplicationUpgradePolicy": "Microsoft.ServiceFabric.ApplicationUpgradePolicy",
1820
"azure.mgmt.servicefabric.models.ApplicationUserAssignedIdentity": "Microsoft.ServiceFabric.ApplicationUserAssignedIdentity",
1921
"azure.mgmt.servicefabric.models.ArmApplicationHealthPolicy": "Microsoft.ServiceFabric.ArmApplicationHealthPolicy",
20-
"azure.mgmt.servicefabric.models.Resource": "Azure.ResourceManager.CommonTypes.Resource",
21-
"azure.mgmt.servicefabric.models.ArmProxyResource": "Azure.ResourceManager.CommonTypes.ProxyResource",
2222
"azure.mgmt.servicefabric.models.ArmRollingUpgradeMonitoringPolicy": "Microsoft.ServiceFabric.ArmRollingUpgradeMonitoringPolicy",
2323
"azure.mgmt.servicefabric.models.ArmServiceTypeHealthPolicy": "Microsoft.ServiceFabric.ArmServiceTypeHealthPolicy",
2424
"azure.mgmt.servicefabric.models.AvailableOperationDisplay": "Microsoft.ServiceFabric.AvailableOperationDisplay",

sdk/servicefabric/azure-mgmt-servicefabric/azure/mgmt/servicefabric/models/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
NotificationTarget,
5959
OperationResult,
6060
PartitionSchemeDescription,
61-
ProxyResource,
61+
PatchProxyResource,
6262
Resource,
6363
ServerCertificateCommonName,
6464
ServerCertificateCommonNames,
@@ -166,7 +166,7 @@
166166
"NotificationTarget",
167167
"OperationResult",
168168
"PartitionSchemeDescription",
169-
"ProxyResource",
169+
"PatchProxyResource",
170170
"Resource",
171171
"ServerCertificateCommonName",
172172
"ServerCertificateCommonNames",

0 commit comments

Comments
 (0)