Skip to content

Commit 3e29711

Browse files
authored
Migration storage account to mlsdkfdnprod (#4029)
1 parent 5e6c183 commit 3e29711

File tree

5 files changed

+10
-8
lines changed

5 files changed

+10
-8
lines changed

.cspell.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@
6363
"azurecr",
6464
"azureml",
6565
"azuremlsdktestpypi",
66+
"fdnpromptflow",
67+
"mlsdkfdnprod",
6668
"Bhavik",
6769
"centralus",
6870
"chatml",

scripts/distributing/configs/distribution_settings.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,18 @@
1111
},
1212
"targets": {
1313
"internal-index-release": {
14-
"storage_account": "azuremlsdktestpypi",
14+
"storage_account": "mlsdkfdnprod",
1515
"packages_container": "repo",
1616
"index_container": "wheels",
1717
"blob_prefix": "promptflow",
18-
"endpoint": "azuremlsdktestpypi.azureedge.net"
18+
"endpoint": "fdnpromptflow.azureedge.net"
1919
},
2020
"internal-index-test": {
21-
"storage_account": "azuremlsdktestpypi",
21+
"storage_account": "mlsdkfdnprod",
2222
"packages_container": "repo",
2323
"index_container": "wheels",
2424
"blob_prefix": "test-promptflow",
25-
"endpoint": "azuremlsdktestpypi.azureedge.net"
25+
"endpoint": "fdnpromptflow.azureedge.net"
2626
}
2727
}
2828
}

scripts/tool/utils/repo_utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import requests
99

1010
scripts_dir = os.path.join(os.getcwd(), "scripts")
11-
index_url = "https://azuremlsdktestpypi.azureedge.net/test-promptflow/promptflow-tools"
11+
index_url = "https://fdnpromptflow.azureedge.net/test-promptflow/promptflow-tools"
1212
ado_promptflow_repo_url_format = "https://{0}@dev.azure.com/msdata/Vienna/_git/PromptFlow"
1313

1414

@@ -63,7 +63,7 @@ def create_remote_branch_in_ADO_with_new_tool_pkg_version(
6363
shutil.copy(source_file, destination_folder)
6464

6565
new_lines = [
66-
f"--extra-index-url https://azuremlsdktestpypi.azureedge.net/{blob_prefix}\n",
66+
f"--extra-index-url https://fdnpromptflow.azureedge.net/{blob_prefix}\n",
6767
f"promptflow_tools=={tool_pkg_version}\n",
6868
]
6969
replace_lines_from_file_under_hint(

src/promptflow-devkit/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
## v1.14.0 (2024.07.25)
3232
### Improvements
33-
- Add `promptflow` to dockerfile when build flow with `python_requirements_txt` incase promptflow not exists in custom requirements.
33+
- Add `promptflow` to dockerfile when build flow with `python_requirements_txt` in case promptflow not exists in custom requirements.
3434

3535
## v1.13.0 (2024.06.28)
3636

src/promptflow/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454

5555
## v1.14.0 (2024.07.25)
5656
### Improvements
57-
- [promptflow-devkit] Add `promptflow` to dockerfile when build flow with `python_requirements_txt` incase promptflow not exists in custom requirements.
57+
- [promptflow-devkit] Add `promptflow` to dockerfile when build flow with `python_requirements_txt` in case promptflow not exists in custom requirements.
5858
- [promptflow-core] Remove dependency on docutils package.
5959

6060
## v1.13.0 (2024.06.28)

0 commit comments

Comments
 (0)