Skip to content

Commit 293f6b1

Browse files
committed
pr comments
1 parent 48f6dc5 commit 293f6b1

File tree

4 files changed

+64
-4
lines changed

4 files changed

+64
-4
lines changed

specification/storage/resource-manager/Microsoft.Storage/stable/2025-01-01/blob.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1577,4 +1577,3 @@
15771577
}
15781578
]
15791579
}
1580-

specification/storage/resource-manager/Microsoft.Storage/stable/2025-01-01/common.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,4 +366,3 @@
366366
}
367367
}
368368
}
369-
Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
{
2+
"parameters": {
3+
"subscriptionId": "{subscription-id}",
4+
"resourceGroupName": "res9407",
5+
"accountName": "sto8596",
6+
"api-version": "2025-01-01",
7+
"monitor": "true",
8+
"parameters": {
9+
"properties": {
10+
"azureFilesIdentityBasedAuthentication": {
11+
"directoryServiceOptions": "NONE",
12+
"smbOAuthSettings": {
13+
"isSmbOAuthEnabled": "true"
14+
}
15+
}
16+
}
17+
}
18+
},
19+
"responses": {
20+
"200": {
21+
"body": {
22+
"id": "/subscriptions/{subscription-id}/resourceGroups/res9407/providers/Microsoft.Storage/storageAccounts/sto8596",
23+
"kind": "Storage",
24+
"location": "eastus2(stage)",
25+
"name": "sto8596",
26+
"properties": {
27+
"creationTime": "2017-06-01T02:42:41.7633306Z",
28+
"azureFilesIdentityBasedAuthentication": {
29+
"directoryServiceOptions": "NONE",
30+
"smbOAuthSettings": {
31+
"isSmbOAuthEnabled": "true"
32+
}
33+
},
34+
"primaryEndpoints": {
35+
"web": "https://sto8596.web.core.windows.net/",
36+
"dfs": "https://sto8596.dfs.core.windows.net/",
37+
"blob": "https://sto8596.blob.core.windows.net/",
38+
"file": "https://sto8596.file.core.windows.net/",
39+
"queue": "https://sto8596.queue.core.windows.net/",
40+
"table": "https://sto8596.table.core.windows.net/"
41+
},
42+
"primaryLocation": "eastus2(stage)",
43+
"provisioningState": "Succeeded",
44+
"secondaryLocation": "northcentralus(stage)",
45+
"statusOfPrimary": "available",
46+
"statusOfSecondary": "available",
47+
"supportsHttpsTrafficOnly": false
48+
},
49+
"sku": {
50+
"name": "Standard_GRS",
51+
"tier": "Standard"
52+
},
53+
"tags": {
54+
"key1": "value1",
55+
"key2": "value2"
56+
},
57+
"type": "Microsoft.Storage/storageAccounts"
58+
}
59+
}
60+
}
61+
}
62+

specification/storage/resource-manager/Microsoft.Storage/stable/2025-01-01/storage.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3091,7 +3091,7 @@
30913091
}
30923092
"smbOAuthSettings": {
30933093
"$ref": "#/definitions/SmbOAuthSettings",
3094-
"description": "Required for Managed Identities access using OAuth over SMB"
3094+
"description": "Required for Managed Identities access using OAuth over SMB."
30953095
}
30963096
},
30973097
"required": [
@@ -3103,7 +3103,7 @@
31033103
"properties": {
31043104
"isSmbOAuthEnabled": {
31053105
"type": "boolean",
3106-
"description": "Specifies if managed identities can access SMB shares using OAuth"
3106+
"description": "Specifies if managed identities can access SMB shares using OAuth. The default interpretation is false for this property."
31073107
}
31083108
},
31093109
"required": [

0 commit comments

Comments
 (0)