@azure-tools/typespec-azure-resource-manager 0.35.0-dev.2 → 0.35.0-dev.3

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.
@@ -62,8 +62,10 @@ model PrivateLinkServiceConnectionState {
62
62
  /** The provisioning state of the connection */
63
63
  enum PrivateEndpointConnectionProvisioningState {
64
64
  ...ResourceProvisioningState,
65
+
65
66
  /** Connection is being created */
66
67
  Creating,
68
+
67
69
  /** Connection is being deleted */
68
70
  Deleting,
69
71
  }
@@ -72,8 +74,10 @@ enum PrivateEndpointConnectionProvisioningState {
72
74
  enum PrivateEndpointServiceConnectionStatus {
73
75
  /** Connectionaiting for approval or rejection */
74
76
  Pending,
77
+
75
78
  /** Connection approved */
76
79
  Approved,
80
+
77
81
  /** Connection Rejected */
78
82
  Rejected,
79
83
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure-tools/typespec-azure-resource-manager",
3
- "version": "0.35.0-dev.2",
3
+ "version": "0.35.0-dev.3",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "TypeSpec Azure Resource Manager library",
6
6
  "homepage": "https://azure.github.io/typespec-azure",
@@ -64,13 +64,13 @@
64
64
  "@typespec/library-linter": "~0.48.0 || >=0.49.0-dev <0.49.0",
65
65
  "@typespec/eslint-plugin": "~0.48.0 || >=0.49.0-dev <0.49.0",
66
66
  "@typespec/tspd": "~0.46.0 || >=0.47.0-dev <0.47.0",
67
- "eslint": "^8.42.0",
67
+ "eslint": "^8.49.0",
68
68
  "mocha": "~10.2.0",
69
- "mocha-junit-reporter": "~2.2.0",
69
+ "mocha-junit-reporter": "~2.2.1",
70
70
  "mocha-multi-reporters": "~1.5.1",
71
- "c8": "~8.0.0",
71
+ "c8": "~8.0.1",
72
72
  "rimraf": "~5.0.1",
73
- "typescript": "~5.1.3"
73
+ "typescript": "~5.2.2"
74
74
  },
75
75
  "dependencies": {},
76
76
  "scripts": {