Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Creating a separate module for StackHCIVM #23414

Merged
merged 80 commits into from
Nov 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
80 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
24ff27d
making StackHCIVm separate module
Nov 14, 2023
03906c2
updating structure
Nov 20, 2023
c71b526
updating to StackHCIVM
Nov 20, 2023
26fe4a9
updating commit on readme
Nov 20, 2023
b75dbe3
Merge branch 'generation' of https://github.com/hvedati/azure-powersh…
Nov 21, 2023
661b772
updating to autorest 4
Nov 21, 2023
3dfd070
Fix empty examples
NoriZC Nov 22, 2023
43d9659
Rename parent folder to StackHCIVm to StackHCIVM
NoriZC Nov 23, 2023
0c80bc7
Delete src/StackHCIVm directory
NoriZC Nov 23, 2023
633183c
Rename all files from Vm to VM
NoriZC Nov 23, 2023
b2d7137
Fix linux test
NoriZC Nov 23, 2023
10ba873
fixing casing
Nov 27, 2023
6aaf2d7
adding common parameters
Nov 27, 2023
2456a3e
adding test recordings
Nov 27, 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/StackHCIVM/StackHCIVM.Autorest/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* text=auto
16 changes: 16 additions & 0 deletions src/StackHCIVM/StackHCIVM.Autorest/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
bin
obj
.vs
generated
internal
exports
tools
custom/*.psm1
custom/autogen-model-cmdlets
test/*-TestResults.xml
/*.ps1
/*.ps1xml
/*.psm1
/*.snk
/*.csproj
/*.nuspec
23 changes: 23 additions & 0 deletions src/StackHCIVM/StackHCIVM.Autorest/Az.StackHCIVM.psd1
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
@{
GUID = '7389f67c-ec9d-4c13-9c9a-308834413af6'
RootModule = './Az.StackHCIVM.psm1'
ModuleVersion = '0.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'
PrivateData = @{
PSData = @{
Tags = 'Azure', 'ResourceManager', 'ARM', 'PSModule', 'StackHcivm'
LicenseUri = 'https://aka.ms/azps-license'
ProjectUri = 'https://github.com/Azure/azure-powershell'
ReleaseNotes = ''
}
}
}
Loading