-
Notifications
You must be signed in to change notification settings - Fork 336
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ignore comparing protected_settings (#580)
* Ignore comparing protected_settings * fix sanity error * remove ignore mark * correct vm extension idempotency; update no-longer-existing vm image * add advanced tests for vm extension; update param to match sdk * update small Co-authored-by: Ross Bender <l3ender@users.noreply.github.com>
- Loading branch information
Showing
12 changed files
with
949 additions
and
81 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
...s/integration/targets/azure_rm_virtualmachineextension/files/test-protected-settings.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"storageAccountName": "dummystorageaccount", | ||
"storageAccountSasToken": "dummy-storage-sas-token", | ||
"sinksConfig": { | ||
"sink": [ | ||
{ | ||
"name": "TestEventHub", | ||
"type": "EventHub", | ||
"sasURL": "dummy-sas-url" | ||
} | ||
] | ||
} | ||
} |
Oops, something went wrong.