Skip to content

Commit 777b117

Browse files
authored
Updates for azps 14.1.0 (MicrosoftDocs#3629)
1 parent c1f24ff commit 777b117

File tree

6 files changed

+44
-29
lines changed

6 files changed

+44
-29
lines changed

.openpublishing.redirection.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
{
22
"redirections": [
3+
{
4+
"redirect_document_id": false,
5+
"redirect_url": "/powershell/azure/",
6+
"source_path": "docs-conceptual/azps-14.1.0/overview.md"
7+
},
8+
{
9+
"redirect_document_id": false,
10+
"redirect_url": "/powershell/azure/install-azure-powershell/",
11+
"source_path": "docs-conceptual/azps-14.1.0/install-az-ps.md"
12+
},
13+
{
14+
"redirect_document_id": false,
15+
"redirect_url": "/powershell/azure/install-azure-powershell/",
16+
"source_path": "docs-conceptual/azps-14.1.0/install-az-ps-msi.md"
17+
},
18+
{
19+
"redirect_document_id": false,
20+
"redirect_url": "/powershell/azure/azureps-support-lifecycle/",
21+
"source_path": "docs-conceptual/azps-14.1.0/azps-versioning-release-cadence.md"
22+
},
323
{
424
"redirect_document_id": false,
525
"redirect_url": "/powershell/azure/",

docfx.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@
410410
"docs-conceptual/**/*": "concept-article"
411411
},
412412
"ms.date": {
413-
"azps-14.1.0/**/*": "5/29/2025",
413+
"azps-14.1.0/**/*": "6/3/2025",
414414
"azps-14.0.0/**/*": "5/19/2025",
415415
"azps-12.5.0/**/*": "11/11/2024",
416416
"azps-0.10.0/**/*": "4/14/2020",
@@ -438,8 +438,8 @@
438438
"feedback_system": {
439439
"azps-14.1.0/**/*": "OpenSource",
440440
"docs-conceptual/azps-14.1.0/*": "OpenSource",
441-
"azps-14.0.0/**/*": "OpenSource",
442-
"docs-conceptual/azps-14.0.0/*": "OpenSource",
441+
"azps-14.0.0/**/*": "None",
442+
"docs-conceptual/azps-14.0.0/*": "None",
443443
"azps-12.5.0/**/*": "OpenSource",
444444
"docs-conceptual/azps-12.5.0/*": "OpenSource",
445445
"aztools/**/*": "OpenSource",
@@ -487,7 +487,7 @@
487487
"author": "mikefrobbins",
488488
"ms.manager": "jasongroce",
489489
"uhfHeaderId": "Azure",
490-
"ms.date": "05/19/2025"
490+
"ms.date": "06/03/2025"
491491
},
492492
"dest": "azureps",
493493
"lruSize": 0,

docs-conceptual/azps-14.0.0/zone-pivot-groups.yml

Lines changed: 0 additions & 10 deletions
This file was deleted.

docs-conceptual/azps-14.1.0/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ landingContent:
6363
- linkListType: reference
6464
links:
6565
- text: Cmdlet reference
66-
url: /powershell/module/?view=azps-14.0.0
66+
url: /powershell/module/?view=azps-14.1.0
6767
- title: Identity and authentication
6868
linkLists:
6969
- linkListType: how-to-guide

docs-conceptual/azps-14.1.0/upcoming-breaking-changes.md

Lines changed: 18 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,84 +8,89 @@ title: Upcoming breaking changes in Azure PowerShell
88

99
# Upcoming breaking changes in Azure PowerShell
1010

11+
The breaking changes listed in this article are planned for the next major release of the Az
12+
PowerShell module unless otherwise noted. Per our
13+
[Support lifecycle](azureps-support-lifecycle.md), breaking changes in Azure PowerShell occur twice
14+
a year with major versions of the Az PowerShell module.
15+
1116
## Az.Blueprint
1217

1318
### `Export-AzBlueprintWithArtifact`
1419

1520
- Cmdlet breaking-change will happen to all parameter sets
16-
- Blueprints and associated cmdlets will be deprecated as early as July 2026. Customers are encouraged to transition to Template Specs and Deployments Stacks to support their scenarios beyond that date. Migration documentation is available at https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/migrate-blueprint.
21+
- Blueprints and associated cmdlets will be deprecated as early as July 2026. Customers are encouraged to transition to Template Specs and Deployments Stacks to support their scenarios beyond that date. Migration documentation is available at [Migrate blueprints to deployment stacks](/azure/azure-resource-manager/bicep/migrate-blueprint).
1722
- This change is expected to take effect from Az.Blueprint version: - and Az version: 16.0.0
1823

1924
### `Get-AzBlueprint`
2025

2126
- Cmdlet breaking-change will happen to all parameter sets
22-
- Blueprints and associated cmdlets will be deprecated as early as July 2026. Customers are encouraged to transition to Template Specs and Deployments Stacks to support their scenarios beyond that date. Migration documentation is available at https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/migrate-blueprint.
27+
- Blueprints and associated cmdlets will be deprecated as early as July 2026. Customers are encouraged to transition to Template Specs and Deployments Stacks to support their scenarios beyond that date. Migration documentation is available at [Migrate blueprints to deployment stacks](/azure/azure-resource-manager/bicep/migrate-blueprint).
2328
- This change is expected to take effect from Az.Blueprint version: - and Az version: 16.0.0
2429

2530
### `Get-AzBlueprintArtifact`
2631

2732
- Cmdlet breaking-change will happen to all parameter sets
28-
- Blueprints and associated cmdlets will be deprecated as early as July 2026. Customers are encouraged to transition to Template Specs and Deployments Stacks to support their scenarios beyond that date. Migration documentation is available at https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/migrate-blueprint.
33+
- Blueprints and associated cmdlets will be deprecated as early as July 2026. Customers are encouraged to transition to Template Specs and Deployments Stacks to support their scenarios beyond that date. Migration documentation is available at [Migrate blueprints to deployment stacks](/azure/azure-resource-manager/bicep/migrate-blueprint).
2934
- This change is expected to take effect from Az.Blueprint version: - and Az version: 16.0.0
3035

3136
### `Get-AzBlueprintAssignment`
3237

3338
- Cmdlet breaking-change will happen to all parameter sets
34-
- Blueprints and associated cmdlets will be deprecated as early as July 2026. Customers are encouraged to transition to Template Specs and Deployments Stacks to support their scenarios beyond that date. Migration documentation is available at https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/migrate-blueprint.
39+
- Blueprints and associated cmdlets will be deprecated as early as July 2026. Customers are encouraged to transition to Template Specs and Deployments Stacks to support their scenarios beyond that date. Migration documentation is available at [Migrate blueprints to deployment stacks](/azure/azure-resource-manager/bicep/migrate-blueprint).
3540
- This change is expected to take effect from Az.Blueprint version: - and Az version: 16.0.0
3641

3742
### `Import-AzBlueprintWithArtifact`
3843

3944
- Cmdlet breaking-change will happen to all parameter sets
40-
- Blueprints and associated cmdlets will be deprecated as early as July 2026. Customers are encouraged to transition to Template Specs and Deployments Stacks to support their scenarios beyond that date. Migration documentation is available at https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/migrate-blueprint.
45+
- Blueprints and associated cmdlets will be deprecated as early as July 2026. Customers are encouraged to transition to Template Specs and Deployments Stacks to support their scenarios beyond that date. Migration documentation is available at [Migrate blueprints to deployment stacks](/azure/azure-resource-manager/bicep/migrate-blueprint).
4146
- This change is expected to take effect from Az.Blueprint version: - and Az version: 16.0.0
4247

4348
### `New-AzBlueprint`
4449

4550
- Cmdlet breaking-change will happen to all parameter sets
46-
- Blueprints and associated cmdlets will be deprecated as early as July 2026. Customers are encouraged to transition to Template Specs and Deployments Stacks to support their scenarios beyond that date. Migration documentation is available at https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/migrate-blueprint.
51+
- Blueprints and associated cmdlets will be deprecated as early as July 2026. Customers are encouraged to transition to Template Specs and Deployments Stacks to support their scenarios beyond that date. Migration documentation is available at [Migrate blueprints to deployment stacks](/azure/azure-resource-manager/bicep/migrate-blueprint).
4752
- This change is expected to take effect from Az.Blueprint version: - and Az version: 16.0.0
4853

4954
### `New-AzBlueprintArtifact`
5055

5156
- Cmdlet breaking-change will happen to all parameter sets
52-
- Blueprints and associated cmdlets will be deprecated as early as July 2026. Customers are encouraged to transition to Template Specs and Deployments Stacks to support their scenarios beyond that date. Migration documentation is available at https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/migrate-blueprint.
57+
- Blueprints and associated cmdlets will be deprecated as early as July 2026. Customers are encouraged to transition to Template Specs and Deployments Stacks to support their scenarios beyond that date. Migration documentation is available at [Migrate blueprints to deployment stacks](/azure/azure-resource-manager/bicep/migrate-blueprint).
5358
- This change is expected to take effect from Az.Blueprint version: - and Az version: 16.0.0
5459

5560
### `New-AzBlueprintAssignment`
5661

5762
- Cmdlet breaking-change will happen to all parameter sets
58-
- Blueprints and associated cmdlets will be deprecated as early as July 2026. Customers are encouraged to transition to Template Specs and Deployments Stacks to support their scenarios beyond that date. Migration documentation is available at https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/migrate-blueprint.
63+
- Blueprints and associated cmdlets will be deprecated as early as July 2026. Customers are encouraged to transition to Template Specs and Deployments Stacks to support their scenarios beyond that date. Migration documentation is available at [Migrate blueprints to deployment stacks](/azure/azure-resource-manager/bicep/migrate-blueprint).
5964
- This change is expected to take effect from Az.Blueprint version: - and Az version: 16.0.0
6065

6166
### `Publish-AzBlueprint`
6267

6368
- Cmdlet breaking-change will happen to all parameter sets
64-
- Blueprints and associated cmdlets will be deprecated as early as July 2026. Customers are encouraged to transition to Template Specs and Deployments Stacks to support their scenarios beyond that date. Migration documentation is available at https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/migrate-blueprint.
69+
- Blueprints and associated cmdlets will be deprecated as early as July 2026. Customers are encouraged to transition to Template Specs and Deployments Stacks to support their scenarios beyond that date. Migration documentation is available at [Migrate blueprints to deployment stacks](/azure/azure-resource-manager/bicep/migrate-blueprint).
6570
- This change is expected to take effect from Az.Blueprint version: - and Az version: 16.0.0
6671

6772
### `Remove-AzBlueprintAssignment`
6873

6974
- Cmdlet breaking-change will happen to all parameter sets
70-
- Blueprints and associated cmdlets will be deprecated as early as July 2026. Customers are encouraged to transition to Template Specs and Deployments Stacks to support their scenarios beyond that date. Migration documentation is available at https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/migrate-blueprint.
75+
- Blueprints and associated cmdlets will be deprecated as early as July 2026. Customers are encouraged to transition to Template Specs and Deployments Stacks to support their scenarios beyond that date. Migration documentation is available at [Migrate blueprints to deployment stacks](/azure/azure-resource-manager/bicep/migrate-blueprint).
7176
- This change is expected to take effect from Az.Blueprint version: - and Az version: 16.0.0
7277

7378
### `Set-AzBlueprint`
7479

7580
- Cmdlet breaking-change will happen to all parameter sets
76-
- Blueprints and associated cmdlets will be deprecated as early as July 2026. Customers are encouraged to transition to Template Specs and Deployments Stacks to support their scenarios beyond that date. Migration documentation is available at https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/migrate-blueprint.
81+
- Blueprints and associated cmdlets will be deprecated as early as July 2026. Customers are encouraged to transition to Template Specs and Deployments Stacks to support their scenarios beyond that date. Migration documentation is available at [Migrate blueprints to deployment stacks](/azure/azure-resource-manager/bicep/migrate-blueprint).
7782
- This change is expected to take effect from Az.Blueprint version: - and Az version: 16.0.0
7883

7984
### `Set-AzBlueprintArtifact`
8085

8186
- Cmdlet breaking-change will happen to all parameter sets
82-
- Blueprints and associated cmdlets will be deprecated as early as July 2026. Customers are encouraged to transition to Template Specs and Deployments Stacks to support their scenarios beyond that date. Migration documentation is available at https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/migrate-blueprint.
87+
- Blueprints and associated cmdlets will be deprecated as early as July 2026. Customers are encouraged to transition to Template Specs and Deployments Stacks to support their scenarios beyond that date. Migration documentation is available at [Migrate blueprints to deployment stacks](/azure/azure-resource-manager/bicep/migrate-blueprint).
8388
- This change is expected to take effect from Az.Blueprint version: - and Az version: 16.0.0
8489

8590
### `Set-AzBlueprintAssignment`
8691

8792
- Cmdlet breaking-change will happen to all parameter sets
88-
- Blueprints and associated cmdlets will be deprecated as early as July 2026. Customers are encouraged to transition to Template Specs and Deployments Stacks to support their scenarios beyond that date. Migration documentation is available at https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/migrate-blueprint.
93+
- Blueprints and associated cmdlets will be deprecated as early as July 2026. Customers are encouraged to transition to Template Specs and Deployments Stacks to support their scenarios beyond that date. Migration documentation is available at [Migrate blueprints to deployment stacks](/azure/azure-resource-manager/bicep/migrate-blueprint).
8994
- This change is expected to take effect from Az.Blueprint version: - and Az version: 16.0.0
9095

9196
## Az.Compute

docs-conceptual/includes/current-version.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ ms.topic: include
33
ms.custom:
44
---
55

6-
The current version of Azure PowerShell is 14.0.0.
6+
The current version of Azure PowerShell is 14.1.0.

0 commit comments

Comments
 (0)