Skip to content

Commit 081d19c

Browse files
authored
Merge branch 'main' into cmpy-branch-ci5392
2 parents acf6bd9 + d88937d commit 081d19c

79 files changed

Lines changed: 2550 additions & 366 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/auto_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
jobs:
1313
auto-push-to-live:
1414
runs-on: ubuntu-latest
15-
if: github.repository_owner == 'MicrosoftDocs'
15+
if: github.repository == 'MicrosoftDocs/SupportArticles-docs-pr'
1616
permissions:
1717
contents: write
1818
pull-requests: write

.github/workflows/manage_stale_branches.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111

1212
stale-branch:
13-
if: github.repository_owner == 'MicrosoftDocs'
13+
if: github.repository == 'MicrosoftDocs/SupportArticles-docs-pr'
1414
uses: MicrosoftDocs/microsoft-365-docs/.github/workflows/Shared-StaleBranch.yml@workflows-prod
1515
with:
1616
PayloadJson: ${{ toJSON(github) }}

.github/workflows/validate_branch_names.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@ on:
55

66
jobs:
77
validate-branch-name:
8-
if: startsWith(github.ref, 'refs/heads/')
8+
if: github.repository == 'MicrosoftDocs/SupportArticles-docs-pr' && startsWith(github.ref, 'refs/heads/')
99
runs-on: windows-latest
1010
strategy:
1111
fail-fast: true # Prevent retries on failure
1212
steps:
13+
- name: Set git to use long paths
14+
run: git config --system core.longpaths true
1315
- name: Try checkout
1416
uses: actions/checkout@v3

support/azure/azure-kubernetes/extensions/troubleshoot-failed-kubernetes-deployment-offer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: Troubleshoot the failed deployment of a Kubernetes application offer
33
description: Troubleshoot the failed deployment of a Kubernetes application offer that was made on the Azure Marketplace.
4-
ms.date: 01/24/2024
5-
ms.reviewer: chiragpa, atchub, v-leedennis
4+
ms.date: 04/22/2025
5+
ms.reviewer: chiragpa, atchub, v-leedennis, mnasser
66
editor: v-jsitser
77
ms.service: azure-kubernetes-service
88
#Customer intent: As an Azure Marketplace user, I want to troubleshoot the failed deployment of a Kubernetes application after I accept an offer on the Marketplace.
3.44 KB
Loading
37.7 KB
Loading
18.6 KB
Loading
6.83 KB
Loading
267 KB
Loading
207 KB
Loading

0 commit comments

Comments
 (0)