Skip to content

Commit 3d34ba6

Browse files
authored
Revert "Storage/Merge main to feature/storage-stg93 (#5368)"
This reverts commit 1949bfd.
1 parent 1949bfd commit 3d34ba6

File tree

311 files changed

+3650
-17860
lines changed

Some content is hidden

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

311 files changed

+3650
-17860
lines changed

.clang-format

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,7 @@ IncludeCategories:
4747
Priority: 90
4848
- Regex: '<Azure/.*>'
4949
Priority: 50
50-
- Regex: '^<azure_uamqp_c.*/(amqp_definitions_fields).h>$'
51-
Priority: 59
52-
- Regex: '^<azure_uamqp_c.*/(amqp_definitions_sequence_no|amqp_definitions_milliseconds|amqp_definitions_terminus_expiry_policy|amqp_definitions_terminus_durability|amqp_definitions_number|amqp_definitions_error|amqp_definitions_handle).h>$'
50+
- Regex: '^<azure_uamqp_c.*/(amqp_definitions_sequence_no|amqp_definitions_milliseconds|amqp_definitions_terminus_expiry_policy|amqp_definitions_terminus_durability|amqp_definitions_fields).h>$'
5351
Priority: 60
5452
- Regex: '<azure_.*>'
5553
Priority: 70

.github/CODEOWNERS

Lines changed: 15 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -6,57 +6,40 @@
66
###########
77

88
# Catch all for non-code project files and unowned files | folders
9-
/** @rickwinter @LarryOsterman
10-
/sdk/ @rickwinter @LarryOsterman
9+
/** @rickwinter @ahsonkhan @antkmsft @vhvb1989 @gearama @LarryOsterman
10+
/sdk/ @rickwinter @ahsonkhan @antkmsft @vhvb1989 @gearama @LarryOsterman
1111

1212
# Samples
13-
/samples/ @rickwinter @ahsonkhan @antkmsft @gearama @LarryOsterman
13+
/samples/ @rickwinter @ahsonkhan @antkmsft @vhvb1989 @gearama @LarryOsterman
1414

15-
# AzureSdkOwners: @gearama
16-
# ServiceLabel: %Azure.Core
1715
# PRLabel: %Azure.Core
18-
/sdk/core/ @rickwinter @ahsonkhan @antkmsft @gearama @LarryOsterman
16+
/sdk/core/ @rickwinter @ahsonkhan @antkmsft @vhvb1989 @gearama @LarryOsterman
1917

20-
# AzureSdkOwners: @ahsonkhan
21-
# ServiceLabel: %Azure.Identity
2218
# PRLabel: %Azure.Identity
23-
/sdk/identity/ @antkmsft @schaabs @ahsonkhan @rickwinter @gearama @LarryOsterman @Azure/azure-sdk-write-identity
19+
/sdk/identity/ @antkmsft @schaabs @ahsonkhan @rickwinter @vhvb1989 @gearama @LarryOsterman @Azure/azure-sdk-write-identity
2420

2521
###########
2622
# Client SDKs
2723
###########
2824

29-
# ServiceOwners: @gkostal @anilba06 @ahmadmsft
30-
# ServiceLabel: %Attestation
31-
3225
# PRLabel: %Attestation
33-
/sdk/attestation/ @gkostal @anilba06 @ahmadmsft @LarryOsterman @rickwinter
34-
35-
# AzureSdkOwners: @LarryOsterman
36-
# ServiceLabel: %Event Hubs
37-
# PRLabel: %Event Hubs
38-
/sdk/eventhubs/ @LarryOsterman @antkmsft @ahsonkhan @gearama @RickWinter
26+
/sdk/attestation/ @LarryOsterman @gkostal @anilba06 @ahmadmsft @rickwinter @ahsonkhan @antkmsft @vhvb1989 @gearama
3927

40-
# AzureSdkOwners: @gearama
41-
# ServiceLabel: %KeyVault
4228
# PRLabel: %KeyVault
4329
/sdk/keyvault/ @gearama @antkmsft @rickwinter @LarryOsterman
4430

45-
# ServiceOwners:@vinjiang @Jinming-Hu @EmmaZhu
46-
# ServiceLabel: %Storage
47-
4831
# PRLabel: %Storage
49-
/sdk/storage/ @vinjiang @Jinming-Hu @EmmaZhu @antkmsft @gearama @LarryOsterman @microzchang
32+
/sdk/storage/ @vinjiang @Jinming-Hu @EmmaZhu @antkmsft @vhvb1989 @gearama @LarryOsterman @microzchang
5033

51-
# AzureSdkOwners: @gearama
52-
# ServiceLabel: %Tables
53-
# PRLabel: %Tables
54-
/sdk/tables/ @gearama @LarryOsterman @antkmsft @ahsonkhan
55-
56-
# AzureSdkOwners: @danieljurek
57-
# ServiceLabel: %EngSys
5834
# PRLabel: %EngSys
59-
/sdk/template/ @danieljurek @weshaggard @LarryOsterman @RickWinter
35+
/sdk/template/ @danieljurek @weshaggard @LarryOsterman @RickWinter
36+
37+
################
38+
# Automation
39+
################
40+
41+
# Git Hub integration and bot rules
42+
/.github/ @jsquire @rickwinter @ronniegeraghty
6043

6144
###########
6245
# Eng Sys

.github/workflows/event-processor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
steps:
3030
- name: 'Az CLI login'
3131
if: ${{ github.event_name == 'issues' && github.event.action == 'opened' }}
32-
uses: azure/login@v1.5.1
32+
uses: azure/login@v1
3333
with:
3434
client-id: ${{ secrets.AZURE_CLIENT_ID }}
3535
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
@@ -55,7 +55,7 @@ jobs:
5555
run: >
5656
dotnet tool install
5757
Azure.Sdk.Tools.GitHubEventProcessor
58-
--version 1.0.0-dev.20240216.5
58+
--version 1.0.0-dev.20231114.3
5959
--add-source https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-net/nuget/v3/index.json
6060
--global
6161
shell: bash

.github/workflows/scheduled-event-processor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: >
3535
dotnet tool install
3636
Azure.Sdk.Tools.GitHubEventProcessor
37-
--version 1.0.0-dev.20240216.5
37+
--version 1.0.0-dev.20231114.3
3838
--add-source https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-net/nuget/v3/index.json
3939
--global
4040
shell: bash

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,4 +359,4 @@ build/
359359
# Default Assets restore directory
360360
.assets
361361

362-
CMakeUserPresets.json
362+
CMakeUserPresets.json

.vscode/cspell.json

Lines changed: 1 addition & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@
4141
"eng/CredScanSuppression.json",
4242
"**/test/ut/recordings/*.json",
4343
"sdk/core/azure-core-amqp/vendor/**/*",
44-
"sdk/storage/*/NOTICE.txt",
45-
"sdk/tables/*/NOTICE.txt"
44+
"sdk/storage/*/NOTICE.txt"
4645
],
4746
// * Unless configured otherwise, these words are not case sensitive
4847
// * Alphabetize the list when making changes so the list is easier for future
@@ -75,13 +74,11 @@
7574
"azsdkengsys",
7675
"azurecr",
7776
"azuresdk",
78-
"azuresdkdocs",
7977
"azuresdkforcpp",
8078
"azurl",
8179
"centralindia",
8280
"centralus",
8381
"centraluseuap",
84-
"Chelnokov",
8582
"Chukwu",
8683
"cmake",
8784
"CMOCKA",
@@ -117,7 +114,6 @@
117114
"fibonacci",
118115
"francecentral",
119116
"gcovr",
120-
"gearama",
121117
"githubio",
122118
"gmock",
123119
"gtest",
@@ -150,16 +146,13 @@
150146
"LPWSTR",
151147
"MAKELANGID",
152148
"mbedtls",
153-
"mchelnokov",
154149
"mbps",
155150
"MHSM",
156151
"mmdc",
157-
"mmspecial",
158152
"moxygen",
159153
"MSAL",
160154
"msft",
161155
"MSRC",
162-
"Mykhailo",
163156
"nbio",
164157
"ncus",
165158
"Niels",
@@ -175,7 +168,6 @@
175168
"nostd",
176169
"nread",
177170
"NTSTATUS",
178-
"odata",
179171
"Oaep",
180172
"OIDC",
181173
"okhttp",
@@ -202,7 +194,6 @@
202194
"rtti",
203195
"rwxrw",
204196
"sasia",
205-
"sbom",
206197
"Schonberger",
207198
"scus",
208199
"SDDL",
@@ -219,7 +210,6 @@
219210
"stoull",
220211
"STREQ",
221212
"Sutou",
222-
"testid",
223213
"swedencentral",
224214
"switzerlandnorth",
225215
"switzerlandwest",
@@ -253,7 +243,6 @@
253243
"Wunused",
254244
"xbox",
255245
"Xclang",
256-
"xcode",
257246
"XSMB",
258247
"zulu"
259248
],
@@ -262,16 +251,9 @@
262251
"filename": "CMakePresets.json",
263252
"words": [
264253
"ASAN",
265-
"asan",
266254
"fsanitize"
267255
]
268256
},
269-
{
270-
"filename": ".clang-format",
271-
"words": [
272-
"Dont"
273-
]
274-
},
275257
{
276258
"filename": "**/eng/pipelines/templates/**/*.yml",
277259
"words": [
@@ -283,7 +265,6 @@
283265
{
284266
"filename": "**/eng/**",
285267
"words": [
286-
"azblob",
287268
"TEAMPROJECTID",
288269
"issecret",
289270
"PSScriptRoot",
@@ -368,14 +349,6 @@
368349
"pfile"
369350
]
370351
},
371-
{
372-
"filename": "**/sdk/tables/test-resources.json",
373-
"words": [
374-
"bfqt",
375-
"rwdlacup",
376-
"pfile"
377-
]
378-
},
379352
{
380353
"filename": "**/sdk/storage/faq.md",
381354
"words": [

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,6 @@ add_subdirectory(sdk/identity)
161161
add_subdirectory(sdk/keyvault)
162162
add_subdirectory(sdk/storage)
163163
add_subdirectory(sdk/template)
164-
add_subdirectory(sdk/tables)
165164

166165
if(BUILD_SAMPLES)
167166
add_subdirectory(samples/integration/vcpkg-all-smoke)

CMakePresets.json

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -344,16 +344,6 @@
344344
"RUN_LONG_UNIT_TESTS": true
345345
}
346346
},
347-
{
348-
"name": "x86-static-release",
349-
"displayName": "x86 Release, static",
350-
"description": "Windows x86 Release build",
351-
"inherits": [
352-
"x86-static",
353-
"release-build"
354-
]
355-
356-
},
357347
{
358348
"name": "x64-debug-tests",
359349
"displayName": "x64 Debug With Tests",

0 commit comments

Comments
 (0)