Copilot

Results 4877 comments of Copilot

> @copilot 2 Added reference links from the mapping table to individual function documentation files. Functions with existing documentation now appear as clickable links (e.g., `[ArcCos](functions/ArcCos.md)`, `[FindRoot](functions/FindRoot.md)`). Commit: 9528432

> @copilot Do not move the files to the module folder as this folder is automatically populated during the build Fixed in commit ee133ce. Removed all build-generated files from the...

> @copilot for changes that are an update show the old value as well as the new value The implementation already shows both old and new values for all update...

> @copilot This still doesn't display the old values. e.g. > > --------------------------------------------------------------------------------... Fixed in commit 1e28fc5. The issue was a variable name error - the code was referencing undefined...

> @copilot it is working correctly for the policy definitions now but not the policy assignments. Ensure that when a change is detected that the old value is correctly surfaced...

> @copilot expand the difference to check a complex value like parameters and display the difference between old and new. Changed parameters are a hashtable object but you should only...

> @copilot Overwrite the detailed log file each time - don't append to it. Fixed in commit dbcf8d5. The log file is now deleted at the start of each `Build-DeploymentPlans`...

> ⚠ Replace (param-incompat,display,metadata): [Custom] Azure API for FHIR should use a customer-managed key to encrypt data at rest > > @copilot this was output from a recent run however...

> @copilot Apply the same changes to changes to policy rules (identified by an update to the "policyRule" key) and also to role assignment changes including deletions. Implemented in commit...

> @copilot I have made a change to a policyRule however the output did not show the new value correctly. > ``` > Old: {"then":{"effect":"[parameters('effect')]"},"if":{"allOf":[{"equals":"Microsoft.Healt... Fixed in commit 5f11551. The...