Skip to content
  •  
  •  
  •  
14 changes: 14 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto

# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
*.c text
*.h text

# Declare files that will always have CRLF line endings on checkout.
*.sln text eol=crlf

# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary
22 changes: 11 additions & 11 deletions .openpublishing.publish.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,11 @@
}
],
"notification_subscribers": [],
"sync_notification_subscribers": null,
"sync_notification_subscribers": [],
"branches_to_filter": [],
"git_repository_url_open_to_public_contributors": "",
"git_repository_branch_open_to_public_contributors": "main",
"skip_source_output_uploading": false,
"need_preview_pull_request": true,
"enable_incremental_build": false,
"contribution_branch_mappings": null,
"dependent_repositories": [
{
"path_to_root": "_themes",
Expand All @@ -63,12 +61,18 @@
"branch_mapping": {}
}
],
"branch_target_mapping": null,
"need_generate_pdf": false,
"need_generate_intellisense": false,
"branch_target_mapping": {},
"targets": {},
"error_log_codes": [
"DuplicateOutputFiles"
],
"docs_build_engine": {},
"skip_source_output_uploading": false,
"contribution_branch_mappings": null,
"need_generate_pdf_url_template": false,
"enable_incremental_build": false,
"need_generate_pdf": false,
"need_generate_intellisense": false,
"SplitTOC": [
"docs-ref-autogen/toc.yml"
],
Expand Down Expand Up @@ -105,10 +109,6 @@
"DiffFolder": [
"docs-ref-autogen/overview/azure"
],
"need_generate_pdf_url_template": false,
"docs_build_engine": {
"name": "docfx_v3"
},
"redirection_files": [
"redirections/.openpublishing.redirection.simplify-package-structure.json"
]
Expand Down
19 changes: 19 additions & 0 deletions azure-python-archive.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
trigger:
batch: true
branches:
include:
- main
paths:
include:
- metadata/legacy
- ci-configs/packages-legacy.json

resources:
repositories:
- repository: ReferenceAutomation
type: git
name: Content CI/ReferenceAutomation
ref: refs/heads/master

extends:
template: Python/pipeline-yaml/azure-python-archive.yml@ReferenceAutomation
63 changes: 62 additions & 1 deletion ci-configs/packages-legacy.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,29 @@
{
"target_repo": {
"branch": "smoke-test",
"url": "https://github.com/MicrosoftDocs/azure-docs-sdk-python-archive",
"url": "https://github.com/MicrosoftDocs/azure-docs-sdk-python",
"folder": "previous"
},
"packages": [
{
"package_info": {
"name": "azure-schemaregistry-avroserializer",
"install_type": "pypi",
"prefer_source_distribution": "true",
"version": "==1.0.0b4"
},
"exclude_path": [
"test*",
"example*",
"sample*",
"doc*"
],
"extension_config": {
"autodoc_default_options": {
"inherited-members": 1
}
}
},
{
"package_info": {
"name": "azure-00-data-lake-store-python",
Expand Down Expand Up @@ -473,6 +492,20 @@
"doc*"
]
},
{
"package_info": {
"name": "azure-mgmt-appplatform",
"install_type": "pypi",
"prefer_source_distribution": false,
"version": "==10.0.1"
},
"exclude_path": [
"test*",
"example*",
"sample*",
"doc*"
]
},
{
"package_info": {
"name": "azure-mgmt-azureadb2c",
Expand Down Expand Up @@ -543,6 +576,20 @@
"doc*"
]
},
{
"package_info": {
"name": "azure-mgmt-media",
"install_type": "pypi",
"prefer_source_distribution": false,
"version": "==10.2.1"
},
"exclude_path": [
"test*",
"example*",
"sample*",
"doc*"
]
},
{
"package_info": {
"name": "azure-mgmt-networkanalytics",
Expand All @@ -557,6 +604,20 @@
"doc*"
]
},
{
"package_info": {
"name": "azure-mgmt-playwrighttesting",
"install_type": "pypi",
"prefer_source_distribution": "true",
"version": "==1.0.1"
},
"exclude_path": [
"test*",
"example*",
"sample*",
"doc*"
]
},
{
"package_info": {
"name": "azure-mgmt-powerbiembedded",
Expand Down
38 changes: 38 additions & 0 deletions docs-ref-mapping/reference-previous.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@
href: ~/docs-ref-services/legacy/mgmt-agfood-readme.md
children:
- azure.mgmt.agfood
- name: App Platform
href: ~/docs-ref-services/legacy/app-platform.md
landingPageType: Service
items:
- name: Management
items:
- name: Resource Management - App Platform (deprecated)
href: ~/docs-ref-services/legacy/mgmt-appplatform-readme.md
children:
- azure.mgmt.appplatform
- name: Application Insights
href: ~/docs-ref-services/legacy/application-insights.md
landingPageType: Service
Expand Down Expand Up @@ -146,6 +156,16 @@
href: ~/docs-ref-services/legacy/mgmt-logz-readme.md
children:
- azure.mgmt.logz
- name: Media Services
href: ~/docs-ref-services/legacy/media-services.md
landingPageType: Service
items:
- name: Management
items:
- name: Resource Management - Media Services (deprecated)
href: ~/docs-ref-services/legacy/mgmt-media-readme.md
children:
- azure.mgmt.media
- name: Metrics Advisor
href: ~/docs-ref-services/legacy/metrics-advisor.md
landingPageType: Service
Expand All @@ -172,6 +192,16 @@
href: ~/docs-ref-services/legacy/cognitiveservices-search-newssearch-readme.md
children:
- azure.cognitiveservices.search.newssearch
- name: Playwright Testing
href: ~/docs-ref-services/legacy/playwright-testing.md
landingPageType: Service
items:
- name: Management
items:
- name: Resource Management - Playwright Testing (deprecated)
href: ~/docs-ref-services/legacy/mgmt-playwrighttesting-readme.md
children:
- azure.mgmt.playwrighttesting
- name: Purview
href: ~/docs-ref-services/legacy/purview.md
landingPageType: Service
Expand All @@ -190,6 +220,14 @@
href: ~/docs-ref-services/legacy/mgmt-scheduler-readme.md
children:
- azure.mgmt.scheduler
- name: Schema Registry
href: ~/docs-ref-services/legacy/schema-registry.md
landingPageType: Service
items:
- name: Schema Registry - Avro (deprecated)
href: ~/docs-ref-services/legacy/schemaregistry-avroserializer-readme.md
children:
- azure.schemaregistry.serializer
- name: Stack Edge
href: ~/docs-ref-services/legacy/stack-edge.md
landingPageType: Service
Expand Down
Loading