Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
305 changes: 301 additions & 4 deletions sdk/servicefabric/azure-resourcemanager-servicefabric/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,311 @@
# Release History

## 1.1.0-beta.1 (Unreleased)
## 1.1.0-beta.1 (2026-04-02)

### Features Added
- Azure Resource Manager Service Fabric client library for Java. This package contains Microsoft Azure SDK for Service Fabric Management SDK. Azure Service Fabric Resource Provider API Client. Package api-version 2026-03-01-preview. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).

### Breaking Changes

### Bugs Fixed
#### `models.ServiceResourceList` was removed

#### `models.ClusterListResult` was removed

#### `models.ApplicationTypeResourceList` was removed

#### `models.ApplicationTypeVersionResourceList` was removed

#### `models.OperationListResult` was removed

#### `models.ApplicationResourceList` was removed

#### `models.StatefulServiceProperties` was modified

* `validate()` was removed

#### `models.SettingsSectionDescription` was modified

* `validate()` was removed

#### `models.ManagedIdentity` was modified

* `validate()` was removed

#### `models.SingletonPartitionSchemeDescription` was modified

* `validate()` was removed

#### `models.ServiceCorrelationDescription` was modified

* `validate()` was removed

#### `models.UpgradableVersionsDescription` was modified

* `validate()` was removed

#### `models.AzureActiveDirectory` was modified

* `validate()` was removed

#### `models.ServiceTypeDeltaHealthPolicy` was modified

* `validate()` was removed

#### `models.StatelessServiceProperties` was modified

* `validate()` was removed

#### `models.ServiceLoadMetricDescription` was modified

* `validate()` was removed

#### `models.ApplicationResourceUpdate` was modified

* `validate()` was removed

#### `models.ApplicationDeltaHealthPolicy` was modified

* `validate()` was removed

#### `models.StatefulServiceUpdateProperties` was modified

* `validate()` was removed

#### `models.ArmServiceTypeHealthPolicy` was modified

* `validate()` was removed

#### `models.ClusterHealthPolicy` was modified

* `validate()` was removed

#### `models.NotificationTarget` was modified

* `validate()` was removed

#### `models.ClusterUpdateParameters` was modified

* `validate()` was removed

#### `models.ServiceResourceUpdate` was modified

* `validate()` was removed

#### `models.AvailableOperationDisplay` was modified

* `AvailableOperationDisplay()` was changed to private access
* `withDescription(java.lang.String)` was removed
* `validate()` was removed
* `withProvider(java.lang.String)` was removed
* `withOperation(java.lang.String)` was removed
* `withResource(java.lang.String)` was removed

#### `models.NodeTypeDescription` was modified

* `validate()` was removed

#### `models.ApplicationHealthPolicy` was modified

* `validate()` was removed

#### `models.ClusterCodeVersionsResult` was modified

* `ClusterCodeVersionsResult()` was changed to private access
* `withSupportExpiryUtc(java.lang.String)` was removed
* `withId(java.lang.String)` was removed
* `withCodeVersion(java.lang.String)` was removed
* `withName(java.lang.String)` was removed
* `validate()` was removed
* `withType(java.lang.String)` was removed
* `withEnvironment(models.ClusterEnvironment)` was removed

#### `models.ApplicationUpgradePolicy` was modified

* `validate()` was removed

#### `models.SettingsParameterDescription` was modified

* `validate()` was removed

#### `models.ApplicationMetricDescription` was modified

* `validate()` was removed

#### `models.CertificateDescription` was modified

* `validate()` was removed

#### `models.NamedPartitionSchemeDescription` was modified

* `validate()` was removed

#### `models.UserAssignedIdentity` was modified

* `validate()` was removed

#### `models.ClientCertificateCommonName` was modified

* `validate()` was removed

#### `models.DiagnosticsStorageAccountConfig` was modified

* `validate()` was removed

#### `models.ArmRollingUpgradeMonitoringPolicy` was modified

* `validate()` was removed

#### `models.ServiceResourceUpdateProperties` was modified

* `validate()` was removed

#### `models.ApplicationUserAssignedIdentity` was modified

* `validate()` was removed

#### `models.ServiceTypeHealthPolicy` was modified

* `validate()` was removed

#### `models.PartitionSchemeDescription` was modified

* `validate()` was removed

#### `models.ServerCertificateCommonName` was modified

* `validate()` was removed

#### `models.ServerCertificateCommonNames` was modified

* `validate()` was removed

#### `models.ClientCertificateThumbprint` was modified

* `validate()` was removed

#### `models.ServiceResourcePropertiesBase` was modified

* `validate()` was removed

#### `models.ClusterUpgradePolicy` was modified

* `validate()` was removed

#### `models.UniformInt64RangePartitionSchemeDescription` was modified

* `validate()` was removed

#### `models.ArmApplicationHealthPolicy` was modified

* `validate()` was removed

#### `models.Notification` was modified

* `validate()` was removed

#### `models.ServiceResourceProperties` was modified

* `validate()` was removed

#### `models.ApplicationTypeVersionsCleanupPolicy` was modified

* `validate()` was removed

#### `models.StatelessServiceUpdateProperties` was modified

* `validate()` was removed

#### `models.EndpointRangeDescription` was modified

* `validate()` was removed

#### `models.ServicePlacementPolicyDescription` was modified

* `validate()` was removed

#### `models.ClusterUpgradeDeltaHealthPolicy` was modified

* `validate()` was removed

### Features Added

* `models.VMSizeResource` was added

* `models.UnsupportedVmSizes` was added

* `models.VMSize` was added

#### `models.Cluster$Definition` was modified

* `withEnableHttpGatewayExclusiveAuthMode(java.lang.Boolean)` was added

#### `models.StatelessServiceProperties` was modified

* `withMinInstanceCount(java.lang.Integer)` was added
* `minInstancePercentage()` was added
* `withMinInstancePercentage(byte[])` was added
* `minInstanceCount()` was added

#### `models.ApplicationResourceUpdate` was modified

* `withSystemData(com.azure.core.management.SystemData)` was added

#### `models.ApplicationResource$Definition` was modified

* `withSystemData(com.azure.core.management.SystemData)` was added

#### `models.ApplicationTypeResource$Definition` was modified

* `withSystemData(com.azure.core.management.SystemData)` was added

#### `models.Cluster$Update` was modified

* `withEnableHttpGatewayExclusiveAuthMode(java.lang.Boolean)` was added

#### `models.ServiceResource$Definition` was modified

* `withSystemData(com.azure.core.management.SystemData)` was added

#### `models.ClusterUpdateParameters` was modified

* `withEnableHttpGatewayExclusiveAuthMode(java.lang.Boolean)` was added
* `enableHttpGatewayExclusiveAuthMode()` was added

#### `models.ServiceResourceUpdate` was modified

* `withSystemData(com.azure.core.management.SystemData)` was added

#### `models.ApplicationTypeResource$Update` was modified

* `withSystemData(com.azure.core.management.SystemData)` was added

#### `models.NodeTypeDescription` was modified

* `httpGatewayTokenAuthEndpointPort()` was added
* `withHttpGatewayTokenAuthEndpointPort(java.lang.Integer)` was added

#### `models.Cluster` was modified

* `enableHttpGatewayExclusiveAuthMode()` was added

#### `models.ApplicationResource$Update` was modified

* `withSystemData(com.azure.core.management.SystemData)` was added

#### `models.ApplicationTypeVersionResource$Definition` was modified

* `withSystemData(com.azure.core.management.SystemData)` was added

#### `models.ServiceResource$Update` was modified

* `withSystemData(com.azure.core.management.SystemData)` was added

#### `ServiceFabricManager` was modified

* `unsupportedVmSizes()` was added

#### `models.ApplicationTypeVersionResource$Update` was modified

### Other Changes
* `withSystemData(com.azure.core.management.SystemData)` was added

## 1.0.0 (2024-12-24)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Azure Resource Manager ServiceFabric client library for Java
# Azure Resource Manager Service Fabric client library for Java

Azure Resource Manager ServiceFabric client library for Java.
Azure Resource Manager Service Fabric client library for Java.

This package contains Microsoft Azure SDK for ServiceFabric Management SDK. Service Fabric Management Client. Package tag package-2021-06. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
This package contains Microsoft Azure SDK for Service Fabric Management SDK. Azure Service Fabric Resource Provider API Client. Package api-version 2026-03-01-preview. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).

## We'd love to hear your feedback

Expand Down Expand Up @@ -52,15 +52,15 @@ Azure subscription ID can be configured via `AZURE_SUBSCRIPTION_ID` environment
Assuming the use of the `DefaultAzureCredential` credential class, the client can be authenticated using the following code:

```java
AzureProfile profile = new AzureProfile(AzureEnvironment.AZURE);
AzureProfile profile = new AzureProfile(AzureCloud.AZURE_PUBLIC_CLOUD);
TokenCredential credential = new DefaultAzureCredentialBuilder()
.authorityHost(profile.getEnvironment().getActiveDirectoryEndpoint())
.build();
ServiceFabricManager manager = ServiceFabricManager
.authenticate(credential, profile);
```

The sample code assumes global Azure. Please change `AzureEnvironment.AZURE` variable if otherwise.
The sample code assumes global Azure. Please change the `AzureCloud.AZURE_PUBLIC_CLOUD` variable if otherwise.

See [Authentication][authenticate] for more options.

Expand Down Expand Up @@ -100,5 +100,3 @@ This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For m
[cg]: https://github.com/Azure/azure-sdk-for-java/blob/main/CONTRIBUTING.md
[coc]: https://opensource.microsoft.com/codeofconduct/
[coc_faq]: https://opensource.microsoft.com/codeofconduct/faq/


Loading