File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ScenarioTest.ResourceManage
19
19
EndProject
20
20
Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "TestFx" , "..\..\tools\TestFx\TestFx.csproj" , "{BC80A1D0-FFA4-43D9-AA74-799F5CB54B58}"
21
21
EndProject
22
+ Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "Network" , "..\Network\Network\Network.csproj" , "{98CFD96B-A6BC-4F15-AE2C-603FC2B58981}"
23
+ EndProject
22
24
Global
23
25
GlobalSection (SolutionConfigurationPlatforms ) = preSolution
24
26
Debug| Any CPU = Debug| Any CPU
@@ -53,6 +55,10 @@ Global
53
55
{BC80A1D0-FFA4-43D9-AA74-799F5CB54B58} .Debug| Any CPU .Build .0 = Debug| Any CPU
54
56
{BC80A1D0-FFA4-43D9-AA74-799F5CB54B58} .Release| Any CPU .ActiveCfg = Release| Any CPU
55
57
{BC80A1D0-FFA4-43D9-AA74-799F5CB54B58} .Release| Any CPU .Build .0 = Release| Any CPU
58
+ {98CFD96B-A6BC-4F15-AE2C-603FC2B58981} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
59
+ {98CFD96B-A6BC-4F15-AE2C-603FC2B58981} .Debug| Any CPU .Build .0 = Debug| Any CPU
60
+ {98CFD96B-A6BC-4F15-AE2C-603FC2B58981} .Release| Any CPU .ActiveCfg = Release| Any CPU
61
+ {98CFD96B-A6BC-4F15-AE2C-603FC2B58981} .Release| Any CPU .Build .0 = Release| Any CPU
56
62
EndGlobalSection
57
63
GlobalSection (SolutionProperties ) = preSolution
58
64
HideSolutionNode = FALSE
Original file line number Diff line number Diff line change 23
23
* Add new cmdlets:
24
24
- ` Set-AzNetAppFilesAccount `
25
25
- ` Update-AzNetAppFilesAccount `
26
- * Bug fixes
26
+ * Account:
27
+ * Active Directory ` PSNetAppFilesActiveDirectory ` added to account methods ` New-AnfAccount ` , ` Set-AnfAccount ` and ` Update-AnfAccount `
28
+ * Volume:
29
+ * Export Policy ` PSNetAppFilesVolumeExportPolicy ` added to volume methods ` New-AnfVolume ` and ` Update-AnfVolume `
30
+ * Snapshot:
31
+ * FileSystemId is now optional during snapshot creation ` New-AnfSnapshot `
27
32
28
33
## Version 0.1.0
29
34
* Preview of ` Az.NetAppFiles ` module
You can’t perform that action at this time.
0 commit comments