Skip to content

Commit

Permalink
Merge branch 'users/nijoy/mi_impl' of https://github.com/issacnitinms…
Browse files Browse the repository at this point in the history
…ft/azure-rest-api-specs into users/nijoy/mi_impl
  • Loading branch information
issacnitinmsft committed Nov 21, 2024
2 parents c27de80 + a9595f7 commit f9bf827
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/PULL_REQUEST_TEMPLATE/control_plane_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ What's the purpose of this PR? Check the specific option that applies. This is *

- [ ] New resource provider.
- [ ] New API version for an existing resource provider. (If API spec is not defined in TypeSpec, the PR should have been created in adherence to [OpenAPI specs PR creation guidance](https://aka.ms/azsdkdocs/createopenapispec)).
- [x] Update existing version for a new feature. (This is applicable only when you are revising a private preview API version.)
- [ ] 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 OpenAPI spec quality issues in S360.
- [ ] Convert existing [OpenAPI spec to TypeSpec spec](https://aka.ms/typespec/conversion) (do not combine this with implementing changes for a new API version).
- [ ] Other, please clarify:
Expand All @@ -26,8 +26,8 @@ What's the purpose of this PR? Check the specific option that applies. This is *
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 confirm this PR is modifying Azure Resource Manager (ARM) related specifications, and not data plane related specifications.
- [x] I have reviewed following [Resource Provider guidelines](https://aka.ms/rpguidelines), including
- [ ] I confirm this PR is modifying Azure Resource Manager (ARM) related specifications, and not data plane related specifications.
- [ ] I have reviewed following [Resource Provider guidelines](https://aka.ms/rpguidelines), including
[ARM resource provider contract](https://aka.ms/azurerpc) and
[REST guidelines](https://github.com/microsoft/api-guidelines/blob/vNext/azure/Guidelines.md) (estimated time: 4 hours).
I understand this is required before I can proceed to the diagram Step 2, "ARM API changes review", for this PR.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ using Microsoft.DevOpsInfrastructure;
"DevOpsInfrastructureMgmt",
"python"
);
@@clientName(Microsoft.DevOpsInfrastructure,
"DevOpsInfrastructureManagementClient",
"java"
);

@@access(Operations.list, Access.internal);

Expand Down

0 comments on commit f9bf827

Please sign in to comment.