Skip to content

Commit 88f7d1f

Browse files
authored
Merge pull request #25301 from microsoftgraph/main
Merge to publish.
2 parents 84c78b6 + 8cb223d commit 88f7d1f

File tree

175 files changed

+2009
-223
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

175 files changed

+2009
-223
lines changed

api-reference/beta/api/businessscenarioplanner-delete-tasks.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ DELETE /solutions/businessScenarios/{businessScenarioId}/planner/tasks/{business
3939
|Name|Description|
4040
|:---|:---|
4141
|Authorization|Bearer {token}. Required. Learn more about [authentication and authorization](/graph/auth/auth-concepts).|
42+
| If-Match | Last known ETag value for the **businessScenarioTask** to be updated. Required.|
4243

4344
## Request body
4445

@@ -63,6 +64,7 @@ The following example shows a request.
6364
-->
6465
``` http
6566
DELETE https://graph.microsoft.com/beta/solutions/businessScenarios/c5d514e6c6864911ac46c720affb6e4d/planner/tasks/pmc1rS1Io0C3rXQhyXIsNmUAOeIi
67+
If-Match: W/"JzEtVGFzayAgQEBAQEBAQEBAQEBAQEBAWCc="
6668
```
6769

6870
# [C#](#tab/csharp)

api-reference/beta/api/businessscenariotask-update.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ PATCH /solutions/businessScenarios/{businessScenarioId}/planner/tasks/{businessS
4040
|:---|:---|
4141
|Authorization|Bearer {token}. Required. Learn more about [authentication and authorization](/graph/auth/auth-concepts).|
4242
|Content-Type|application/json. Required.|
43+
| If-Match | Last known ETag value for the **businessScenarioTask** to be updated. Required.|
4344

4445
## Request body
4546

@@ -82,6 +83,7 @@ The following example shows a request.
8283
``` http
8384
PATCH https://graph.microsoft.com/beta/solutions/businessScenarios/c5d514e6c6864911ac46c720affb6e4d/planner/tasks/pmc1rS1Io0C3rXQhyXIsNmUAOeIi
8485
Content-Type: application/json
86+
If-Match: W/"JzEtVGFzayAgQEBAQEBAQEBAQEBAQEBAWCc="
8587
8688
{
8789
"title": "Customer order #12010",

api-reference/beta/api/cloudpcprovisioningpolicy-update.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ If successful, this method returns a `204 No Content` response code.
7575

7676
The following example shows a request.
7777

78+
# [HTTP](#tab/http)
7879
<!-- {
7980
"blockType": "request",
8081
"name": "update_provisioningpolicy"
@@ -114,6 +115,40 @@ Content-Type: application/json
114115
}
115116
```
116117

118+
# [C#](#tab/csharp)
119+
[!INCLUDE [sample-code](../includes/snippets/csharp/update-provisioningpolicy-csharp-snippets.md)]
120+
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
121+
122+
# [CLI](#tab/cli)
123+
[!INCLUDE [sample-code](../includes/snippets/cli/update-provisioningpolicy-cli-snippets.md)]
124+
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
125+
126+
# [Go](#tab/go)
127+
[!INCLUDE [sample-code](../includes/snippets/go/update-provisioningpolicy-go-snippets.md)]
128+
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
129+
130+
# [Java](#tab/java)
131+
[!INCLUDE [sample-code](../includes/snippets/java/update-provisioningpolicy-java-snippets.md)]
132+
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
133+
134+
# [JavaScript](#tab/javascript)
135+
[!INCLUDE [sample-code](../includes/snippets/javascript/update-provisioningpolicy-javascript-snippets.md)]
136+
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
137+
138+
# [PHP](#tab/php)
139+
[!INCLUDE [sample-code](../includes/snippets/php/update-provisioningpolicy-php-snippets.md)]
140+
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
141+
142+
# [PowerShell](#tab/powershell)
143+
[!INCLUDE [sample-code](../includes/snippets/powershell/update-provisioningpolicy-powershell-snippets.md)]
144+
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
145+
146+
# [Python](#tab/python)
147+
[!INCLUDE [sample-code](../includes/snippets/python/update-provisioningpolicy-python-snippets.md)]
148+
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
149+
150+
---
151+
117152
### Response
118153

119154
The following example shows the response.

api-reference/beta/api/driveitem-copy.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,6 @@ Content-Type: application/json
410410

411411
---
412412

413-
414413
#### Response
415414

416415
The following example shows the response.

api-reference/beta/api/educationclass-getrecentlymodifiedsubmissions.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,10 @@ GET https://graph.microsoft.com/beta/education/classes/bf1f1963-05f6-4cba-903c-5
130130
[!INCLUDE [sample-code](../includes/snippets/php/get-educationclass-getrecentlymodifiedsubmissions-php-snippets.md)]
131131
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
132132

133+
# [PowerShell](#tab/powershell)
134+
[!INCLUDE [sample-code](../includes/snippets/powershell/get-educationclass-getrecentlymodifiedsubmissions-powershell-snippets.md)]
135+
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
136+
133137
# [Python](#tab/python)
134138
[!INCLUDE [sample-code](../includes/snippets/python/get-educationclass-getrecentlymodifiedsubmissions-python-snippets.md)]
135139
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
@@ -260,6 +264,10 @@ GET https://graph.microsoft.com/beta/education/classes/37d99af7-cfc5-4e3b-8566-f
260264
[!INCLUDE [sample-code](../includes/snippets/php/get-educationclass-getrecentlymodifiedsubmissions-filter-select-assignmentid-php-snippets.md)]
261265
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
262266

267+
# [PowerShell](#tab/powershell)
268+
[!INCLUDE [sample-code](../includes/snippets/powershell/get-educationclass-getrecentlymodifiedsubmissions-filter-select-assignmentid-powershell-snippets.md)]
269+
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
270+
263271
# [Python](#tab/python)
264272
[!INCLUDE [sample-code](../includes/snippets/python/get-educationclass-getrecentlymodifiedsubmissions-filter-select-assignmentid-python-snippets.md)]
265273
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
@@ -365,6 +373,10 @@ GET https://graph.microsoft.com/beta/education/classes/37d99af7-cfc5-4e3b-8566-f
365373
[!INCLUDE [sample-code](../includes/snippets/php/get-educationclass-getrecentlymodifiedsubmissions-expand-php-snippets.md)]
366374
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
367375

376+
# [PowerShell](#tab/powershell)
377+
[!INCLUDE [sample-code](../includes/snippets/powershell/get-educationclass-getrecentlymodifiedsubmissions-expand-powershell-snippets.md)]
378+
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
379+
368380
# [Python](#tab/python)
369381
[!INCLUDE [sample-code](../includes/snippets/python/get-educationclass-getrecentlymodifiedsubmissions-expand-python-snippets.md)]
370382
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
@@ -513,6 +525,10 @@ GET https://graph.microsoft.com/beta/education/classes/bf1f1963-05f6-4cba-903c-5
513525
[!INCLUDE [sample-code](../includes/snippets/php/get-educationclass-getrecentlymodifiedsubmissions-filter-php-snippets.md)]
514526
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
515527

528+
# [PowerShell](#tab/powershell)
529+
[!INCLUDE [sample-code](../includes/snippets/powershell/get-educationclass-getrecentlymodifiedsubmissions-filter-powershell-snippets.md)]
530+
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
531+
516532
# [Python](#tab/python)
517533
[!INCLUDE [sample-code](../includes/snippets/python/get-educationclass-getrecentlymodifiedsubmissions-filter-python-snippets.md)]
518534
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
@@ -644,6 +660,10 @@ GET https://graph.microsoft.com/beta/education/classes/bf1f1963-05f6-4cba-903c-5
644660
[!INCLUDE [sample-code](../includes/snippets/php/get-educationclass-getrecentlymodifiedsubmissions-orderby-top-php-snippets.md)]
645661
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
646662

663+
# [PowerShell](#tab/powershell)
664+
[!INCLUDE [sample-code](../includes/snippets/powershell/get-educationclass-getrecentlymodifiedsubmissions-orderby-top-powershell-snippets.md)]
665+
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
666+
647667
# [Python](#tab/python)
648668
[!INCLUDE [sample-code](../includes/snippets/python/get-educationclass-getrecentlymodifiedsubmissions-orderby-top-python-snippets.md)]
649669
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
@@ -774,6 +794,10 @@ GET https://graph.microsoft.com/beta/education/classes/bf1f1963-05f6-4cba-903c-5
774794
[!INCLUDE [sample-code](../includes/snippets/php/get-educationclass-getrecentlymodifiedsubmissions-select-php-snippets.md)]
775795
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
776796

797+
# [PowerShell](#tab/powershell)
798+
[!INCLUDE [sample-code](../includes/snippets/powershell/get-educationclass-getrecentlymodifiedsubmissions-select-powershell-snippets.md)]
799+
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
800+
777801
# [Python](#tab/python)
778802
[!INCLUDE [sample-code](../includes/snippets/python/get-educationclass-getrecentlymodifiedsubmissions-select-python-snippets.md)]
779803
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
@@ -847,6 +871,10 @@ GET https://graph.microsoft.com/beta/education/classes/bf1f1963-05f6-4cba-903c-5
847871
[!INCLUDE [sample-code](../includes/snippets/php/get-educationclass-getrecentlymodifiedsubmissions-filter-range-php-snippets.md)]
848872
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
849873

874+
# [PowerShell](#tab/powershell)
875+
[!INCLUDE [sample-code](../includes/snippets/powershell/get-educationclass-getrecentlymodifiedsubmissions-filter-range-powershell-snippets.md)]
876+
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
877+
850878
# [Python](#tab/python)
851879
[!INCLUDE [sample-code](../includes/snippets/python/get-educationclass-getrecentlymodifiedsubmissions-filter-range-python-snippets.md)]
852880
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]

api-reference/beta/api/filestoragecontainer-delete-recyclebin-items.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ If successful, this method returns a `204 No Content` response code.
5757
### Request
5858

5959
The following example shows a request.
60+
# [HTTP](#tab/http)
6061
<!-- {
6162
"blockType": "request",
6263
"name": "delete_filestoragecontainer_recyclebin_items",
@@ -72,6 +73,12 @@ Content-Type: application/json
7273
}
7374
```
7475

76+
# [JavaScript](#tab/javascript)
77+
[!INCLUDE [sample-code](../includes/snippets/javascript/delete-filestoragecontainer-recyclebin-items-javascript-snippets.md)]
78+
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
79+
80+
---
81+
7582
### Response
7683

7784
The following example shows the response.

api-reference/beta/api/filestoragecontainer-list-columns.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ If successful, this method returns a `200 OK` response code and a collection of
5656
### Request
5757

5858
The following example shows a request.
59+
# [HTTP](#tab/http)
5960
<!-- {
6061
"blockType": "request",
6162
"name": "list_columndefinition"
@@ -66,6 +67,36 @@ The following example shows a request.
6667
GET https://graph.microsoft.com/beta/storage/fileStorage/containers/b!ISJs1WRro0y0EWgkUYcktDa0mE8zSlFEqFzqRn70Zwp1CEtDEBZgQICPkRbil_5Z/columns
6768
```
6869

70+
# [C#](#tab/csharp)
71+
[!INCLUDE [sample-code](../includes/snippets/csharp/list-columndefinition-csharp-snippets.md)]
72+
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
73+
74+
# [CLI](#tab/cli)
75+
[!INCLUDE [sample-code](../includes/snippets/cli/list-columndefinition-cli-snippets.md)]
76+
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
77+
78+
# [Go](#tab/go)
79+
[!INCLUDE [sample-code](../includes/snippets/go/list-columndefinition-go-snippets.md)]
80+
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
81+
82+
# [Java](#tab/java)
83+
[!INCLUDE [sample-code](../includes/snippets/java/list-columndefinition-java-snippets.md)]
84+
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
85+
86+
# [JavaScript](#tab/javascript)
87+
[!INCLUDE [sample-code](../includes/snippets/javascript/list-columndefinition-javascript-snippets.md)]
88+
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
89+
90+
# [PHP](#tab/php)
91+
[!INCLUDE [sample-code](../includes/snippets/php/list-columndefinition-php-snippets.md)]
92+
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
93+
94+
# [Python](#tab/python)
95+
[!INCLUDE [sample-code](../includes/snippets/python/list-columndefinition-python-snippets.md)]
96+
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
97+
98+
---
99+
69100

70101
### Response
71102

api-reference/beta/api/filestoragecontainer-list-recyclebin-items.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ If successful, this method returns a `200 OK` response code and a collection of
5757

5858
The following example shows a request.
5959

60+
# [HTTP](#tab/http)
6061
<!-- {
6162
"blockType": "request",
6263
"name": "list_recyclebin_items"
@@ -67,6 +68,36 @@ The following example shows a request.
6768
GET https://graph.microsoft.com/beta/storage/fileStorage/containers/b!ISJs1WRro0y0EWgkUYcktDa0mE8zSlFEqFzqRn70Zwp1CEtDEBZgQICPkRbil_5Z/recycleBin/items
6869
```
6970

71+
# [C#](#tab/csharp)
72+
[!INCLUDE [sample-code](../includes/snippets/csharp/list-recyclebin-items-csharp-snippets.md)]
73+
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
74+
75+
# [CLI](#tab/cli)
76+
[!INCLUDE [sample-code](../includes/snippets/cli/list-recyclebin-items-cli-snippets.md)]
77+
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
78+
79+
# [Go](#tab/go)
80+
[!INCLUDE [sample-code](../includes/snippets/go/list-recyclebin-items-go-snippets.md)]
81+
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
82+
83+
# [Java](#tab/java)
84+
[!INCLUDE [sample-code](../includes/snippets/java/list-recyclebin-items-java-snippets.md)]
85+
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
86+
87+
# [JavaScript](#tab/javascript)
88+
[!INCLUDE [sample-code](../includes/snippets/javascript/list-recyclebin-items-javascript-snippets.md)]
89+
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
90+
91+
# [PHP](#tab/php)
92+
[!INCLUDE [sample-code](../includes/snippets/php/list-recyclebin-items-php-snippets.md)]
93+
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
94+
95+
# [Python](#tab/python)
96+
[!INCLUDE [sample-code](../includes/snippets/python/list-recyclebin-items-python-snippets.md)]
97+
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
98+
99+
---
100+
70101

71102
### Response
72103

api-reference/beta/api/filestoragecontainer-permanentdelete.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ If successful, this action returns a `204 No Content` response code.
5656

5757
The following example shows a request.
5858

59+
# [HTTP](#tab/http)
5960
<!-- {
6061
"blockType": "request",
6162
"name": "filestoragecontainerthis.permanentdelete",
@@ -67,6 +68,36 @@ The following example shows a request.
6768
POST https://graph.microsoft.com/beta/storage/fileStorage/containers/b!ISJs1WRro0y0EWgkUYcktDa0mE8zSlFEqFzqRn70Zwp1CEtDEBZgQICPkRbil_5Z/permanentDelete
6869
```
6970

71+
# [C#](#tab/csharp)
72+
[!INCLUDE [sample-code](../includes/snippets/csharp/filestoragecontainerthispermanentdelete-csharp-snippets.md)]
73+
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
74+
75+
# [CLI](#tab/cli)
76+
[!INCLUDE [sample-code](../includes/snippets/cli/filestoragecontainerthispermanentdelete-cli-snippets.md)]
77+
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
78+
79+
# [Go](#tab/go)
80+
[!INCLUDE [sample-code](../includes/snippets/go/filestoragecontainerthispermanentdelete-go-snippets.md)]
81+
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
82+
83+
# [Java](#tab/java)
84+
[!INCLUDE [sample-code](../includes/snippets/java/filestoragecontainerthispermanentdelete-java-snippets.md)]
85+
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
86+
87+
# [JavaScript](#tab/javascript)
88+
[!INCLUDE [sample-code](../includes/snippets/javascript/filestoragecontainerthispermanentdelete-javascript-snippets.md)]
89+
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
90+
91+
# [PHP](#tab/php)
92+
[!INCLUDE [sample-code](../includes/snippets/php/filestoragecontainerthispermanentdelete-php-snippets.md)]
93+
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
94+
95+
# [Python](#tab/python)
96+
[!INCLUDE [sample-code](../includes/snippets/python/filestoragecontainerthispermanentdelete-python-snippets.md)]
97+
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
98+
99+
---
100+
70101

71102
### Response
72103

api-reference/beta/api/filestoragecontainer-post-columns.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ If successful, this method returns a `201 Created` response code and a [columnDe
7070

7171
The following example shows a request.
7272

73+
# [HTTP](#tab/http)
7374
<!-- {
7475
"blockType": "request",
7576
"name": "create_columndefinition_for_fileStorageContainer"
@@ -95,6 +96,36 @@ Content-Type: application/json
9596
}
9697
```
9798

99+
# [C#](#tab/csharp)
100+
[!INCLUDE [sample-code](../includes/snippets/csharp/create-columndefinition-for-filestoragecontainer-csharp-snippets.md)]
101+
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
102+
103+
# [CLI](#tab/cli)
104+
[!INCLUDE [sample-code](../includes/snippets/cli/create-columndefinition-for-filestoragecontainer-cli-snippets.md)]
105+
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
106+
107+
# [Go](#tab/go)
108+
[!INCLUDE [sample-code](../includes/snippets/go/create-columndefinition-for-filestoragecontainer-go-snippets.md)]
109+
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
110+
111+
# [Java](#tab/java)
112+
[!INCLUDE [sample-code](../includes/snippets/java/create-columndefinition-for-filestoragecontainer-java-snippets.md)]
113+
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
114+
115+
# [JavaScript](#tab/javascript)
116+
[!INCLUDE [sample-code](../includes/snippets/javascript/create-columndefinition-for-filestoragecontainer-javascript-snippets.md)]
117+
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
118+
119+
# [PHP](#tab/php)
120+
[!INCLUDE [sample-code](../includes/snippets/php/create-columndefinition-for-filestoragecontainer-php-snippets.md)]
121+
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
122+
123+
# [Python](#tab/python)
124+
[!INCLUDE [sample-code](../includes/snippets/python/create-columndefinition-for-filestoragecontainer-python-snippets.md)]
125+
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
126+
127+
---
128+
98129

99130
### Response
100131

0 commit comments

Comments
 (0)