forked from Azure/azure-cli-extensions
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request Azure#112 from lil131/location-fix
fix hostname location parameter & add hostname tests with ASD
- Loading branch information
Showing
7 changed files
with
162 additions
and
2,046 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
44 changes: 44 additions & 0 deletions
44
src/containerapp/azext_containerapp/tests/latest/domain-contact.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,44 @@ | ||
{ | ||
"address1": { | ||
"value": "One Microsoft Way" | ||
}, | ||
"address2": { | ||
"value": "" | ||
}, | ||
"city": { | ||
"value": "Seattle" | ||
}, | ||
"country": { | ||
"value": "US" | ||
}, | ||
"postal_code": { | ||
"value": "98109" | ||
}, | ||
"state": { | ||
"value": "WA" | ||
}, | ||
"email": { | ||
"value": "testemail@hotmail.com" | ||
}, | ||
"fax": { | ||
"value": "" | ||
}, | ||
"job_title": { | ||
"value": "" | ||
}, | ||
"name_first": { | ||
"value": "Jane" | ||
}, | ||
"name_last": { | ||
"value": "Doe" | ||
}, | ||
"name_middle": { | ||
"value": "" | ||
}, | ||
"organization": { | ||
"value": "" | ||
}, | ||
"phone": { | ||
"value": "+1.2061234567" | ||
} | ||
} |
Oops, something went wrong.