Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions documentation/migration-guides/Az.13.0.0-migration-guide.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Migration Guide for Az 13.0.0.0
# Migration Guide for Az 13.0.0

## Az.Accounts

Expand Down Expand Up @@ -155,7 +155,7 @@ Default value of `-PublicIpSku` will be Standard if it is not specified

#### Before

- Detail is type CloudErrorBody. CloudErrorBody uses a List<ICloudErrorBody> for the Detail property.
- Detail is type CloudErrorBody. CloudErrorBody uses a `List<ICloudErrorBody>` for the Detail property.

- Example output for Details:
```powershell
Expand Down Expand Up @@ -193,7 +193,7 @@ Innererror : @{Code=InnerErrorCode; Message=More specific information about the


#### Before
- Detail is type CloudErrorBody. CloudErrorBody uses a List<ICloudErrorBody> for the Detail property.
- Detail is type CloudErrorBody. CloudErrorBody uses a `List<ICloudErrorBody>` for the Detail property.

- Example output for Details:
```powershell
Expand Down Expand Up @@ -230,7 +230,7 @@ Innererror : @{Code=InnerErrorCode; Message=More specific information about the


#### Before
- Detail is type CloudErrorBody. CloudErrorBody uses a List<ICloudErrorBody> for the Detail property.
- Detail is type CloudErrorBody. CloudErrorBody uses a `List<ICloudErrorBody>` for the Detail property.

- Example output for Details:
```powershell
Expand Down Expand Up @@ -317,7 +317,7 @@ Passthru parameter is removed


#### Before
- Detail is type CloudErrorBody. CloudErrorBody uses a List<ICloudErrorBody> for the Detail property.
- Detail is type CloudErrorBody. CloudErrorBody uses a `List<ICloudErrorBody>` for the Detail property.

- Example output for Details:
```powershell
Expand Down Expand Up @@ -378,7 +378,7 @@ HardwareProfileSKuName is type SkuName. Possible values will be general_a_16c64g


#### Before
- Detail is type CloudErrorBody. CloudErrorBody uses a List<ICloudErrorBody> for the Detail property.
- Detail is type CloudErrorBody. CloudErrorBody uses a `List<ICloudErrorBody>` for the Detail property.

- Example output for Details:
```powershell
Expand Down Expand Up @@ -433,7 +433,7 @@ NextScheduledTime is type nullable System.DateTime

#### Before

- Detail is type CloudErrorBody. CloudErrorBody uses a List<ICloudErrorBody> for the Detail property.
- Detail is type CloudErrorBody. CloudErrorBody uses a `List<ICloudErrorBody>` for the Detail property.

- Example output for Details:
```powershell
Expand Down Expand Up @@ -470,7 +470,7 @@ Innererror : @{Code=InnerErrorCode; Message=More specific information about the
- The change is expected to take effect from version : '2.0.0'

#### Before
- Detail is type CloudErrorBody. CloudErrorBody uses a List<ICloudErrorBody> for the Detail property.
- Detail is type CloudErrorBody. CloudErrorBody uses a `List<ICloudErrorBody>` for the Detail property.

- Example output for Details:
```powershell
Expand Down