-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Update Storage RP api-version 2025-01-01 to fix bugs causing SDK broken #36084
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
f2156f5
Remove the deleteAccountCreationTime property
Elvis-Shi aed1953
Delete DeletedStorageAccountRestore.json
Elvis-Shi 490846f
Update storage.json to add ipv6Rules
Elvis-Shi 1fd57fd
Update storage.json
Elvis-Shi 5fca91f
Add IPv6 endpoint support in storage account operation Api
Elvis-Shi 7a6df9e
Fix typo.
Elvis-Shi 7b55ccc
Fix lintDiff errors.
Elvis-Shi 7298f1e
Create StorageAccountLeverageIPv6Ability.json
Elvis-Shi 3148464
Add example for IPv6 properties.
Elvis-Shi 5ed0079
Remove the not support notes.
Elvis-Shi afe8892
Fix validation issue in StorageAccountLeverageIPv6Ability.json
Elvis-Shi 81eb94c
Update format of StorageAccountLeverageIPv6Ability.json
Elvis-Shi 13784bf
Fix typo
Elvis-Shi 33f95fe
Update storage.json
Elvis-Shi 60d39e0
Merge branch 'main' into main
Elvis-Shi 94770c3
Merge branch 'main' into main
Elvis-Shi 9e13944
Merge branch 'main' into main
kazrael2119 8a164c8
Merge branch 'main' into main
Elvis-Shi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
41 changes: 0 additions & 41 deletions
41
...ce-manager/Microsoft.Storage/stable/2025-01-01/examples/DeletedStorageAccountRestore.json
This file was deleted.
Oops, something went wrong.
85 changes: 85 additions & 0 deletions
85
...nager/Microsoft.Storage/stable/2025-01-01/examples/StorageAccountLeverageIPv6Ability.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,85 @@ | ||
| { | ||
| "parameters": { | ||
| "subscriptionId": "{subscription-id}", | ||
| "resourceGroupName": "res9407", | ||
| "accountName": "sto8596", | ||
| "api-version": "2025-01-01", | ||
| "monitor": "true", | ||
| "parameters": { | ||
| "properties": { | ||
| "networkAcls": { | ||
| "ipv6Rules": [ | ||
| { | ||
| "action": "Allow", | ||
| "value": "2001:0db8:85a3::/64" | ||
| } | ||
| ], | ||
| "defaultAction": "Deny" | ||
| }, | ||
| "dualStackEndpointPreference": { | ||
| "publishIpv6Endpoint": true | ||
| } | ||
| } | ||
| } | ||
| }, | ||
| "responses": { | ||
| "200": { | ||
| "body": { | ||
| "id": "/subscriptions/{subscription-id}/resourceGroups/res9407/providers/Microsoft.Storage/storageAccounts/sto8596", | ||
| "kind": "Storage", | ||
| "location": "eastus2(stage)", | ||
| "name": "sto8596", | ||
| "properties": { | ||
| "keyCreationTime": { | ||
| "key1": "2021-03-18T04:42:22.4322836Z", | ||
| "key2": "2021-03-18T04:42:22.4322836Z" | ||
| }, | ||
| "creationTime": "2017-06-01T02:42:41.7633306Z", | ||
| "networkAcls": { | ||
| "ipv6Rules": [ | ||
| { | ||
| "action": "Allow", | ||
| "value": "2001:0db8:85a3::/64" | ||
| } | ||
| ], | ||
| "bypass": "AzureServices", | ||
| "defaultAction": "Deny", | ||
| "ipRules": [], | ||
| "virtualNetworkRules": [] | ||
| }, | ||
| "dualStackEndpointPreference": { | ||
| "publishIpv6Endpoint": true | ||
| }, | ||
| "primaryEndpoints": { | ||
| "web": "https://sto8596.web.core.windows.net/", | ||
| "dfs": "https://sto8596.dfs.core.windows.net/", | ||
| "blob": "https://sto8596.blob.core.windows.net/", | ||
| "file": "https://sto8596.file.core.windows.net/", | ||
| "queue": "https://sto8596.queue.core.windows.net/", | ||
| "table": "https://sto8596.table.core.windows.net/", | ||
| "ipv6Endpoints": { | ||
| "web": "https://sto8596-ipv6.web.core.windows.net/", | ||
| "dfs": "https://sto8596-ipv6.dfs.core.windows.net/", | ||
| "blob": "https://sto8596-ipv6.blob.core.windows.net/", | ||
| "file": "https://sto8596-ipv6.file.core.windows.net/", | ||
| "queue": "https://sto8596-ipv6.queue.core.windows.net/", | ||
| "table": "https://sto8596-ipv6.table.core.windows.net/" | ||
| } | ||
| }, | ||
| "primaryLocation": "eastus2(stage)", | ||
| "provisioningState": "Succeeded", | ||
| "statusOfPrimary": "available" | ||
| }, | ||
| "sku": { | ||
| "name": "Standard_LRS", | ||
| "tier": "Standard" | ||
| }, | ||
| "tags": { | ||
| "key1": "value1", | ||
| "key2": "value2" | ||
| }, | ||
| "type": "Microsoft.Storage/storageAccounts" | ||
| } | ||
| } | ||
| } | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.