Skip to content

Commit 245f0d2

Browse files
authored
fix(arcdata): incorrect .net sdk path (#16008)
Current .net SDK path for arcdata points to https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/resources which is for `Resources`. This commit will change the path to https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/azurearcdata
1 parent 4c72ae9 commit 245f0d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specification/azurearcdata/resource-manager/readme.csharp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ csharp:
1111
clear-output-folder: true
1212
client-side-validation: false
1313
namespace: Microsoft.Azure.Management.AzureArcData
14-
output-folder: $(csharp-sdks-folder)/resources/Microsoft.Azure.Management.AzureArcData/src/Generated
14+
output-folder: $(csharp-sdks-folder)/azurearcdata/Microsoft.Azure.Management.AzureArcData/src/Generated
1515
```

0 commit comments

Comments
 (0)