Skip to content

Commit 147044f

Browse files
Split Az.DevTestLabs Examples (#17096)
1 parent eaf09dc commit 147044f

File tree

6 files changed

+18
-6
lines changed

6 files changed

+18
-6
lines changed

src/DevTestLabs/DevTestLabs/help/Get-AzDtlAllowedVMSizesPolicy.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,10 @@ The cmdlet returns the enabled or disabled status of the policy and a list of al
2626

2727
### Example 1
2828
```powershell
29-
PS C:\> Get-AzDtlAllowedVMSizesPolicy -LabName debtestlab -ResourceGroupName yuzhi-rg
29+
Get-AzDtlAllowedVMSizesPolicy -LabName debtestlab -ResourceGroupName yuzhi-rg
30+
```
3031

32+
```output
3133
Name : AllowedVmSizesInLab
3234
Type : Microsoft.DevTestLab/labs/policySets/policies
3335
Tags :

src/DevTestLabs/DevTestLabs/help/Get-AzDtlVMsPerLabPolicy.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,10 @@ The cmdlet returns the enabled or disabled status of the policy, and the total n
2626

2727
### Example 1
2828
```powershell
29-
PS C:\> Get-AzDtlVMsPerLabPolicy -LabName debtestlab -ResourceGroupName yuzhi-rg
29+
Get-AzDtlVMsPerLabPolicy -LabName debtestlab -ResourceGroupName yuzhi-rg
30+
```
3031

32+
```output
3133
Name : MaxVmsAllowedPerLab
3234
Type : Microsoft.DevTestLab/labs/policySets/policies
3335
Tags :

src/DevTestLabs/DevTestLabs/help/Get-AzDtlVMsPerUserPolicy.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,10 @@ The cmdlet returns the enabled or disabled status of the policy and the maximum
2626

2727
### Example 1
2828
```powershell
29-
PS C:\> Get-AzDtlVMsPerUserPolicy -LabName debtestlab -ResourceGroupName yuzhi-rg
29+
Get-AzDtlVMsPerUserPolicy -LabName debtestlab -ResourceGroupName yuzhi-rg
30+
```
3031

32+
```output
3133
Name : MaxVmsAllowedPerUser
3234
Type : Microsoft.DevTestLab/labs/policySets/policies
3335
Tags :

src/DevTestLabs/DevTestLabs/help/Set-AzDtlAllowedVMSizesPolicy.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,10 @@ The cmdlet uses the specified resource group and name of the lab to set the poli
3535

3636
### Example 1
3737
```powershell
38-
PS C:\> Set-AzDtlAllowedVMSizesPolicy -LabName debtestlab -ResourceGroupName yuzhi-rg
38+
Set-AzDtlAllowedVMSizesPolicy -LabName debtestlab -ResourceGroupName yuzhi-rg
39+
```
3940

41+
```output
4042
Name : AllowedVmSizesInLab
4143
Type : Microsoft.DevTestLab/labs/policySets/policies
4244
Tags :

src/DevTestLabs/DevTestLabs/help/Set-AzDtlVMsPerLabPolicy.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,10 @@ The cmdlet uses the specified resource group and name of the lab to set the poli
3333

3434
### Example 1
3535
```powershell
36-
PS C:\> Set-AzDtlVMsPerLabPolicy -LabName debtestlab -ResourceGroupName yuzhi-rg
36+
Set-AzDtlVMsPerLabPolicy -LabName debtestlab -ResourceGroupName yuzhi-rg
37+
```
3738

39+
```output
3840
Name : MaxVmsAllowedPerLab
3941
Type : Microsoft.DevTestLab/labs/policySets/policies
4042
Tags :

src/DevTestLabs/DevTestLabs/help/Set-AzDtlVMsPerUserPolicy.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,10 @@ The cmdlet uses the specified resource group and name of the lab to set the poli
3333

3434
### Example 1
3535
```powershell
36-
PS C:\> Set-AzDtlVMsPerUserPolicy -LabName debtestlab -ResourceGroupName yuzhi-rg
36+
Set-AzDtlVMsPerUserPolicy -LabName debtestlab -ResourceGroupName yuzhi-rg
37+
```
3738

39+
```output
3840
Name : MaxVmsAllowedPerUser
3941
Type : Microsoft.DevTestLab/labs/policySets/policies
4042
Tags :

0 commit comments

Comments
 (0)