Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
66 commits
Select commit Hold shift + click to select a range
f4a2418
09-01-preview changes
Oct 31, 2023
f082dbe
removing examples for hidden cmdlets
Oct 31, 2023
f4896b8
removing extra example files
Oct 31, 2023
c876d0d
removing extra tests
Oct 31, 2023
049360b
adding updating examples
Nov 1, 2023
ca09226
updating docs
Nov 1, 2023
60dde45
adding log directory example back
Nov 1, 2023
b304a9e
removing envValues.json
Nov 1, 2023
8d8c21c
adding root module
Nov 1, 2023
62a07d5
getting rid of local paths
Nov 1, 2023
db11128
bug fixes
Nov 2, 2023
0282aff
fixes
Nov 2, 2023
8add0cb
updates
Nov 5, 2023
e8cd84a
removing ip config and subnet conig
Nov 5, 2023
e0bf112
fixing example formating
Nov 5, 2023
3dbd501
fixing get and update
Nov 6, 2023
1685426
Merge remote-tracking branch 'remotes/origin/generation' into dev/hv/…
Nov 6, 2023
b4d1807
updating folder name
Nov 6, 2023
e4c8dd3
using public repo
Nov 6, 2023
416eb2c
adding customization to rename commands
Nov 6, 2023
1f7ed0d
fixing all casing in custom code
Nov 6, 2023
84c5721
removing files
Nov 6, 2023
1a0094f
updating docs and examples
Nov 6, 2023
c7c0221
adding lnet,nic,and stroagepath test recording
Nov 6, 2023
8472a22
fixing links
Nov 6, 2023
31e3e94
test
Nov 6, 2023
b5b7869
fixing description and synopsis
Nov 6, 2023
a04d79d
trying to fix logical network doc
Nov 6, 2023
fc23b37
Fixing module name in get lnet
Nov 6, 2023
32c5ccc
updating readme to manually add description in swagger
Nov 6, 2023
bf8cdba
fixing disk ids, nic ids, and image output
Nov 6, 2023
a7ecf06
Changin Tags parameter to Tag
Nov 6, 2023
6c1cd89
removing dnsservers
Nov 6, 2023
9c2054b
removing address prefixes
Nov 6, 2023
bc9c219
removing ippools
Nov 6, 2023
213c0b9
removing routes
Nov 6, 2023
d24f542
removing subnets
Nov 6, 2023
bec0430
compiling docs
Nov 6, 2023
7ddb1b6
removing ip configurations
Nov 6, 2023
0a5142b
removing pulral params for new vhd
Nov 6, 2023
7770eaf
remooving diskids and disnames from remove disk
Nov 6, 2023
b42053b
removig nicids and nicnames from remove nic
Nov 6, 2023
8c692bc
removing vm processors
Nov 6, 2023
b5de666
getting rid of example stub in custom file
Nov 6, 2023
205597a
fixing parameters in VM create
Nov 6, 2023
1ac0eb0
removing example stub from each custom file
Nov 6, 2023
952fa17
updating example files
Nov 6, 2023
bce17c3
fixing subnet in logical network
Nov 6, 2023
e641f6b
adding logical network recording
Nov 6, 2023
01eae12
addig vhd and nic recording
Nov 7, 2023
c0cc7f5
adding storage path recording
Nov 7, 2023
a6178de
adding default param to new cmdlets
Nov 7, 2023
5592cdf
virtual machine recording
Nov 7, 2023
bf885fe
adding image recording
Nov 7, 2023
9d2577a
fixing lnet ippool and test reordings
Nov 7, 2023
34e97cf
fixing v disk addand nic add
Nov 7, 2023
4fb7568
addig passig tests
Nov 7, 2023
4f62593
adding passing recording for nic
Nov 7, 2023
e16110d
fixing nic json
Nov 7, 2023
e609038
fixing vm json
Nov 7, 2023
ceccc53
fixing vm recording
Nov 7, 2023
0a8c992
fixing network interface recording
Nov 7, 2023
ce125bf
passing default param through new-nic
Nov 7, 2023
20fb34d
fix file name for some examples and docs, fix online version uri
VeryEarly Nov 7, 2023
81e9466
add ux files
VeryEarly Nov 7, 2023
57ce56b
remove asjob for get cmdlets
VeryEarly Nov 7, 2023
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
1 change: 1 addition & 0 deletions src/StackHCI/StackHCIVm.Autorest/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* text=auto
15 changes: 15 additions & 0 deletions src/StackHCI/StackHCIVm.Autorest/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
bin
obj
.vs
generated
internal
exports
tools
custom/*.psm1
test/*-TestResults.xml
/*.ps1
/*.ps1xml
/*.psm1
/*.snk
/*.csproj
/*.nuspec
24 changes: 24 additions & 0 deletions src/StackHCI/StackHCIVm.Autorest/Az.StackHCIVm.psd1
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
@{
GUID = '7389f67c-ec9d-4c13-9c9a-308834413af6'
RootModule = './Az.StackHCIVm.psm1'
ModuleVersion = '1.1.0'
CompatiblePSEditions = 'Core', 'Desktop'
Author = 'Microsoft Corporation'
CompanyName = 'Microsoft Corporation'
Copyright = 'Microsoft Corporation. All rights reserved.'
Description = 'Microsoft Azure PowerShell: StackHciVM cmdlets'
PowerShellVersion = '5.1'
DotNetFrameworkVersion = '4.7.2'
RequiredAssemblies = './bin/Az.StackHCIVm.private.dll'
FormatsToProcess = './Az.StackHCIVm.format.ps1xml'
FunctionsToExport = 'Add-AzStackHCIVmVirtualMachineDataDisk', 'Add-AzStackHCIVmVirtualMachineNetworkInterface', 'Get-AzStackHCIVmImage', 'Get-AzStackHCIVmLogicalNetwork', 'Get-AzStackHCIVmNetworkInterface', 'Get-AzStackHCIVmStoragePath', 'Get-AzStackHCIVmVirtualHardDisk', 'Get-AzStackHCIVmVirtualMachine', 'New-AzStackHCIVmImage', 'New-AzStackHCIVmLogicalNetwork', 'New-AzStackHCIVmNetworkInterface', 'New-AzStackHCIVmStoragePath', 'New-AzStackHCIVmVirtualHardDisk', 'New-AzStackHCIVmVirtualMachine', 'Remove-AzStackHCIVmImage', 'Remove-AzStackHCIVmLogicalNetwork', 'Remove-AzStackHCIVmNetworkInterface', 'Remove-AzStackHCIVmStoragePath', 'Remove-AzStackHCIVmVirtualHardDisk', 'Remove-AzStackHCIVmVirtualMachine', 'Remove-AzStackHCIVmVirtualMachineDataDisk', 'Remove-AzStackHCIVmVirtualMachineNetworkInterface', 'Restart-AzStackHCIVmVirtualMachine', 'Start-AzStackHCIVmVirtualMachine', 'Stop-AzStackHCIVmVirtualMachine', 'Update-AzStackHCIVmImage', 'Update-AzStackHCIVmLogicalNetwork', 'Update-AzStackHCIVmNetworkInterface', 'Update-AzStackHCIVmStoragePath', 'Update-AzStackHCIVmVirtualHardDisk', 'Update-AzStackHCIVmVirtualMachine', '*'
AliasesToExport = '*'
PrivateData = @{
PSData = @{
Tags = 'Azure', 'ResourceManager', 'ARM', 'PSModule', 'StackHciVM'
LicenseUri = 'https://aka.ms/azps-license'
ProjectUri = 'https://github.com/Azure/azure-powershell'
ReleaseNotes = ''
}
}
}
Loading