Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
14 changes: 0 additions & 14 deletions cli/azd/extensions/azure.ai.agents/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,20 +32,6 @@
azd x publish
```

> **Troubleshooting**: If `azd x publish` fails with "(Failed to load registry)":
> 1. Create the registry file (needs to be valid JSON):
> ```bash
> echo '{}' > ~/.azd/registry.json
> ```
> 2. Add the local registry as a source:
> ```bash
> azd ext source add -n local -l registry.json -t file
> ```
> 3. Retry the publish command:
> ```bash
> azd x publish
> ```
3. **Install the extension**:
```bash
azd ext install azure.ai.agents
Expand Down
10 changes: 10 additions & 0 deletions cli/azd/extensions/microsoft.azd.extensions/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# `azd` X Extension

The `X` extension is used for developing `azd` extensions.

## Local development

```bash
# Use current version of 'microsoft.azd.extensions' in the registry for bootstrapping
azd x build --skip-install

# Perform a manual installation
cp -f bin/* ~/.azd/extensions/microsoft.azd.extensions/
```
84 changes: 0 additions & 84 deletions cli/azd/extensions/microsoft.azd.extensions/build-orig.sh

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ func runWatchAction(ctx context.Context, flags *watchFlags) error {
"obj": {},
"build": {},
"node_modules": {},
".git": {},
}

globIgnorePaths := []string{}
Expand Down
Loading