language_tag
Chưa có ai nhận issue này.
Đánh giá
- Độ khó
- 3/5
- Thời gian dự kiến
- 1-2 ngày
- Mức phù hợp với người mới
- 45/100
Hướng nghiên cứu
Bắt đầu với model BookingBusiness và đường dẫn tuần tự hóa POST được graph_client.solutions.booking_businesses.post sử dụng. Tái hiện request với language_tag được đặt thành "nl-BE" và kiểm tra payload đã tuần tự hóa cùng response. Được xem là hoàn tất khi language tag được yêu cầu được gửi và được giữ nguyên thay vì mặc định thành "en-US".
Do mô hình lập chỉ mục viết ra từ nội dung của issue.
Mô tả
Describe the bug
I'm trying to create a BookingBusiness with a language_tag "nl-BE" or "fr-FR". But none of these values actually persist when doing the post call.
It defaults to en-US
Expected behavior
I want to set the language for the reservation page to "nl-BE".
How to reproduce
request_body = BookingBusiness(
display_name = f"xxxxx",
email = "x@x.com,
business_type = "xxxxx",
default_currency_iso = "EUR",
language_tag="nl-BE",
address=PhysicalAddress(
street="xxx",
city="xxxxx x",
state="xxxxx",
country_or_region="xxxx",
postal_code="xxxx"
),
booking_page_settings = BookingPageSettings(
business_time_zone="Europe/Berlin",
is_time_slot_time_zone_set_to_business_time_zone=True,
)
)
await graph_client.solutions.booking_businesses.post(request_body)
SDK Version
1.12.0
Latest version known to work for scenario above?
No response
Known Workarounds
No response
Debug output
Click to expand log
```</details>
### Configuration
OS: MAC OS 15
### Other information
_No response_
- Ngôn ngữ chính
- Python
- Star
- 630
- Fork
- 96
- Merge trung bình
- 15 giờ 20 phút
- Pull request đã merge (30 ngày)
- 3
Hướng dẫn đóng góp
Bắt đầu từ đâu
- Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
- Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
- Fork repository và làm thay đổi trên một nhánh.
- Mở pull request có tham chiếu số hiệu của issue.
Issue khác của microsoftgraph/msgraph-sdk-python
-
status:waiting-for-triage type:bug
Độ khó 1/5 Dưới một giờ Mức phù hợp với người mới 90/100
microsoftgraph/msgraph-sdk-python#1570 ·
-
status:waiting-for-triage type:bug
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 75/100
microsoftgraph/msgraph-sdk-python#1563 ·
-
Needs: Attention :wave: type:bug
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 62/100
microsoftgraph/msgraph-sdk-python#1287 · 2 bình luận · 1 reaction ·
-
Batch Request Support Đang mởstatus:waiting-for-triage
Độ khó 5/5 Hơn một tuần Mức phù hợp với người mới 25/100
microsoftgraph/msgraph-sdk-python#1557 ·
-
status:waiting-for-triage type:bug
Độ khó 3/5 1-2 ngày Mức phù hợp với người mới 55/100
microsoftgraph/msgraph-sdk-python#1556 · 1 bình luận · 1 reaction ·