Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into PassOnCodeBugFix
Browse files Browse the repository at this point in the history
  • Loading branch information
sarangan12 committed Oct 17, 2024
2 parents 33f6e72 + 170cc7c commit 3d9cbc7
Show file tree
Hide file tree
Showing 22 changed files with 261 additions and 206 deletions.
5 changes: 0 additions & 5 deletions .changeset/late-falcons-behave.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/polite-jeans-mix.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/warm-wasps-boil.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/cadl-ranch-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @azure-tools/cadl-ranch-api

## 0.5.0

### Minor Changes

- 46e3022: Fix mockapi in authentication scenarios.

## 0.4.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cadl-ranch-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azure-tools/cadl-ranch-api",
"version": "0.4.7",
"version": "0.5.0",
"description": "Cadl Ranch set of api to implement mock api",
"main": "dist/index.js",
"type": "module",
Expand Down
6 changes: 6 additions & 0 deletions packages/cadl-ranch-coverage-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @azure-tools/cadl-ranch-api

## 0.9.0

### Minor Changes

- afce8be: Add dashboard for Azure Resource Manager.

## 0.8.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cadl-ranch-coverage-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azure-tools/cadl-ranch-coverage-sdk",
"version": "0.8.4",
"version": "0.9.0",
"description": "Cadl Ranch utility to manage the reported coverage",
"main": "dist/index.js",
"type": "module",
Expand Down
11 changes: 11 additions & 0 deletions packages/cadl-ranch-dashboard/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @azure-tools/cadl-ranch-dashboard

## 0.9.0

### Minor Changes

- afce8be: Add dashboard for Azure Resource Manager.

### Patch Changes

- Updated dependencies [afce8be]
- @azure-tools/cadl-ranch-coverage-sdk@0.9.0

## 0.8.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cadl-ranch-dashboard/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@azure-tools/cadl-ranch-dashboard",
"private": true,
"version": "0.8.6",
"version": "0.9.0",
"description": "Cadl Ranch Dashboard website",
"main": "dist/index.js",
"type": "module",
Expand Down
22 changes: 22 additions & 0 deletions packages/cadl-ranch-specs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# @azure-tools/cadl-ranch-specs

## 0.38.0

### Minor Changes

- 538eb76: Reorganized ARM tests.

Breaking changes:

1. Renamed namespace `Azure.ResourceManager.Models.Resources` to `Azure.ResourceManager.Resources`.
2. Renamed namespace `Azure.ResourceManager.Models.CommonTypes.ManagedIdentity` to `Azure.ResourceManager.CommonProperties`.
3. Renamed folder `common-types/managed-identity` to `common-properties`.
4. Renamed `ManagedIdentityTrackedResources` interface in `common-properties` to `ManagedIdentity`.

### Patch Changes

- a984aa0: Back port fix on route mockapi.
- 46e3022: Fix mockapi in authentication scenarios.
- Updated dependencies [46e3022]
- Updated dependencies [afce8be]
- @azure-tools/cadl-ranch-api@0.5.0
- @azure-tools/cadl-ranch@0.15.0

## 0.37.7

### Patch Changes
Expand Down
Loading

0 comments on commit 3d9cbc7

Please sign in to comment.