Skip to content

package-dir is not supported yet. should be updated as emitter-output-dir#1

Closed
skywing918 wants to merge 1 commit intoamber-yujueWang:wangamber/feat/stt-typespec-alignfrom
skywing918:kyle/updateTspconfigs
Closed

package-dir is not supported yet. should be updated as emitter-output-dir#1
skywing918 wants to merge 1 commit intoamber-yujueWang:wangamber/feat/stt-typespec-alignfrom
skywing918:kyle/updateTspconfigs

Conversation

@skywing918
Copy link

@skywing918 skywing918 commented Sep 29, 2025

Choose a PR Template

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

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

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

Click here to open a PR for only SDK configuration.

@github-actions
Copy link

github-actions bot commented Sep 29, 2025

Next Steps to Merge

Important checks have failed. As of today they are not blocking this PR, but in near future they may.
Addressing the following failures is highly recommended:
  • ⚠️ The check named Swagger BreakingChange has failed. To unblock this PR, follow the process at aka.ms/brch.


Comment generated by summarize-checks workflow run.

@skywing918 skywing918 closed this by deleting the head repository Nov 4, 2025
rhurey pushed a commit that referenced this pull request Mar 11, 2026
… API (Azure#40501)

* Add blockchain to latest profile

* Add additional types

* Add SubAssessment event source type and add more automations examples

* Change Location isReadOnlu to false

* Test

* Add new read/write location and add new type TrackedResourceLocation

* Minor

* minor

* prettier fixes

* Change variable name to TrackedResourceLocation

* Change type name TrackedResourceLocation to AzureTrackedResourceLocation

* Update automations example

* Add SecureScores & SecureScoreControls as new supported datatypes in Automations resource

* [ASC.Automations] add new data type RegulatoryComplianceAssessment

* Add Secure Scores and Regulatory Compliance snapshot data types

* Changes

* minor fix

* syntax fixes

* [Microsoft.Security/Automations] Add AssessmentsSnapshot & SubAssessmentSnapshot data types

* minor

* minor

* minor

* minor

* MDC: Adding 2024-07-01-preview version to SecurityConnectors API [Introducing new Docker-Hub Environment]

* MDC: Adding 2024-07-01-preview version to SecurityConnectors API [Introducing new Docker-Hub Environment]

* Add DefenderForContainersDockerHub offering

* minor fix

* Copy files from stable/2024-01-01

Copied the files in a separate commit.
This allows reviewers to easily diff subsequent changes against the previous spec.

* Update version to preview/2025-10-01-preview

Updated the API version from stable/2024-01-01 to preview/2025-10-01-preview.

* Added tag for 2025-10-01-preview in readme file

* Copy files from stable/2024-01-01

Copied the files in a separate commit.
This allows reviewers to easily diff subsequent changes against the previous spec.

* Update version to preview/2025-10-01-preview

Updated the API version from stable/2024-01-01 to preview/2025-10-01-preview.

* Added tag for 2025-10-01-preview in readme file

* .

* Copy files from stable/2024-01-01

Copied the files in a separate commit.
This allows reviewers to easily diff subsequent changes against the previous spec.

* Update version to preview/2025-10-01-preview

Updated the API version from stable/2024-01-01 to preview/2025-10-01-preview.

* Added tag for 2025-10-01-preview in readme file

* .

* .

* .

* .

* .

* Keren's updates - new properties

* Remove redundent inherited property

* Add examples for containers resource level

* Revert "Remove redundent inherited property"

This reverts commit d118085.

* .

* .

* .

* .

* .

* .

* .

* .

* .

* address issue #1

* address issue Azure#2

* resolving conflict from folder migration

* add v1

* Delete unnesscary files

* change

* .

* .

* .

* Remove ScopeIdSubscriptionOnly from existing API versions' types.json

The ScopeIdSubscriptionOnly parameter was incorrectly added to all existing
API versions' common/v1/types.json files. This parameter is only used by the
new 2025-10-01-preview pricings.json BatchUpdate operation and should only
exist in the 2025-10-01-preview/common/v1/types.json file.

This fixes the VersioningReviewRequired and Swagger Avocado check failures
by not modifying existing API versions.

* Fix CI failures: PUT->POST for BatchUpdate, remove error responses/examples, fix Avocado/LintDiff

* Fix LintDiff, Avocado, and prettier issues

- Add x-ms-pageable to Pricings_List operation (fixes XmsPageableForListCalls)
- Fix suppression paths: backslash to forward slash for Linux CI compatibility
- Add suppressions for new LintDiff violations: PathForResourceAction,
  AvoidAdditionalProperties, RequiredReadOnlySystemData, PutInOperationName,
  ParameterNotDefinedInGlobalParameters, EnumInsteadOfBoolean
- Add Avocado suppressions: MULTIPLE_API_VERSION, NOT_LATEST_API_VERSION_IN_DEFAULT_TAG,
  MISSING_APIS_IN_DEFAULT_TAG
- Update composite-v3 tag to include preview/2025-10-01-preview/pricings.json
- Fix truncated suppression reason text
- Apply prettier formatting to x-ms-identifiers arrays

* Fix CI: restore stable pricings and securityConnectors in default composite tag

- Keep stable/2024-01-01/pricings.json in package-composite-v3 default tag
  (was incorrectly replaced with preview/2025-10-01-preview/pricings.json)
- Restore preview/2024-08-01-preview/securityConnectors.json in default tag
  (was incorrectly changed to non-existent stable/2024-01-01/securityConnectors.json)
- Remove unnecessary MULTIPLE_API_VERSION suppression

These changes fix Swagger Avocado, BreakingChange, and LintDiff CI failures.

* Restore MULTIPLE_API_VERSION suppression for Avocado check

The default composite tag (package-composite-v3) intentionally includes
multiple API versions across Security Center features. This suppression
was mistakenly removed in the previous fix.

* Rename pricings/batch to pricings/batchUpdate for PathForResourceAction compliance

* .

* .

* Rename batch URL from batchUpdate to batch and update PathForResourceAction suppression

* Add where: clauses to 2025-10-01-preview suppressions in readme.md

* Fix ARM path validation: use /pricings/default/batch for even-segment compliance

---------

Co-authored-by: Mark Cowlishaw <markcowl@microsoft.com>
Co-authored-by: Your Name <you@example.com>
Co-authored-by: chshum <chshum@microsoft.com>
Co-authored-by: Keren Damari <kedamari@microsoft.com>
Co-authored-by: ygorshomov <ygorshomov@microsoft.com>
Co-authored-by: zedy <zedy@wicresoft.com>
Co-authored-by: Elia Grady <eliagrady@users.noreply.github.com>
Co-authored-by: Razvan Badea <156206747+razvanbadea-msft@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant