Skip to content

Commit ad7a40e

Browse files
authored
Updated title and corrected docs build warnings (Azure#26750)
Co-authored-by: Mike F. Robbins <[email protected]>
1 parent 9123a99 commit ad7a40e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

documentation/migration-guides/Az.13.0.0-migration-guide.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Migration Guide for Az 13.0.0.0
1+
# Migration Guide for Az 13.0.0
22

33
## Az.Accounts
44

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

156156
#### Before
157157

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

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

194194

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

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

231231

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

235235
- Example output for Details:
236236
```powershell
@@ -317,7 +317,7 @@ Passthru parameter is removed
317317

318318

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

322322
- Example output for Details:
323323
```powershell
@@ -378,7 +378,7 @@ HardwareProfileSKuName is type SkuName. Possible values will be general_a_16c64g
378378

379379

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

383383
- Example output for Details:
384384
```powershell
@@ -433,7 +433,7 @@ NextScheduledTime is type nullable System.DateTime
433433

434434
#### Before
435435

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

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

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

475475
- Example output for Details:
476476
```powershell

0 commit comments

Comments
 (0)