Skip to content

Commit 78574fd

Browse files
navba-MSFTaviyerMSFT
authored andcommitted
{AzureServiceFabric} fixes Azure#22806 The ClusterVersion API redirects to invalid link (Azure#22868)
"description": "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://github.com/Azure/azure-rest-api-specs/issues/ClusterVersion.md)" The link goes to ./ClusterVersion.md which does not exist. This actually causes dead links in the official MS documentation, e.g. [here](https://learn.microsoft.com/en-us/rest/api/servicefabric/clusters/list?tabs=HTTP#cluster).
1 parent f651d3c commit 78574fd

File tree

1 file changed

+2
-2
lines changed
  • specification/servicefabric/resource-manager/Microsoft.ServiceFabric/stable/2021-06-01

1 file changed

+2
-2
lines changed

specification/servicefabric/resource-manager/Microsoft.ServiceFabric/stable/2021-06-01/cluster.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -910,7 +910,7 @@
910910
},
911911
"clusterCodeVersion": {
912912
"type": "string",
913-
"description": "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**."
913+
"description": "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**."
914914
},
915915
"clusterEndpoint": {
916916
"type": "string",
@@ -1063,7 +1063,7 @@
10631063
},
10641064
"clusterCodeVersion": {
10651065
"type": "string",
1066-
"description": "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**."
1066+
"description": "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**."
10671067
},
10681068
"eventStoreServiceEnabled": {
10691069
"type": "boolean",

0 commit comments

Comments
 (0)