azure-rest-api-specs
azure-rest-api-specs copied to clipboard
Add xms-ids for frontdoor
MSFT employees can try out our new experience at OpenAPI Hub - one location for using our validation tools and finding your workflow.
Changelog
Add a changelog entry for this PR by answering the following questions:
- What's the purpose of the update?
- [ ] new service onboarding
- [ ] new API version
- [ ] update existing version for new feature
- [ ] update existing version to fix swagger quality issue in s360
- [x] Other, please clarify
About this Change APIs will need to start indicating item uniqueness in arrays. By default, uniqueness is the string property called "id" of items in an array. When that property does not exist, the x-ms-identifiers extension property must be used to specify the identifying property(s) or lack thereof. This pull request is my best guess effort to ease resource providers into the new requirement before it becomes enforced. Compliance and accuracy will need to be owned and maintained by the resource provider going forward.
See https://github.com/Azure/autorest/tree/main/docs/extensions#x-ms-identifiers.
You can also make changes after this PR is checked in. At this point, this annotation is only used by Change Analysis for change computation, so making changes afterwards shouldn’t be a breaking change.
- When are you targeting to deploy the new service/feature to public regions? Please provide the date or, if the date is not yet available, the month.
- When do you expect to publish the swagger? Please provide date or, the the date is not yet available, the month.
- If updating an existing version, please select the specific language SDKs and CLIs that must be refreshed after the swagger is published.
- [ ] SDK of .NET (need service team to ensure code readiness)
- [ ] SDK of Python
- [ ] SDK of Java
- [ ] SDK of Js
- [ ] SDK of Go
- [ ] PowerShell
- [ ] CLI
- [ ] Terraform
- [x] No refresh required for updates in this PR
Contribution checklist:
- [x] I commit to follow the Breaking Change Policy of "no breaking changes"
- [x] I have reviewed the documentation for the workflow.
- [x] Validation tools were run on swagger spec(s) and errors have all been fixed in this PR. How to fix?
If any further question about AME onboarding or validation tools, please view the FAQ.
ARM API Review Checklist
Applicability: :warning:
If your changes encompass only the following scenarios, you should SKIP this section, as these scenarios do not require ARM review.
- Change to data plane APIs
- Adding new properties
- All removals
Otherwise your PR may be subject to ARM review requirements. Complete the following:
-
[ ] Check this box if any of the following appy to the PR so that the label "ARMReview" and "WaitForARMFeedback" will be added by bot to kick off ARM API Review. Missing to check this box in the following scenario may result in delays to the ARM manifest review and deployment.
- Adding a new service
- Adding new API(s)
- Adding a new API version -[ ] To review changes efficiently, ensure you are using OpenAPIHub to initialize the PR for adding a new version. More details, refer to the wiki.
-
[ ] Ensure you've reviewed following guidelines including ARM resource provider contract and REST guidelines. Estimated time (4 hours). This is required before you can request review from ARM API Review board.
-
[ ] If you are blocked on ARM review and want to get the PR merged with urgency, please get the ARM oncall for reviews (RP Manifest Approvers team under Azure Resource Manager service) from IcM and reach out to them.
Breaking Change Review Checklist
If any of the following scenarios apply to the PR, request approval from the Breaking Change Review Board as defined in the Breaking Change Policy.
- [ ] Removing API(s) in a stable version
- [ ] Removing properties in a stable version
- [ ] Removing API version(s) in a stable version
- [ ] Updating API in a stable or public preview version with Breaking Change Validation errors
- [ ] Updating API(s) in public preview over 1 year (refer to Retirement of Previews)
Action: to initiate an evaluation of the breaking change, create a new intake using the template for breaking changes. Addition details on the process and office hours are on the Breaking change Wiki.
Please follow the link to find more details on PR review process.
Hi, @j-zhong-ms Thanks for your PR. I am workflow bot for review process. Here are some small tips.
Swagger Validation Report
️️✔️BreakingChange succeeded [Detail] [Expand]
There are no breaking changes.
| compared swaggers (via Oad v0.9.6)] | new version | base version |
|---|---|---|
| 2022-05-01 | 2022-05-01(adfbaa7) | 2022-05-01(main) |
| networkexperiment.json | 2019-11-01(adfbaa7) | 2019-11-01(main) |
| frontdoor.json | 2020-05-01(adfbaa7) | 2020-05-01(main) |
️️✔️Breaking Change(Cross-Version) succeeded [Detail] [Expand]
There are no breaking changes.
️️✔️CredScan succeeded [Detail] [Expand]
There is no credential detected.
️⚠️LintDiff: 0 Warnings warning [Detail]
| compared tags (via openapi-validator v1.13.0) | new version | base version |
|---|---|---|
| package-2022-05 | package-2022-05(adfbaa7) | package-2022-05(main) |
| package-2020-11 | package-2020-11(adfbaa7) | package-2020-11(main) |
| package-2020-05 | package-2020-05(adfbaa7) | package-2020-05(main) |
| package-2020-04 | package-2020-04(adfbaa7) | package-2020-04(main) |
| package-2020-01 | package-2020-01(adfbaa7) | package-2020-01(main) |
| package-2019-11 | package-2019-11(adfbaa7) | package-2019-11(main) |
The following errors/warnings exist before current PR submission:
Only 30 items are listed, please refer to log for more details.
| Rule | Message |
|---|---|
R3021 - PathResourceTypeNameCamelCase |
Resource type naming must follow camel case. Path: '/subscriptions/{subscriptionId}/providers/Microsoft.Network/NetworkExperimentProfiles' Location: Microsoft.Network/stable/2019-11-01/networkexperiment.json#L55 |
R3021 - PathResourceTypeNameCamelCase |
Resource type naming must follow camel case. Path: '/subscriptions/{subscriptionId}/providers/Microsoft.Network/NetworkExperimentProfiles' Location: Microsoft.Network/stable/2019-11-01/networkexperiment.json#L55 |
R3021 - PathResourceTypeNameCamelCase |
Resource type naming must follow camel case. Path: '/subscriptions/{subscriptionId}/providers/Microsoft.Network/NetworkExperimentProfiles' Location: Microsoft.Network/stable/2019-11-01/networkexperiment.json#L55 |
R3021 - PathResourceTypeNameCamelCase |
Resource type naming must follow camel case. Path: '/subscriptions/{subscriptionId}/providers/Microsoft.Network/NetworkExperimentProfiles' Location: Microsoft.Network/stable/2019-11-01/networkexperiment.json#L55 |
R3021 - PathResourceTypeNameCamelCase |
Resource type naming must follow camel case. Path: '/subscriptions/{subscriptionId}/providers/Microsoft.Network/NetworkExperimentProfiles' Location: Microsoft.Network/stable/2019-11-01/networkexperiment.json#L55 |
R3021 - PathResourceTypeNameCamelCase |
Resource type naming must follow camel case. Path: '/subscriptions/{subscriptionId}/providers/Microsoft.Network/NetworkExperimentProfiles' Location: Microsoft.Network/stable/2019-11-01/networkexperiment.json#L55 |
R3021 - PathResourceTypeNameCamelCase |
Resource type naming must follow camel case. Path: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/NetworkExperimentProfiles' Location: Microsoft.Network/stable/2019-11-01/networkexperiment.json#L97 |
R3021 - PathResourceTypeNameCamelCase |
Resource type naming must follow camel case. Path: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/NetworkExperimentProfiles' Location: Microsoft.Network/stable/2019-11-01/networkexperiment.json#L97 |
R3021 - PathResourceTypeNameCamelCase |
Resource type naming must follow camel case. Path: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/NetworkExperimentProfiles' Location: Microsoft.Network/stable/2019-11-01/networkexperiment.json#L97 |
R3021 - PathResourceTypeNameCamelCase |
Resource type naming must follow camel case. Path: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/NetworkExperimentProfiles' Location: Microsoft.Network/stable/2019-11-01/networkexperiment.json#L97 |
R3021 - PathResourceTypeNameCamelCase |
Resource type naming must follow camel case. Path: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/NetworkExperimentProfiles' Location: Microsoft.Network/stable/2019-11-01/networkexperiment.json#L97 |
R3021 - PathResourceTypeNameCamelCase |
Resource type naming must follow camel case. Path: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/NetworkExperimentProfiles' Location: Microsoft.Network/stable/2019-11-01/networkexperiment.json#L97 |
R3021 - PathResourceTypeNameCamelCase |
Resource type naming must follow camel case. Path: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/NetworkExperimentProfiles/{profileName}' Location: Microsoft.Network/stable/2019-11-01/networkexperiment.json#L142 |
R3021 - PathResourceTypeNameCamelCase |
Resource type naming must follow camel case. Path: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/NetworkExperimentProfiles/{profileName}' Location: Microsoft.Network/stable/2019-11-01/networkexperiment.json#L142 |
R3021 - PathResourceTypeNameCamelCase |
Resource type naming must follow camel case. Path: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/NetworkExperimentProfiles/{profileName}' Location: Microsoft.Network/stable/2019-11-01/networkexperiment.json#L142 |
R3021 - PathResourceTypeNameCamelCase |
Resource type naming must follow camel case. Path: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/NetworkExperimentProfiles/{profileName}' Location: Microsoft.Network/stable/2019-11-01/networkexperiment.json#L142 |
R3021 - PathResourceTypeNameCamelCase |
Resource type naming must follow camel case. Path: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/NetworkExperimentProfiles/{profileName}' Location: Microsoft.Network/stable/2019-11-01/networkexperiment.json#L142 |
R3021 - PathResourceTypeNameCamelCase |
Resource type naming must follow camel case. Path: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/NetworkExperimentProfiles/{profileName}' Location: Microsoft.Network/stable/2019-11-01/networkexperiment.json#L142 |
R3021 - PathResourceTypeNameCamelCase |
Resource type naming must follow camel case. Path: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/NetworkExperimentProfiles/{profileName}/PreconfiguredEndpoints' Location: Microsoft.Network/stable/2019-11-01/networkexperiment.json#L356 |
R3021 - PathResourceTypeNameCamelCase |
Resource type naming must follow camel case. Path: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/NetworkExperimentProfiles/{profileName}/PreconfiguredEndpoints' Location: Microsoft.Network/stable/2019-11-01/networkexperiment.json#L356 |
R3021 - PathResourceTypeNameCamelCase |
Resource type naming must follow camel case. Path: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/NetworkExperimentProfiles/{profileName}/PreconfiguredEndpoints' Location: Microsoft.Network/stable/2019-11-01/networkexperiment.json#L356 |
R3021 - PathResourceTypeNameCamelCase |
Resource type naming must follow camel case. Path: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/NetworkExperimentProfiles/{profileName}/PreconfiguredEndpoints' Location: Microsoft.Network/stable/2019-11-01/networkexperiment.json#L356 |
R3021 - PathResourceTypeNameCamelCase |
Resource type naming must follow camel case. Path: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/NetworkExperimentProfiles/{profileName}/PreconfiguredEndpoints' Location: Microsoft.Network/stable/2019-11-01/networkexperiment.json#L356 |
R3021 - PathResourceTypeNameCamelCase |
Resource type naming must follow camel case. Path: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/NetworkExperimentProfiles/{profileName}/PreconfiguredEndpoints' Location: Microsoft.Network/stable/2019-11-01/networkexperiment.json#L356 |
R3021 - PathResourceTypeNameCamelCase |
Resource type naming must follow camel case. Path: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/NetworkExperimentProfiles/{profileName}/Experiments' Location: Microsoft.Network/stable/2019-11-01/networkexperiment.json#L404 |
R3021 - PathResourceTypeNameCamelCase |
Resource type naming must follow camel case. Path: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/NetworkExperimentProfiles/{profileName}/Experiments' Location: Microsoft.Network/stable/2019-11-01/networkexperiment.json#L404 |
R3021 - PathResourceTypeNameCamelCase |
Resource type naming must follow camel case. Path: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/NetworkExperimentProfiles/{profileName}/Experiments' Location: Microsoft.Network/stable/2019-11-01/networkexperiment.json#L404 |
R3021 - PathResourceTypeNameCamelCase |
Resource type naming must follow camel case. Path: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/NetworkExperimentProfiles/{profileName}/Experiments' Location: Microsoft.Network/stable/2019-11-01/networkexperiment.json#L404 |
R3021 - PathResourceTypeNameCamelCase |
Resource type naming must follow camel case. Path: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/NetworkExperimentProfiles/{profileName}/Experiments' Location: Microsoft.Network/stable/2019-11-01/networkexperiment.json#L404 |
R3021 - PathResourceTypeNameCamelCase |
Resource type naming must follow camel case. Path: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/NetworkExperimentProfiles/{profileName}/Experiments' Location: Microsoft.Network/stable/2019-11-01/networkexperiment.json#L404 |
️⚠️Avocado: 1 Warnings warning [Detail]
| Rule | Message |
|---|---|
| :warning: MULTIPLE_API_VERSION | The default tag contains multiple API versions swaggers. readme: specification/frontdoor/resource-manager/readme.md tag: specification/frontdoor/resource-manager/readme.md#tag-package-2022-05 |
️️✔️ApiReadinessCheck succeeded [Detail] [Expand]
️❌ModelValidation: 2 Errors, 0 Warnings failed [Detail]
| Rule | Message |
|---|---|
LRO_RESPONSE_HEADER |
Long running operation should return location or azure-AsyncOperation in header but not provided Url: Microsoft.Network/stable/2019-11-01/networkexperiment.json#L284:22 ExampleUrl: stable/2019-11-01/examples/NetworkExperimentUpdateProfile.json |
LRO_RESPONSE_HEADER |
Long running operation should return location or azure-AsyncOperation in header but not provided Url: Microsoft.Network/stable/2019-11-01/networkexperiment.json#L600:22 ExampleUrl: stable/2019-11-01/examples/NetworkExperimentUpdateExperiment.json |
️️✔️SemanticValidation succeeded [Detail] [Expand]
Validation passes for SemanticValidation.
️️✔️PoliCheck succeeded [Detail] [Expand]
Validation passed for PoliCheck.
️⚠️SDK Track2 Validation: 0 Warnings warning [Detail]
- The following tags are being changed in this PR
- "https://github.com/Azure/azure-rest-api-specs/blob/adfbaa78503555f4a4c76037292230e073b608d5/specification/frontdoor/resource-manager/readme.md#tag-package-2022-05">frontdoor/resource-manager/readme.md#package-2022-05
- "https://github.com/Azure/azure-rest-api-specs/blob/adfbaa78503555f4a4c76037292230e073b608d5/specification/frontdoor/resource-manager/readme.md#tag-package-2020-11">frontdoor/resource-manager/readme.md#package-2020-11
- "https://github.com/Azure/azure-rest-api-specs/blob/adfbaa78503555f4a4c76037292230e073b608d5/specification/frontdoor/resource-manager/readme.md#tag-package-2020-05">frontdoor/resource-manager/readme.md#package-2020-05
- "https://github.com/Azure/azure-rest-api-specs/blob/adfbaa78503555f4a4c76037292230e073b608d5/specification/frontdoor/resource-manager/readme.md#tag-package-2020-04">frontdoor/resource-manager/readme.md#package-2020-04
- "https://github.com/Azure/azure-rest-api-specs/blob/adfbaa78503555f4a4c76037292230e073b608d5/specification/frontdoor/resource-manager/readme.md#tag-package-2020-01">frontdoor/resource-manager/readme.md#package-2020-01
- "https://github.com/Azure/azure-rest-api-specs/blob/adfbaa78503555f4a4c76037292230e073b608d5/specification/frontdoor/resource-manager/readme.md#tag-package-2019-11">frontdoor/resource-manager/readme.md#package-2019-11
| Rule | Message |
|---|---|
| :warning: PreCheck/PropertyRedeclarationWarning | "readme":"frontdoor/resource-manager/readme.md", "tag":"package-2022-05", "details":"Schema 'Profile' has a property 'name' that is already declared the parent schema 'Resource' but 'readonly' has been changed -- this is not permitted. The property has been removed from Profile" |
| :warning: PreCheck/PropertyRedeclarationWarning | "readme":"frontdoor/resource-manager/readme.md", "tag":"package-2022-05", "details":"Schema 'Experiment' has a property 'name' that is already declared the parent schema 'Resource' but isn't significantly different. The property has been removed from Experiment" |
| :warning: PreCheck/PropertyRedeclarationWarning | "readme":"frontdoor/resource-manager/readme.md", "tag":"package-2022-05", "details":"Schema 'PreconfiguredEndpoint' has a property 'name' that is already declared the parent schema 'Resource' but 'readonly' has been changed -- this is not permitted. The property has been removed from PreconfiguredEndpoint" |
| :warning: UnkownSecurityScheme | "readme":"frontdoor/resource-manager/readme.md", "tag":"package-2022-05", "details":"Security scheme azure_auth is unknown and will not be processed. Only supported types are AADToken, AzureKey, Anonymous" |
| :warning: PreCheck/PropertyRedeclarationWarning | "readme":"frontdoor/resource-manager/readme.md", "tag":"package-2020-11", "details":"Schema 'Profile' has a property 'name' that is already declared the parent schema 'Resource' but 'readonly' has been changed -- this is not permitted. The property has been removed from Profile" |
| :warning: PreCheck/PropertyRedeclarationWarning | "readme":"frontdoor/resource-manager/readme.md", "tag":"package-2020-11", "details":"Schema 'Experiment' has a property 'name' that is already declared the parent schema 'Resource' but isn't significantly different. The property has been removed from Experiment" |
| :warning: PreCheck/PropertyRedeclarationWarning | "readme":"frontdoor/resource-manager/readme.md", "tag":"package-2020-11", "details":"Schema 'PreconfiguredEndpoint' has a property 'name' that is already declared the parent schema 'Resource' but 'readonly' has been changed -- this is not permitted. The property has been removed from PreconfiguredEndpoint" |
| :warning: UnkownSecurityScheme | "readme":"frontdoor/resource-manager/readme.md", "tag":"package-2020-11", "details":"Security scheme azure_auth is unknown and will not be processed. Only supported types are AADToken, AzureKey, Anonymous" |
| :warning: PreCheck/PropertyRedeclarationWarning | "readme":"frontdoor/resource-manager/readme.md", "tag":"package-2020-05", "details":"Schema 'Profile' has a property 'name' that is already declared the parent schema 'Resource' but 'readonly' has been changed -- this is not permitted. The property has been removed from Profile" |
| :warning: PreCheck/PropertyRedeclarationWarning | "readme":"frontdoor/resource-manager/readme.md", "tag":"package-2020-05", "details":"Schema 'Experiment' has a property 'name' that is already declared the parent schema 'Resource' but isn't significantly different. The property has been removed from Experiment" |
| :warning: PreCheck/PropertyRedeclarationWarning | "readme":"frontdoor/resource-manager/readme.md", "tag":"package-2020-05", "details":"Schema 'PreconfiguredEndpoint' has a property 'name' that is already declared the parent schema 'Resource' but 'readonly' has been changed -- this is not permitted. The property has been removed from PreconfiguredEndpoint" |
| :warning: UnkownSecurityScheme | "readme":"frontdoor/resource-manager/readme.md", "tag":"package-2020-05", "details":"Security scheme azure_auth is unknown and will not be processed. Only supported types are AADToken, AzureKey, Anonymous" |
| :warning: PreCheck/PropertyRedeclarationWarning | "readme":"frontdoor/resource-manager/readme.md", "tag":"package-2020-04", "details":"Schema 'Profile' has a property 'name' that is already declared the parent schema 'Resource' but 'readonly' has been changed -- this is not permitted. The property has been removed from Profile" |
| :warning: PreCheck/PropertyRedeclarationWarning | "readme":"frontdoor/resource-manager/readme.md", "tag":"package-2020-04", "details":"Schema 'Experiment' has a property 'name' that is already declared the parent schema 'Resource' but isn't significantly different. The property has been removed from Experiment" |
| :warning: PreCheck/PropertyRedeclarationWarning | "readme":"frontdoor/resource-manager/readme.md", "tag":"package-2020-04", "details":"Schema 'PreconfiguredEndpoint' has a property 'name' that is already declared the parent schema 'Resource' but 'readonly' has been changed -- this is not permitted. The property has been removed from PreconfiguredEndpoint" |
| :warning: UnkownSecurityScheme | "readme":"frontdoor/resource-manager/readme.md", "tag":"package-2020-04", "details":"Security scheme azure_auth is unknown and will not be processed. Only supported types are AADToken, AzureKey, Anonymous" |
| :warning: PreCheck/PropertyRedeclarationWarning | "readme":"frontdoor/resource-manager/readme.md", "tag":"package-2020-01", "details":"Schema 'Profile' has a property 'name' that is already declared the parent schema 'Resource' but 'readonly' has been changed -- this is not permitted. The property has been removed from Profile" |
| :warning: PreCheck/PropertyRedeclarationWarning | "readme":"frontdoor/resource-manager/readme.md", "tag":"package-2020-01", "details":"Schema 'Experiment' has a property 'name' that is already declared the parent schema 'Resource' but isn't significantly different. The property has been removed from Experiment" |
| :warning: PreCheck/PropertyRedeclarationWarning | "readme":"frontdoor/resource-manager/readme.md", "tag":"package-2020-01", "details":"Schema 'PreconfiguredEndpoint' has a property 'name' that is already declared the parent schema 'Resource' but 'readonly' has been changed -- this is not permitted. The property has been removed from PreconfiguredEndpoint" |
| :warning: UnkownSecurityScheme | "readme":"frontdoor/resource-manager/readme.md", "tag":"package-2020-01", "details":"Security scheme azure_auth is unknown and will not be processed. Only supported types are AADToken, AzureKey, Anonymous" |
| :warning: PreCheck/PropertyRedeclarationWarning | "readme":"frontdoor/resource-manager/readme.md", "tag":"package-2019-11", "details":"Schema 'Profile' has a property 'name' that is already declared the parent schema 'Resource' but 'readonly' has been changed -- this is not permitted. The property has been removed from Profile" |
| :warning: PreCheck/PropertyRedeclarationWarning | "readme":"frontdoor/resource-manager/readme.md", "tag":"package-2019-11", "details":"Schema 'Experiment' has a property 'name' that is already declared the parent schema 'Resource' but isn't significantly different. The property has been removed from Experiment" |
| :warning: PreCheck/PropertyRedeclarationWarning | "readme":"frontdoor/resource-manager/readme.md", "tag":"package-2019-11", "details":"Schema 'PreconfiguredEndpoint' has a property 'name' that is already declared the parent schema 'Resource' but 'readonly' has been changed -- this is not permitted. The property has been removed from PreconfiguredEndpoint" |
| :warning: UnkownSecurityScheme | "readme":"frontdoor/resource-manager/readme.md", "tag":"package-2019-11", "details":"Security scheme azure_auth is unknown and will not be processed. Only supported types are AADToken, AzureKey, Anonymous" |
️️✔️PrettierCheck succeeded [Detail] [Expand]
Validation passes for PrettierCheck.
️️✔️SpellCheck succeeded [Detail] [Expand]
Validation passes for SpellCheck.
️️✔️Lint(RPaaS) succeeded [Detail] [Expand]
Validation passes for Lint(RPaaS).
️️✔️CadlValidation succeeded [Detail] [Expand]
Validation passes for CadlValidation.
Swagger Generation Artifacts
️️✔️ApiDocPreview succeeded [Detail] [Expand]
Please click here to preview with your @microsoft account.
️❌ azure-sdk-for-net failed [Detail]
❌Failed [Logs] Generate from dcf77038cdff70efdb5656cb819251f2042ebef9. SDK Automation 14.0.0warn Skip initScript due to not configured command sudo apt-get install -y dotnet-sdk-6.0 command autorest --version=2.0.4421 --csharp --reflect-api-versions --license-header=MICROSOFT_MIT_NO_VERSION [email protected]/[email protected] --csharp-sdks-folder=/mnt/vss/_work/1/s/azure-sdk-for-net/sdk ../azure-rest-api-specs/specification/frontdoor/resource-manager/readme.md cmderr [Autorest] realpath(): Permission denied cmderr [Autorest] realpath(): Permission denied cmderr [Autorest] realpath(): Permission denied cmderr [Autorest] realpath(): Permission denied cmderr [Autorest] realpath(): Permission denied cmderr [Autorest] realpath(): Permission denied cmderr [Autorest] No usable version of the libssl was found cmderr [Autorest] FATAL: csharp/simplifier - FAILED cmderr [Autorest] FATAL: Error: [Exception] AutoRest extension '@microsoft.azure/autorest.csharp' terminated. cmderr [Autorest] Process() cancelled due to exception : [Exception] AutoRest extension '@microsoft.azure/autorest.csharp' terminated. error Script return with result [failed] code [1] signal [null] cwd [azure-sdk-for-net]: autorest warn Skip package processing as generation is failed
️⚠️ azure-sdk-for-python-track2 warning [Detail]
⚠️Warning [Logs] Generate from dcf77038cdff70efdb5656cb819251f2042ebef9. SDK Automation 14.0.0command sh scripts/automation_init.sh ../azure-sdk-for-python_tmp/initInput.json ../azure-sdk-for-python_tmp/initOutput.json cmderr [automation_init.sh] WARNING: Skipping azure-nspkg as it is not installed. command sh scripts/automation_generate.sh ../azure-sdk-for-python_tmp/generateInput.json ../azure-sdk-for-python_tmp/generateOutput.json cmderr [automation_generate.sh] global `--global`, `--local` are deprecated. Use `--location=global` instead.
️✔️track2_azure-mgmt-frontdoor [View full logs] [Preview SDK Changes]info [Changelog] **Features** info [Changelog] info [Changelog] - Added operation PoliciesOperations.begin_update
️️✔️ azure-sdk-for-go succeeded [Detail] [Expand]
️✔️Succeeded [Logs] Generate from dcf77038cdff70efdb5656cb819251f2042ebef9. SDK Automation 14.0.0command sh ./eng/scripts/automation_init.sh ../../../../../azure-sdk-for-go_tmp/initInput.json ../../../../../azure-sdk-for-go_tmp/initOutput.json command generator automation-v2 ../../../../../azure-sdk-for-go_tmp/generateInput.json ../../../../../azure-sdk-for-go_tmp/generateOutput.json
️✔️armfrontdoor [View full logs] [Preview SDK Changes]info [Changelog] ### Features Added info [Changelog] info [Changelog] - New function `*PoliciesClient.BeginUpdate(context.Context, string, string, TagsObject, *PoliciesClientBeginUpdateOptions) (*runtime.Poller[PoliciesClientUpdateResponse], error)` info [Changelog] - New struct `PoliciesClientBeginUpdateOptions` info [Changelog] - New struct `PoliciesClientUpdateResponse` info [Changelog] info [Changelog] Total 0 breaking change(s), 5 additive change(s).
️⚠️ azure-sdk-for-js warning [Detail]
⚠️Warning [Logs] Generate from dcf77038cdff70efdb5656cb819251f2042ebef9. SDK Automation 14.0.0command sh .scripts/automation_init.sh ../azure-sdk-for-js_tmp/initInput.json ../azure-sdk-for-js_tmp/initOutput.json cmderr [automation_init.sh] WARN deprecated [email protected]: The functionality that this package provided is now in @npmcli/arborist cmderr [automation_init.sh] [email protected]: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. cmderr [automation_init.sh] deprecated @opentelemetry/[email protected]: Package renamed to @opentelemetry/api, see https://github.com/open-telemetry/opentelemetry-js cmderr [automation_init.sh] deprecated @azure/[email protected]: This version has been deprecated, please upgrade to the version tagged as latest cmderr [automation_init.sh] npm WARN @octokit/[email protected] requires a peer of @octokit/core@>=3 but none is installed. You must install peer dependencies yourself. warn File azure-sdk-for-js_tmp/initOutput.json not found to read command sh .scripts/automation_generate.sh ../azure-sdk-for-js_tmp/generateInput.json ../azure-sdk-for-js_tmp/generateOutput.json
️✔️@azure/arm-frontdoor [View full logs] [Preview SDK Changes]info [Changelog] **Features** info [Changelog] info [Changelog] - Added operation Policies.beginUpdate info [Changelog] - Added operation Policies.beginUpdateAndWait info [Changelog] - Added Interface PoliciesUpdateOptionalParams info [Changelog] - Added Type Alias PoliciesUpdateResponse error breakingChangeTracking is enabled, but version or changelogItem is not found in output.
️⚠️ azure-resource-manager-schemas warning [Detail]
⚠️Warning [Logs] Generate from dcf77038cdff70efdb5656cb819251f2042ebef9. Schema Automation 14.0.0command .sdkauto/initScript.sh ../azure-resource-manager-schemas_tmp/initInput.json ../azure-resource-manager-schemas_tmp/initOutput.json cmderr [initScript.sh] old lockfile cmderr [initScript.sh] npm WARN old lockfile The package-lock.json file was created with an old version of npm, cmderr [initScript.sh] npm WARN old lockfile so supplemental metadata must be fetched from the registry. cmderr [initScript.sh] npm WARN old lockfile cmderr [initScript.sh] npm WARN old lockfile This is a one-time fix-up, please be patient... cmderr [initScript.sh] npm WARN old lockfile warn File azure-resource-manager-schemas_tmp/initOutput.json not found to read command .sdkauto/generateScript.sh ../azure-resource-manager-schemas_tmp/generateInput.json ../azure-resource-manager-schemas_tmp/generateOutput.json warn No file changes detected after generation
️✔️frontdoor [View full logs]
Hi @j-zhong-ms, Your PR has some issues. Please fix the CI sequentially by following the order of Avocado, semantic validation, model validation, breaking change, lintDiff. If you have any questions, please post your questions in this channel https://aka.ms/swaggersupport.
| Task | How to fix | Priority |
|---|---|---|
| Avocado | Fix-Avocado | High |
| Semantic validation | Fix-SemanticValidation-Error | High |
| Model validation | Fix-ModelValidation-Error | High |
| LintDiff | Fix-LintDiff | high |
Hello @qiaozha could you please review this pr? It is not a breaking change. Thanks
@raych1 Can you help take a look at the model validation error ? Thanks
Hi @raych1 could you please help move this pr forward? The code changes shouldn't break anything. Thanks!
Hello @qiaozha could you please help merge this pr? The errors are not caused by the code changes. Thanks!
Hi @qiaozha @raych1 could you provide an update on when this will be merged? Thanks!
Hi, @j-zhong-ms. Your PR has no update for 14 days and it is marked as stale PR. If no further update for over 14 days, the bot will close the PR. If you want to refresh the PR, please remove no-recent-activity label.
Hi @qiaozha could you please help merge this pr? Thanks!
Hi, @j-zhong-ms. Your PR has no update for 14 days and it is marked as stale PR. If no further update for over 14 days, the bot will close the PR. If you want to refresh the PR, please remove no-recent-activity label.
Hi @qiaozha could you please merge this pr? Thanks!
Hi @raych1 could you please help merge this pr? Thanks!
@j-zhong-ms , regard to ModelValidation errors, you need to add Location header to 202 responses in examples.
Hi, @j-zhong-ms. Your PR has no update for 14 days and it is marked as stale PR. If no further update for over 14 days, the bot will close the PR. If you want to refresh the PR, please remove no-recent-activity label.
Hi @raych1 could you please help merge this pr? Thanks! The model validation errors are not caused by the code changes
Hi, @j-zhong-ms. Your PR has no update for 14 days and it is marked as stale PR. If no further update for over 14 days, the bot will close the PR. If you want to refresh the PR, please remove no-recent-activity label.
Hi @raych1 could you please help merge this pr? Thanks! The model validation errors are not caused by the code changes
Hi, @j-zhong-ms. Your PR has no update for 14 days and it is marked as stale PR. If no further update for over 14 days, the bot will close the PR. If you want to refresh the PR, please remove no-recent-activity label.
Hi, @j-zhong-ms. Your PR has no update for 14 days and it is marked as stale PR. If no further update for over 14 days, the bot will close the PR. If you want to refresh the PR, please remove no-recent-activity label.
Hi, @j-zhong-ms. Your PR has no update for 14 days and it is marked as stale PR. If no further update for over 14 days, the bot will close the PR. If you want to refresh the PR, please remove no-recent-activity label.
Hi, @j-zhong-ms. Your PR has no update for 14 days and it is marked as stale PR. If no further update for over 14 days, the bot will close the PR. If you want to refresh the PR, please remove no-recent-activity label.
Hi, @j-zhong-ms. Your PR has no update for 14 days and it is marked as stale PR. If no further update for over 14 days, the bot will close the PR. If you want to refresh the PR, please remove no-recent-activity label.
Hi @raych1 @qiaozha could you please help merge this pr? Thanks! The model validation errors are not caused by the code changes
Hi, @j-zhong-ms. Your PR has no update for 14 days and it is marked as stale PR. If no further update for over 14 days, the bot will close the PR. If you want to refresh the PR, please remove no-recent-activity label.
Hi, @j-zhong-ms. The PR will be closed since the PR has no update for 28 days. If you still need the PR review to proceed, please reopen it and @ mention PR assignee.