Skip to content

Commit 36fadc1

Browse files
Learn Build Service GitHub AppLearn Build Service GitHub App
authored andcommitted
Merging changes synced from https://github.com/MicrosoftDocs/azure-dev-docs-pr (branch live)
2 parents c6bf04a + 64cd482 commit 36fadc1

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

articles/azure-developer-cli/faq.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ sections:
7676
}
7777
```
7878
79-
The output of `secretOrRandomPassword` should also be saved to Key Vault using Bicep for future runs. Retrieving and reusing the same secrets across deploys can prevent errors or unintended behaviors that can surface when repeatedly generating new values. To create a Key Vault and store the generated secret in it, use the Bicep code below. You can view the full sample code for these modules in the [Azure Developer CLI GitHub repository](https://github.com/Azure/azure-dev/tree/main/templates/common/infra/bicep/core/security).
79+
The output of `secretOrRandomPassword` should also be saved to Key Vault using Bicep for future runs. Retrieving and reusing the same secrets across deploys can prevent errors or unintended behaviors that can surface when repeatedly generating new values. To create a Key Vault and store the generated secret in it, use the Bicep code below. You can view the full sample code for these modules in the [Azure Developer CLI GitHub repository](https://github.com/Azure/azure-dev/tree/main).
8080
8181
```json
8282
module keyVault './core/security/keyvault.bicep' = {

articles/azure-developer-cli/reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Azure Developer CLI reference
33
description: This article explains the syntax and parameters for the various Azure Developer CLI commands.
44
author: alexwolfmsft
55
ms.author: alexwolf
6-
ms.date: 08/07/2025
6+
ms.date: 08/15/2025
77
ms.service: azure-dev-cli
88
ms.topic: conceptual
99
ms.custom: devx-track-azdevcli

articles/includes/javascript-all.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -402,15 +402,15 @@
402402
| Resource Management - Workloads SAP Virtual Instance | npm [1.0.0](https://www.npmjs.com/package/@azure/arm-workloadssapvirtualinstance/v/1.0.0) | [docs](/javascript/api/overview/azure/arm-workloadssapvirtualinstance-readme) | GitHub [1.0.0](https://github.com/Azure/azure-sdk-for-js/tree/@azure/arm-workloadssapvirtualinstance_1.0.0/sdk/workloads/arm-workloadssapvirtualinstance/) |
403403
| Resource Management - Workspaces | npm [1.1.0](https://www.npmjs.com/package/@azure/arm-workspaces/v/1.1.0) | [docs](/javascript/api/overview/azure/arm-workspaces-readme) | GitHub [1.1.0](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/machinelearning/arm-workspaces) |
404404
| Resource Management - Template Specs | npm [2.1.0](https://www.npmjs.com/package/@azure/arm-templatespecs/v/2.1.0) | [docs](/javascript/api/overview/azure/arm-templatespecs-readme) | GitHub [2.1.0](https://github.com/Azure/azure-sdk-for-js/tree/@azure/arm-templatespecs_2.1.0/sdk/templatespecs/arm-templatespecs/) |
405-
| @autorest/openapi-to-typespec | npm [0.11.7](https://www.npmjs.com/package/@autorest/openapi-to-typespec/v/0.11.7) | | |
405+
| @autorest/openapi-to-typespec | npm [0.11.9](https://www.npmjs.com/package/@autorest/openapi-to-typespec/v/0.11.9) | | |
406406
| @azure-rest/core-client-lro | npm [1.0.0-beta.1](https://www.npmjs.com/package/@azure-rest/core-client-lro/v/1.0.0-beta.1) | | |
407407
| @azure-tools/rest-api-diff | npm [0.2.2](https://www.npmjs.com/package/@azure-tools/rest-api-diff/v/0.2.2) | | |
408408
| @azure-tools/test-perf | npm [1.0.0](https://www.npmjs.com/package/@azure-tools/test-perf/v/1.0.0) | | |
409409
| @azure-tools/test-utils | npm [1.0.1](https://www.npmjs.com/package/@azure-tools/test-utils/v/1.0.1) | | |
410410
| @azure-tools/typespec-autorest-canonical | npm [0.20.0](https://www.npmjs.com/package/@azure-tools/typespec-autorest-canonical/v/0.20.0) | | |
411411
| @azure-tools/typespec-azure-portal-core | npm [0.59.0](https://www.npmjs.com/package/@azure-tools/typespec-azure-portal-core/v/0.59.0) | | |
412412
| @azure-tools/typespec-azure-rulesets | npm [0.59.0](https://www.npmjs.com/package/@azure-tools/typespec-azure-rulesets/v/0.59.0) | | |
413-
| @azure-tools/typespec-client-generator-cli | npm [0.28.0](https://www.npmjs.com/package/@azure-tools/typespec-client-generator-cli/v/0.28.0) | | |
413+
| @azure-tools/typespec-client-generator-cli | npm [0.28.1](https://www.npmjs.com/package/@azure-tools/typespec-client-generator-cli/v/0.28.1) | | |
414414
| @azure-tools/typespec-go | npm [0.8.0](https://www.npmjs.com/package/@azure-tools/typespec-go/v/0.8.0) | | |
415415
| @azure-tools/typespec-liftr-base | npm [0.8.0](https://www.npmjs.com/package/@azure-tools/typespec-liftr-base/v/0.8.0) | | |
416416
| @azure-tools/typespec-liftr-data | npm [0.3.0](https://www.npmjs.com/package/@azure-tools/typespec-liftr-data/v/0.3.0) | | |

articles/includes/python-all.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
| Resource Management - Container Apps | PyPI [3.2.0](https://pypi.org/project/azure-mgmt-appcontainers/3.2.0) | [docs](/python/api/overview/azure/mgmt-appcontainers-readme) | GitHub [3.2.0](https://github.com/Azure/azure-sdk-for-python/tree/azure-mgmt-appcontainers_3.2.0/sdk/appcontainers/azure-mgmt-appcontainers/) |
145145
| Resource Management - Container Instances | PyPI [10.1.0](https://pypi.org/project/azure-mgmt-containerinstance/10.1.0)<br>PyPI [10.2.0b1](https://pypi.org/project/azure-mgmt-containerinstance/10.2.0b1) | [docs](/python/api/overview/azure/mgmt-containerinstance-readme) | GitHub [10.1.0](https://github.com/Azure/azure-sdk-for-python/tree/azure-mgmt-containerinstance_10.1.0/sdk/containerinstance/azure-mgmt-containerinstance/)<br>GitHub [10.2.0b1](https://github.com/Azure/azure-sdk-for-python/tree/azure-mgmt-containerinstance_10.2.0b1/sdk/containerinstance/azure-mgmt-containerinstance/) |
146146
| Resource Management - Container Orchestrator Runtime | PyPI [1.0.0b1](https://pypi.org/project/azure-mgmt-containerorchestratorruntime/1.0.0b1) | [docs](/python/api/overview/azure/mgmt-containerorchestratorruntime-readme?view=azure-python-preview&amp;preserve-view=true) | GitHub [1.0.0b1](https://github.com/Azure/azure-sdk-for-python/tree/azure-mgmt-containerorchestratorruntime_1.0.0b1/sdk/containerorchestratorruntime/azure-mgmt-containerorchestratorruntime/) |
147-
| Resource Management - Container Registry | PyPI [14.0.0](https://pypi.org/project/azure-mgmt-containerregistry/14.0.0)<br>PyPI [14.1.0b1](https://pypi.org/project/azure-mgmt-containerregistry/14.1.0b1) | [docs](/python/api/overview/azure/mgmt-containerregistry-readme) | GitHub [14.0.0](https://github.com/Azure/azure-sdk-for-python/tree/azure-mgmt-containerregistry_14.0.0/sdk/containerregistry/azure-mgmt-containerregistry/)<br>GitHub [14.1.0b1](https://github.com/Azure/azure-sdk-for-python/tree/azure-mgmt-containerregistry_14.1.0b1/sdk/containerregistry/azure-mgmt-containerregistry/) |
147+
| Resource Management - Container Registry | PyPI [14.0.0](https://pypi.org/project/azure-mgmt-containerregistry/14.0.0)<br>PyPI [14.1.0b2](https://pypi.org/project/azure-mgmt-containerregistry/14.1.0b2) | [docs](/python/api/overview/azure/mgmt-containerregistry-readme) | GitHub [14.0.0](https://github.com/Azure/azure-sdk-for-python/tree/azure-mgmt-containerregistry_14.0.0/sdk/containerregistry/azure-mgmt-containerregistry/)<br>GitHub [14.1.0b2](https://github.com/Azure/azure-sdk-for-python/tree/azure-mgmt-containerregistry_14.1.0b2/sdk/containerregistry/azure-mgmt-containerregistry/) |
148148
| Resource Management - Container Service | PyPI [39.0.0](https://pypi.org/project/azure-mgmt-containerservice/39.0.0) | [docs](/python/api/overview/azure/mgmt-containerservice-readme) | GitHub [39.0.0](https://github.com/Azure/azure-sdk-for-python/tree/azure-mgmt-containerservice_39.0.0/sdk/containerservice/azure-mgmt-containerservice/) |
149149
| Resource Management - Container Service Fleet | PyPI [3.1.0](https://pypi.org/project/azure-mgmt-containerservicefleet/3.1.0) | [docs](/python/api/overview/azure/mgmt-containerservicefleet-readme) | GitHub [3.1.0](https://github.com/Azure/azure-sdk-for-python/tree/azure-mgmt-containerservicefleet_3.1.0/sdk/containerservice/azure-mgmt-containerservicefleet/) |
150150
| Resource Management - Containerservicesafeguards | PyPI [1.0.0b1](https://pypi.org/project/azure-mgmt-containerservicesafeguards/1.0.0b1) | [docs](/python/api/overview/azure/mgmt-containerservicesafeguards-readme?view=azure-python-preview&amp;preserve-view=true) | GitHub [1.0.0b1](https://github.com/Azure/azure-sdk-for-python/tree/azure-mgmt-containerservicesafeguards_1.0.0b1/sdk/containerservice/azure-mgmt-containerservicesafeguards/) |
@@ -230,7 +230,7 @@
230230
| Resource Management - Managed Applications | PyPI [1.0.0b1](https://pypi.org/project/azure-mgmt-managedapplications/1.0.0b1) | [docs](/python/api/overview/azure/mgmt-managedapplications-readme?view=azure-python-preview&amp;preserve-view=true) | GitHub [1.0.0b1](https://github.com/Azure/azure-sdk-for-python/tree/azure-mgmt-managedapplications_1.0.0b1/sdk/managedapplications/azure-mgmt-managedapplications/) |
231231
| Resource Management - Managed Grafana | PyPI [1.1.0](https://pypi.org/project/azure-mgmt-dashboard/1.1.0)<br>PyPI [2.0.0b1](https://pypi.org/project/azure-mgmt-dashboard/2.0.0b1) | [docs](/python/api/overview/azure/mgmt-dashboard-readme) | GitHub [1.1.0](https://github.com/Azure/azure-sdk-for-python/tree/azure-mgmt-dashboard_1.1.0/sdk/dashboard/azure-mgmt-dashboard/)<br>GitHub [2.0.0b1](https://github.com/Azure/azure-sdk-for-python/tree/azure-mgmt-dashboard_2.0.0b1/sdk/dashboard/azure-mgmt-dashboard/) |
232232
| Resource Management - Managed Network Fabric | PyPI [1.0.0](https://pypi.org/project/azure-mgmt-managednetworkfabric/1.0.0) | [docs](/python/api/overview/azure/mgmt-managednetworkfabric-readme) | GitHub [1.0.0](https://github.com/Azure/azure-sdk-for-python/tree/azure-mgmt-managednetworkfabric_1.0.0/sdk/managednetworkfabric/azure-mgmt-managednetworkfabric/) |
233-
| Resource Management - Managed Service Identity | PyPI [7.1.0](https://pypi.org/project/azure-mgmt-msi/7.1.0) | [docs](/python/api/overview/azure/mgmt-msi-readme) | GitHub [7.1.0](https://github.com/Azure/azure-sdk-for-python/tree/azure-mgmt-msi_7.1.0/sdk/resources/azure-mgmt-msi/) |
233+
| Resource Management - Managed Service Identity | PyPI [7.1.0](https://pypi.org/project/azure-mgmt-msi/7.1.0)<br>PyPI [8.0.0b1](https://pypi.org/project/azure-mgmt-msi/8.0.0b1) | [docs](/python/api/overview/azure/mgmt-msi-readme) | GitHub [7.1.0](https://github.com/Azure/azure-sdk-for-python/tree/azure-mgmt-msi_7.1.0/sdk/resources/azure-mgmt-msi/)<br>GitHub [8.0.0b1](https://github.com/Azure/azure-sdk-for-python/tree/azure-mgmt-msi_8.0.0b1/sdk/resources/azure-mgmt-msi/) |
234234
| Resource Management - Managed Services | PyPI [6.0.0](https://pypi.org/project/azure-mgmt-managedservices/6.0.0)<br>PyPI [7.0.0b2](https://pypi.org/project/azure-mgmt-managedservices/7.0.0b2) | [docs](/python/api/overview/azure/mgmt-managedservices-readme) | GitHub [6.0.0](https://github.com/Azure/azure-sdk-for-python/tree/azure-mgmt-managedservices_6.0.0/sdk/managedservices/azure-mgmt-managedservices/)<br>GitHub [7.0.0b2](https://github.com/Azure/azure-sdk-for-python/tree/azure-mgmt-managedservices_7.0.0b2/sdk/managedservices/azure-mgmt-managedservices/) |
235235
| Resource Management - Management Groups | PyPI [1.0.0](https://pypi.org/project/azure-mgmt-managementgroups/1.0.0)<br>PyPI [1.1.0b2](https://pypi.org/project/azure-mgmt-managementgroups/1.1.0b2) | [docs](/python/api/overview/azure/mgmt-managementgroups-readme) | GitHub [1.0.0](https://github.com/Azure/azure-sdk-for-python/tree/azure-mgmt-managementgroups_1.0.0/sdk/managementgroups/azure-mgmt-managementgroups/)<br>GitHub [1.1.0b2](https://github.com/Azure/azure-sdk-for-python/tree/azure-mgmt-managementgroups_1.1.0b2/sdk/managementgroups/azure-mgmt-managementgroups/) |
236236
| Resource Management - Management Partner | PyPI [1.0.0](https://pypi.org/project/azure-mgmt-managementpartner/1.0.0)<br>PyPI [1.1.0b1](https://pypi.org/project/azure-mgmt-managementpartner/1.1.0b1) | [docs](/python/api/overview/azure/mgmt-managementpartner-readme) | GitHub [1.0.0](https://github.com/Azure/azure-sdk-for-python/tree/azure-mgmt-managementpartner_1.0.0/sdk/managementpartner/azure-mgmt-managementpartner/)<br>GitHub [1.1.0b1](https://github.com/Azure/azure-sdk-for-python/tree/azure-mgmt-managementpartner_1.1.0b1/sdk/managementpartner/azure-mgmt-managementpartner/) |
@@ -245,7 +245,7 @@
245245
| Resource Management - Monitor | PyPI [7.0.0](https://pypi.org/project/azure-mgmt-monitor/7.0.0)<br>PyPI [8.0.0b1](https://pypi.org/project/azure-mgmt-monitor/8.0.0b1) | [docs](/python/api/overview/azure/mgmt-monitor-readme) | GitHub [7.0.0](https://github.com/Azure/azure-sdk-for-python/tree/azure-mgmt-monitor_7.0.0/sdk/monitor/azure-mgmt-monitor/)<br>GitHub [8.0.0b1](https://github.com/Azure/azure-sdk-for-python/tree/azure-mgmt-monitor_8.0.0b1/sdk/monitor/azure-mgmt-monitor/) |
246246
| Resource Management - MySQL Flexible Servers | PyPI [1.0.0b3](https://pypi.org/project/azure-mgmt-mysqlflexibleservers/1.0.0b3) | [docs](/python/api/overview/azure/mgmt-mysqlflexibleservers-readme?view=azure-python-preview&amp;preserve-view=true) | GitHub [1.0.0b3](https://github.com/Azure/azure-sdk-for-python/tree/azure-mgmt-mysqlflexibleservers_1.0.0b3/sdk/mysqlflexibleservers/azure-mgmt-mysqlflexibleservers/) |
247247
| Resource Management - Neon Postgres | PyPI [1.0.0](https://pypi.org/project/azure-mgmt-neonpostgres/1.0.0) | [docs](/python/api/overview/azure/mgmt-neonpostgres-readme) | GitHub [1.0.0](https://github.com/Azure/azure-sdk-for-python/tree/azure-mgmt-neonpostgres_1.0.0/sdk/neonpostgres/azure-mgmt-neonpostgres/) |
248-
| Resource Management - NetApp Files | PyPI [13.6.0](https://pypi.org/project/azure-mgmt-netapp/13.6.0)<br>PyPI [14.0.0b1](https://pypi.org/project/azure-mgmt-netapp/14.0.0b1) | [docs](/python/api/overview/azure/mgmt-netapp-readme) | GitHub [13.6.0](https://github.com/Azure/azure-sdk-for-python/tree/azure-mgmt-netapp_13.6.0/sdk/netapp/azure-mgmt-netapp/)<br>GitHub [14.0.0b1](https://github.com/Azure/azure-sdk-for-python/tree/azure-mgmt-netapp_14.0.0b1/sdk/netapp/azure-mgmt-netapp/) |
248+
| Resource Management - NetApp Files | PyPI [13.7.0](https://pypi.org/project/azure-mgmt-netapp/13.7.0)<br>PyPI [14.0.0b1](https://pypi.org/project/azure-mgmt-netapp/14.0.0b1) | [docs](/python/api/overview/azure/mgmt-netapp-readme) | GitHub [13.7.0](https://github.com/Azure/azure-sdk-for-python/tree/azure-mgmt-netapp_13.7.0/sdk/netapp/azure-mgmt-netapp/)<br>GitHub [14.0.0b1](https://github.com/Azure/azure-sdk-for-python/tree/azure-mgmt-netapp_14.0.0b1/sdk/netapp/azure-mgmt-netapp/) |
249249
| Resource Management - Network | PyPI [29.0.0](https://pypi.org/project/azure-mgmt-network/29.0.0) | [docs](/python/api/overview/azure/mgmt-network-readme) | GitHub [29.0.0](https://github.com/Azure/azure-sdk-for-python/tree/azure-mgmt-network_29.0.0/sdk/network/azure-mgmt-network/) |
250250
| Resource Management - Network Function | PyPI [1.0.0b1](https://pypi.org/project/azure-mgmt-networkfunction/1.0.0b1) | [docs](/python/api/overview/azure/mgmt-networkfunction-readme?view=azure-python-preview&amp;preserve-view=true) | GitHub [1.0.0b1](https://github.com/Azure/azure-sdk-for-python/tree/azure-mgmt-networkfunction_1.0.0b1/sdk/networkfunction/azure-mgmt-networkfunction/) |
251251
| Resource Management - Networkcloud | PyPI [2.1.0](https://pypi.org/project/azure-mgmt-networkcloud/2.1.0) | [docs](/python/api/overview/azure/mgmt-networkcloud-readme) | GitHub [2.1.0](https://github.com/Azure/azure-sdk-for-python/tree/azure-mgmt-networkcloud_2.1.0/sdk/networkcloud/azure-mgmt-networkcloud/) |

0 commit comments

Comments
 (0)