Skip to content

Manual publish 0707 #2006

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 24 commits into
base: live
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
66da5e1
Remove legacy reference files and add redirections
Saisang Jun 26, 2025
9e6f972
Fix typo
Saisang Jun 26, 2025
86e328a
Add missing redirections
Saisang Jun 26, 2025
649cd7f
Move redirections into redirect-folder
Saisang Jul 1, 2025
ec09dee
Merge pull request #2005 from MicrosoftDocs/release-legacy-deletion
Saisang Jul 1, 2025
cb209ba
Update docs metadata
azure-sdk Jul 1, 2025
0143c96
Update docs metadata
azure-sdk Jul 1, 2025
fc1ede7
Update docs CI configuration Build: https://dev.azure.com/azure-sdk/i…
azure-sdk Jul 1, 2025
60b7f0a
CI Update
Jul 2, 2025
2be0893
Update docs metadata
azure-sdk Jul 2, 2025
4bf1f6d
Update docs metadata
azure-sdk Jul 2, 2025
1b6d53d
Update docs CI configuration Build: https://dev.azure.com/azure-sdk/i…
azure-sdk Jul 2, 2025
f3e8563
Update docs metadata
azure-sdk Jul 3, 2025
fe603b2
Update docs metadata
azure-sdk Jul 3, 2025
b046768
Update docs metadata
azure-sdk Jul 3, 2025
919805a
Update docs metadata
azure-sdk Jul 3, 2025
dcc2935
Update docs metadata
azure-sdk Jul 3, 2025
fcb0e98
Update docs metadata
azure-sdk Jul 3, 2025
58d8393
Update docs metadata
azure-sdk Jul 3, 2025
9e1bda1
Update docs CI configuration Build: https://dev.azure.com/azure-sdk/i…
azure-sdk Jul 3, 2025
137aa0e
CI Update
Jul 4, 2025
8544981
Update docs CI configuration Build: https://dev.azure.com/azure-sdk/i…
azure-sdk Jul 4, 2025
29368ef
Update docs metadata
azure-sdk Jul 7, 2025
f969151
Update docs CI configuration Build: https://dev.azure.com/azure-sdk/i…
azure-sdk Jul 7, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
15 changes: 2 additions & 13 deletions .openpublishing.publish.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,18 +114,6 @@
"python"
]
}
},
{
"TopLevelTOC": "docs-ref-mapping/reference-previous.yml",
"ReferenceTOC": "previous/docs-ref-autogen/toc.yml",
"ReferenceTOCUrl": "/python/api/toc.json",
"ConceptualTOCUrl": "/azure/developer/python/toc.json",
"OutputFolder": "previous/docs-ref-autogen/overview/azure",
"ContainerPageMetadata": {
"langs": [
"python"
]
}
}
],
"DiffFolder": [
Expand All @@ -136,6 +124,7 @@
"name": "docfx_v3"
},
"redirection_files": [
"redirections/.openpublishing.redirection.simplify-package-structure.json"
"redirections/.openpublishing.redirection.simplify-package-structure.json",
"redirections/.openpublishing.redirection.legacy.json"
]
}
82 changes: 76 additions & 6 deletions ci-configs/packages-latest.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"name": "azure-ai-agents",
"install_type": "pypi",
"prefer_source_distribution": "true",
"version": "==1.0.1"
"version": "==1.0.2"
},
"exclude_path": [
"test*",
Expand Down Expand Up @@ -115,7 +115,7 @@
"name": "azure-ai-evaluation",
"install_type": "pypi",
"prefer_source_distribution": "true",
"version": "==1.8.0"
"version": "==1.9.0"
},
"exclude_path": [
"test*",
Expand Down Expand Up @@ -191,7 +191,7 @@
"name": "azure-ai-ml",
"install_type": "pypi",
"prefer_source_distribution": "true",
"version": "==1.27.1"
"version": "==1.28.0"
},
"exclude_path": [
"test*",
Expand Down Expand Up @@ -647,7 +647,7 @@
"name": "azure-core",
"install_type": "pypi",
"prefer_source_distribution": "true",
"version": "==1.34.0"
"version": "==1.35.0"
},
"exclude_path": [
"test*",
Expand Down Expand Up @@ -1257,6 +1257,20 @@
"doc*"
]
},
{
"package_info": {
"name": "azure-mgmt-arizeaiobservabilityeval",
"install_type": "pypi",
"prefer_source_distribution": "true",
"version": "==1.0.0"
},
"exclude_path": [
"test*",
"example*",
"sample*",
"doc*"
]
},
{
"package_info": {
"name": "azure-mgmt-attestation",
Expand Down Expand Up @@ -1318,7 +1332,7 @@
"name": "azure-mgmt-avs",
"install_type": "pypi",
"prefer_source_distribution": "true",
"version": "==9.0.0"
"version": "==9.1.0"
},
"exclude_path": [
"test*",
Expand Down Expand Up @@ -1671,7 +1685,7 @@
"name": "azure-mgmt-core",
"install_type": "pypi",
"prefer_source_distribution": "true",
"version": "==1.5.0"
"version": "==1.6.0"
},
"exclude_path": [
"test*",
Expand Down Expand Up @@ -2454,6 +2468,20 @@
"doc*"
]
},
{
"package_info": {
"name": "azure-mgmt-lambdatesthyperexecute",
"install_type": "pypi",
"prefer_source_distribution": "true",
"version": "==1.0.0"
},
"exclude_path": [
"test*",
"example*",
"sample*",
"doc*"
]
},
{
"package_info": {
"name": "azure-mgmt-loadtesting",
Expand Down Expand Up @@ -2636,6 +2664,20 @@
"doc*"
]
},
{
"package_info": {
"name": "azure-mgmt-mongodbatlas",
"install_type": "pypi",
"prefer_source_distribution": "true",
"version": "==1.0.0"
},
"exclude_path": [
"test*",
"example*",
"sample*",
"doc*"
]
},
{
"package_info": {
"name": "azure-mgmt-monitor",
Expand Down Expand Up @@ -2917,6 +2959,20 @@
"doc*"
]
},
{
"package_info": {
"name": "azure-mgmt-purestorageblock",
"install_type": "pypi",
"prefer_source_distribution": "true",
"version": "==1.0.0"
},
"exclude_path": [
"test*",
"example*",
"sample*",
"doc*"
]
},
{
"package_info": {
"name": "azure-mgmt-purview",
Expand Down Expand Up @@ -3338,6 +3394,20 @@
],
"build_in_subpackage": true
},
{
"package_info": {
"name": "azure-mgmt-storageactions",
"install_type": "pypi",
"prefer_source_distribution": "true",
"version": "==1.0.0"
},
"exclude_path": [
"test*",
"example*",
"sample*",
"doc*"
]
},
{
"package_info": {
"name": "azure-mgmt-storagecache",
Expand Down
2 changes: 1 addition & 1 deletion ci-configs/packages-preview.json
Original file line number Diff line number Diff line change
Expand Up @@ -2341,7 +2341,7 @@
"name": "azure-mgmt-iotfirmwaredefense",
"install_type": "pypi",
"prefer_source_distribution": "true",
"version": "==1.0.0b1"
"version": "==2.0.0b1"
},
"exclude_path": [
"test*",
Expand Down
2 changes: 1 addition & 1 deletion docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"**/*.yml"
],
"exclude": ["**/*-index.md"],
"src": "docs-ref-services/legacy",
"src": "docs-ref-services/legacy-redirects-temp",
"group": "previous",
"dest": "api/overview/azure"
},
Expand Down
Loading