Skip to content
This repository was archived by the owner on Jan 21, 2025. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into checkupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
mcgallan committed Oct 28, 2024
2 parents 8652016 + b359a78 commit 333bcc2
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 14 deletions.
6 changes: 0 additions & 6 deletions .changeset/poor-deers-happen.md

This file was deleted.

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

## 0.39.0

### Minor Changes

- caa2290: Remove handler code and commonapi file

### Patch Changes

- 43638ce: Fixed ARM singleton resource mock test.
- Updated dependencies [caa2290]
- @azure-tools/cadl-ranch@0.16.0

## 0.38.0

### Minor Changes
Expand Down
3 changes: 1 addition & 2 deletions packages/cadl-ranch-specs/cadl-ranch-summary.md
Original file line number Diff line number Diff line change
Expand Up @@ -1172,7 +1172,6 @@ Expected request body:

```json
{
"location": "eastus2",
"properties": {
"description": "valid2"
}
Expand All @@ -1186,7 +1185,7 @@ Expected response body:
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test-rg/providers/Azure.ResourceManager.Resources/singletonTrackedResources/default",
"name": "default",
"type": "Azure.ResourceManager.Resources/singletonTrackedResources",
"location": "eastus2",
"location": "eastus",
"properties":{
"description": "valid2",
"provisioningState": "Succeeded"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ Scenarios.Azure_ResourceManager_Resources_Singleton_update = passOnSuccess({
"api-version": "2023-12-01-preview",
},
body: {
location: "eastus2",
properties: {
description: "valid2",
},
Expand All @@ -125,7 +124,6 @@ Scenarios.Azure_ResourceManager_Resources_Singleton_update = passOnSuccess({
status: 200,
body: json({
...validSingletonResource,
location: "eastus2",
properties: {
provisioningState: "Succeeded",
description: "valid2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ interface Singleton {
Expected request body:
```json
{
"location": "eastus2",
"properties": {
"description": "valid2"
}
Expand All @@ -116,7 +115,7 @@ interface Singleton {
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test-rg/providers/Azure.ResourceManager.Resources/singletonTrackedResources/default",
"name": "default",
"type": "Azure.ResourceManager.Resources/singletonTrackedResources",
"location": "eastus2",
"location": "eastus",
"properties":{
"description": "valid2",
"provisioningState": "Succeeded"
Expand Down
2 changes: 1 addition & 1 deletion packages/cadl-ranch-specs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azure-tools/cadl-ranch-specs",
"version": "0.38.0",
"version": "0.39.0",
"description": "Cadl scenarios and mock apis",
"main": "dist/index.js",
"type": "module",
Expand Down
6 changes: 6 additions & 0 deletions packages/cadl-ranch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @azure-tools/cadl-ranch

## 0.16.0

### Minor Changes

- caa2290: Remove handler code and commonapi file

## 0.15.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cadl-ranch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azure-tools/cadl-ranch",
"version": "0.15.0",
"version": "0.16.0",
"description": "Cadl Ranch Tool to validate, run mock api, collect coverage.",
"main": "dist/index.js",
"type": "module",
Expand Down

0 comments on commit 333bcc2

Please sign in to comment.