You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/iot_hub/src/service/mod.rs
+24-24Lines changed: 24 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,7 @@ impl ServiceClient {
75
75
/// ```
76
76
/// use std::sync::Arc;
77
77
/// use azure_core::HttpClient;
78
-
/// use iot_hub::service::ServiceClient;
78
+
/// use azure_iot_hub::service::ServiceClient;
79
79
///
80
80
/// let http_client = azure_core::new_http_client();
81
81
/// let iot_hub_name = "cool-iot-hub";
@@ -139,7 +139,7 @@ impl ServiceClient {
139
139
/// ```
140
140
/// use std::sync::Arc;
141
141
/// use azure_core::HttpClient;
142
-
/// use iot_hub::service::ServiceClient;
142
+
/// use azure_iot_hub::service::ServiceClient;
143
143
///
144
144
/// let http_client = azure_core::new_http_client();
145
145
///
@@ -184,7 +184,7 @@ impl ServiceClient {
184
184
/// ```
185
185
/// use std::sync::Arc;
186
186
/// use azure_core::HttpClient;
187
-
/// use iot_hub::service::ServiceClient;
187
+
/// use azure_iot_hub::service::ServiceClient;
188
188
///
189
189
/// let http_client = azure_core::new_http_client();
190
190
/// let connection_string = "HostName=cool-iot-hub.azure-devices.net;SharedAccessKeyName=iot_hubowner;SharedAccessKey=YSB2ZXJ5IHNlY3VyZSBrZXkgaXMgaW1wb3J0YW50Cg==";
@@ -255,7 +255,7 @@ impl ServiceClient {
255
255
/// ```
256
256
/// use std::sync::Arc;
257
257
/// use azure_core::HttpClient;
258
-
/// use iot_hub::service::ServiceClient;
258
+
/// use azure_iot_hub::service::ServiceClient;
259
259
///
260
260
/// # let http_client = azure_core::new_http_client();
261
261
/// # let connection_string = "HostName=cool-iot-hub.azure-devices.net;SharedAccessKeyName=iot_hubowner;SharedAccessKey=YSB2ZXJ5IHNlY3VyZSBrZXkgaXMgaW1wb3J0YW50Cg==";
@@ -288,7 +288,7 @@ impl ServiceClient {
288
288
/// ```
289
289
/// use std::sync::Arc;
290
290
/// use azure_core::HttpClient;
291
-
/// use iot_hub::service::ServiceClient;
291
+
/// use azure_iot_hub::service::ServiceClient;
292
292
///
293
293
/// # let http_client = azure_core::new_http_client();
294
294
/// # let connection_string = "HostName=cool-iot-hub.azure-devices.net;SharedAccessKeyName=iot_hubowner;SharedAccessKey=YSB2ZXJ5IHNlY3VyZSBrZXkgaXMgaW1wb3J0YW50Cg==";
@@ -323,7 +323,7 @@ impl ServiceClient {
323
323
/// ```
324
324
/// use std::sync::Arc;
325
325
/// use azure_core::HttpClient;
326
-
/// use iot_hub::service::ServiceClient;
326
+
/// use azure_iot_hub::service::ServiceClient;
327
327
///
328
328
/// # let http_client = azure_core::new_http_client();
329
329
/// # let connection_string = "HostName=cool-iot-hub.azure-devices.net;SharedAccessKeyName=iot_hubowner;SharedAccessKey=YSB2ZXJ5IHNlY3VyZSBrZXkgaXMgaW1wb3J0YW50Cg==";
@@ -352,7 +352,7 @@ impl ServiceClient {
352
352
/// ```
353
353
/// use std::sync::Arc;
354
354
/// use azure_core::HttpClient;
355
-
/// use iot_hub::service::ServiceClient;
355
+
/// use azure_iot_hub::service::ServiceClient;
356
356
///
357
357
/// # let http_client = azure_core::new_http_client();
358
358
/// # let connection_string = "HostName=cool-iot-hub.azure-devices.net;SharedAccessKeyName=iot_hubowner;SharedAccessKey=YSB2ZXJ5IHNlY3VyZSBrZXkgaXMgaW1wb3J0YW50Cg==";
@@ -371,7 +371,7 @@ impl ServiceClient {
371
371
/// ```
372
372
/// use std::sync::Arc;
373
373
/// use azure_core::HttpClient;
374
-
/// use iot_hub::service::ServiceClient;
374
+
/// use azure_iot_hub::service::ServiceClient;
375
375
///
376
376
/// # let http_client = azure_core::new_http_client();
377
377
/// # let connection_string = "HostName=cool-iot-hub.azure-devices.net;SharedAccessKeyName=iot_hubowner;SharedAccessKey=YSB2ZXJ5IHNlY3VyZSBrZXkgaXMgaW1wb3J0YW50Cg==";
@@ -403,7 +403,7 @@ impl ServiceClient {
403
403
/// ```
404
404
/// use std::sync::Arc;
405
405
/// use azure_core::HttpClient;
406
-
/// use iot_hub::service::ServiceClient;
406
+
/// use azure_iot_hub::service::ServiceClient;
407
407
///
408
408
/// # let http_client = azure_core::new_http_client();
409
409
/// # let connection_string = "HostName=cool-iot-hub.azure-devices.net;SharedAccessKeyName=iot_hubowner;SharedAccessKey=YSB2ZXJ5IHNlY3VyZSBrZXkgaXMgaW1wb3J0YW50Cg==";
@@ -430,7 +430,7 @@ impl ServiceClient {
430
430
/// ```
431
431
/// use std::sync::Arc;
432
432
/// use azure_core::HttpClient;
433
-
/// use iot_hub::service::ServiceClient;
433
+
/// use azure_iot_hub::service::ServiceClient;
434
434
///
435
435
/// # let http_client = azure_core::new_http_client();
436
436
/// # let connection_string = "HostName=cool-iot-hub.azure-devices.net;SharedAccessKeyName=iot_hubowner;SharedAccessKey=YSB2ZXJ5IHNlY3VyZSBrZXkgaXMgaW1wb3J0YW50Cg==";
@@ -455,7 +455,7 @@ impl ServiceClient {
455
455
/// ```
456
456
/// use std::sync::Arc;
457
457
/// use azure_core::HttpClient;
458
-
/// use iot_hub::service::ServiceClient;
458
+
/// use azure_iot_hub::service::ServiceClient;
459
459
///
460
460
/// # let http_client = azure_core::new_http_client();
461
461
/// # let connection_string = "HostName=cool-iot-hub.azure-devices.net;SharedAccessKeyName=iot_hubowner;SharedAccessKey=YSB2ZXJ5IHNlY3VyZSBrZXkgaXMgaW1wb3J0YW50Cg==";
@@ -480,7 +480,7 @@ impl ServiceClient {
480
480
/// ```
481
481
/// use std::sync::Arc;
482
482
/// use azure_core::HttpClient;
483
-
/// use iot_hub::service::ServiceClient;
483
+
/// use azure_iot_hub::service::ServiceClient;
484
484
///
485
485
/// # let http_client = azure_core::new_http_client();
486
486
/// # let connection_string = "HostName=cool-iot-hub.azure-devices.net;SharedAccessKeyName=iot_hubowner;SharedAccessKey=YSB2ZXJ5IHNlY3VyZSBrZXkgaXMgaW1wb3J0YW50Cg==";
@@ -502,8 +502,8 @@ impl ServiceClient {
502
502
/// ```
503
503
/// use std::sync::Arc;
504
504
/// use azure_core::HttpClient;
505
-
/// use iot_hub::service::ServiceClient;
506
-
/// use iot_hub::service::resources::{Status, AuthenticationMechanism};
505
+
/// use azure_iot_hub::service::ServiceClient;
506
+
/// use azure_iot_hub::service::resources::{Status, AuthenticationMechanism};
507
507
///
508
508
/// # let http_client = azure_core::new_http_client();
509
509
/// # let connection_string = "HostName=cool-iot-hub.azure-devices.net;SharedAccessKeyName=iot_hubowner;SharedAccessKey=YSB2ZXJ5IHNlY3VyZSBrZXkgaXMgaW1wb3J0YW50Cg==";
@@ -520,8 +520,8 @@ impl ServiceClient {
520
520
/// ```
521
521
/// use std::sync::Arc;
522
522
/// use azure_core::HttpClient;
523
-
/// use iot_hub::service::ServiceClient;
524
-
/// use iot_hub::service::resources::{Status, AuthenticationMechanism};
523
+
/// use azure_iot_hub::service::ServiceClient;
524
+
/// use azure_iot_hub::service::resources::{Status, AuthenticationMechanism};
525
525
///
526
526
/// # let http_client = azure_core::new_http_client();
527
527
/// # let connection_string = "HostName=cool-iot-hub.azure-devices.net;SharedAccessKeyName=iot_hubowner;SharedAccessKey=YSB2ZXJ5IHNlY3VyZSBrZXkgaXMgaW1wb3J0YW50Cg==";
@@ -544,7 +544,7 @@ impl ServiceClient {
544
544
/// ```
545
545
/// use std::sync::Arc;
546
546
/// use azure_core::HttpClient;
547
-
/// use iot_hub::service::ServiceClient;
547
+
/// use azure_iot_hub::service::ServiceClient;
548
548
///
549
549
/// # let http_client = azure_core::new_http_client();
550
550
/// # let connection_string = "HostName=cool-iot-hub.azure-devices.net;SharedAccessKeyName=iot_hubowner;SharedAccessKey=YSB2ZXJ5IHNlY3VyZSBrZXkgaXMgaW1wb3J0YW50Cg==";
@@ -568,7 +568,7 @@ impl ServiceClient {
568
568
/// ```
569
569
/// use std::sync::Arc;
570
570
/// use azure_core::HttpClient;
571
-
/// use iot_hub::service::ServiceClient;
571
+
/// use azure_iot_hub::service::ServiceClient;
572
572
///
573
573
/// # let http_client = azure_core::new_http_client();
574
574
/// # let connection_string = "HostName=cool-iot-hub.azure-devices.net;SharedAccessKeyName=iot_hubowner;SharedAccessKey=YSB2ZXJ5IHNlY3VyZSBrZXkgaXMgaW1wb3J0YW50Cg==";
@@ -592,8 +592,8 @@ impl ServiceClient {
592
592
/// ```
593
593
/// use std::sync::Arc;
594
594
/// use azure_core::HttpClient;
595
-
/// use iot_hub::service::ServiceClient;
596
-
/// use iot_hub::service::resources::{Status, AuthenticationMechanism};
595
+
/// use azure_iot_hub::service::ServiceClient;
596
+
/// use azure_iot_hub::service::resources::{Status, AuthenticationMechanism};
597
597
///
598
598
/// # let http_client = azure_core::new_http_client();
599
599
/// # let connection_string = "HostName=cool-iot-hub.azure-devices.net;SharedAccessKeyName=iot_hubowner;SharedAccessKey=YSB2ZXJ5IHNlY3VyZSBrZXkgaXMgaW1wb3J0YW50Cg==";
@@ -610,8 +610,8 @@ impl ServiceClient {
610
610
/// ```
611
611
/// use std::sync::Arc;
612
612
/// use azure_core::HttpClient;
613
-
/// use iot_hub::service::ServiceClient;
614
-
/// use iot_hub::service::resources::{Status, AuthenticationMechanism};
613
+
/// use azure_iot_hub::service::ServiceClient;
614
+
/// use azure_iot_hub::service::resources::{Status, AuthenticationMechanism};
615
615
///
616
616
/// # let http_client = azure_core::new_http_client();
617
617
/// # let connection_string = "HostName=cool-iot-hub.azure-devices.net;SharedAccessKeyName=iot_hubowner;SharedAccessKey=YSB2ZXJ5IHNlY3VyZSBrZXkgaXMgaW1wb3J0YW50Cg==";
@@ -634,7 +634,7 @@ impl ServiceClient {
634
634
/// ```
635
635
/// use std::sync::Arc;
636
636
/// use azure_core::HttpClient;
637
-
/// use iot_hub::service::ServiceClient;
637
+
/// use azure_iot_hub::service::ServiceClient;
638
638
///
639
639
/// # let http_client = azure_core::new_http_client();
640
640
/// # let connection_string = "HostName=cool-iot-hub.azure-devices.net;SharedAccessKeyName=iot_hubowner;SharedAccessKey=YSB2ZXJ5IHNlY3VyZSBrZXkgaXMgaW1wb3J0YW50Cg==";
@@ -665,7 +665,7 @@ impl ServiceClient {
665
665
/// ```
666
666
/// use std::sync::Arc;
667
667
/// use azure_core::HttpClient;
668
-
/// use iot_hub::service::ServiceClient;
668
+
/// use azure_iot_hub::service::ServiceClient;
669
669
///
670
670
/// # let http_client = azure_core::new_http_client();
671
671
/// # let connection_string = "HostName=cool-iot-hub.azure-devices.net;SharedAccessKeyName=iot_hubowner;SharedAccessKey=YSB2ZXJ5IHNlY3VyZSBrZXkgaXMgaW1wb3J0YW50Cg==";
0 commit comments