Skip to content

Commit

Permalink
[storage] Fixed issue of not be able to update package version in rel…
Browse files Browse the repository at this point in the history
…ease pipeline (#30034)

[storage] Fixed issue of not be able to update package version in release pipeline
[Storage] Skip a case not work in service temporary
Add weiwei as storage code owner
  • Loading branch information
EmmaZhu authored Jun 13, 2024
1 parent c5e113a commit f091281
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@

# PRLabel: %Storage
# ServiceLabel: %Storage
/sdk/storage/ @EmmaZhu @XiaoningLiu @vinjiang @jiacfan @ljian3377
/sdk/storage/ @EmmaZhu @XiaoningLiu @vinjiang @jiacfan @ljian3377 @blueww

# PRLabel: %Synapse
# ServiceLabel: %Synapse
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/storage-blob/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"//metadata": {
"constantPaths": [
{
"path": "src/generated/src/storageClientContext.ts",
"path": "src/generated/src/storageClient.ts",
"prefix": "packageVersion"
},
{
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/storage-file-datalake/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"//metadata": {
"constantPaths": [
{
"path": "src/generated/src/storageClientContext.ts",
"path": "src/generated/src/storageClient.ts",
"prefix": "packageVersion"
},
{
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/storage-file-share/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"//metadata": {
"constantPaths": [
{
"path": "src/generated/src/storageClientContext.ts",
"path": "src/generated/src/storageClient.ts",
"prefix": "packageVersion"
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ describe("FileServiceClient Premium", () => {
assert.ok(propertiesSet.protocol?.smb?.multichannel);
});

it("Share Enable Protocol & Share Squash Root", async function (this: Context) {
it.skip("Share Enable Protocol & Share Squash Root", async function (this: Context) {
const shareName = recorder.variable("share", getUniqueName("share"));
const shareClient = serviceClient.getShareClient(shareName);

Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/storage-queue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"//metadata": {
"constantPaths": [
{
"path": "src/generated/src/storageClientContext.ts",
"path": "src/generated/src/storageClient.ts",
"prefix": "packageVersion"
},
{
Expand Down

0 comments on commit f091281

Please sign in to comment.