Skip to content

Commit 2dda189

Browse files
status
1 parent 4b58bcf commit 2dda189

9 files changed

+23
-32
lines changed

azps-15.2.0/Az.ScVmm/New-AzScVmmServer.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,18 +42,18 @@ Onboards the SCVmm fabric as an Azure VmmServer resource.
4242
### Example 1: Create a VMM Server resource.
4343
```powershell
4444
$securePassword = ConvertTo-SecureString "******" -AsPlainText -Force
45-
New-AzScVmmServer -Name "test-vmmserver-01" -Fqdn "vmmServerFqdn" -Location "eastus" -Username "scvmm-username" -Password $securePassword -Port 8100 -ResourceGroupName "test-rg-01" -SubscriptionId "00000000-abcd-0000-abcd-000000000000" -CustomLocationId "/subscriptions/00000000-abcd-0000-abcd-000000000000/resourceGroups/test-rg-01/providers/Microsoft.ExtendedLocation/customLocations/test-cl"
45+
New-AzScVmmServer -Name "test-vmmserver-01" -Fqdn "vmmServerFqdn" -Location "eastus" -Username "scvmm-username" -Password $securePassword -Port 8100 -ResourceGroupName "test-rg-01" -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" -CustomLocationId "/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg-01/providers/Microsoft.ExtendedLocation/customLocations/test-cl"
4646
```
4747

4848
```output
4949
ConnectionStatus : Connected
5050
CredentialsPassword :
5151
CredentialsUsername : scvmm-username
5252
ErrorMessage :
53-
ExtendedLocationName : /subscriptions/00000000-abcd-0000-abcd-000000000000/resourceGroups/test-rg-01/providers/Microsoft.ExtendedLocation/customLocations/test-cl
53+
ExtendedLocationName : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg-01/providers/Microsoft.ExtendedLocation/customLocations/test-cl
5454
ExtendedLocationType : customLocation
5555
Fqdn : vmmServerFqdn
56-
Id : /subscriptions/00000000-abcd-0000-abcd-000000000000/resourceGroups/test-rg-01/providers/Microsoft.ScVmm/vmmServers/test-vmmserver-01
56+
Id : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg-01/providers/Microsoft.ScVmm/vmmServers/test-vmmserver-01
5757
Location : eastus
5858
Name : test-vmmserver-01
5959
Port : 8100
@@ -347,4 +347,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
347347
## NOTES
348348
349349
## RELATED LINKS
350-

azps-15.2.0/Az.ScVmm/New-AzScVmmVMTemplate.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ To enable resource in a different Resource Group than the one where VMM Server r
5252

5353
### Example 1: Create a SCVMM Virtual Machine Template resource
5454
```powershell
55-
New-AzScVmmVMTemplate -Name "test-vmt" -ResourceGroupName "test-rg-01" -SubscriptionId "00000000-abcd-0000-abcd-000000000000" -Location "eastus" -VmmServerName "test-vmmserver-01" -InventoryUuid "00000000-1111-0000-0001-000000000000"
55+
New-AzScVmmVMTemplate -Name "test-vmt" -ResourceGroupName "test-rg-01" -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" -Location "eastus" -VmmServerName "test-vmmserver-01" -InventoryUuid "bbbb1b1b-cc2c-dd3d-ee4e-ffffff5f5f5f"
5656
```
5757

5858
```output
@@ -75,11 +75,11 @@ Disk : {{
7575
DynamicMemoryEnabled : false
7676
DynamicMemoryMaxMb :
7777
DynamicMemoryMinMb :
78-
ExtendedLocationName : /subscriptions/00000000-abcd-0000-abcd-000000000000/resourceGroups/test-rg-01/providers/Microsoft.ExtendedLocation/customLocations/test-cl
78+
ExtendedLocationName : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg-01/providers/Microsoft.ExtendedLocation/customLocations/test-cl
7979
ExtendedLocationType : customLocation
8080
Generation : 1
81-
Id : /subscriptions/00000000-abcd-0000-abcd-000000000000/resourceGroups/test-rg-01/providers/Microsoft.ScVmm/VirtualNetworks/test-vmt
82-
InventoryItemId : /subscriptions/00000000-abcd-0000-abcd-000000000000/resourceGroups/test-rg-01/providers/Microsoft.ScVmm/vmmServers/test-vmmserver-01/InventoryItems/00000000-1111-0000-0001-000000000000
81+
Id : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg-01/providers/Microsoft.ScVmm/VirtualNetworks/test-vmt
82+
InventoryItemId : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg-01/providers/Microsoft.ScVmm/vmmServers/test-vmmserver-01/InventoryItems/bbbb1b1b-cc2c-dd3d-ee4e-ffffff5f5f5f
8383
IsCustomizable : true
8484
IsHighlyAvailable : false
8585
LimitCpuForMigration : false
@@ -89,9 +89,9 @@ Name : test-vmt
8989
NetworkInterface : {{
9090
"name": "nic_1",
9191
"displayName": "Network Adapter 1",
92-
"virtualNetworkId": "/subscriptions/00000000-abcd-0000-abcd-000000000000/resourceGroups/test-rg-01/provid
92+
"virtualNetworkId": "/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg-01/provid
9393
ers/Microsoft.SCVMM/VirtualNetworks/test-vnet",
94-
"networkName": "00000000-1111-0000-0001-000000000000",
94+
"networkName": "bbbb1b1b-cc2c-dd3d-ee4e-ffffff5f5f5f",
9595
"ipv4AddressType": "Dynamic",
9696
"ipv6AddressType": "Dynamic",
9797
"macAddressType": "Dynamic",
@@ -110,8 +110,8 @@ SystemDataLastModifiedByType : Application
110110
Tag : {
111111
}
112112
Type : microsoft.scvmm/virtualnetworks
113-
Uuid : 00000000-1111-0000-0001-000000000000
114-
VmmServerId : /subscriptions/00000000-abcd-0000-abcd-000000000000/resourceGroups/test-rg-01/providers/Microsoft.ScVmm/vmmServers/test-vmmserver-01
113+
Uuid : bbbb1b1b-cc2c-dd3d-ee4e-ffffff5f5f5f
114+
VmmServerId : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg-01/providers/Microsoft.ScVmm/vmmServers/test-vmmserver-01
115115
```
116116

117117
This command creates a Virtual Machine Template resource named `test-vmt` in the resource group named `test-rg-01`.
@@ -398,4 +398,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
398398
## NOTES
399399
400400
## RELATED LINKS
401-

azps-15.2.0/Az.ScVmm/New-AzScVmmVirtualNetwork.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,14 @@ To enable resource in a different Resource Group than the one where VMM Server r
5252

5353
### Example 1: Create a SCVMM Virtual Network resource
5454
```powershell
55-
New-AzScVmmVirtualNetwork -Name "test-vnet" -ResourceGroupName "test-rg-01" -SubscriptionId "00000000-abcd-0000-abcd-000000000000" -Location "eastus" -VmmServerName "test-vmmserver-01" -InventoryUuid "00000000-1111-0000-0001-000000000000"
55+
New-AzScVmmVirtualNetwork -Name "test-vnet" -ResourceGroupName "test-rg-01" -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" -Location "eastus" -VmmServerName "test-vmmserver-01" -InventoryUuid "bbbb1b1b-cc2c-dd3d-ee4e-ffffff5f5f5f"
5656
```
5757

5858
```output
59-
ExtendedLocationName : /subscriptions/00000000-abcd-0000-abcd-000000000000/resourceGroups/test-rg-01/providers/Microsoft.ExtendedLocation/customLocations/test-cl
59+
ExtendedLocationName : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg-01/providers/Microsoft.ExtendedLocation/customLocations/test-cl
6060
ExtendedLocationType : customLocation
61-
Id : /subscriptions/00000000-abcd-0000-abcd-000000000000/resourceGroups/test-rg-01/providers/Microsoft.ScVmm/VirtualNetworks/test-vnet
62-
InventoryItemId : /subscriptions/00000000-abcd-0000-abcd-000000000000/resourceGroups/test-rg-01/providers/Microsoft.ScVmm/vmmServers/test-vmmserver-01/InventoryItems/00000000-1111-0000-0001-000000000000
61+
Id : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg-01/providers/Microsoft.ScVmm/VirtualNetworks/test-vnet
62+
InventoryItemId : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg-01/providers/Microsoft.ScVmm/vmmServers/test-vmmserver-01/InventoryItems/bbbb1b1b-cc2c-dd3d-ee4e-ffffff5f5f5f
6363
Location : eastus
6464
Name : test-vnet
6565
NetworkName : test-vnet
@@ -74,8 +74,8 @@ SystemDataLastModifiedByType : Application
7474
Tag : {
7575
}
7676
Type : microsoft.scvmm/virtualnetworks
77-
Uuid : 00000000-1111-0000-0001-000000000000
78-
VmmServerId : /subscriptions/00000000-abcd-0000-abcd-000000000000/resourceGroups/test-rg-01/providers/Microsoft.ScVmm/vmmServers/test-vmmserver-01
77+
Uuid : bbbb1b1b-cc2c-dd3d-ee4e-ffffff5f5f5f
78+
VmmServerId : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg-01/providers/Microsoft.ScVmm/vmmServers/test-vmmserver-01
7979
```
8080

8181
This command creates a Virtual Network resource named `test-vnet` in the resource group named `test-rg-01`.
@@ -362,4 +362,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
362362
## NOTES
363363
364364
## RELATED LINKS
365-

azps-15.2.0/Az.ScVmm/Remove-AzScVmmAvailabilitySet.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Deregisters the ScVmm availability set from Azure.
3535

3636
### Example 1: Remove Availability Set resource
3737
```powershell
38-
Remove-AzScVmmAvailabilitySet -Name "test-avset" -ResourceGroupName "test-rg-01" -SubscriptionId "00000000-abcd-0000-abcd-000000000000"
38+
Remove-AzScVmmAvailabilitySet -Name "test-avset" -ResourceGroupName "test-rg-01" -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e"
3939
```
4040

4141
Removes the Availability Set resource from Azure.
@@ -225,4 +225,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
225225
## NOTES
226226
227227
## RELATED LINKS
228-

azps-15.2.0/Az.ScVmm/Remove-AzScVmmCloud.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Deregisters the ScVmm fabric cloud from Azure.
3434

3535
### Example 1: Remove Cloud resource
3636
```powershell
37-
Remove-AzScVmmCloud -Name "test-cloud" -ResourceGroupName "test-rg-01" -SubscriptionId "00000000-abcd-0000-abcd-000000000000"
37+
Remove-AzScVmmCloud -Name "test-cloud" -ResourceGroupName "test-rg-01" -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e"
3838
```
3939

4040
Removes the SCVMM Cloud resource from Azure.
@@ -224,4 +224,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
224224
## NOTES
225225
226226
## RELATED LINKS
227-

azps-15.2.0/Az.ScVmm/Remove-AzScVmmServer.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Removes the SCVmm fabric from Azure.
3434

3535
### Example 1: Remove VMM Server resource
3636
```powershell
37-
Remove-AzScVmmServer -Name "test-vmmserver-01" -ResourceGroupName "test-rg-01" -SubscriptionId "00000000-abcd-0000-abcd-000000000000"
37+
Remove-AzScVmmServer -Name "test-vmmserver-01" -ResourceGroupName "test-rg-01" -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e"
3838
```
3939

4040
Removes the given VMM Server resource from Azure.
@@ -224,4 +224,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
224224
## NOTES
225225
226226
## RELATED LINKS
227-

azps-15.2.0/Az.ScVmm/Remove-AzScVmmVMTemplate.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Deregisters the ScVmm VM Template from Azure.
3535

3636
### Example 1: Remove Virtual Machine Template resource
3737
```powershell
38-
Remove-AzScVmmVMTemplate -Name "test-vmt" -ResourceGroupName "test-rg-01" -SubscriptionId "00000000-abcd-0000-abcd-000000000000"
38+
Remove-AzScVmmVMTemplate -Name "test-vmt" -ResourceGroupName "test-rg-01" -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e"
3939
```
4040

4141
Removes the SCVMM Virtual Machine Template resource from Azure.
@@ -225,4 +225,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
225225
## NOTES
226226
227227
## RELATED LINKS
228-

azps-15.2.0/Az.ScVmm/Remove-AzScVmmVirtualNetwork.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Deregisters the ScVmm virtual network from Azure.
3535

3636
### Example 1: Remove Virtual Network resource
3737
```powershell
38-
Remove-AzScVmmVirtualNetwork -Name "test-vnet" -ResourceGroupName "test-rg-01" -SubscriptionId "00000000-abcd-0000-abcd-000000000000"
38+
Remove-AzScVmmVirtualNetwork -Name "test-vnet" -ResourceGroupName "test-rg-01" -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e"
3939
```
4040

4141
Removes the SCVMM Virtual Network resource from Azure.
@@ -225,4 +225,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
225225
## NOTES
226226
227227
## RELATED LINKS
228-

azps-15.2.0/Az.ScVmm/Restart-AzScVmmVM.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ This command will restart the Virtual Machine.
3434

3535
### Example 2: Restart the Virtual Machine
3636
```powershell
37-
Restart-AzScVmmVM -Name "test-vm" -ResourceGroupName "test-rg-01" -SubscriptionId "00000000-abcd-0000-abcd-000000000000"
37+
Restart-AzScVmmVM -Name "test-vm" -ResourceGroupName "test-rg-01" -SubscriptionId "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e"
3838
```
3939

4040
This command will restart the Virtual Machine.
@@ -192,4 +192,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
192192
## NOTES
193193
194194
## RELATED LINKS
195-

0 commit comments

Comments
 (0)