File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ async fn main() -> azure_core::Result<()> {
15
15
let policy_key = std::env::var("AZURE_POLICY_KEY").expect("missing AZURE_POLICY_KEY");
16
16
17
17
let http_client = azure_core::new_http_client();
18
- let mut client = Client ::new(
18
+ let mut client = QueueClient ::new(
19
19
http_client,
20
20
service_bus_namespace,
21
21
queue_name,
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ async fn main() -> azure_core::Result<()> {
14
14
let policy_key = std::env::var("AZURE_POLICY_KEY").expect("missing AZURE_POLICY_KEY");
15
15
16
16
let http_client = azure_core::new_http_client();
17
- let mut client = Client ::new(
17
+ let mut client = QueueClient ::new(
18
18
http_client,
19
19
service_bus_namespace,
20
20
queue_name,
You can’t perform that action at this time.
0 commit comments