Add definition for "list child resources" operation
ARM (Control Plane) API Specification Update Pull Request
PR review workflow diagram
Please understand this diagram before proceeding. It explains how to get your PR approved & merged.
Purpose of this PR
What's the purpose of this PR? Check all that apply. This is mandatory!
- [ ] New API version. (Such PR should have been generated with OpenAPI Hub, per this wiki doc.)
- [ ] Update existing version for a new feature. (This is applicable only when you are revising a private preview API version.)
- [ ] Update existing version to fix swagger quality issues in S360.
- [x] Other, please clarify:
- Add details of an API that has always existed but is not currently not defined in this spec. My motivation for this change is this issue: https://github.com/Azure/azure-sdk-for-net/issues/24979.
Due diligence checklist
To merge this PR, you must go through the following checklist and confirm you understood and followed the instructions by checking all the boxes:
- [x] I have reviewed the general guidance on the spec PR review process: https://aka.ms/specprreview.
- [x] I confirm this PR is modifying Azure Resource Manager (ARM) related specifications, and not data-plane related specifications.
- [x] I commit to follow the Breaking Change Policy.
- [x] I have reviewed following Resource Provider guidelines, including
ARM resource provider contract and
REST guidelines (estimated time: 4 hours).
I understand this is required before I can request review from an ARM API Review board.
ARM API changes review
- If you want for the ARM team to review this PR, you must add the
ARMReviewlabel. - The automation may automatically add the
ARMReviewlabel, if appropriate.
If this happens, proceed according to guidance given in GitHub comments also added by the automation.
Breaking change review
If you have any breaking changes as defined in the Breaking Change Policy, follow the process outlined in the High-level Breaking Change Process doc.
Getting help
- For guidance on fixing this PR CI check failures, see the hyperlinks provided in given failure and https://aka.ms/ci-fix.
- For additional help, see https://aka.ms/azsdk/support/spectools.
Hi, @anthony-c-martin! Thank you for your pull request. To help get your PR merged:
Generated ApiView comment added to this PR. You can use ApiView to show API versions diff.
Swagger Validation Report
️❌BreakingChange: 1 Errors, 0 Warnings failed [Detail]
| compared swaggers (via Oad v0.10.4)] | new version | base version |
|---|---|---|
| resources.json | 2022-09-01(3a11aa8) | 2022-09-01(main) |
| Rule | Message |
|---|---|
1038 - AddedPath |
The new version is adding a path that was not found in the old version. New: Microsoft.Resources/stable/2022-09-01/resources.json#L3397:5 |
️️✔️Breaking Change(Cross-Version) succeeded [Detail] [Expand]
There are no breaking changes.
️️✔️CredScan succeeded [Detail] [Expand]
There is no credential detected.
️❌LintDiff: 2 Errors, 5 Warnings failed [Detail]
| compared tags (via openapi-validator v2.1.3) | new version | base version |
|---|---|---|
| package-resources-2022-09 | package-resources-2022-09(3a11aa8) | package-resources-2022-09(main) |
[must fix]The following errors/warnings are introduced by current PR:
| Rule | Message | Related RPC [For API reviewers] |
|---|---|---|
PathContainsResourceType |
The path for the CURD methods do not contain a resource type. Location: Microsoft.Resources/stable/2022-09-01/resources.json#L3397 |
RPC-Uri-V1-04 |
SubscriptionsAndResourceGroupCasing |
The path segment resourcegroups should be resourceGroups. Location: Microsoft.Resources/stable/2022-09-01/resources.json#L3397 |
|
| :warning: XmsExamplesRequired | Please provide x-ms-examples describing minimum/maximum property set for response/request payloads for operations. Location: Microsoft.Resources/stable/2022-09-01/resources.json#L3398 |
|
| :warning: ParameterNotUsingCommonTypes | Not using the common-types defined parameter 'resourceGroupName'. Location: Microsoft.Resources/stable/2022-09-01/resources.json#L3404 |
|
| :warning: ParameterNotUsingCommonTypes | Not using the common-types defined parameter 'api-version'. Location: Microsoft.Resources/stable/2022-09-01/resources.json#L3404 |
|
| :warning: ParameterNotUsingCommonTypes | Not using the common-types defined parameter 'scope'. Location: Microsoft.Resources/stable/2022-09-01/resources.json#L3404 |
|
| :warning: ParameterNotUsingCommonTypes | Not using the common-types defined parameter 'subscriptionId'. Location: Microsoft.Resources/stable/2022-09-01/resources.json#L3404 |
The following errors/warnings exist before current PR submission:
Only 30 items are listed, please refer to log for more details.
| Rule | Message |
|---|---|
OperationsApiResponseSchema |
The response schema of operations API '/providers/Microsoft.Resources/operations' does not match the ARM specification. Please standardize the schema. Location: Microsoft.Resources/stable/2022-09-01/resources.json#L52 |
OperationsApiSchemaUsesCommonTypes |
Operations API path must follow the schema provided in the common types. Location: Microsoft.Resources/stable/2022-09-01/resources.json#L53 |
NoDuplicatePathsForScopeParameter |
Path '/{scope}/providers/Microsoft.Resources/deployments/{deploymentName}/cancel' with explicitly defined scope is a duplicate of path '/{scope}/providers/Microsoft.Resources/deployments/{deploymentName}' that has the scope parameter.'. Location: Microsoft.Resources/stable/2022-09-01/resources.json#L68 |
NoDuplicatePathsForScopeParameter |
Path '/{scope}/providers/Microsoft.Resources/deployments/{deploymentName}/validate' with explicitly defined scope is a duplicate of path '/{scope}/providers/Microsoft.Resources/deployments/{deploymentName}' that has the scope parameter.'. Location: Microsoft.Resources/stable/2022-09-01/resources.json#L68 |
NoDuplicatePathsForScopeParameter |
Path '/{scope}/providers/Microsoft.Resources/deployments/{deploymentName}/exportTemplate' with explicitly defined scope is a duplicate of path '/{scope}/providers/Microsoft.Resources/deployments/{deploymentName}' that has the scope parameter.'. Location: Microsoft.Resources/stable/2022-09-01/resources.json#L68 |
NoDuplicatePathsForScopeParameter |
Path '/providers/Microsoft.Management/managementGroups/{groupId}/providers/Microsoft.Resources/deployments/{deploymentName}' with explicitly defined scope is a duplicate of path '/{scope}/providers/Microsoft.Resources/deployments/{deploymentName}' that has the scope parameter.'. Location: Microsoft.Resources/stable/2022-09-01/resources.json#L68 |
NoDuplicatePathsForScopeParameter |
Path '/providers/Microsoft.Management/managementGroups/{groupId}/providers/Microsoft.Resources/deployments/{deploymentName}/cancel' with explicitly defined scope is a duplicate of path '/{scope}/providers/Microsoft.Resources/deployments/{deploymentName}' that has the scope parameter.'. Location: Microsoft.Resources/stable/2022-09-01/resources.json#L68 |
NoDuplicatePathsForScopeParameter |
Path '/providers/Microsoft.Management/managementGroups/{groupId}/providers/Microsoft.Resources/deployments/{deploymentName}/validate' with explicitly defined scope is a duplicate of path '/{scope}/providers/Microsoft.Resources/deployments/{deploymentName}' that has the scope parameter.'. Location: Microsoft.Resources/stable/2022-09-01/resources.json#L68 |
NoDuplicatePathsForScopeParameter |
Path '/providers/Microsoft.Management/managementGroups/{groupId}/providers/Microsoft.Resources/deployments/{deploymentName}/whatIf' with explicitly defined scope is a duplicate of path '/{scope}/providers/Microsoft.Resources/deployments/{deploymentName}' that has the scope parameter.'. Location: Microsoft.Resources/stable/2022-09-01/resources.json#L68 |
NoDuplicatePathsForScopeParameter |
Path '/providers/Microsoft.Management/managementGroups/{groupId}/providers/Microsoft.Resources/deployments/{deploymentName}/exportTemplate' with explicitly defined scope is a duplicate of path '/{scope}/providers/Microsoft.Resources/deployments/{deploymentName}' that has the scope parameter.'. Location: Microsoft.Resources/stable/2022-09-01/resources.json#L68 |
NoDuplicatePathsForScopeParameter |
Path '/subscriptions/{subscriptionId}/providers/Microsoft.Resources/deployments/{deploymentName}' with explicitly defined scope is a duplicate of path '/{scope}/providers/Microsoft.Resources/deployments/{deploymentName}' that has the scope parameter.'. Location: Microsoft.Resources/stable/2022-09-01/resources.json#L68 |
NoDuplicatePathsForScopeParameter |
Path '/subscriptions/{subscriptionId}/providers/Microsoft.Resources/deployments/{deploymentName}/cancel' with explicitly defined scope is a duplicate of path '/{scope}/providers/Microsoft.Resources/deployments/{deploymentName}' that has the scope parameter.'. Location: Microsoft.Resources/stable/2022-09-01/resources.json#L68 |
NoDuplicatePathsForScopeParameter |
Path '/subscriptions/{subscriptionId}/providers/Microsoft.Resources/deployments/{deploymentName}/validate' with explicitly defined scope is a duplicate of path '/{scope}/providers/Microsoft.Resources/deployments/{deploymentName}' that has the scope parameter.'. Location: Microsoft.Resources/stable/2022-09-01/resources.json#L68 |
NoDuplicatePathsForScopeParameter |
Path '/subscriptions/{subscriptionId}/providers/Microsoft.Resources/deployments/{deploymentName}/whatIf' with explicitly defined scope is a duplicate of path '/{scope}/providers/Microsoft.Resources/deployments/{deploymentName}' that has the scope parameter.'. Location: Microsoft.Resources/stable/2022-09-01/resources.json#L68 |
NoDuplicatePathsForScopeParameter |
Path '/subscriptions/{subscriptionId}/providers/Microsoft.Resources/deployments/{deploymentName}/exportTemplate' with explicitly defined scope is a duplicate of path '/{scope}/providers/Microsoft.Resources/deployments/{deploymentName}' that has the scope parameter.'. Location: Microsoft.Resources/stable/2022-09-01/resources.json#L68 |
NoDuplicatePathsForScopeParameter |
Path '/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Resources/deployments/{deploymentName}' with explicitly defined scope is a duplicate of path '/{scope}/providers/Microsoft.Resources/deployments/{deploymentName}' that has the scope parameter.'. Location: Microsoft.Resources/stable/2022-09-01/resources.json#L68 |
NoDuplicatePathsForScopeParameter |
Path '/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Resources/deployments/{deploymentName}/cancel' with explicitly defined scope is a duplicate of path '/{scope}/providers/Microsoft.Resources/deployments/{deploymentName}' that has the scope parameter.'. Location: Microsoft.Resources/stable/2022-09-01/resources.json#L68 |
NoDuplicatePathsForScopeParameter |
Path '/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Resources/deployments/{deploymentName}/validate' with explicitly defined scope is a duplicate of path '/{scope}/providers/Microsoft.Resources/deployments/{deploymentName}' that has the scope parameter.'. Location: Microsoft.Resources/stable/2022-09-01/resources.json#L68 |
NoDuplicatePathsForScopeParameter |
Path '/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Resources/deployments/{deploymentName}/whatIf' with explicitly defined scope is a duplicate of path '/{scope}/providers/Microsoft.Resources/deployments/{deploymentName}' that has the scope parameter.'. Location: Microsoft.Resources/stable/2022-09-01/resources.json#L68 |
NoDuplicatePathsForScopeParameter |
Path '/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Resources/deployments/{deploymentName}/exportTemplate' with explicitly defined scope is a duplicate of path '/{scope}/providers/Microsoft.Resources/deployments/{deploymentName}' that has the scope parameter.'. Location: Microsoft.Resources/stable/2022-09-01/resources.json#L68 |
NoDuplicatePathsForScopeParameter |
Path '/{scope}/providers/Microsoft.Resources/deployments/{deploymentName}/operations/{operationId}' with explicitly defined scope is a duplicate of path '/{scope}/providers/Microsoft.Resources/deployments/{deploymentName}' that has the scope parameter.'. Location: Microsoft.Resources/stable/2022-09-01/resources.json#L68 |
NoDuplicatePathsForScopeParameter |
Path '/{scope}/providers/Microsoft.Resources/deployments/{deploymentName}/operations' with explicitly defined scope is a duplicate of path '/{scope}/providers/Microsoft.Resources/deployments/{deploymentName}' that has the scope parameter.'. Location: Microsoft.Resources/stable/2022-09-01/resources.json#L68 |
NoDuplicatePathsForScopeParameter |
Path '/providers/Microsoft.Management/managementGroups/{groupId}/providers/Microsoft.Resources/deployments/{deploymentName}/operations/{operationId}' with explicitly defined scope is a duplicate of path '/{scope}/providers/Microsoft.Resources/deployments/{deploymentName}' that has the scope parameter.'. Location: Microsoft.Resources/stable/2022-09-01/resources.json#L68 |
NoDuplicatePathsForScopeParameter |
Path '/providers/Microsoft.Management/managementGroups/{groupId}/providers/Microsoft.Resources/deployments/{deploymentName}/operations' with explicitly defined scope is a duplicate of path '/{scope}/providers/Microsoft.Resources/deployments/{deploymentName}' that has the scope parameter.'. Location: Microsoft.Resources/stable/2022-09-01/resources.json#L68 |
NoDuplicatePathsForScopeParameter |
Path '/subscriptions/{subscriptionId}/providers/Microsoft.Resources/deployments/{deploymentName}/operations/{operationId}' with explicitly defined scope is a duplicate of path '/{scope}/providers/Microsoft.Resources/deployments/{deploymentName}' that has the scope parameter.'. Location: Microsoft.Resources/stable/2022-09-01/resources.json#L68 |
NoDuplicatePathsForScopeParameter |
Path '/subscriptions/{subscriptionId}/providers/Microsoft.Resources/deployments/{deploymentName}/operations' with explicitly defined scope is a duplicate of path '/{scope}/providers/Microsoft.Resources/deployments/{deploymentName}' that has the scope parameter.'. Location: Microsoft.Resources/stable/2022-09-01/resources.json#L68 |
LroLocationHeader |
A 202 response should include an Location response header. Location: Microsoft.Resources/stable/2022-09-01/resources.json#L88 |
LroErrorContent |
Error response content of long running operations must follow the error schema provided in the common types v2 and above. Location: Microsoft.Resources/stable/2022-09-01/resources.json#L97 |
NoErrorCodeResponses |
Invalid status code specified. Please refer to the documentation for the allowed set. Location: Microsoft.Resources/stable/2022-09-01/resources.json#L124 |
PutRequestResponseSchemeArm |
A PUT operation request body schema should be the same as its 200 response schema, to allow reusing the same entity between GET and PUT. If the schema of the PUT request body is a superset of the GET response body, make sure you have a PATCH operation to make the resource updatable. Operation: 'Deployments_CreateOrUpdateAtScope' Request Model: 'parameters[2].schema' Response Model: 'responses[200].schema' Location: Microsoft.Resources/stable/2022-09-01/resources.json#L135 |
️️✔️Avocado succeeded [Detail] [Expand]
Validation passes for Avocado.
️️✔️ApiReadinessCheck succeeded [Detail] [Expand]
️⚠️~[Staging] ServiceAPIReadinessTest: 0 Warnings warning [Detail]
API Test is not triggered due to precheck failure. Check pipeline log for details.
️️✔️SwaggerAPIView succeeded [Detail] [Expand]
️️✔️CadlAPIView succeeded [Detail] [Expand]
️️✔️TypeSpecAPIView succeeded [Detail] [Expand]
️❌ModelValidation: 76 Errors, 0 Warnings failed [Detail]
Only 30 items are listed, please refer to log for more details.
️️✔️SemanticValidation succeeded [Detail] [Expand]
Validation passes for SemanticValidation.
️️✔️PoliCheck succeeded [Detail] [Expand]
Validation passed for PoliCheck.
️️✔️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.
️️✔️TypeSpec Validation succeeded [Detail] [Expand]
Validation passes for TypeSpec Validation.
️️✔️PR Summary succeeded [Detail] [Expand]
Validation passes for Summary.
️⌛Please ignore, experimental check pending [Detail]
Swagger Generation Artifacts
️️✔️ApiDocPreview succeeded [Detail] [Expand]
Please click here to preview with your @microsoft account.
️❌SDK Breaking Change Tracking failed [Detail]
Breaking Changes Tracking
❌azure-sdk-for-go - sdk/resourcemanager/resources/armpolicy - 0.8.0- Function `NewClientFactory` parameter(s) have been changed from `(string, azcore.TokenCredential, *arm.ClientOptions)` to `(string, string, string, string, azcore.TokenCredential, *arm.ClientOptions)`
️❌ azure-sdk-for-net-track2 failed [Detail]
❌Failed [Logs] Generate from 938efcc36e61ee158f6beb02682e9007729f10f9. SDK Automation 14.0.0command pwsh ./eng/scripts/Automation-Sdk-Init.ps1 ../azure-sdk-for-net_tmp/initInput.json ../azure-sdk-for-net_tmp/initOutput.json command pwsh ./eng/scripts/Invoke-GenerateAndBuildV2.ps1 ../azure-sdk-for-net_tmp/generateInput.json ../azure-sdk-for-net_tmp/generateOutput.json cmderr [Invoke-GenerateAndBuildV2.ps1] [31;1mGeneratePackage: [0m/mnt/vss/_work/1/s/azure-sdk-for-net/eng/scripts/automation/GenerateAndBuildLib.ps1:881 cmderr [Invoke-GenerateAndBuildV2.ps1] [36;1mLine | cmderr [Invoke-GenerateAndBuildV2.ps1] [36;1m 881 | [0m [36;1mGeneratePackage -projectFolder $projectFolder -sdkRootPath $s[0m … cmderr [Invoke-GenerateAndBuildV2.ps1] [36;1m | [31;1m ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cmderr [Invoke-GenerateAndBuildV2.ps1] [31;1m[36;1m | [31;1mFailed to build sdk. exit code: False cmderr [Invoke-GenerateAndBuildV2.ps1] [0m cmderr [Invoke-GenerateAndBuildV2.ps1] [31;1mGeneratePackage: [0m/mnt/vss/_work/1/s/azure-sdk-for-net/eng/scripts/automation/GenerateAndBuildLib.ps1:881 cmderr [Invoke-GenerateAndBuildV2.ps1] [36;1mLine | cmderr [Invoke-GenerateAndBuildV2.ps1] [36;1m 881 | [0m [36;1mGeneratePackage -projectFolder $projectFolder -sdkRootPath $s[0m … cmderr [Invoke-GenerateAndBuildV2.ps1] [36;1m | [31;1m ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cmderr [Invoke-GenerateAndBuildV2.ps1] [31;1m[36;1m | [31;1mFailed to packe sdk. exit code: False cmderr [Invoke-GenerateAndBuildV2.ps1] [0m cmderr [Invoke-GenerateAndBuildV2.ps1] [31;1mGeneratePackage: [0m/mnt/vss/_work/1/s/azure-sdk-for-net/eng/scripts/automation/GenerateAndBuildLib.ps1:881 cmderr [Invoke-GenerateAndBuildV2.ps1] [36;1mLine | cmderr [Invoke-GenerateAndBuildV2.ps1] [36;1m 881 | [0m [36;1mGeneratePackage -projectFolder $projectFolder -sdkRootPath $s[0m … cmderr [Invoke-GenerateAndBuildV2.ps1] [36;1m | [31;1m ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cmderr [Invoke-GenerateAndBuildV2.ps1] [31;1m[36;1m | [31;1mFailed to generate sdk artifact cmderr [Invoke-GenerateAndBuildV2.ps1] [0m cmderr [Invoke-GenerateAndBuildV2.ps1] [31;1mGeneratePackage: [0m/mnt/vss/_work/1/s/azure-sdk-for-net/eng/scripts/automation/GenerateAndBuildLib.ps1:881 cmderr [Invoke-GenerateAndBuildV2.ps1] [36;1mLine | cmderr [Invoke-GenerateAndBuildV2.ps1] [36;1m 881 | [0m [36;1mGeneratePackage -projectFolder $projectFolder -sdkRootPath $s[0m … cmderr [Invoke-GenerateAndBuildV2.ps1] [36;1m | [31;1m ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cmderr [Invoke-GenerateAndBuildV2.ps1] [31;1m[36;1m | [31;1mFailed to build sdk. exit code: False cmderr [Invoke-GenerateAndBuildV2.ps1] [0m
️✔️Azure.ResourceManager.Resources [View full logs] [Preview SDK Changes]info [Changelog]
- Only show 40 items here, please refer to log for details.
❌Azure.ResourceManager [View full logs] [Preview SDK Changes] Breaking Change Detectedinfo [Changelog] /home/cloudtest/.nuget/packages/microsoft.dotnet.apicompat/5.0.0-beta.20467.1/build/Microsoft.DotNet.ApiCompat.targets(82,5): error : TypesMustExist : Type 'Azure.ResourceManager.Resources.Models.PredefinedTag' does not exist in the implementation but it does exist in the contract. [/mnt/vss/_work/1/s/azure-sdk-for-net/sdk/resourcemanager/Azure.ResourceManager/src/Azure.ResourceManager.csproj::TargetFramework=netstandard2.0], info [Changelog] /home/cloudtest/.nuget/packages/microsoft.dotnet.apicompat/5.0.0-beta.20467.1/build/Microsoft.DotNet.ApiCompat.targets(82,5): error : TypesMustExist : Type 'Azure.ResourceManager.Resources.Models.PredefinedTagCount' does not exist in the implementation but it does exist in the contract. [/mnt/vss/_work/1/s/azure-sdk-for-net/sdk/resourcemanager/Azure.ResourceManager/src/Azure.ResourceManager.csproj::TargetFramework=netstandard2.0], info [Changelog] /home/cloudtest/.nuget/packages/microsoft.dotnet.apicompat/5.0.0-beta.20467.1/build/Microsoft.DotNet.ApiCompat.targets(82,5): error : TypesMustExist : Type 'Azure.ResourceManager.Resources.Models.PredefinedTagValue' does not exist in the implementation but it does exist in the contract. [/mnt/vss/_work/1/s/azure-sdk-for-net/sdk/resourcemanager/Azure.ResourceManager/src/Azure.ResourceManager.csproj::TargetFramework=netstandard2.0], info [Changelog] /home/cloudtest/.nuget/packages/microsoft.dotnet.apicompat/5.0.0-beta.20467.1/build/Microsoft.DotNet.ApiCompat.targets(82,5): error : TypesMustExist : Type 'Azure.ResourceManager.Resources.Models.ProviderAuthorizationConsentState' does not exist in the implementation but it does exist in the contract. [/mnt/vss/_work/1/s/azure-sdk-for-net/sdk/resourcemanager/Azure.ResourceManager/src/Azure.ResourceManager.csproj::TargetFramework=netstandard2.0], info [Changelog] /home/cloudtest/.nuget/packages/microsoft.dotnet.apicompat/5.0.0-beta.20467.1/build/Microsoft.DotNet.ApiCompat.targets(82,5): error : TypesMustExist : Type 'Azure.ResourceManager.Resources.Models.ProviderExtendedLocation' does not exist in the implementation but it does exist in the contract. [/mnt/vss/_work/1/s/azure-sdk-for-net/sdk/resourcemanager/Azure.ResourceManager/src/Azure.ResourceManager.csproj::TargetFramework=netstandard2.0], info [Changelog] /home/cloudtest/.nuget/packages/microsoft.dotnet.apicompat/5.0.0-beta.20467.1/build/Microsoft.DotNet.ApiCompat.targets(82,5): error : TypesMustExist : Type 'Azure.ResourceManager.Resources.Models.ProviderPermission' does not exist in the implementation but it does exist in the contract. [/mnt/vss/_work/1/s/azure-sdk-for-net/sdk/resourcemanager/Azure.ResourceManager/src/Azure.ResourceManager.csproj::TargetFramework=netstandard2.0], info [Changelog] /home/cloudtest/.nuget/packages/microsoft.dotnet.apicompat/5.0.0-beta.20467.1/build/Microsoft.DotNet.ApiCompat.targets(82,5): error : TypesMustExist : Type 'Azure.ResourceManager.Resources.Models.ProviderRegistrationContent' does not exist in the implementation but it does exist in the contract. [/mnt/vss/_work/1/s/azure-sdk-for-net/sdk/resourcemanager/Azure.ResourceManager/src/Azure.ResourceManager.csproj::TargetFramework=netstandard2.0], info [Changelog] /home/cloudtest/.nuget/packages/microsoft.dotnet.apicompat/5.0.0-beta.20467.1/build/Microsoft.DotNet.ApiCompat.targets(82,5): error : TypesMustExist : Type 'Azure.ResourceManager.Resources.Models.ProviderResourceType' does not exist in the implementation but it does exist in the contract. [/mnt/vss/_work/1/s/azure-sdk-for-net/sdk/resourcemanager/Azure.ResourceManager/src/Azure.ResourceManager.csproj::TargetFramework=netstandard2.0], info [Changelog] /home/cloudtest/.nuget/packages/microsoft.dotnet.apicompat/5.0.0-beta.20467.1/build/Microsoft.DotNet.ApiCompat.targets(82,5): error : TypesMustExist : Type 'Azure.ResourceManager.Resources.Models.RegionCategory' does not exist in the implementation but it does exist in the contract. [/mnt/vss/_work/1/s/azure-sdk-for-net/sdk/resourcemanager/Azure.ResourceManager/src/Azure.ResourceManager.csproj::TargetFramework=netstandard2.0], info [Changelog] /home/cloudtest/.nuget/packages/microsoft.dotnet.apicompat/5.0.0-beta.20467.1/build/Microsoft.DotNet.ApiCompat.targets(82,5): error : TypesMustExist : Type 'Azure.ResourceManager.Resources.Models.RegionType' does not exist in the implementation but it does exist in the contract. [/mnt/vss/_work/1/s/azure-sdk-for-net/sdk/resourcemanager/Azure.ResourceManager/src/Azure.ResourceManager.csproj::TargetFramework=netstandard2.0], info [Changelog] /home/cloudtest/.nuget/packages/microsoft.dotnet.apicompat/5.0.0-beta.20467.1/build/Microsoft.DotNet.ApiCompat.targets(82,5): error : TypesMustExist : Type 'Azure.ResourceManager.Resources.Models.ResourceGroupExportResult' does not exist in the implementation but it does exist in the contract. [/mnt/vss/_work/1/s/azure-sdk-for-net/sdk/resourcemanager/Azure.ResourceManager/src/Azure.ResourceManager.csproj::TargetFramework=netstandard2.0], info [Changelog] /home/cloudtest/.nuget/packages/microsoft.dotnet.apicompat/5.0.0-beta.20467.1/build/Microsoft.DotNet.ApiCompat.targets(82,5): error : TypesMustExist : Type 'Azure.ResourceManager.Resources.Models.ResourceGroupPatch' does not exist in the implementation but it does exist in the contract. [/mnt/vss/_work/1/s/azure-sdk-for-net/sdk/resourcemanager/Azure.ResourceManager/src/Azure.ResourceManager.csproj::TargetFramework=netstandard2.0], info [Changelog] /home/cloudtest/.nuget/packages/microsoft.dotnet.apicompat/5.0.0-beta.20467.1/build/Microsoft.DotNet.ApiCompat.targets(82,5): error : TypesMustExist : Type 'Azure.ResourceManager.Resources.Models.ResourceSelector' does not exist in the implementation but it does exist in the contract. [/mnt/vss/_work/1/s/azure-sdk-for-net/sdk/resourcemanager/Azure.ResourceManager/src/Azure.ResourceManager.csproj::TargetFramework=netstandard2.0], info [Changelog] /home/cloudtest/.nuget/packages/microsoft.dotnet.apicompat/5.0.0-beta.20467.1/build/Microsoft.DotNet.ApiCompat.targets(82,5): error : TypesMustExist : Type 'Azure.ResourceManager.Resources.Models.ResourceSelectorExpression' does not exist in the implementation but it does exist in the contract. [/mnt/vss/_work/1/s/azure-sdk-for-net/sdk/resourcemanager/Azure.ResourceManager/src/Azure.ResourceManager.csproj::TargetFramework=netstandard2.0], info [Changelog] /home/cloudtest/.nuget/packages/microsoft.dotnet.apicompat/5.0.0-beta.20467.1/build/Microsoft.DotNet.ApiCompat.targets(82,5): error : TypesMustExist : Type 'Azure.ResourceManager.Resources.Models.ResourceSelectorKind' does not exist in the implementation but it does exist in the contract. [/mnt/vss/_work/1/s/azure-sdk-for-net/sdk/resourcemanager/Azure.ResourceManager/src/Azure.ResourceManager.csproj::TargetFramework=netstandard2.0], info [Changelog] /home/cloudtest/.nuget/packages/microsoft.dotnet.apicompat/5.0.0-beta.20467.1/build/Microsoft.DotNet.ApiCompat.targets(82,5): error : TypesMustExist : Type 'Azure.ResourceManager.Resources.Models.ResourcesMoveContent' does not exist in the implementation but it does exist in the contract. [/mnt/vss/_work/1/s/azure-sdk-for-net/sdk/resourcemanager/Azure.ResourceManager/src/Azure.ResourceManager.csproj::TargetFramework=netstandard2.0], info [Changelog] /home/cloudtest/.nuget/packages/microsoft.dotnet.apicompat/5.0.0-beta.20467.1/build/Microsoft.DotNet.ApiCompat.targets(82,5): error : TypesMustExist : Type 'Azure.ResourceManager.Resources.Models.ResourcesSku' does not exist in the implementation but it does exist in the contract. [/mnt/vss/_work/1/s/azure-sdk-for-net/sdk/resourcemanager/Azure.ResourceManager/src/Azure.ResourceManager.csproj::TargetFramework=netstandard2.0], info [Changelog] /home/cloudtest/.nuget/packages/microsoft.dotnet.apicompat/5.0.0-beta.20467.1/build/Microsoft.DotNet.ApiCompat.targets(82,5): error : TypesMustExist : Type 'Azure.ResourceManager.Resources.Models.ResourceTypeAlias' does not exist in the implementation but it does exist in the contract. [/mnt/vss/_work/1/s/azure-sdk-for-net/sdk/resourcemanager/Azure.ResourceManager/src/Azure.ResourceManager.csproj::TargetFramework=netstandard2.0], info [Changelog] /home/cloudtest/.nuget/packages/microsoft.dotnet.apicompat/5.0.0-beta.20467.1/build/Microsoft.DotNet.ApiCompat.targets(82,5): error : TypesMustExist : Type 'Azure.ResourceManager.Resources.Models.ResourceTypeAliases' does not exist in the implementation but it does exist in the contract. [/mnt/vss/_work/1/s/azure-sdk-for-net/sdk/resourcemanager/Azure.ResourceManager/src/Azure.ResourceManager.csproj::TargetFramework=netstandard2.0], info [Changelog] /home/cloudtest/.nuget/packages/microsoft.dotnet.apicompat/5.0.0-beta.20467.1/build/Microsoft.DotNet.ApiCompat.targets(82,5): error : TypesMustExist : Type 'Azure.ResourceManager.Resources.Models.ResourceTypeAliasPath' does not exist in the implementation but it does exist in the contract. [/mnt/vss/_work/1/s/azure-sdk-for-net/sdk/resourcemanager/Azure.ResourceManager/src/Azure.ResourceManager.csproj::TargetFramework=netstandard2.0], info [Changelog] /home/cloudtest/.nuget/packages/microsoft.dotnet.apicompat/5.0.0-beta.20467.1/build/Microsoft.DotNet.ApiCompat.targets(82,5): error : TypesMustExist : Type 'Azure.ResourceManager.Resources.Models.ResourceTypeAliasPathAttributes' does not exist in the implementation but it does exist in the contract. [/mnt/vss/_work/1/s/azure-sdk-for-net/sdk/resourcemanager/Azure.ResourceManager/src/Azure.ResourceManager.csproj::TargetFramework=netstandard2.0], info [Changelog] /home/cloudtest/.nuget/packages/microsoft.dotnet.apicompat/5.0.0-beta.20467.1/build/Microsoft.DotNet.ApiCompat.targets(82,5): error : TypesMustExist : Type 'Azure.ResourceManager.Resources.Models.ResourceTypeAliasPathMetadata' does not exist in the implementation but it does exist in the contract. [/mnt/vss/_work/1/s/azure-sdk-for-net/sdk/resourcemanager/Azure.ResourceManager/src/Azure.ResourceManager.csproj::TargetFramework=netstandard2.0], info [Changelog] /home/cloudtest/.nuget/packages/microsoft.dotnet.apicompat/5.0.0-beta.20467.1/build/Microsoft.DotNet.ApiCompat.targets(82,5): error : TypesMustExist : Type 'Azure.ResourceManager.Resources.Models.ResourceTypeAliasPathTokenType' does not exist in the implementation but it does exist in the contract. [/mnt/vss/_work/1/s/azure-sdk-for-net/sdk/resourcemanager/Azure.ResourceManager/src/Azure.ResourceManager.csproj::TargetFramework=netstandard2.0], info [Changelog] /home/cloudtest/.nuget/packages/microsoft.dotnet.apicompat/5.0.0-beta.20467.1/build/Microsoft.DotNet.ApiCompat.targets(82,5): error : TypesMustExist : Type 'Azure.ResourceManager.Resources.Models.ResourceTypeAliasPattern' does not exist in the implementation but it does exist in the contract. [/mnt/vss/_work/1/s/azure-sdk-for-net/sdk/resourcemanager/Azure.ResourceManager/src/Azure.ResourceManager.csproj::TargetFramework=netstandard2.0], info [Changelog] /home/cloudtest/.nuget/packages/microsoft.dotnet.apicompat/5.0.0-beta.20467.1/build/Microsoft.DotNet.ApiCompat.targets(82,5): error : TypesMustExist : Type 'Azure.ResourceManager.Resources.Models.ResourceTypeAliasPatternType' does not exist in the implementation but it does exist in the contract. [/mnt/vss/_work/1/s/azure-sdk-for-net/sdk/resourcemanager/Azure.ResourceManager/src/Azure.ResourceManager.csproj::TargetFramework=netstandard2.0], info [Changelog] /home/cloudtest/.nuget/packages/microsoft.dotnet.apicompat/5.0.0-beta.20467.1/build/Microsoft.DotNet.ApiCompat.targets(82,5): error : TypesMustExist : Type 'Azure.ResourceManager.Resources.Models.ResourceTypeAliasType' does not exist in the implementation but it does exist in the contract. [/mnt/vss/_work/1/s/azure-sdk-for-net/sdk/resourcemanager/Azure.ResourceManager/src/Azure.ResourceManager.csproj::TargetFramework=netstandard2.0], info [Changelog] /home/cloudtest/.nuget/packages/microsoft.dotnet.apicompat/5.0.0-beta.20467.1/build/Microsoft.DotNet.ApiCompat.targets(82,5): error : TypesMustExist : Type 'Azure.ResourceManager.Resources.Models.SpendingLimit' does not exist in the implementation but it does exist in the contract. [/mnt/vss/_work/1/s/azure-sdk-for-net/sdk/resourcemanager/Azure.ResourceManager/src/Azure.ResourceManager.csproj::TargetFramework=netstandard2.0], info [Changelog] /home/cloudtest/.nuget/packages/microsoft.dotnet.apicompat/5.0.0-beta.20467.1/build/Microsoft.DotNet.ApiCompat.targets(82,5): error : TypesMustExist : Type 'Azure.ResourceManager.Resources.Models.SubResource' does not exist in the implementation but it does exist in the contract. [/mnt/vss/_work/1/s/azure-sdk-for-net/sdk/resourcemanager/Azure.ResourceManager/src/Azure.ResourceManager.csproj::TargetFramework=netstandard2.0], info [Changelog] /home/cloudtest/.nuget/packages/microsoft.dotnet.apicompat/5.0.0-beta.20467.1/build/Microsoft.DotNet.ApiCompat.targets(82,5): error : TypesMustExist : Type 'Azure.ResourceManager.Resources.Models.SubscriptionPolicies' does not exist in the implementation but it does exist in the contract. [/mnt/vss/_work/1/s/azure-sdk-for-net/sdk/resourcemanager/Azure.ResourceManager/src/Azure.ResourceManager.csproj::TargetFramework=netstandard2.0], info [Changelog] /home/cloudtest/.nuget/packages/microsoft.dotnet.apicompat/5.0.0-beta.20467.1/build/Microsoft.DotNet.ApiCompat.targets(82,5): error : TypesMustExist : Type 'Azure.ResourceManager.Resources.Models.SubscriptionState' does not exist in the implementation but it does exist in the contract. [/mnt/vss/_work/1/s/azure-sdk-for-net/sdk/resourcemanager/Azure.ResourceManager/src/Azure.ResourceManager.csproj::TargetFramework=netstandard2.0], info [Changelog] /home/cloudtest/.nuget/packages/microsoft.dotnet.apicompat/5.0.0-beta.20467.1/build/Microsoft.DotNet.ApiCompat.targets(82,5): error : TypesMustExist : Type 'Azure.ResourceManager.Resources.Models.Tag' does not exist in the implementation but it does exist in the contract. [/mnt/vss/_work/1/s/azure-sdk-for-net/sdk/resourcemanager/Azure.ResourceManager/src/Azure.ResourceManager.csproj::TargetFramework=netstandard2.0], info [Changelog] /home/cloudtest/.nuget/packages/microsoft.dotnet.apicompat/5.0.0-beta.20467.1/build/Microsoft.DotNet.ApiCompat.targets(82,5): error : TypesMustExist : Type 'Azure.ResourceManager.Resources.Models.TagPatchMode' does not exist in the implementation but it does exist in the contract. [/mnt/vss/_work/1/s/azure-sdk-for-net/sdk/resourcemanager/Azure.ResourceManager/src/Azure.ResourceManager.csproj::TargetFramework=netstandard2.0], info [Changelog] /home/cloudtest/.nuget/packages/microsoft.dotnet.apicompat/5.0.0-beta.20467.1/build/Microsoft.DotNet.ApiCompat.targets(82,5): error : TypesMustExist : Type 'Azure.ResourceManager.Resources.Models.TagResourcePatch' does not exist in the implementation but it does exist in the contract. [/mnt/vss/_work/1/s/azure-sdk-for-net/sdk/resourcemanager/Azure.ResourceManager/src/Azure.ResourceManager.csproj::TargetFramework=netstandard2.0], info [Changelog] /home/cloudtest/.nuget/packages/microsoft.dotnet.apicompat/5.0.0-beta.20467.1/build/Microsoft.DotNet.ApiCompat.targets(82,5): error : TypesMustExist : Type 'Azure.ResourceManager.Resources.Models.TenantCategory' does not exist in the implementation but it does exist in the contract. [/mnt/vss/_work/1/s/azure-sdk-for-net/sdk/resourcemanager/Azure.ResourceManager/src/Azure.ResourceManager.csproj::TargetFramework=netstandard2.0], info [Changelog] /home/cloudtest/.nuget/packages/microsoft.dotnet.apicompat/5.0.0-beta.20467.1/build/Microsoft.DotNet.ApiCompat.targets(82,5): error : TypesMustExist : Type 'Azure.ResourceManager.Resources.Models.TenantResourceProvider' does not exist in the implementation but it does exist in the contract. [/mnt/vss/_work/1/s/azure-sdk-for-net/sdk/resourcemanager/Azure.ResourceManager/src/Azure.ResourceManager.csproj::TargetFramework=netstandard2.0], info [Changelog] /home/cloudtest/.nuget/packages/microsoft.dotnet.apicompat/5.0.0-beta.20467.1/build/Microsoft.DotNet.ApiCompat.targets(82,5): error : TypesMustExist : Type 'Azure.ResourceManager.Resources.Models.TrackedResourceExtendedData' does not exist in the implementation but it does exist in the contract. [/mnt/vss/_work/1/s/azure-sdk-for-net/sdk/resourcemanager/Azure.ResourceManager/src/Azure.ResourceManager.csproj::TargetFramework=netstandard2.0], info [Changelog] /home/cloudtest/.nuget/packages/microsoft.dotnet.apicompat/5.0.0-beta.20467.1/build/Microsoft.DotNet.ApiCompat.targets(82,5): error : TypesMustExist : Type 'Azure.ResourceManager.Resources.Models.WritableSubResource' does not exist in the implementation but it does exist in the contract. [/mnt/vss/_work/1/s/azure-sdk-for-net/sdk/resourcemanager/Azure.ResourceManager/src/Azure.ResourceManager.csproj::TargetFramework=netstandard2.0], info [Changelog] /home/cloudtest/.nuget/packages/microsoft.dotnet.apicompat/5.0.0-beta.20467.1/build/Microsoft.DotNet.ApiCompat.targets(82,5): error : TypesMustExist : Type 'Azure.ResourceManager.Resources.Models.ZoneMapping' does not exist in the implementation but it does exist in the contract. [/mnt/vss/_work/1/s/azure-sdk-for-net/sdk/resourcemanager/Azure.ResourceManager/src/Azure.ResourceManager.csproj::TargetFramework=netstandard2.0], info [Changelog] /home/cloudtest/.nuget/packages/microsoft.dotnet.apicompat/5.0.0-beta.20467.1/build/Microsoft.DotNet.ApiCompat.targets(82,5): error : TypesMustExist : Type 'Microsoft.Extensions.Azure.ArmClientBuilderExtensions' does not exist in the implementation but it does exist in the contract. [/mnt/vss/_work/1/s/azure-sdk-for-net/sdk/resourcemanager/Azure.ResourceManager/src/Azure.ResourceManager.csproj::TargetFramework=netstandard2.0], info [Changelog] /home/cloudtest/.nuget/packages/microsoft.dotnet.apicompat/5.0.0-beta.20467.1/build/Microsoft.DotNet.ApiCompat.targets(96,5): error : ApiCompat failed for '/mnt/vss/_work/1/s/azure-sdk-for-net/artifacts/bin/Azure.ResourceManager/Debug/netstandard2.0/Azure.ResourceManager.dll' [/mnt/vss/_work/1/s/azure-sdk-for-net/sdk/resourcemanager/Azure.ResourceManager/src/Azure.ResourceManager.csproj::TargetFramework=netstandard2.0]
❌Azure.ResourceManager.Resources [View full logs] [Preview SDK Changes] Breaking Change Detectedinfo [Changelog] Breaking Changes: /home/cloudtest/.nuget/packages/microsoft.dotnet.apicompat/5.0.0-beta.20467.1/build/Microsoft.DotNet.ApiCompat.targets(96,5): error : ApiCompat failed for '/mnt/vss/_work/1/s/azure-sdk-for-net/artifacts/bin/Azure.ResourceManager.Resources/Debug/netstandard2.0/Azure.ResourceManager.Resources.dll' [/mnt/vss/_work/1/s/azure-sdk-for-net/sdk/resources/Azure.ResourceManager.Resources/src/Azure.ResourceManager.Resources.csproj::TargetFramework=netstandard2.0]
️⚠️ azure-sdk-for-python-track2 warning [Detail]
⚠️Warning [Logs] Generate from 938efcc36e61ee158f6beb02682e9007729f10f9. 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] cmderr [automation_generate.sh] npm notice New minor version of npm available! 9.5.1 -> 9.8.0 cmderr [automation_generate.sh] npm notice Changelog: <https://github.com/npm/cli/releases/tag/v9.8.0> cmderr [automation_generate.sh] npm notice Run `npm install -g [email protected]` to update! cmderr [automation_generate.sh] npm notice
️✔️track2_azure-mgmt-resource [View full logs] [Preview SDK Changes]info [Changelog] ### Features Added info [Changelog] info [Changelog] - Added operation ResourcesOperations.list_by_parent
️⚠️ azure-sdk-for-java warning [Detail]
⚠️Warning [Logs] Generate from 938efcc36e61ee158f6beb02682e9007729f10f9. SDK Automation 14.0.0command ./eng/mgmt/automation/init.sh ../azure-sdk-for-java_tmp/initInput.json ../azure-sdk-for-java_tmp/initOutput.json cmderr [init.sh] [notice] A new release of pip is available: 23.0.1 -> 23.1.2 cmderr [init.sh] [notice] To update, run: pip install --upgrade pip cmderr [init.sh] [notice] A new release of pip is available: 23.0.1 -> 23.1.2 cmderr [init.sh] [notice] To update, run: pip install --upgrade pip command ./eng/mgmt/automation/generate.py ../azure-sdk-for-java_tmp/generateInput.json ../azure-sdk-for-java_tmp/generateOutput.json
️✔️azure-resourcemanager-resources-generated [View full logs] [Preview SDK Changes]
️️✔️ azure-sdk-for-go succeeded [Detail] [Expand]
️✔️Succeeded [Logs] Generate from 938efcc36e61ee158f6beb02682e9007729f10f9. 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
- Only show 12 items here, please refer to log for details.
️✔️sdk/resourcemanager/resources/armresources [View full logs] [Preview SDK Changes] Breaking Change Detectedinfo [Changelog] - Operation `*TagsClient.CreateOrUpdateAtScope` has been changed to LRO, use `*TagsClient.BeginCreateOrUpdateAtScope` instead. info [Changelog] - Operation `*TagsClient.DeleteAtScope` has been changed to LRO, use `*TagsClient.BeginDeleteAtScope` instead. info [Changelog] - Operation `*TagsClient.UpdateAtScope` has been changed to LRO, use `*TagsClient.BeginUpdateAtScope` instead. info [Changelog] info [Changelog] ### Features Added info [Changelog] info [Changelog] - New function `*Client.NewListByParentPager(string, string, string, string, string, *ClientListByParentOptions) *runtime.Pager[ClientListByParentResponse]` info [Changelog] - New struct `DeploymentParameter` info [Changelog] - New struct `KeyVaultParameterReference` info [Changelog] - New struct `KeyVaultReference` info [Changelog] info [Changelog] Total 5 breaking change(s), 7 additive change(s).
️✔️sdk/resourcemanager/resources/armdeploymentscripts [View full logs] [Preview SDK Changes]info [Changelog] ### Other Changes info [Changelog] info [Changelog] Total 0 breaking change(s), 0 additive change(s).
️✔️sdk/resourcemanager/resources/armfeatures [View full logs] [Preview SDK Changes]info [Changelog] ### Other Changes info [Changelog] info [Changelog] Total 0 breaking change(s), 0 additive change(s).
️✔️sdk/resourcemanager/resources/armlinks [View full logs] [Preview SDK Changes]info [Changelog] ### Other Changes info [Changelog] info [Changelog] Total 0 breaking change(s), 0 additive change(s).
️✔️sdk/resourcemanager/resources/armlocks [View full logs] [Preview SDK Changes]info [Changelog] ### Other Changes info [Changelog] info [Changelog] Total 0 breaking change(s), 0 additive change(s).
️✔️sdk/resourcemanager/resources/armmanagedapplications [View full logs] [Preview SDK Changes]info [Changelog] ### Other Changes info [Changelog] info [Changelog] Total 0 breaking change(s), 0 additive change(s).
- Only show 12 items here, please refer to log for details.
️✔️sdk/resourcemanager/resources/armpolicy [View full logs] [Preview SDK Changes]info [Changelog] - New struct `VariableColumn` info [Changelog] - New struct `VariableListResult` info [Changelog] - New struct `VariableProperties` info [Changelog] - New struct `VariableValue` info [Changelog] - New struct `VariableValueColumnValue` info [Changelog] - New struct `VariableValueListResult` info [Changelog] - New struct `VariableValueProperties` info [Changelog] - New field `Overrides`, `ResourceSelectors` in struct `AssignmentProperties` info [Changelog] - New field `Properties` in struct `AssignmentUpdate` info [Changelog] - New field `AssignmentScopeValidation`, `ResourceSelectors` in struct `ExemptionProperties` info [Changelog] info [Changelog] Total 0 breaking change(s), 62 additive change(s).
️✔️sdk/resourcemanager/resources/armsubscriptions [View full logs] [Preview SDK Changes]info [Changelog] ### Other Changes info [Changelog] info [Changelog] Total 0 breaking change(s), 0 additive change(s).
️✔️sdk/resourcemanager/resources/armtemplatespecs [View full logs] [Preview SDK Changes]info [Changelog] ### Other Changes info [Changelog] info [Changelog] Total 0 breaking change(s), 0 additive change(s).
️✔️sdk/resourcemanager/resources/armchanges [View full logs] [Preview SDK Changes]info [Changelog] ### Other Changes info [Changelog] info [Changelog] Total 0 breaking change(s), 0 additive change(s).
️️✔️ azure-sdk-for-js succeeded [Detail] [Expand]
️✔️Succeeded [Logs] Generate from 938efcc36e61ee158f6beb02682e9007729f10f9. SDK Automation 14.0.0command sh .scripts/automation_init.sh ../azure-sdk-for-js_tmp/initInput.json ../azure-sdk-for-js_tmp/initOutput.json 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 cmderr [automation_generate.sh] [ERROR] Cannot generate changelog because the codes of local and npm may be the same.
️✔️@azure/arm-changes [View full logs] [Preview SDK Changes] Breaking Change Detectedinfo [Changelog] **Breaking Changes** info [Changelog] info [Changelog] - Interface ChangesListNextOptionalParams no longer has parameter skipToken info [Changelog] - Interface ChangesListNextOptionalParams no longer has parameter top
️✔️@azure/arm-features [View full logs] [Preview SDK Changes] Breaking Change Detectedinfo [Changelog] **Breaking Changes** info [Changelog] info [Changelog] - Class FeatureClient has a new signature
️✔️@azure/arm-links [View full logs] [Preview SDK Changes] Breaking Change Detectedinfo [Changelog] **Breaking Changes** info [Changelog] info [Changelog] - Class ManagementLinkClient has a new signature info [Changelog] - Interface ResourceLinksListAtSubscriptionNextOptionalParams no longer has parameter filter
️✔️@azure/arm-locks [View full logs] [Preview SDK Changes] Breaking Change Detectedinfo [Changelog] **Breaking Changes** info [Changelog] info [Changelog] - Class ManagementLockClient has a new signature info [Changelog] - Interface ManagementLocksListAtResourceGroupLevelNextOptionalParams no longer has parameter filter info [Changelog] - Interface ManagementLocksListAtResourceLevelNextOptionalParams no longer has parameter filter info [Changelog] - Interface ManagementLocksListAtSubscriptionLevelNextOptionalParams no longer has parameter filter info [Changelog] - Interface ManagementLocksListByScopeNextOptionalParams no longer has parameter filter
️✔️@azure/arm-managedapplications [View full logs] [Preview SDK Changes] Breaking Change Detectedinfo [Changelog] **Breaking Changes** info [Changelog] info [Changelog] - Class ApplicationClient has a new signature
- Only show 14 items here, please refer to log for details.
️✔️@azure/arm-policy [View full logs] [Preview SDK Changes]info [Changelog] - Added Type Alias VariableValuesGetResponse info [Changelog] - Added Type Alias VariableValuesListForManagementGroupNextResponse info [Changelog] - Added Type Alias VariableValuesListForManagementGroupResponse info [Changelog] - Added Type Alias VariableValuesListNextResponse info [Changelog] - Added Type Alias VariableValuesListResponse info [Changelog] - Interface PolicyAssignment has a new optional parameter overrides info [Changelog] - Interface PolicyAssignment has a new optional parameter resourceSelectors info [Changelog] - Interface PolicyAssignmentUpdate has a new optional parameter overrides info [Changelog] - Interface PolicyAssignmentUpdate has a new optional parameter resourceSelectors info [Changelog] - Interface PolicyExemption has a new optional parameter assignmentScopeValidation info [Changelog] - Interface PolicyExemption has a new optional parameter resourceSelectors info [Changelog] - Added Enum KnownAssignmentScopeValidation info [Changelog] - Added Enum KnownOverrideKind info [Changelog] - Added Enum KnownSelectorKind
️✔️@azure/arm-resources-subscriptions [View full logs] [Preview SDK Changes]info [Changelog] error breakingChangeTracking is enabled, but version or changelogItem is not found in output.
- Only show 14 items here, please refer to log for details.
️✔️@azure/arm-resources [View full logs] [Preview SDK Changes] Breaking Change Detectedinfo [Changelog] - Interface TagsDeleteAtScopeOptionalParams has a new optional parameter resumeFrom info [Changelog] - Interface TagsDeleteAtScopeOptionalParams has a new optional parameter updateIntervalInMs info [Changelog] - Interface TagsUpdateAtScopeOptionalParams has a new optional parameter resumeFrom info [Changelog] - Interface TagsUpdateAtScopeOptionalParams has a new optional parameter updateIntervalInMs info [Changelog] info [Changelog] **Breaking Changes** info [Changelog] info [Changelog] - Removed operation TagsOperations.createOrUpdateAtScope info [Changelog] - Removed operation TagsOperations.deleteAtScope info [Changelog] - Removed operation TagsOperations.updateAtScope info [Changelog] - Class ResourceManagementClient has a new signature info [Changelog] - Type of parameter parameters of interface DeploymentProperties is changed from Record<string, unknown> to { info [Changelog] [propertyName: string]: DeploymentParameter; info [Changelog] } - Only show 14 items here, please refer to log for details.
️✔️@azure/arm-templatespecs [View full logs] [Preview SDK Changes] Breaking Change Detectedinfo [Changelog] - Added Interface TemplateSpecVersionsListBuiltInsNextOptionalParams info [Changelog] - Added Interface TemplateSpecVersionsListBuiltInsOptionalParams info [Changelog] - Added Type Alias TemplateSpecsGetBuiltInResponse info [Changelog] - Added Type Alias TemplateSpecsListBuiltInsNextResponse info [Changelog] - Added Type Alias TemplateSpecsListBuiltInsResponse info [Changelog] - Added Type Alias TemplateSpecVersionsGetBuiltInResponse info [Changelog] - Added Type Alias TemplateSpecVersionsListBuiltInsNextResponse info [Changelog] - Added Type Alias TemplateSpecVersionsListBuiltInsResponse info [Changelog] info [Changelog] **Breaking Changes** info [Changelog] info [Changelog] - Class TemplateSpecsClient has a new signature info [Changelog] - Interface TemplateSpecsListByResourceGroupNextOptionalParams no longer has parameter expand info [Changelog] - Interface TemplateSpecsListBySubscriptionNextOptionalParams no longer has parameter expand
️❌ azure-resource-manager-schemas failed [Detail]
❌Pipeline Framework Failed [Logs] Generate from 938efcc36e61ee158f6beb02682e9007729f10f9. 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 cannot force update branch 'sdkAuto/24836/resources' as it is the current HEAD of the repository. Error: cannot force update branch 'sdkAuto/24836/resources' as it is the current HEAD of the repository.
️✔️resources [View full logs]️✔️resources [View full logs]error Fatal error: cannot force update branch 'sdkAuto/24836/resources' as it is the current HEAD of the repository. error The following packages are still pending: error resources error resources error resources
️✔️resources
️❌ azure-powershell failed [Detail]
❌Pipeline Framework Failed [Logs] Generate from 938efcc36e61ee158f6beb02682e9007729f10f9. SDK Automation 14.0.0command sh ./tools/SwaggerCI/init.sh ../azure-powershell_tmp/initInput.json ../azure-powershell_tmp/initOutput.json command pwsh ./tools/SwaggerCI/psci.ps1 ../azure-powershell_tmp/generateInput.json ../azure-powershell_tmp/generateOutput.json SSL error: syscall failure: Broken pipe Error: SSL error: syscall failure: Broken pipe
⚠️Az.resources.DefaultTag [View full logs]error Fatal error: SSL error: syscall failure: Broken pipe error The following packages are still pending: error Az.resources.DefaultTag
Generated ApiView
| Language | Package Name | ApiView Link |
|---|---|---|
| Swagger | Microsoft.Resources | https://apiview.dev/Assemblies/Review/b29800adfa92407394c3386b9e5cfe4c |
| Go | sdk/resourcemanager/resources/armchanges | There is no API change compared with the previous version |
| Go | sdk/resourcemanager/resources/armdeploymentscripts | https://apiview.dev/Assemblies/Review/d3657aa1d4704092afd47967bda29480 |
| Go | sdk/resourcemanager/resources/armfeatures | There is no API change compared with the previous version |
| Go | sdk/resourcemanager/resources/armlinks | There is no API change compared with the previous version |
| Go | sdk/resourcemanager/resources/armlocks | There is no API change compared with the previous version |
| Go | sdk/resourcemanager/resources/armmanagedapplications | There is no API change compared with the previous version |
| Go | sdk/resourcemanager/resources/armpolicy | https://apiview.dev/Assemblies/Review/9a5f7341020d47c08cc6dcdecfeba5fc |
| Go | sdk/resourcemanager/resources/armresources | https://apiview.dev/Assemblies/Review/8bcf0c183dbf402fb155ab9a5fdeb109 |
| Go | sdk/resourcemanager/resources/armsubscriptions | There is no API change compared with the previous version |
| Go | sdk/resourcemanager/resources/armtemplatespecs | There is no API change compared with the previous version |
| .Net | Azure.ResourceManager.Resources | https://apiview.dev/Assemblies/Review/a9b166e05e474dd4be2c4babc933245b |
| JavaScript | @azure/arm-changes | https://apiview.dev/Assemblies/Review/8f79f15566554bc5b1ab335ef2d386c0 |
| JavaScript | @azure/arm-features | https://apiview.dev/Assemblies/Review/b5711ea827b743a2b50c1bc51784bef4 |
| JavaScript | @azure/arm-links | https://apiview.dev/Assemblies/Review/b28e81f48ee84b17a1c1515a39f313eb |
| JavaScript | @azure/arm-locks | https://apiview.dev/Assemblies/Review/ba3b1360c4fb4cc186bbbdf1dd77c9f6 |
| JavaScript | @azure/arm-managedapplications | https://apiview.dev/Assemblies/Review/7b601ae0ac034057a357aa98e5d30369 |
| JavaScript | @azure/arm-policy | https://apiview.dev/Assemblies/Review/5135ad36bef3443eab3f0112b1089752 |
| JavaScript | @azure/arm-resources-subscriptions | There is no API change compared with the previous version |
| JavaScript | @azure/arm-resources | https://apiview.dev/Assemblies/Review/d2103ed3995e4d46aa244ce8b7eafb5d |
| JavaScript | @azure/arm-templatespecs | https://apiview.dev/Assemblies/Review/c12ff022979a4fe28c464a3f1df285f1 |
Please address or respond to feedback from the ARM API reviewer.
When you are ready to continue the ARM API review, please remove the ARMChangesRequested label.
This will notify the reviewer to have another look.
If the feedback provided needs further discussion, please use this Teams channel to post your questions - aka.ms/azsdk/support/specreview-channel.
Please include [ARM Query] in the title of your question to indicate that it is ARM-related.
Hi @anthony-c-martin! The automation detected this pull request introduces changes to at least one existing API version that violate Azure's versioning policy. To comply with the policy, these changes must be made in a new API version. As a result, the automation added the NewApiVersionRequired label.
You cannot proceed with merging this PR until you complete one of the following action items:
ACTION ITEM ALTERNATIVE A: Introduce a new API version.
Submit a new PR instead of this one, or modify this PR, so that it adds a new API version instead of introducing changes to existing API versions.
ACTION ITEM ALTERNATIVE B: Request approval.
Alternatively, if you cannot avoid modifying existing API versions, then you can request an approval for them. Please follow the process described in the High-level Breaking Change Process doc.
ACTION ITEM ALTERNATIVE C: Report false positive.
If you think there are no changes in existing API version, i.e. there should be no NewApiVersionRequired label, then proceed as explained in ACTION ITEM ALTERNATIVE B.
This applies even if the breaking change tool fails with internal runtime error. In such case a manual breaking change review is necessary.
For additional guidance, please see https://aka.ms/NewApiVersionRequired
Hi @anthony-c-martin! Your PR has some issues. Please fix the CI issues, if present, in following order: Avocado, SemanticValidation, ModelValidation, Breaking Change, LintDiff.
| 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 |
If you need further help, please reach out on the Teams channel aka.ms/azsdk/support/specreview-channel.
Hi, @anthony-c-martin. 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, @anthony-c-martin. 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, @anthony-c-martin. 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.
Next Steps to Merge
Next steps that must be taken to merge this PR:- ❌ Your PR has non-breaking changes (label:
NewApiVersionRequired). You must introduce a new API version with these changes instead of modifying existing one. See the PR description for help. - ❌ The required check named
Swagger ModelValidationhas failed. Refer to the check in the PR's 'Checks' tab for details on how to fix it.
Hi, @anthony-c-martin. 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, @anthony-c-martin. 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, @anthony-c-martin. 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, @anthony-c-martin. 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, @anthony-c-martin. 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, @anthony-c-martin. 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, @anthony-c-martin. 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, @anthony-c-martin. 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, @anthony-c-martin. 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, @anthony-c-martin. 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, @anthony-c-martin. 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, @anthony-c-martin. 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, @anthony-c-martin. 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, @anthony-c-martin. 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, @anthony-c-martin. 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, @anthony-c-martin. 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, @anthony-c-martin. 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, @anthony-c-martin. 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, @anthony-c-martin. 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.