Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nithyatsu committed Dec 3, 2024
1 parent 58cfb5b commit 582d8a2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@
"type": "go",
"request": "launch",
"mode": "auto",
"preLaunchTask": "Build Radius (all)",
//"preLaunchTask": "Build Radius (all)",
"program": "${workspaceFolder}/cmd/rad/main.go",
"cwd": "${workspaceFolder}",
"args": []
"args": [
"resource-provider","create","--from-file","/Users/nithya/radius/radius/pkg/cli/manifest/built-in-providers/applications_dapr.yaml"
]
},
{
"name": "Debug rad CLI (prompt for args)",
Expand Down
8 changes: 8 additions & 0 deletions pkg/cli/manifest/built-in-providers/microsoft-resources.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: Microsoft.Resources
types:
deployments:
apiVersions:
"2025-01-01-preview":
schema: {}
capabilities: []

0 comments on commit 582d8a2

Please sign in to comment.