Skip to content
  • Jessica Li's avatar
    Add support for Rules Engine feature and Private Link feature to Az.FrontDoor module (#11617) · ff3def7b
    Jessica Li authored
    * Update to lastest FrontDoor Nuget Package version
    
    * Add private link to backend properties and add new rules engine PS objects
    Add new Rules Engine Cmdlets
    
    * Rename cmdlet files
    
    * Update psObject <-> sdkObject converters
    Update New-FrontDoorBackendObject to include private link
    
    * Implement New-AzFrontDoorRulesEngine
    
    * Implement Get-AzFrontDoorRulesEngine
    
    * Implement Set-AzFrontDoorRulesEngine
    
    * Implement New-AzFrontDoorRulesEngineRuleObject
    
    * And and implement helper cmdlets
    
    * Update cmdlets
    
    * Update New-AzFrontDoorRoutingRulesObject
    
    * Update and add cmdlet documentation; clean up code
    
    * Remove unnecessary PSArgCompleter
    
    * Update ChangeLog.md and module version
    
    * Update scenario tests records
    
    * Small fix
    
    * Add online version link for new cmdlets
    
    * Small fix
    
    * Fix build error
    
    * Fix .md file
    
    * Remove argument naming
    
    * Fix SharedAssemblyConflict.csv by removing ref to Microsoft.Rest.ClientRuntime.Azure.TestFramework
    
    * Disable unrelated scenario test.
    
    * Address static anlysis errors
    
    * Add exceptions to static analysis for rules engine cmdlets
    
    * Add other exceptions
    
    * More static analysis error exception
    ff3def7b