Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
a366776
Beta LiveTests (#30728)
l0lawrence Aug 25, 2023
835aa5f
[EGv2] Binary mode (#32922)
l0lawrence Nov 3, 2023
f7c1d1f
[EGv2] Build Release (#30325)
l0lawrence May 19, 2023
4f00208
Beta LiveTests (#30728)
l0lawrence Aug 25, 2023
cfcf881
regen
l0lawrence Oct 31, 2023
3bb49cf
new api version
l0lawrence Oct 31, 2023
921ad51
samples for new features
l0lawrence Oct 31, 2023
af75e64
update test-resources.json
l0lawrence Oct 31, 2023
f491579
update operation samples
l0lawrence Oct 31, 2023
851d112
add samples
l0lawrence Nov 1, 2023
052f431
more sample
l0lawrence Nov 1, 2023
7e52f8c
update tests
l0lawrence Nov 2, 2023
9299c34
add mros
l0lawrence Nov 2, 2023
8b4261d
gen
l0lawrence Nov 2, 2023
657d2de
fix changelog
l0lawrence Nov 3, 2023
af257bf
update tests
l0lawrence Nov 3, 2023
2658379
update preparer
l0lawrence Nov 3, 2023
560e961
point at canary until release
l0lawrence Nov 3, 2023
bdcbb01
update test deployment area
l0lawrence Nov 3, 2023
003ee06
update
l0lawrence Nov 3, 2023
1004f8c
add
l0lawrence Nov 3, 2023
8f7cf6c
try this tests
l0lawrence Nov 5, 2023
a22d999
update samples
l0lawrence Nov 5, 2023
6ae5fd3
livetest mark
l0lawrence Nov 5, 2023
0a509c3
update tests
l0lawrence Nov 5, 2023
22677cd
eastus working?
l0lawrence Nov 5, 2023
64faa0d
regen - removed azure refs in gen code
l0lawrence Nov 6, 2023
a003a09
update comments
l0lawrence Nov 6, 2023
d012ab1
add other sample
l0lawrence Nov 6, 2023
d3291b2
update
l0lawrence Nov 6, 2023
aaa8629
remove stream - no response
l0lawrence Nov 7, 2023
c3dd323
update version and date for release
l0lawrence Nov 9, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
eastus working?
  • Loading branch information
l0lawrence committed Nov 8, 2023
commit 22677cdd2c30c0b361ca8eecb04bb8de44e46431
2 changes: 1 addition & 1 deletion sdk/eventgrid/azure-eventgrid/assets.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"AssetsRepo": "Azure/azure-sdk-assets",
"AssetsRepoPrefixPath": "python",
"TagPrefix": "python/eventgrid/azure-eventgrid",
"Tag": "python/eventgrid/azure-eventgrid_b10c590c1a"
"Tag": "python/eventgrid/azure-eventgrid_f155c8ac2d"
}
4 changes: 2 additions & 2 deletions sdk/eventgrid/azure-eventgrid/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def add_sanitizers(test_proxy):
add_remove_header_sanitizer(headers="aeg-sas-key, aeg-sas-token, aeg-channel-name")
add_general_regex_sanitizer(
value="fakeresource",
regex="(?<=\\/\\/)[.*]+(?=\\.centraluseuap-1\\.eventgrid\\.azure\\.net/api/events)",
regex="(?<=\\/\\/)[.*]+(?=\\.eastus-1\\.eventgrid\\.azure\\.net/api/events)",
)

add_oauth_response_sanitizer()
Expand All @@ -61,7 +61,7 @@ def add_sanitizers(test_proxy):
# Need to santize namespace for eventgrid_topic:
try:
eventgrid_hostname = urlparse(eventgrid_topic_endpoint).hostname
add_general_string_sanitizer(target=eventgrid_hostname.upper(), value="sanitized.centraluseuap-1.eventgrid.azure.net")
add_general_string_sanitizer(target=eventgrid_hostname.upper(), value="sanitized.eastus-1.eventgrid.azure.net")
except:
pass
add_general_string_sanitizer(target=client_id, value="00000000-0000-0000-0000-000000000000")
Expand Down
16 changes: 8 additions & 8 deletions sdk/eventgrid/azure-eventgrid/tests/eventgrid_preparer.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
)

EVENTGRID_TOPIC_PARAM = "eventgrid_topic"
EVENTGRID_TOPIC_LOCATION = "centraluseuap"
EVENTGRID_TOPIC_LOCATION = "eastus"
CLOUD_EVENT_SCHEMA = InputSchema.cloud_event_schema_v1_0
CUSTOM_EVENT_SCHEMA = InputSchema.custom_event_schema
ID_JSON_FIELD = JsonField(source_field="customId")
Expand All @@ -37,20 +37,20 @@
EventGridPreparer = functools.partial(
PowerShellPreparer,
"eventgrid",
eventgrid_topic_endpoint="https://fakeresource.centraluseuap-1.eventgrid.azure.net/api/events",
eventgrid_topic_endpoint="https://fakeresource.eastus-1.eventgrid.azure.net/api/events",
eventgrid_topic_key="fakekeyfakekeyfakekeyfakekeyfakekeyfakekeyA=",
eventgrid_domain_endpoint="https://fakeresource.centraluseuap-1.eventgrid.azure.net/api/events",
eventgrid_domain_endpoint="https://fakeresource.eastus-1.eventgrid.azure.net/api/events",
eventgrid_domain_key="fakekeyfakekeyfakekeyfakekeyfakekeyfakekeyA=",
eventgrid_cloud_event_topic_endpoint="https://fakeresource.centraluseuap-1.eventgrid.azure.net/api/events",
eventgrid_cloud_event_topic_endpoint="https://fakeresource.eastus-1.eventgrid.azure.net/api/events",
eventgrid_cloud_event_topic_key="fakekeyfakekeyfakekeyfakekeyfakekeyfakekeyA=",
eventgrid_cloud_event_domain_endpoint="https://fakeresource.centraluseuap-1.eventgrid.azure.net/api/events",
eventgrid_cloud_event_domain_endpoint="https://fakeresource.eastus-1.eventgrid.azure.net/api/events",
eventgrid_cloud_event_domain_key="fakekeyfakekeyfakekeyfakekeyfakekeyfakekeyA=",
eventgrid_custom_event_topic_endpoint="https://fakeresource.centraluseuap-1.eventgrid.azure.net/api/events",
eventgrid_custom_event_topic_endpoint="https://fakeresource.eastus-1.eventgrid.azure.net/api/events",
eventgrid_custom_event_topic_key="fakekeyfakekeyfakekeyfakekeyfakekeyfakekeyA=",
eventgrid_partner_channel_name="fakechannel",
eventgrid_partner_namespace_topic_endpoint="https://fakeresource.centraluseuap-1.eventgrid.azure.net/api/events",
eventgrid_partner_namespace_topic_endpoint="https://fakeresource.eastus-1.eventgrid.azure.net/api/events",
eventgrid_partner_namespace_topic_key="fakekeyfakekeyfakekeyfakekeyfakekeyfakekeyA=",
eventgrid_endpoint="https://fakeresource.centraluseuap-1.eventgrid.azure.net/api/events",
eventgrid_endpoint="https://fakeresource.eastus-1.eventgrid.azure.net/api/events",
eventgrid_key="fakekeyfakekeyfakekeyfakekeyfakekeyfakekeyA=",
eventgrid_topic_name="faketopic",
eventgrid_event_subscription_name="fakesub",
Expand Down
2 changes: 1 addition & 1 deletion sdk/eventgrid/test-resources.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"capacity": 1
},
"properties": {
"isZoneRedundant": false,
"isZoneRedundant": true,
"publicNetworkAccess": "Enabled"
}
},
Expand Down
2 changes: 1 addition & 1 deletion sdk/eventgrid/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ stages:
parameters:
ServiceDirectory: eventgrid
BuildTargetingString: azure-eventgrid*
Location: centraluseuap
Location: eastus
MatrixReplace:
- TestSamples=.*/true
EnvVars:
Expand Down