Commit 626538f
committed
Replace git clone with curl downloads in README
Remove the full-repo git clone instruction and replace it with
targeted curl commands that download only the three required files
(policy/azurepolicy.json, scripts/deployment.ps1, scripts/start-remediation.ps1).
This avoids cloning the entire sql-server-samples repository, reducing
setup time and bandwidth for users who only need the Arc SQL license
type policy.
Changes:
- Add optional mkdir/cd step for a clean local working directory
- Add curl commands to fetch individual files into the expected
policy/ and scripts/ folder structure
- Add note about curl alias on Windows PowerShell 5.1
- Remove git clone and deep cd instructions
No script changes required: deployment.ps1 resolves the policy JSON
via Join-Path relative to PSScriptRoot, which is preserved by the
new folder layout.1 parent 6c6eba3 commit 626538f
1 file changed
Lines changed: 16 additions & 3 deletions
File tree
- samples/manage/azure-arc-enabled-sql-server/compliance/arc-sql-license-type-compliance
Lines changed: 16 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | | - | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
39 | 52 | | |
40 | 53 | | |
41 | 54 | | |
| |||
0 commit comments