Skip to content

Commit

Permalink
Migrate 1st part of batch one modules (#41)
Browse files Browse the repository at this point in the history
* Migrate first part of batch 1 modules

* Update matrix

* Update aks module sample

* Update credscan rule to skip test certs

* Update sanity ignore file
  • Loading branch information
gavinfish authored Feb 21, 2020
1 parent 3579db8 commit f86595c
Show file tree
Hide file tree
Showing 28 changed files with 4,728 additions and 1 deletion.
10 changes: 9 additions & 1 deletion CredScanSuppressions.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,15 @@
"suppressions": [
{
"placeholder": "Password123!",
"_justification": "Mock secret used for tests."
"_justification": "Mock secret used for tests and samples."
},
{
"file": "cert1.txt",
"_justification": "Legitimate IT certificate file with private key"
},
{
"file": "cert2.txt",
"_justification": "Legitimate IT certificate file with private key"
}
]
}
Binary file added azure-azcollection-0.1.0.tar.gz
Binary file not shown.
Loading

0 comments on commit f86595c

Please sign in to comment.