Skip to content

Commit 80be98d

Browse files
authored
[ApplicationInsights] Fix failure for python SDK (#13875)
1 parent 8cb767f commit 80be98d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specification/applicationinsights/resource-manager/readme.python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ These settings apply only when `--tag=package-preview-2020-06-only --python` is
160160
``` yaml $(tag) == 'package-preview-2020-06-only' && $(python) && !$(track2)
161161
python:
162162
namespace: azure.mgmt.applicationinsights.v2020_06_02_preview
163-
output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/v2020_06_02-preview
163+
output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/v2020_06_02_preview
164164
```
165165
``` yaml $(tag) == 'package-preview-2020-06-only' && $(python) && $(track2)
166166
namespace: azure.mgmt.applicationinsights.v2020_06_02_preview

0 commit comments

Comments
 (0)