Skip to content
Closed
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Release History

## 1.0.0-beta.4 (Unreleased)
## 1.0.0-beta.1 (2023-03-02)

- Azure Resource Manager ServiceFabric 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).

### Features Added

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Various documentation is available to help you get started
<dependency>
<groupId>com.azure.resourcemanager</groupId>
<artifactId>azure-resourcemanager-servicefabric</artifactId>
<version>1.0.0-beta.3</version>
<version>1.0.0-beta.4</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
<!--
~ Copyright (c) Microsoft Corporation. All rights reserved.
~ Licensed under the MIT License.
~ Code generated by Microsoft (R) AutoRest Code Generator.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
Expand Down Expand Up @@ -38,7 +43,8 @@
</developers>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jacoco.skip>true</jacoco.skip>
<jacoco.min.linecoverage>0</jacoco.min.linecoverage>
<jacoco.min.branchcoverage>0</jacoco.min.branchcoverage>
</properties>
<dependencies>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ public ServiceFabricManager authenticate(TokenCredential credential, AzureProfil
.append("-")
.append("com.azure.resourcemanager.servicefabric")
.append("/")
.append("1.0.0-beta.3");
.append("1.0.0-beta.1");
if (!Configuration.getGlobalConfiguration().get("AZURE_TELEMETRY_DISABLED", false)) {
userAgentBuilder
.append(" (")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -259,8 +259,8 @@ public ClusterInner withClientCertificateThumbprints(
/**
* Get the clusterCodeVersion property: The Service Fabric runtime version of the cluster. This property can only by
* set the user when **upgradeMode** is set to 'Manual'. To get list of available Service Fabric versions for new
* clusters use [ClusterVersion API](./ClusterVersion.md). To get the list of available version for existing
* clusters use **availableClusterVersions**.
* clusters use [ClusterVersion API](https://learn.microsoft.com/rest/api/servicefabric/cluster-versions/list). To
* get the list of available version for existing clusters use **availableClusterVersions**.
*
* @return the clusterCodeVersion value.
*/
Expand All @@ -271,8 +271,8 @@ public String clusterCodeVersion() {
/**
* Set the clusterCodeVersion property: The Service Fabric runtime version of the cluster. This property can only by
* set the user when **upgradeMode** is set to 'Manual'. To get list of available Service Fabric versions for new
* clusters use [ClusterVersion API](./ClusterVersion.md). To get the list of available version for existing
* clusters use **availableClusterVersions**.
* clusters use [ClusterVersion API](https://learn.microsoft.com/rest/api/servicefabric/cluster-versions/list). To
* get the list of available version for existing clusters use **availableClusterVersions**.
*
* @param clusterCodeVersion the clusterCodeVersion value to set.
* @return the ClusterInner object itself.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ public final class ClusterProperties {
/*
* The Service Fabric runtime version of the cluster. This property can only by set the user when **upgradeMode**
* is set to 'Manual'. To get list of available Service Fabric versions for new clusters use [ClusterVersion
* API](./ClusterVersion.md). To get the list of available version for existing clusters use
* **availableClusterVersions**.
* API](https://learn.microsoft.com/rest/api/servicefabric/cluster-versions/list). To get the list of available
* version for existing clusters use **availableClusterVersions**.
*/
@JsonProperty(value = "clusterCodeVersion")
private String clusterCodeVersion;
Expand Down Expand Up @@ -409,8 +409,8 @@ public ClusterProperties withClientCertificateThumbprints(
/**
* Get the clusterCodeVersion property: The Service Fabric runtime version of the cluster. This property can only by
* set the user when **upgradeMode** is set to 'Manual'. To get list of available Service Fabric versions for new
* clusters use [ClusterVersion API](./ClusterVersion.md). To get the list of available version for existing
* clusters use **availableClusterVersions**.
* clusters use [ClusterVersion API](https://learn.microsoft.com/rest/api/servicefabric/cluster-versions/list). To
* get the list of available version for existing clusters use **availableClusterVersions**.
*
* @return the clusterCodeVersion value.
*/
Expand All @@ -421,8 +421,8 @@ public String clusterCodeVersion() {
/**
* Set the clusterCodeVersion property: The Service Fabric runtime version of the cluster. This property can only by
* set the user when **upgradeMode** is set to 'Manual'. To get list of available Service Fabric versions for new
* clusters use [ClusterVersion API](./ClusterVersion.md). To get the list of available version for existing
* clusters use **availableClusterVersions**.
* clusters use [ClusterVersion API](https://learn.microsoft.com/rest/api/servicefabric/cluster-versions/list). To
* get the list of available version for existing clusters use **availableClusterVersions**.
*
* @param clusterCodeVersion the clusterCodeVersion value to set.
* @return the ClusterProperties object itself.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ public final class ClusterPropertiesUpdateParameters {
/*
* The Service Fabric runtime version of the cluster. This property can only by set the user when **upgradeMode**
* is set to 'Manual'. To get list of available Service Fabric versions for new clusters use [ClusterVersion
* API](./ClusterVersion.md). To get the list of available version for existing clusters use
* **availableClusterVersions**.
* API](https://learn.microsoft.com/rest/api/servicefabric/cluster-versions/list). To get the list of available
* version for existing clusters use **availableClusterVersions**.
*/
@JsonProperty(value = "clusterCodeVersion")
private String clusterCodeVersion;
Expand Down Expand Up @@ -298,8 +298,8 @@ public ClusterPropertiesUpdateParameters withClientCertificateThumbprints(
/**
* Get the clusterCodeVersion property: The Service Fabric runtime version of the cluster. This property can only by
* set the user when **upgradeMode** is set to 'Manual'. To get list of available Service Fabric versions for new
* clusters use [ClusterVersion API](./ClusterVersion.md). To get the list of available version for existing
* clusters use **availableClusterVersions**.
* clusters use [ClusterVersion API](https://learn.microsoft.com/rest/api/servicefabric/cluster-versions/list). To
* get the list of available version for existing clusters use **availableClusterVersions**.
*
* @return the clusterCodeVersion value.
*/
Expand All @@ -310,8 +310,8 @@ public String clusterCodeVersion() {
/**
* Set the clusterCodeVersion property: The Service Fabric runtime version of the cluster. This property can only by
* set the user when **upgradeMode** is set to 'Manual'. To get list of available Service Fabric versions for new
* clusters use [ClusterVersion API](./ClusterVersion.md). To get the list of available version for existing
* clusters use **availableClusterVersions**.
* clusters use [ClusterVersion API](https://learn.microsoft.com/rest/api/servicefabric/cluster-versions/list). To
* get the list of available version for existing clusters use **availableClusterVersions**.
*
* @param clusterCodeVersion the clusterCodeVersion value to set.
* @return the ClusterPropertiesUpdateParameters object itself.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ public interface Cluster {
/**
* Gets the clusterCodeVersion property: The Service Fabric runtime version of the cluster. This property can only
* by set the user when **upgradeMode** is set to 'Manual'. To get list of available Service Fabric versions for new
* clusters use [ClusterVersion API](./ClusterVersion.md). To get the list of available version for existing
* clusters use **availableClusterVersions**.
* clusters use [ClusterVersion API](https://learn.microsoft.com/rest/api/servicefabric/cluster-versions/list). To
* get the list of available version for existing clusters use **availableClusterVersions**.
*
* @return the clusterCodeVersion value.
*/
Expand Down Expand Up @@ -530,13 +530,15 @@ interface WithClusterCodeVersion {
/**
* Specifies the clusterCodeVersion property: The Service Fabric runtime version of the cluster. This
* property can only by set the user when **upgradeMode** is set to 'Manual'. To get list of available
* Service Fabric versions for new clusters use [ClusterVersion API](./ClusterVersion.md). To get the list
* of available version for existing clusters use **availableClusterVersions**..
* Service Fabric versions for new clusters use [ClusterVersion
* API](https://learn.microsoft.com/rest/api/servicefabric/cluster-versions/list). To get the list of
* available version for existing clusters use **availableClusterVersions**..
*
* @param clusterCodeVersion The Service Fabric runtime version of the cluster. This property can only by
* set the user when **upgradeMode** is set to 'Manual'. To get list of available Service Fabric
* versions for new clusters use [ClusterVersion API](./ClusterVersion.md). To get the list of available
* version for existing clusters use **availableClusterVersions**.
* versions for new clusters use [ClusterVersion
* API](https://learn.microsoft.com/rest/api/servicefabric/cluster-versions/list). To get the list of
* available version for existing clusters use **availableClusterVersions**.
* @return the next definition stage.
*/
WithCreate withClusterCodeVersion(String clusterCodeVersion);
Expand Down Expand Up @@ -905,13 +907,15 @@ interface WithClusterCodeVersion {
/**
* Specifies the clusterCodeVersion property: The Service Fabric runtime version of the cluster. This
* property can only by set the user when **upgradeMode** is set to 'Manual'. To get list of available
* Service Fabric versions for new clusters use [ClusterVersion API](./ClusterVersion.md). To get the list
* of available version for existing clusters use **availableClusterVersions**..
* Service Fabric versions for new clusters use [ClusterVersion
* API](https://learn.microsoft.com/rest/api/servicefabric/cluster-versions/list). To get the list of
* available version for existing clusters use **availableClusterVersions**..
*
* @param clusterCodeVersion The Service Fabric runtime version of the cluster. This property can only by
* set the user when **upgradeMode** is set to 'Manual'. To get list of available Service Fabric
* versions for new clusters use [ClusterVersion API](./ClusterVersion.md). To get the list of available
* version for existing clusters use **availableClusterVersions**.
* versions for new clusters use [ClusterVersion
* API](https://learn.microsoft.com/rest/api/servicefabric/cluster-versions/list). To get the list of
* available version for existing clusters use **availableClusterVersions**.
* @return the next definition stage.
*/
Update withClusterCodeVersion(String clusterCodeVersion);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,8 @@ public ClusterUpdateParameters withClientCertificateThumbprints(
/**
* Get the clusterCodeVersion property: The Service Fabric runtime version of the cluster. This property can only by
* set the user when **upgradeMode** is set to 'Manual'. To get list of available Service Fabric versions for new
* clusters use [ClusterVersion API](./ClusterVersion.md). To get the list of available version for existing
* clusters use **availableClusterVersions**.
* clusters use [ClusterVersion API](https://learn.microsoft.com/rest/api/servicefabric/cluster-versions/list). To
* get the list of available version for existing clusters use **availableClusterVersions**.
*
* @return the clusterCodeVersion value.
*/
Expand All @@ -204,8 +204,8 @@ public String clusterCodeVersion() {
/**
* Set the clusterCodeVersion property: The Service Fabric runtime version of the cluster. This property can only by
* set the user when **upgradeMode** is set to 'Manual'. To get list of available Service Fabric versions for new
* clusters use [ClusterVersion API](./ClusterVersion.md). To get the list of available version for existing
* clusters use **availableClusterVersions**.
* clusters use [ClusterVersion API](https://learn.microsoft.com/rest/api/servicefabric/cluster-versions/list). To
* get the list of available version for existing clusters use **availableClusterVersions**.
*
* @param clusterCodeVersion the clusterCodeVersion value to set.
* @return the ClusterUpdateParameters object itself.
Expand Down

This file was deleted.

This file was deleted.

Loading