Proposed Pull Request Change

title description author ms.topic ms.date ms.author
include file include file dominicbetts include 11/12/2024 dobett
📄 Document Links
GitHub View on GitHub Microsoft Learn View on Microsoft Learn
Content Truncation Detected
The generated rewrite appears to be incomplete.
Original lines: -
Output lines: -
Ratio: -
Raw New Markdown
Generating updated version of doc...
Rendered New Markdown
Generating updated version of doc...
+0 -0
+0 -0
--- title: include file description: include file author: dominicbetts ms.topic: include ms.date: 11/12/2024 ms.author: dobett --- # [Bash](#tab/bash) You can discover your custom location name by running the following command: ```bash az iot ops list -g <your Azure resource group> --query "[0].extendedLocation.name" -o tsv | awk -F'/' '{print $NF}' ``` # [PowerShell](#tab/powershell) You can discover your custom location name by running the following command: ```powershell az iot ops list -g <your Azure resource group> --query "[0].extendedLocation.name" -o tsv) -split '/' | Select-Object -Last 1 ``` ---
Success! Branch created successfully. Create Pull Request on GitHub
Error: