diff --git a/sdk/servicefabric/Azure.ResourceManager.ServiceFabric/src/Generated/Models/ServiceFabricClusterPatch.cs b/sdk/servicefabric/Azure.ResourceManager.ServiceFabric/src/Generated/Models/ServiceFabricClusterPatch.cs index 9c593a5ea411..933704ba882c 100644 --- a/sdk/servicefabric/Azure.ResourceManager.ServiceFabric/src/Generated/Models/ServiceFabricClusterPatch.cs +++ b/sdk/servicefabric/Azure.ResourceManager.ServiceFabric/src/Generated/Models/ServiceFabricClusterPatch.cs @@ -38,7 +38,7 @@ public ServiceFabricClusterPatch() public IList ClientCertificateCommonNames { get; } /// The list of client certificates referenced by thumbprint that are allowed to manage the cluster. This will overwrite the existing list. public IList ClientCertificateThumbprints { get; } - /// 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**. + /// 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](https://learn.microsoft.com/rest/api/servicefabric/cluster-versions/list). To get the list of available version for existing clusters use **availableClusterVersions**. public string ClusterCodeVersion { get; set; } /// Indicates if the event store service is enabled. public bool? IsEventStoreServiceEnabled { get; set; } diff --git a/sdk/servicefabric/Azure.ResourceManager.ServiceFabric/src/Generated/ServiceFabricClusterData.cs b/sdk/servicefabric/Azure.ResourceManager.ServiceFabric/src/Generated/ServiceFabricClusterData.cs index 2fc53982db20..020a7762b3f4 100644 --- a/sdk/servicefabric/Azure.ResourceManager.ServiceFabric/src/Generated/ServiceFabricClusterData.cs +++ b/sdk/servicefabric/Azure.ResourceManager.ServiceFabric/src/Generated/ServiceFabricClusterData.cs @@ -48,7 +48,7 @@ public ServiceFabricClusterData(AzureLocation location) : base(location) /// Describes a list of server certificates referenced by common name that are used to secure the cluster. /// The list of client certificates referenced by common name that are allowed to manage the cluster. /// The list of client certificates referenced by thumbprint that are allowed to manage the cluster. - /// 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**. + /// 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](https://learn.microsoft.com/rest/api/servicefabric/cluster-versions/list). To get the list of available version for existing clusters use **availableClusterVersions**. /// The Azure Resource Provider endpoint. A system service in the cluster connects to this endpoint. /// A service generated unique identifier for the cluster resource. /// @@ -148,7 +148,7 @@ internal ServiceFabricClusterData(ResourceIdentifier id, string name, ResourceTy public IList ClientCertificateCommonNames { get; } /// The list of client certificates referenced by thumbprint that are allowed to manage the cluster. public IList ClientCertificateThumbprints { get; } - /// 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**. + /// 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](https://learn.microsoft.com/rest/api/servicefabric/cluster-versions/list). To get the list of available version for existing clusters use **availableClusterVersions**. public string ClusterCodeVersion { get; set; } /// The Azure Resource Provider endpoint. A system service in the cluster connects to this endpoint. public Uri ClusterEndpoint { get; } diff --git a/sdk/servicefabric/Azure.ResourceManager.ServiceFabric/src/autorest.md b/sdk/servicefabric/Azure.ResourceManager.ServiceFabric/src/autorest.md index 11c06cf51059..b1debcdc9981 100644 --- a/sdk/servicefabric/Azure.ResourceManager.ServiceFabric/src/autorest.md +++ b/sdk/servicefabric/Azure.ResourceManager.ServiceFabric/src/autorest.md @@ -9,7 +9,7 @@ generate-model-factory: false csharp: true library-name: ServiceFabric namespace: Azure.ResourceManager.ServiceFabric -require: https://github.com/Azure/azure-rest-api-specs/blob/bab2f4389eb5ca73cdf366ec0a4af3f3eb6e1f6d/specification/servicefabric/resource-manager/readme.md +require: /mnt/vss/_work/1/s/azure-rest-api-specs/specification/servicefabric/resource-manager/readme.md output-folder: $(this-folder)/Generated clear-output-folder: true skip-csproj: true