Skip to content

Commit 2559453

Browse files
MikhailTryakhovdagoroztoki95jtoromanhaagha
authored
Remote/network june fix (#12855)
* Fixed az nw sdk version * Fixed SDK version * Add null check in ConditionVersion of Set-AzRoleAssignmenr (#12829) * add missing null check * update docs * Remove old TODO * Added operation parameters and operation steps in MI operations PS cmdlet (#12437) * Added operation parameters and operation steps in `Get-AzSqlInstanceOperation` * Starting validation. * Fixing build Co-authored-by: Jovana Toroman <[email protected]> * Adding patchStatus property to VM Instance View (#12777) * updated .net to 38.1 and added patchstatus property * Adding tests and upgrading sdk version for dependent projects * Update PSVirtualMachineInstanceView.cs Adding comma * Corrected parameter field name in the example (#12825) Changed 'Name' to 'StorageSyncServiceName' field in the example. 'Name' is not a valid parameter. * Update spelling of Proeprty to Property (#12821) Co-authored-by: Joshua Van Daalen <[email protected]> * [SQL] Fix\add AzSqlServerActiveDirectoryOnlyAuthentication APIs (#12782) * * Fix `Disable-AzSqlServerActiveDirectoryOnlyAuthentication` * Added cmdlet `Get-AzSqlServerActiveDirectoryOnlyAuthentication` * Added cmdlet `Enable-AzSqlServerActiveDirectoryOnlyAuthentication` * Revert changes in authentication * Fix files in Accounts * Update Resources.Designer.cs * Add help files * Adding breaking change to Exceptions/Az.Sql/BreakingChangeIssues.csv * Removing empty lines Co-authored-by: Amol Agarwal <[email protected]> Co-authored-by: Milan Brkic <[email protected]> * [RecoveryServices.backup] changing number of VMs from 100 to 1000 (#12816) * changing number of VMs from 100 to 1000 * adding description inside changelog.md * [KeyVault] Refactor tests (#12797) * don't use mgmt clients * remove unused code * remove useless comments * Add parameter EnableRbcAuthorization for 'New-AzKeyVault' and 'Update-AzKeyVault' (#12459) * Add parameter EnableRbcAuthorization for 'New-AzKeyVault' and 'Update-AzKeyVault'. * Update src/KeyVault/KeyVault/ChangeLog.md Co-authored-by: Yeming Liu <[email protected]> * Update src/KeyVault/KeyVault/KeyVault.format.ps1xml Co-authored-by: Yeming Liu <[email protected]> * Simplify codes in VaultManagementClient.cs. Co-authored-by: Yeming Liu <[email protected]> * Disk Access changes (#12673) * baseline work * New-AzDiskAccess Remove-AzDiskAccess * New cmdlets * New disk config (#12665) * Checking in changes * checking in changes * new cmdlets * help docs * help docs * fix errors * update help * Checking in SnapshotConfigTests * remove Online: lines from help doc * remove online line * Disk access (#12713) * comments remain, committing so others can see content. * New-AzDiskEncryptionSetConfig dev and testing * New-AzDiskEncryptionSetConfig changelog and help doc Co-authored-by: Adam Sandor <[email protected]> * clean up test * changelog.md * adding parameters to New-AzDiskUpdateConfig * Improving default testing of New-AzDiskEncryptionSetConfig EncryptionType param (#12759) * Improving default testing * update recorded test file * correcting incorrect copy and paste to Test-DiskAccessObject test * Addressing review comments * Update ChangeLog.md * Update New-AzDiskEncryptionSetConfig.md * add argument completer Co-authored-by: Theodore Chang <[email protected]> Co-authored-by: Adam Sandor <[email protected]> Co-authored-by: Jin Lei <[email protected]> * Skip network api version check (#12854) Co-authored-by: Zhenyu Zhou <[email protected]> Co-authored-by: Daniel Orozco <[email protected]> Co-authored-by: toki95 <[email protected]> Co-authored-by: Jovana Toroman <[email protected]> Co-authored-by: haagha <[email protected]> Co-authored-by: Eragon Riddle <[email protected]> Co-authored-by: Joshua Van Daalen <[email protected]> Co-authored-by: Joshua Van Daalen <[email protected]> Co-authored-by: Amol Agarwal <[email protected]> Co-authored-by: Amol Agarwal <[email protected]> Co-authored-by: Milan Brkic <[email protected]> Co-authored-by: Himanshu Agarwal <[email protected]> Co-authored-by: Yeming Liu <[email protected]> Co-authored-by: Beisi Zhou <[email protected]> Co-authored-by: Yeming Liu <[email protected]> Co-authored-by: Theodore Chang <[email protected]> Co-authored-by: Adam Sandor <[email protected]> Co-authored-by: Jin Lei <[email protected]> Co-authored-by: aim-for-better <[email protected]> Co-authored-by: Zhenyu Zhou <[email protected]>
1 parent c1de68b commit 2559453

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/HDInsight/HDInsight.Test/ScenarioTests/TestController.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ public void RunPsTestWorkFlow(Func<string[]> scriptBuilder, System.Action cleanu
8989
{
9090
{"Microsoft.Resources", null},
9191
{"Microsoft.Features", null},
92+
{"Microsoft.Network", null},
9293
{"Microsoft.Authorization", null}
9394
};
9495

0 commit comments

Comments
 (0)