diff --git a/.openpublishing.redirection.json b/.openpublishing.redirection.json index b1a1cd5b9f..3d0b4dbd33 100644 --- a/.openpublishing.redirection.json +++ b/.openpublishing.redirection.json @@ -1,5 +1,30 @@ { "redirections": [ + { + "redirect_document_id": false, + "redirect_url": "/powershell/azure/", + "source_path": "docs-conceptual/azps-15.1.0/overview.md" + }, + { + "redirect_document_id": false, + "redirect_url": "/powershell/azure/install-azure-powershell/", + "source_path": "docs-conceptual/azps-15.1.0/install-az-ps.md" + }, + { + "redirect_document_id": false, + "redirect_url": "/powershell/azure/install-azure-powershell/", + "source_path": "docs-conceptual/azps-15.1.0/install-az-ps-msi.md" + }, + { + "redirect_document_id": false, + "redirect_url": "/powershell/azure/azureps-support-lifecycle/", + "source_path": "docs-conceptual/azps-15.1.0/azps-versioning-release-cadence.md" + }, + { + "redirect_document_id": false, + "redirect_url": "/training/modules/automate-azure-tasks-with-powershell/", + "source_path": "docs-conceptual/azps-15.1.0/azureps-vm-tutorial.yml" + }, { "redirect_document_id": false, "redirect_url": "/powershell/azure/", diff --git a/docfx.json b/docfx.json index 1b279c23ec..160f33f2e0 100644 --- a/docfx.json +++ b/docfx.json @@ -5,6 +5,10 @@ { "files": ["**/*.yml"], "src": "azps-15.1.0", "version": "azps-15.1.0", "exclude": ["docs-conceptual/**"], "dest": "module" }, { "files": ["**/*.yml", "**/*.md"], "src": "docs-conceptual/azps-15.1.0", "version": "azps-15.1.0", "dest": "azure" }, + { "files": ["toc.yml"], "src": "azps-15.0.0", "version": "azps-15.0.0", "dest": "module/azure-powershell" }, + { "files": ["**/*.yml"], "src": "azps-15.0.0", "version": "azps-15.0.0", "exclude": ["docs-conceptual/**"], "dest": "module" }, + { "files": ["**/*.yml", "**/*.md"], "src": "docs-conceptual/azps-15.0.0", "version": "azps-15.0.0", "dest": "azure" }, + { "files": ["toc.yml"], "src": "azps-14.6.0", "version": "azps-14.6.0", "dest": "module/azure-powershell" }, { "files": ["**/*.yml"], "src": "azps-14.6.0", "version": "azps-14.6.0", "exclude": ["docs-conceptual/**"], "dest": "module" }, { "files": ["**/*.yml", "**/*.md"], "src": "docs-conceptual/azps-14.6.0", "version": "azps-14.6.0", "dest": "azure" }, @@ -29,11 +33,13 @@ ], "resource": [ { "files": ["media/**"], "version": "azps-15.1.0" }, + { "files": ["media/**"], "version": "azps-15.0.0" }, { "files": ["media/**"], "version": "azps-14.6.0" }, { "files": ["media/**"], "version": "azps-0.10.0" } ], "versions": { "azps-15.1.0": { "dest": "azps-15.1.0" }, + "azps-15.0.0": { "dest": "azps-15.0.0" }, "azps-14.6.0": { "dest": "azps-14.6.0" }, "azps-0.10.0": { "dest": "azps-0.10.0" }, "azuresmps-4.0.0": { "dest": "azuresmps-4.0.0" } @@ -404,7 +410,8 @@ "docs-conceptual/**/*": "concept-article" }, "ms.date": { - "azps-15.1.0/**/*": "11/18/2025", + "azps-15.1.0/**/*": "12/02/2025", + "azps-15.0.0/**/*": "11/18/2025", "azps-14.6.0/**/*": "11/04/2025", "azps-0.10.0/**/*": "4/14/2020", "azuresmps-4.0.0/**/*": "11/28/2020" @@ -431,6 +438,8 @@ "feedback_system": { "azps-15.1.0/**/*": "OpenSource", "docs-conceptual/azps-15.1.0/*": "OpenSource", + "azps-15.0.0/**/*": "None", + "docs-conceptual/azps-15.0.0/*": "None", "azps-14.6.0/**/*": "None", "docs-conceptual/azps-14.6.0/*": "None", "aztools/**/*": "OpenSource", @@ -478,7 +487,7 @@ "author": "mikefrobbins", "ms.manager": "jasongroce", "uhfHeaderId": "Azure", - "ms.date": "11/18/2025" + "ms.date": "12/02/2025" }, "dest": "azureps", "lruSize": 0, diff --git a/docs-conceptual/azps-15.0.0/zone-pivot-groups.yml b/docs-conceptual/azps-15.0.0/zone-pivot-groups.yml deleted file mode 100644 index 53ec0a5969..0000000000 --- a/docs-conceptual/azps-15.0.0/zone-pivot-groups.yml +++ /dev/null @@ -1,10 +0,0 @@ -# YamlMime:ZonePivotGroups -groups: -- id: install-azps-windows - title: Install Azure PowerShell on Windows - prompt: Choose an installation method - pivots: - - id: windows-psgallery - title: PowerShell Gallery - - id: windows-msi - title: MSI Installer diff --git a/docs-conceptual/azps-15.1.0/index.yml b/docs-conceptual/azps-15.1.0/index.yml index 605c6c21ef..1530b548f5 100644 --- a/docs-conceptual/azps-15.1.0/index.yml +++ b/docs-conceptual/azps-15.1.0/index.yml @@ -63,7 +63,7 @@ landingContent: - linkListType: reference links: - text: Cmdlet reference - url: /powershell/module/?view=azps-15.0.0 + url: /powershell/module/?view=azps-15.1.0 - title: Identity and authentication linkLists: - linkListType: how-to-guide diff --git a/docs-conceptual/includes/current-version.md b/docs-conceptual/includes/current-version.md index 53b9fc4888..5f5de86165 100644 --- a/docs-conceptual/includes/current-version.md +++ b/docs-conceptual/includes/current-version.md @@ -3,4 +3,4 @@ ms.topic: include ms.custom: --- -The current version of Azure PowerShell is 15.0.0. +The current version of Azure PowerShell is 15.1.0. diff --git a/mapping/monikerMapping.json b/mapping/monikerMapping.json index 2ea72dc99f..253bd16de0 100644 --- a/mapping/monikerMapping.json +++ b/mapping/monikerMapping.json @@ -6,6 +6,13 @@ "referenceTocUrl": "/powershell/module/azure-powershell/toc.json", "serviceMap": "mapping/az-groupMapping-15.0.0.json" }, + "azps-15.0.0": { + "conceptualToc": "docs-conceptual/azps-15.0.0/toc.yml", + "conceptualTocUrl": "/powershell/azure/toc.json", + "packageRoot": "azps-15.0.0", + "referenceTocUrl": "/powershell/module/azure-powershell/toc.json", + "serviceMap": "mapping/az-groupMapping-15.0.0.json" + }, "azps-14.6.0": { "conceptualToc": "docs-conceptual/azps-14.6.0/toc.yml", "conceptualTocUrl": "/powershell/azure/toc.json",