@azure-tools/typespec-azure-resource-manager 0.66.0-dev.1 → 0.66.0-dev.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/generated-defs/Azure.ResourceManager.Legacy.ts-test.js +1 -1
- package/dist/generated-defs/Azure.ResourceManager.Legacy.ts-test.js.map +1 -1
- package/dist/generated-defs/Azure.ResourceManager.ts-test.js +1 -1
- package/dist/generated-defs/Azure.ResourceManager.ts-test.js.map +1 -1
- package/package.json +1 -1
|
@@ -4,5 +4,5 @@ import { $decorators } from "@azure-tools/typespec-azure-resource-manager";
|
|
|
4
4
|
/**
|
|
5
5
|
* An error here would mean that the exported decorator is not using the same signature. Make sure to have export const $decName: DecNameDecorator = (...) => ...
|
|
6
6
|
*/
|
|
7
|
-
const
|
|
7
|
+
const _decs = $decorators["Azure.ResourceManager.Legacy"];
|
|
8
8
|
//# sourceMappingURL=Azure.ResourceManager.Legacy.ts-test.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Azure.ResourceManager.Legacy.ts-test.js","sourceRoot":"","sources":["../../generated-defs/Azure.ResourceManager.Legacy.ts-test.ts"],"names":[],"mappings":"AAAA,2EAA2E;AAC3E,+BAA+B;AAE/B,OAAO,EAAE,WAAW,EAAE,MAAM,8CAA8C,CAAC;AAG3E;;GAEG;AACH,MAAM,
|
|
1
|
+
{"version":3,"file":"Azure.ResourceManager.Legacy.ts-test.js","sourceRoot":"","sources":["../../generated-defs/Azure.ResourceManager.Legacy.ts-test.ts"],"names":[],"mappings":"AAAA,2EAA2E;AAC3E,+BAA+B;AAE/B,OAAO,EAAE,WAAW,EAAE,MAAM,8CAA8C,CAAC;AAG3E;;GAEG;AACH,MAAM,KAAK,GAAyC,WAAW,CAAC,8BAA8B,CAAC,CAAC"}
|
|
@@ -4,5 +4,5 @@ import { $decorators } from "@azure-tools/typespec-azure-resource-manager";
|
|
|
4
4
|
/**
|
|
5
5
|
* An error here would mean that the exported decorator is not using the same signature. Make sure to have export const $decName: DecNameDecorator = (...) => ...
|
|
6
6
|
*/
|
|
7
|
-
const
|
|
7
|
+
const _decs = $decorators["Azure.ResourceManager"];
|
|
8
8
|
//# sourceMappingURL=Azure.ResourceManager.ts-test.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Azure.ResourceManager.ts-test.js","sourceRoot":"","sources":["../../generated-defs/Azure.ResourceManager.ts-test.ts"],"names":[],"mappings":"AAAA,2EAA2E;AAC3E,+BAA+B;AAE/B,OAAO,EAAE,WAAW,EAAE,MAAM,8CAA8C,CAAC;AAG3E;;GAEG;AACH,MAAM,
|
|
1
|
+
{"version":3,"file":"Azure.ResourceManager.ts-test.js","sourceRoot":"","sources":["../../generated-defs/Azure.ResourceManager.ts-test.ts"],"names":[],"mappings":"AAAA,2EAA2E;AAC3E,+BAA+B;AAE/B,OAAO,EAAE,WAAW,EAAE,MAAM,8CAA8C,CAAC;AAG3E;;GAEG;AACH,MAAM,KAAK,GAAmC,WAAW,CAAC,uBAAuB,CAAC,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure-tools/typespec-azure-resource-manager",
|
|
3
|
-
"version": "0.66.0-dev.
|
|
3
|
+
"version": "0.66.0-dev.2",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
5
|
"description": "TypeSpec Azure Resource Manager library",
|
|
6
6
|
"homepage": "https://azure.github.io/typespec-azure",
|