Skip to content

[DO NOT REVIEW] [DO NOT MERGE] Fileshares 2024 01 01 preview #34351

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

Open
wants to merge 49 commits into
base: main
Choose a base branch
from

Conversation

ankushbindlish2
Copy link
Member

Choose a PR Template

Switch to "Preview" on this description then select one of the choices below.

Click here to open a PR for a Data Plane API.

Click here to open a PR for a Control Plane (ARM) API.

Click here to open a PR for only SDK configuration.

Copy link

openapi-pipeline-app bot commented Apr 29, 2025

Next Steps to Merge

Next steps that must be taken to merge this PR:
  • ❌ This PR targets either the main branch of the public specs repo or the RPSaaSMaster branch of the private specs repo. These branches are not intended for iterative development. Therefore, you must acknowledge you understand that after this PR is merged, the APIs are considered shipped to Azure customers. Any further attempts at in-place modifications to the APIs will be subject to Azure's versioning and breaking change policies. Additionally, for control plane APIs, you must acknowledge that you are following all the best practices documented by ARM at aka.ms/armapibestpractices. If you do intend to release the APIs to your customers by merging this PR, add the PublishToCustomers label to your PR in acknowledgement of the above. Otherwise, retarget this PR onto a feature branch, i.e. with prefix release- (see aka.ms/azsdk/api-versions#release--branches).
  • ❌ This PR is in purview of the ARM review (label: ARMReview). This PR must get ARMSignedOff label from an ARM reviewer.
    This PR is not ready for ARM review (label: NotReadyForARMReview). This PR will not be reviewed by ARM until relevant problems are fixed. Consult the rest of this Next Steps to Merge comment for details.
    Once the blocking problems are addressed, add to the PR a comment with contents /azp run. Automation will re-evaluate this PR and if everything looks good, it will add WaitForARMFeedback label which will put this PR on the ARM review queue.
    For details of the ARM review, see aka.ms/azsdk/pr-arm-review
  • ❌ This PR is NotReadyForARMReview because it has the CI-RpaaSRPNotInPrivateRepo label.
  • ❌ This PR has CI-RpaaSRPNotInPrivateRepo label. This means it is introducing a new RP (Resource Provider) namespace to the main branch without first merging the new RP to the RPSaaSMaster branch. To resolve, first submit and merge a PR with the new RP namespace to the RPSaaSMasterbranch.This PR will remain blocked until then.
  • ❌ The required check named Automated merging requirements met has failed. This is the final check that must pass. Refer to the check in the PR's 'Checks' tab for details on how to fix it and consult the aka.ms/ci-fix guide. In addition, refer to step 4 in the PR workflow diagram

Copy link

openapi-pipeline-app bot commented Apr 29, 2025

PR validation pipeline restarted successfully. If there is ApiView generated, it will be updated in this comment.

Copy link

github-actions bot commented Apr 29, 2025

API Change Check

APIView identified API level changes in this PR and created the following API reviews

Language API Review for Package
TypeSpec Microsoft.FileShares
Go sdk/resourcemanager/fileshares/armfileshares
Python azure-mgmt-fileshares
Swagger Microsoft.FileShares

@ankushbindlish2 ankushbindlish2 requested a review from Copilot April 29, 2025 23:11
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR introduces configuration updates for the Fileshares service preview in preparation for upcoming releases.

  • Adds a cspell configuration file to manage spelling dictionaries.
  • Introduces a new tspconfig.yaml configuration file for various language emitters to generate the Fileshares API SDK.

Reviewed Changes

Copilot reviewed 5 out of 14 changed files in this pull request and generated no comments.

File Description
specification/fileshares/cspell.yaml Added import and custom word list entries for the spelling dictionary.
specification/fileshares/FileShares.Management/tspconfig.yaml Added configuration options for multiple language emitters for the Fileshares API.
Files not reviewed (9)
  • specification/fileshares/FileShares.Management/examples/FileShares_Create.json: Language not supported
  • specification/fileshares/FileShares.Management/examples/FileShares_Delete.json: Language not supported
  • specification/fileshares/FileShares.Management/examples/FileShares_Get.json: Language not supported
  • specification/fileshares/FileShares.Management/examples/FileShares_ListByResourceGroup.json: Language not supported
  • specification/fileshares/FileShares.Management/examples/FileShares_ListBySubscription.json: Language not supported
  • specification/fileshares/FileShares.Management/examples/FileShares_Update.json: Language not supported
  • specification/fileshares/FileShares.Management/examples/LocationOperationStatus_Get.json: Language not supported
  • specification/fileshares/FileShares.Management/examples/Operations_List.json: Language not supported
  • specification/fileshares/FileShares.Management/main.tsp: Language not supported

@AzureRestAPISpecReview AzureRestAPISpecReview added ReadyForApiTest <valid label in PR review process>add this label when swagger and service APIs are ready for test SuppressionReviewRequired labels May 1, 2025
@JiaqiZhang-Dev
Copy link
Member

/azp run

Copy link

You have several pipelines (over 10) configured to build pull requests in this repository. Specify which pipelines you would like to run by using /azp run [pipelines] command. You can specify multiple pipelines using a comma separated list.

@JiaqiZhang-Dev
Copy link
Member

/azp run

Copy link

You have several pipelines (over 10) configured to build pull requests in this repository. Specify which pipelines you would like to run by using /azp run [pipelines] command. You can specify multiple pipelines using a comma separated list.

@JiaqiZhang-Dev
Copy link
Member

/azp run

Copy link

You have several pipelines (over 10) configured to build pull requests in this repository. Specify which pipelines you would like to run by using /azp run [pipelines] command. You can specify multiple pipelines using a comma separated list.

@tadelesh
Copy link
Member

tadelesh commented May 6, 2025

/azp run

Copy link

You have several pipelines (over 10) configured to build pull requests in this repository. Specify which pipelines you would like to run by using /azp run [pipelines] command. You can specify multiple pipelines using a comma separated list.

@tadelesh
Copy link
Member

tadelesh commented May 6, 2025

/azp run

Copy link

You have several pipelines (over 10) configured to build pull requests in this repository. Specify which pipelines you would like to run by using /azp run [pipelines] command. You can specify multiple pipelines using a comma separated list.

@ankushbindlish2 ankushbindlish2 changed the title [DO NOT MERGE] Fileshares 2024 01 01 preview [DO NOT REVIEW] [DO NOT MERGE] Fileshares 2024 01 01 preview May 8, 2025
"csharp"
);

@@clientName(Azure.ResourceManager.CommonTypes.Operation, "Info", "csharp");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should be renamed to OperationInfo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants