Skip to content

Commit 45da707

Browse files
Copilotpsah434
andcommitted
Use generic offer names in test examples instead of vendor-specific names
Co-authored-by: psah434 <114955590+psah434@users.noreply.github.com>
1 parent 9be57ca commit 45da707

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

unit-tests/Virtual-Machines-Should-Not-Be-Preview/Fail/Latest-Preview-offer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
"properties": {
88
"storageProfile": {
99
"imageReference": {
10-
"publisher": "Canonical",
10+
"publisher": "TestPublisher",
1111
"version": "latest",
12-
"offer": "UbuntuServer-preview",
13-
"sku": "16.04-LTS"
12+
"offer": "test-offer-preview",
13+
"sku": "standard"
1414
}
1515
}
1616
}

unit-tests/Virtual-Machines-Should-Not-Be-Preview/Pass/offer-with-preview-in-name.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
"properties": {
88
"storageProfile": {
99
"imageReference": {
10-
"publisher": "TrendMicro",
10+
"publisher": "TestPublisher",
1111
"version": "latest",
12-
"offer": "zero-trust-secure-access-preview-st",
12+
"offer": "product-preview-edition",
1313
"sku": "standard"
1414
}
1515
}

0 commit comments

Comments
 (0)