@azure/arm-devcenter 1.0.0-beta.3 → 1.0.0-beta.4
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/CHANGELOG.md +33 -0
- package/dist/index.js +339 -91
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist-esm/samples-dev/attachedNetworksCreateOrUpdateSample.js +4 -4
- package/dist-esm/samples-dev/attachedNetworksCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/attachedNetworksDeleteSample.js +3 -3
- package/dist-esm/samples-dev/attachedNetworksDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/attachedNetworksGetByDevCenterSample.js +2 -2
- package/dist-esm/samples-dev/attachedNetworksGetByDevCenterSample.js.map +1 -1
- package/dist-esm/samples-dev/attachedNetworksGetByProjectSample.js +3 -3
- package/dist-esm/samples-dev/attachedNetworksGetByProjectSample.js.map +1 -1
- package/dist-esm/samples-dev/attachedNetworksListByDevCenterSample.js +2 -2
- package/dist-esm/samples-dev/attachedNetworksListByDevCenterSample.js.map +1 -1
- package/dist-esm/samples-dev/attachedNetworksListByProjectSample.js +3 -3
- package/dist-esm/samples-dev/attachedNetworksListByProjectSample.js.map +1 -1
- package/dist-esm/samples-dev/catalogsCreateOrUpdateSample.js +6 -6
- package/dist-esm/samples-dev/catalogsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/catalogsDeleteSample.js +3 -3
- package/dist-esm/samples-dev/catalogsDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/catalogsGetSample.js +3 -3
- package/dist-esm/samples-dev/catalogsGetSample.js.map +1 -1
- package/dist-esm/samples-dev/catalogsListByDevCenterSample.js +2 -2
- package/dist-esm/samples-dev/catalogsListByDevCenterSample.js.map +1 -1
- package/dist-esm/samples-dev/catalogsSyncSample.js +3 -3
- package/dist-esm/samples-dev/catalogsSyncSample.js.map +1 -1
- package/dist-esm/samples-dev/catalogsUpdateSample.js +3 -3
- package/dist-esm/samples-dev/catalogsUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/checkNameAvailabilityExecuteSample.d.ts +2 -0
- package/dist-esm/samples-dev/checkNameAvailabilityExecuteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/checkNameAvailabilityExecuteSample.js +33 -0
- package/dist-esm/samples-dev/checkNameAvailabilityExecuteSample.js.map +1 -0
- package/dist-esm/samples-dev/devBoxDefinitionsCreateOrUpdateSample.js +3 -2
- package/dist-esm/samples-dev/devBoxDefinitionsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/devBoxDefinitionsDeleteSample.js +2 -2
- package/dist-esm/samples-dev/devBoxDefinitionsDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/devBoxDefinitionsGetByProjectSample.js +2 -2
- package/dist-esm/samples-dev/devBoxDefinitionsGetByProjectSample.js.map +1 -1
- package/dist-esm/samples-dev/devBoxDefinitionsGetSample.js +2 -2
- package/dist-esm/samples-dev/devBoxDefinitionsGetSample.js.map +1 -1
- package/dist-esm/samples-dev/devBoxDefinitionsListByDevCenterSample.js +2 -2
- package/dist-esm/samples-dev/devBoxDefinitionsListByDevCenterSample.js.map +1 -1
- package/dist-esm/samples-dev/devBoxDefinitionsListByProjectSample.js +2 -2
- package/dist-esm/samples-dev/devBoxDefinitionsListByProjectSample.js.map +1 -1
- package/dist-esm/samples-dev/devBoxDefinitionsUpdateSample.js +2 -2
- package/dist-esm/samples-dev/devBoxDefinitionsUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/devCentersCreateOrUpdateSample.js +4 -4
- package/dist-esm/samples-dev/devCentersCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/devCentersDeleteSample.js +2 -2
- package/dist-esm/samples-dev/devCentersDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/devCentersGetSample.js +2 -2
- package/dist-esm/samples-dev/devCentersGetSample.js.map +1 -1
- package/dist-esm/samples-dev/devCentersListByResourceGroupSample.js +2 -2
- package/dist-esm/samples-dev/devCentersListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/devCentersListBySubscriptionSample.js +2 -2
- package/dist-esm/samples-dev/devCentersListBySubscriptionSample.js.map +1 -1
- package/dist-esm/samples-dev/devCentersUpdateSample.js +2 -2
- package/dist-esm/samples-dev/devCentersUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/environmentTypesCreateOrUpdateSample.js +3 -3
- package/dist-esm/samples-dev/environmentTypesCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/environmentTypesDeleteSample.js +3 -3
- package/dist-esm/samples-dev/environmentTypesDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/environmentTypesGetSample.js +3 -3
- package/dist-esm/samples-dev/environmentTypesGetSample.js.map +1 -1
- package/dist-esm/samples-dev/environmentTypesListByDevCenterSample.js +2 -2
- package/dist-esm/samples-dev/environmentTypesListByDevCenterSample.js.map +1 -1
- package/dist-esm/samples-dev/environmentTypesUpdateSample.js +3 -3
- package/dist-esm/samples-dev/environmentTypesUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/galleriesCreateOrUpdateSample.js +4 -4
- package/dist-esm/samples-dev/galleriesCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/galleriesDeleteSample.js +3 -3
- package/dist-esm/samples-dev/galleriesDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/galleriesGetSample.js +3 -3
- package/dist-esm/samples-dev/galleriesGetSample.js.map +1 -1
- package/dist-esm/samples-dev/galleriesListByDevCenterSample.js +2 -2
- package/dist-esm/samples-dev/galleriesListByDevCenterSample.js.map +1 -1
- package/dist-esm/samples-dev/imageVersionsGetSample.js +3 -3
- package/dist-esm/samples-dev/imageVersionsGetSample.js.map +1 -1
- package/dist-esm/samples-dev/imageVersionsListByImageSample.js +2 -2
- package/dist-esm/samples-dev/imageVersionsListByImageSample.js.map +1 -1
- package/dist-esm/samples-dev/imagesGetSample.js +3 -3
- package/dist-esm/samples-dev/imagesGetSample.js.map +1 -1
- package/dist-esm/samples-dev/imagesListByDevCenterSample.js +2 -2
- package/dist-esm/samples-dev/imagesListByDevCenterSample.js.map +1 -1
- package/dist-esm/samples-dev/imagesListByGallerySample.js +2 -2
- package/dist-esm/samples-dev/imagesListByGallerySample.js.map +1 -1
- package/dist-esm/samples-dev/networkConnectionsCreateOrUpdateSample.js +2 -2
- package/dist-esm/samples-dev/networkConnectionsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/networkConnectionsDeleteSample.js +3 -3
- package/dist-esm/samples-dev/networkConnectionsDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/networkConnectionsGetHealthDetailsSample.js +3 -3
- package/dist-esm/samples-dev/networkConnectionsGetHealthDetailsSample.js.map +1 -1
- package/dist-esm/samples-dev/networkConnectionsGetSample.js +2 -2
- package/dist-esm/samples-dev/networkConnectionsGetSample.js.map +1 -1
- package/dist-esm/samples-dev/networkConnectionsListByResourceGroupSample.js +2 -2
- package/dist-esm/samples-dev/networkConnectionsListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/networkConnectionsListBySubscriptionSample.js +2 -2
- package/dist-esm/samples-dev/networkConnectionsListBySubscriptionSample.js.map +1 -1
- package/dist-esm/samples-dev/networkConnectionsListHealthDetailsSample.js +2 -2
- package/dist-esm/samples-dev/networkConnectionsListHealthDetailsSample.js.map +1 -1
- package/dist-esm/samples-dev/networkConnectionsRunHealthChecksSample.js +3 -3
- package/dist-esm/samples-dev/networkConnectionsRunHealthChecksSample.js.map +1 -1
- package/dist-esm/samples-dev/networkConnectionsUpdateSample.js +2 -2
- package/dist-esm/samples-dev/networkConnectionsUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/operationStatusesGetSample.js +4 -4
- package/dist-esm/samples-dev/operationStatusesGetSample.js.map +1 -1
- package/dist-esm/samples-dev/operationsListSample.js +1 -1
- package/dist-esm/samples-dev/poolsCreateOrUpdateSample.js +4 -4
- package/dist-esm/samples-dev/poolsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/poolsDeleteSample.js +3 -3
- package/dist-esm/samples-dev/poolsDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/poolsGetSample.js +4 -4
- package/dist-esm/samples-dev/poolsGetSample.js.map +1 -1
- package/dist-esm/samples-dev/poolsListByProjectSample.js +3 -3
- package/dist-esm/samples-dev/poolsListByProjectSample.js.map +1 -1
- package/dist-esm/samples-dev/poolsUpdateSample.js +4 -4
- package/dist-esm/samples-dev/poolsUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/projectAllowedEnvironmentTypesGetSample.js +3 -3
- package/dist-esm/samples-dev/projectAllowedEnvironmentTypesGetSample.js.map +1 -1
- package/dist-esm/samples-dev/projectAllowedEnvironmentTypesListSample.js +2 -2
- package/dist-esm/samples-dev/projectAllowedEnvironmentTypesListSample.js.map +1 -1
- package/dist-esm/samples-dev/projectEnvironmentTypesCreateOrUpdateSample.js +3 -3
- package/dist-esm/samples-dev/projectEnvironmentTypesCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/projectEnvironmentTypesDeleteSample.js +3 -3
- package/dist-esm/samples-dev/projectEnvironmentTypesDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/projectEnvironmentTypesGetSample.js +3 -3
- package/dist-esm/samples-dev/projectEnvironmentTypesGetSample.js.map +1 -1
- package/dist-esm/samples-dev/projectEnvironmentTypesListSample.js +2 -2
- package/dist-esm/samples-dev/projectEnvironmentTypesListSample.js.map +1 -1
- package/dist-esm/samples-dev/projectEnvironmentTypesUpdateSample.js +3 -3
- package/dist-esm/samples-dev/projectEnvironmentTypesUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/projectsCreateOrUpdateSample.js +4 -4
- package/dist-esm/samples-dev/projectsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/projectsDeleteSample.js +3 -3
- package/dist-esm/samples-dev/projectsDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/projectsGetSample.js +3 -3
- package/dist-esm/samples-dev/projectsGetSample.js.map +1 -1
- package/dist-esm/samples-dev/projectsListByResourceGroupSample.js +2 -2
- package/dist-esm/samples-dev/projectsListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/projectsListBySubscriptionSample.js +2 -2
- package/dist-esm/samples-dev/projectsListBySubscriptionSample.js.map +1 -1
- package/dist-esm/samples-dev/projectsUpdateSample.js +3 -3
- package/dist-esm/samples-dev/projectsUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/schedulesCreateOrUpdateSample.js +2 -2
- package/dist-esm/samples-dev/schedulesCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/schedulesDeleteSample.js +2 -2
- package/dist-esm/samples-dev/schedulesDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/schedulesGetSample.js +2 -2
- package/dist-esm/samples-dev/schedulesGetSample.js.map +1 -1
- package/dist-esm/samples-dev/schedulesListByPoolSample.js +2 -2
- package/dist-esm/samples-dev/schedulesListByPoolSample.js.map +1 -1
- package/dist-esm/samples-dev/schedulesUpdateSample.js +2 -2
- package/dist-esm/samples-dev/schedulesUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/skusListBySubscriptionSample.js +2 -2
- package/dist-esm/samples-dev/skusListBySubscriptionSample.js.map +1 -1
- package/dist-esm/samples-dev/usagesListByLocationSample.js +2 -2
- package/dist-esm/samples-dev/usagesListByLocationSample.js.map +1 -1
- package/dist-esm/src/devCenterClient.d.ts +2 -1
- package/dist-esm/src/devCenterClient.d.ts.map +1 -1
- package/dist-esm/src/devCenterClient.js +4 -3
- package/dist-esm/src/devCenterClient.js.map +1 -1
- package/dist-esm/src/models/index.d.ts +162 -21
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js +52 -0
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts +3 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +95 -0
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/dist-esm/src/models/parameters.d.ts +1 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -1
- package/dist-esm/src/models/parameters.js +6 -2
- package/dist-esm/src/models/parameters.js.map +1 -1
- package/dist-esm/src/operations/checkNameAvailability.d.ts +19 -0
- package/dist-esm/src/operations/checkNameAvailability.d.ts.map +1 -0
- package/dist-esm/src/operations/checkNameAvailability.js +49 -0
- package/dist-esm/src/operations/checkNameAvailability.js.map +1 -0
- package/dist-esm/src/operations/index.d.ts +1 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -1
- package/dist-esm/src/operations/index.js +1 -0
- package/dist-esm/src/operations/index.js.map +1 -1
- package/dist-esm/src/operations/networkConnections.d.ts +9 -1
- package/dist-esm/src/operations/networkConnections.d.ts.map +1 -1
- package/dist-esm/src/operations/networkConnections.js +49 -2
- package/dist-esm/src/operations/networkConnections.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/checkNameAvailability.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/checkNameAvailability.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/checkNameAvailability.js +9 -0
- package/dist-esm/src/operationsInterfaces/checkNameAvailability.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/index.js +1 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/networkConnections.d.ts +9 -1
- package/dist-esm/src/operationsInterfaces/networkConnections.d.ts.map +1 -1
- package/package.json +2 -2
- package/review/arm-devcenter.api.md +104 -22
- package/src/devCenterClient.ts +6 -2
- package/src/models/index.ts +175 -22
- package/src/models/mappers.ts +103 -0
- package/src/models/parameters.ts +7 -1
- package/src/operations/checkNameAvailability.ts +68 -0
- package/src/operations/index.ts +1 -0
- package/src/operations/networkConnections.ts +73 -3
- package/src/operationsInterfaces/checkNameAvailability.ts +26 -0
- package/src/operationsInterfaces/index.ts +1 -0
- package/src/operationsInterfaces/networkConnections.ts +13 -1
- package/types/arm-devcenter.d.ts +193 -22
- package/types/tsdoc-metadata.json +1 -1
package/dist/index.js
CHANGED
|
@@ -67,6 +67,42 @@ function setContinuationToken(page, continuationToken) {
|
|
|
67
67
|
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
68
68
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
69
69
|
*/
|
|
70
|
+
/** Known values of {@link ProvisioningState} that the service accepts. */
|
|
71
|
+
exports.KnownProvisioningState = void 0;
|
|
72
|
+
(function (KnownProvisioningState) {
|
|
73
|
+
/** NotSpecified */
|
|
74
|
+
KnownProvisioningState["NotSpecified"] = "NotSpecified";
|
|
75
|
+
/** Accepted */
|
|
76
|
+
KnownProvisioningState["Accepted"] = "Accepted";
|
|
77
|
+
/** Running */
|
|
78
|
+
KnownProvisioningState["Running"] = "Running";
|
|
79
|
+
/** Creating */
|
|
80
|
+
KnownProvisioningState["Creating"] = "Creating";
|
|
81
|
+
/** Created */
|
|
82
|
+
KnownProvisioningState["Created"] = "Created";
|
|
83
|
+
/** Updating */
|
|
84
|
+
KnownProvisioningState["Updating"] = "Updating";
|
|
85
|
+
/** Updated */
|
|
86
|
+
KnownProvisioningState["Updated"] = "Updated";
|
|
87
|
+
/** Deleting */
|
|
88
|
+
KnownProvisioningState["Deleting"] = "Deleting";
|
|
89
|
+
/** Deleted */
|
|
90
|
+
KnownProvisioningState["Deleted"] = "Deleted";
|
|
91
|
+
/** Succeeded */
|
|
92
|
+
KnownProvisioningState["Succeeded"] = "Succeeded";
|
|
93
|
+
/** Failed */
|
|
94
|
+
KnownProvisioningState["Failed"] = "Failed";
|
|
95
|
+
/** Canceled */
|
|
96
|
+
KnownProvisioningState["Canceled"] = "Canceled";
|
|
97
|
+
/** MovingResources */
|
|
98
|
+
KnownProvisioningState["MovingResources"] = "MovingResources";
|
|
99
|
+
/** TransientFailure */
|
|
100
|
+
KnownProvisioningState["TransientFailure"] = "TransientFailure";
|
|
101
|
+
/** RolloutInProgress */
|
|
102
|
+
KnownProvisioningState["RolloutInProgress"] = "RolloutInProgress";
|
|
103
|
+
/** StorageProvisioningFailed */
|
|
104
|
+
KnownProvisioningState["StorageProvisioningFailed"] = "StorageProvisioningFailed";
|
|
105
|
+
})(exports.KnownProvisioningState || (exports.KnownProvisioningState = {}));
|
|
70
106
|
/** Known values of {@link ManagedServiceIdentityType} that the service accepts. */
|
|
71
107
|
exports.KnownManagedServiceIdentityType = void 0;
|
|
72
108
|
(function (KnownManagedServiceIdentityType) {
|
|
@@ -149,6 +185,14 @@ exports.KnownImageValidationStatus = void 0;
|
|
|
149
185
|
/** TimedOut */
|
|
150
186
|
KnownImageValidationStatus["TimedOut"] = "TimedOut";
|
|
151
187
|
})(exports.KnownImageValidationStatus || (exports.KnownImageValidationStatus = {}));
|
|
188
|
+
/** Known values of {@link HibernateSupport} that the service accepts. */
|
|
189
|
+
exports.KnownHibernateSupport = void 0;
|
|
190
|
+
(function (KnownHibernateSupport) {
|
|
191
|
+
/** Disabled */
|
|
192
|
+
KnownHibernateSupport["Disabled"] = "Disabled";
|
|
193
|
+
/** Enabled */
|
|
194
|
+
KnownHibernateSupport["Enabled"] = "Enabled";
|
|
195
|
+
})(exports.KnownHibernateSupport || (exports.KnownHibernateSupport = {}));
|
|
152
196
|
/** Known values of {@link Origin} that the service accepts. */
|
|
153
197
|
exports.KnownOrigin = void 0;
|
|
154
198
|
(function (KnownOrigin) {
|
|
@@ -171,6 +215,14 @@ exports.KnownUsageUnit = void 0;
|
|
|
171
215
|
/** Count */
|
|
172
216
|
KnownUsageUnit["Count"] = "Count";
|
|
173
217
|
})(exports.KnownUsageUnit || (exports.KnownUsageUnit = {}));
|
|
218
|
+
/** Known values of {@link CheckNameAvailabilityReason} that the service accepts. */
|
|
219
|
+
exports.KnownCheckNameAvailabilityReason = void 0;
|
|
220
|
+
(function (KnownCheckNameAvailabilityReason) {
|
|
221
|
+
/** Invalid */
|
|
222
|
+
KnownCheckNameAvailabilityReason["Invalid"] = "Invalid";
|
|
223
|
+
/** AlreadyExists */
|
|
224
|
+
KnownCheckNameAvailabilityReason["AlreadyExists"] = "AlreadyExists";
|
|
225
|
+
})(exports.KnownCheckNameAvailabilityReason || (exports.KnownCheckNameAvailabilityReason = {}));
|
|
174
226
|
/** Known values of {@link LicenseType} that the service accepts. */
|
|
175
227
|
exports.KnownLicenseType = void 0;
|
|
176
228
|
(function (KnownLicenseType) {
|
|
@@ -1112,6 +1164,12 @@ const DevBoxDefinitionUpdateProperties = {
|
|
|
1112
1164
|
type: {
|
|
1113
1165
|
name: "String"
|
|
1114
1166
|
}
|
|
1167
|
+
},
|
|
1168
|
+
hibernateSupport: {
|
|
1169
|
+
serializedName: "hibernateSupport",
|
|
1170
|
+
type: {
|
|
1171
|
+
name: "String"
|
|
1172
|
+
}
|
|
1115
1173
|
}
|
|
1116
1174
|
}
|
|
1117
1175
|
}
|
|
@@ -1490,6 +1548,67 @@ const UsageName = {
|
|
|
1490
1548
|
}
|
|
1491
1549
|
}
|
|
1492
1550
|
};
|
|
1551
|
+
const CheckNameAvailabilityRequest = {
|
|
1552
|
+
type: {
|
|
1553
|
+
name: "Composite",
|
|
1554
|
+
className: "CheckNameAvailabilityRequest",
|
|
1555
|
+
modelProperties: {
|
|
1556
|
+
name: {
|
|
1557
|
+
serializedName: "name",
|
|
1558
|
+
type: {
|
|
1559
|
+
name: "String"
|
|
1560
|
+
}
|
|
1561
|
+
},
|
|
1562
|
+
type: {
|
|
1563
|
+
serializedName: "type",
|
|
1564
|
+
type: {
|
|
1565
|
+
name: "String"
|
|
1566
|
+
}
|
|
1567
|
+
}
|
|
1568
|
+
}
|
|
1569
|
+
}
|
|
1570
|
+
};
|
|
1571
|
+
const CheckNameAvailabilityResponse = {
|
|
1572
|
+
type: {
|
|
1573
|
+
name: "Composite",
|
|
1574
|
+
className: "CheckNameAvailabilityResponse",
|
|
1575
|
+
modelProperties: {
|
|
1576
|
+
nameAvailable: {
|
|
1577
|
+
serializedName: "nameAvailable",
|
|
1578
|
+
type: {
|
|
1579
|
+
name: "Boolean"
|
|
1580
|
+
}
|
|
1581
|
+
},
|
|
1582
|
+
reason: {
|
|
1583
|
+
serializedName: "reason",
|
|
1584
|
+
type: {
|
|
1585
|
+
name: "String"
|
|
1586
|
+
}
|
|
1587
|
+
},
|
|
1588
|
+
message: {
|
|
1589
|
+
serializedName: "message",
|
|
1590
|
+
type: {
|
|
1591
|
+
name: "String"
|
|
1592
|
+
}
|
|
1593
|
+
}
|
|
1594
|
+
}
|
|
1595
|
+
}
|
|
1596
|
+
};
|
|
1597
|
+
const ErrorResponse = {
|
|
1598
|
+
type: {
|
|
1599
|
+
name: "Composite",
|
|
1600
|
+
className: "ErrorResponse",
|
|
1601
|
+
modelProperties: {
|
|
1602
|
+
error: {
|
|
1603
|
+
serializedName: "error",
|
|
1604
|
+
type: {
|
|
1605
|
+
name: "Composite",
|
|
1606
|
+
className: "ErrorDetail"
|
|
1607
|
+
}
|
|
1608
|
+
}
|
|
1609
|
+
}
|
|
1610
|
+
}
|
|
1611
|
+
};
|
|
1493
1612
|
const SkuListResult = {
|
|
1494
1613
|
type: {
|
|
1495
1614
|
name: "Composite",
|
|
@@ -2140,6 +2259,11 @@ const DevBoxDefinitionUpdate = {
|
|
|
2140
2259
|
type: {
|
|
2141
2260
|
name: "String"
|
|
2142
2261
|
}
|
|
2262
|
+
}, hibernateSupport: {
|
|
2263
|
+
serializedName: "properties.hibernateSupport",
|
|
2264
|
+
type: {
|
|
2265
|
+
name: "String"
|
|
2266
|
+
}
|
|
2143
2267
|
} })
|
|
2144
2268
|
}
|
|
2145
2269
|
};
|
|
@@ -2244,6 +2368,12 @@ const ProjectProperties = {
|
|
|
2244
2368
|
type: {
|
|
2245
2369
|
name: "String"
|
|
2246
2370
|
}
|
|
2371
|
+
}, devCenterUri: {
|
|
2372
|
+
serializedName: "devCenterUri",
|
|
2373
|
+
readOnly: true,
|
|
2374
|
+
type: {
|
|
2375
|
+
name: "String"
|
|
2376
|
+
}
|
|
2247
2377
|
} })
|
|
2248
2378
|
}
|
|
2249
2379
|
};
|
|
@@ -2444,6 +2574,12 @@ const DevCenter = {
|
|
|
2444
2574
|
type: {
|
|
2445
2575
|
name: "String"
|
|
2446
2576
|
}
|
|
2577
|
+
}, devCenterUri: {
|
|
2578
|
+
serializedName: "properties.devCenterUri",
|
|
2579
|
+
readOnly: true,
|
|
2580
|
+
type: {
|
|
2581
|
+
name: "String"
|
|
2582
|
+
}
|
|
2447
2583
|
} })
|
|
2448
2584
|
}
|
|
2449
2585
|
};
|
|
@@ -2467,6 +2603,12 @@ const Project = {
|
|
|
2467
2603
|
type: {
|
|
2468
2604
|
name: "String"
|
|
2469
2605
|
}
|
|
2606
|
+
}, devCenterUri: {
|
|
2607
|
+
serializedName: "properties.devCenterUri",
|
|
2608
|
+
readOnly: true,
|
|
2609
|
+
type: {
|
|
2610
|
+
name: "String"
|
|
2611
|
+
}
|
|
2470
2612
|
} })
|
|
2471
2613
|
}
|
|
2472
2614
|
};
|
|
@@ -2491,6 +2633,11 @@ const DevBoxDefinition = {
|
|
|
2491
2633
|
type: {
|
|
2492
2634
|
name: "String"
|
|
2493
2635
|
}
|
|
2636
|
+
}, hibernateSupport: {
|
|
2637
|
+
serializedName: "properties.hibernateSupport",
|
|
2638
|
+
type: {
|
|
2639
|
+
name: "String"
|
|
2640
|
+
}
|
|
2494
2641
|
}, provisioningState: {
|
|
2495
2642
|
serializedName: "properties.provisioningState",
|
|
2496
2643
|
readOnly: true,
|
|
@@ -2731,6 +2878,9 @@ var Mappers = /*#__PURE__*/Object.freeze({
|
|
|
2731
2878
|
ListUsagesResult: ListUsagesResult,
|
|
2732
2879
|
Usage: Usage,
|
|
2733
2880
|
UsageName: UsageName,
|
|
2881
|
+
CheckNameAvailabilityRequest: CheckNameAvailabilityRequest,
|
|
2882
|
+
CheckNameAvailabilityResponse: CheckNameAvailabilityResponse,
|
|
2883
|
+
ErrorResponse: ErrorResponse,
|
|
2734
2884
|
SkuListResult: SkuListResult,
|
|
2735
2885
|
Capability: Capability,
|
|
2736
2886
|
PoolListResult: PoolListResult,
|
|
@@ -2807,7 +2957,7 @@ const $host = {
|
|
|
2807
2957
|
const apiVersion = {
|
|
2808
2958
|
parameterPath: "apiVersion",
|
|
2809
2959
|
mapper: {
|
|
2810
|
-
defaultValue: "2022-
|
|
2960
|
+
defaultValue: "2022-11-11-preview",
|
|
2811
2961
|
isConstant: true,
|
|
2812
2962
|
serializedName: "api-version",
|
|
2813
2963
|
type: {
|
|
@@ -3039,6 +3189,10 @@ const operationId = {
|
|
|
3039
3189
|
}
|
|
3040
3190
|
}
|
|
3041
3191
|
};
|
|
3192
|
+
const nameAvailabilityRequest = {
|
|
3193
|
+
parameterPath: "nameAvailabilityRequest",
|
|
3194
|
+
mapper: CheckNameAvailabilityRequest
|
|
3195
|
+
};
|
|
3042
3196
|
const poolName = {
|
|
3043
3197
|
parameterPath: "poolName",
|
|
3044
3198
|
mapper: {
|
|
@@ -3466,7 +3620,7 @@ class DevCentersImpl {
|
|
|
3466
3620
|
}
|
|
3467
3621
|
}
|
|
3468
3622
|
// Operation Specifications
|
|
3469
|
-
const serializer$
|
|
3623
|
+
const serializer$i = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
|
|
3470
3624
|
const listBySubscriptionOperationSpec$3 = {
|
|
3471
3625
|
path: "/subscriptions/{subscriptionId}/providers/Microsoft.DevCenter/devcenters",
|
|
3472
3626
|
httpMethod: "GET",
|
|
@@ -3481,7 +3635,7 @@ const listBySubscriptionOperationSpec$3 = {
|
|
|
3481
3635
|
queryParameters: [apiVersion, top],
|
|
3482
3636
|
urlParameters: [$host, subscriptionId],
|
|
3483
3637
|
headerParameters: [accept],
|
|
3484
|
-
serializer: serializer$
|
|
3638
|
+
serializer: serializer$i
|
|
3485
3639
|
};
|
|
3486
3640
|
const listByResourceGroupOperationSpec$2 = {
|
|
3487
3641
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/devcenters",
|
|
@@ -3501,7 +3655,7 @@ const listByResourceGroupOperationSpec$2 = {
|
|
|
3501
3655
|
resourceGroupName
|
|
3502
3656
|
],
|
|
3503
3657
|
headerParameters: [accept],
|
|
3504
|
-
serializer: serializer$
|
|
3658
|
+
serializer: serializer$i
|
|
3505
3659
|
};
|
|
3506
3660
|
const getOperationSpec$d = {
|
|
3507
3661
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/devcenters/{devCenterName}",
|
|
@@ -3522,7 +3676,7 @@ const getOperationSpec$d = {
|
|
|
3522
3676
|
devCenterName
|
|
3523
3677
|
],
|
|
3524
3678
|
headerParameters: [accept],
|
|
3525
|
-
serializer: serializer$
|
|
3679
|
+
serializer: serializer$i
|
|
3526
3680
|
};
|
|
3527
3681
|
const createOrUpdateOperationSpec$a = {
|
|
3528
3682
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/devcenters/{devCenterName}",
|
|
@@ -3554,7 +3708,7 @@ const createOrUpdateOperationSpec$a = {
|
|
|
3554
3708
|
],
|
|
3555
3709
|
headerParameters: [accept, contentType],
|
|
3556
3710
|
mediaType: "json",
|
|
3557
|
-
serializer: serializer$
|
|
3711
|
+
serializer: serializer$i
|
|
3558
3712
|
};
|
|
3559
3713
|
const updateOperationSpec$8 = {
|
|
3560
3714
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/devcenters/{devCenterName}",
|
|
@@ -3586,7 +3740,7 @@ const updateOperationSpec$8 = {
|
|
|
3586
3740
|
],
|
|
3587
3741
|
headerParameters: [accept, contentType],
|
|
3588
3742
|
mediaType: "json",
|
|
3589
|
-
serializer: serializer$
|
|
3743
|
+
serializer: serializer$i
|
|
3590
3744
|
};
|
|
3591
3745
|
const deleteOperationSpec$a = {
|
|
3592
3746
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/devcenters/{devCenterName}",
|
|
@@ -3608,7 +3762,7 @@ const deleteOperationSpec$a = {
|
|
|
3608
3762
|
devCenterName
|
|
3609
3763
|
],
|
|
3610
3764
|
headerParameters: [accept],
|
|
3611
|
-
serializer: serializer$
|
|
3765
|
+
serializer: serializer$i
|
|
3612
3766
|
};
|
|
3613
3767
|
const listBySubscriptionNextOperationSpec$3 = {
|
|
3614
3768
|
path: "{nextLink}",
|
|
@@ -3628,7 +3782,7 @@ const listBySubscriptionNextOperationSpec$3 = {
|
|
|
3628
3782
|
nextLink
|
|
3629
3783
|
],
|
|
3630
3784
|
headerParameters: [accept],
|
|
3631
|
-
serializer: serializer$
|
|
3785
|
+
serializer: serializer$i
|
|
3632
3786
|
};
|
|
3633
3787
|
const listByResourceGroupNextOperationSpec$2 = {
|
|
3634
3788
|
path: "{nextLink}",
|
|
@@ -3649,7 +3803,7 @@ const listByResourceGroupNextOperationSpec$2 = {
|
|
|
3649
3803
|
nextLink
|
|
3650
3804
|
],
|
|
3651
3805
|
headerParameters: [accept],
|
|
3652
|
-
serializer: serializer$
|
|
3806
|
+
serializer: serializer$i
|
|
3653
3807
|
};
|
|
3654
3808
|
|
|
3655
3809
|
/*
|
|
@@ -3991,7 +4145,7 @@ class ProjectsImpl {
|
|
|
3991
4145
|
}
|
|
3992
4146
|
}
|
|
3993
4147
|
// Operation Specifications
|
|
3994
|
-
const serializer$
|
|
4148
|
+
const serializer$h = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
|
|
3995
4149
|
const listBySubscriptionOperationSpec$2 = {
|
|
3996
4150
|
path: "/subscriptions/{subscriptionId}/providers/Microsoft.DevCenter/projects",
|
|
3997
4151
|
httpMethod: "GET",
|
|
@@ -4006,7 +4160,7 @@ const listBySubscriptionOperationSpec$2 = {
|
|
|
4006
4160
|
queryParameters: [apiVersion, top],
|
|
4007
4161
|
urlParameters: [$host, subscriptionId],
|
|
4008
4162
|
headerParameters: [accept],
|
|
4009
|
-
serializer: serializer$
|
|
4163
|
+
serializer: serializer$h
|
|
4010
4164
|
};
|
|
4011
4165
|
const listByResourceGroupOperationSpec$1 = {
|
|
4012
4166
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/projects",
|
|
@@ -4026,7 +4180,7 @@ const listByResourceGroupOperationSpec$1 = {
|
|
|
4026
4180
|
resourceGroupName
|
|
4027
4181
|
],
|
|
4028
4182
|
headerParameters: [accept],
|
|
4029
|
-
serializer: serializer$
|
|
4183
|
+
serializer: serializer$h
|
|
4030
4184
|
};
|
|
4031
4185
|
const getOperationSpec$c = {
|
|
4032
4186
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/projects/{projectName}",
|
|
@@ -4047,7 +4201,7 @@ const getOperationSpec$c = {
|
|
|
4047
4201
|
projectName
|
|
4048
4202
|
],
|
|
4049
4203
|
headerParameters: [accept],
|
|
4050
|
-
serializer: serializer$
|
|
4204
|
+
serializer: serializer$h
|
|
4051
4205
|
};
|
|
4052
4206
|
const createOrUpdateOperationSpec$9 = {
|
|
4053
4207
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/projects/{projectName}",
|
|
@@ -4079,7 +4233,7 @@ const createOrUpdateOperationSpec$9 = {
|
|
|
4079
4233
|
],
|
|
4080
4234
|
headerParameters: [accept, contentType],
|
|
4081
4235
|
mediaType: "json",
|
|
4082
|
-
serializer: serializer$
|
|
4236
|
+
serializer: serializer$h
|
|
4083
4237
|
};
|
|
4084
4238
|
const updateOperationSpec$7 = {
|
|
4085
4239
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/projects/{projectName}",
|
|
@@ -4111,7 +4265,7 @@ const updateOperationSpec$7 = {
|
|
|
4111
4265
|
],
|
|
4112
4266
|
headerParameters: [accept, contentType],
|
|
4113
4267
|
mediaType: "json",
|
|
4114
|
-
serializer: serializer$
|
|
4268
|
+
serializer: serializer$h
|
|
4115
4269
|
};
|
|
4116
4270
|
const deleteOperationSpec$9 = {
|
|
4117
4271
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/projects/{projectName}",
|
|
@@ -4133,7 +4287,7 @@ const deleteOperationSpec$9 = {
|
|
|
4133
4287
|
projectName
|
|
4134
4288
|
],
|
|
4135
4289
|
headerParameters: [accept],
|
|
4136
|
-
serializer: serializer$
|
|
4290
|
+
serializer: serializer$h
|
|
4137
4291
|
};
|
|
4138
4292
|
const listBySubscriptionNextOperationSpec$2 = {
|
|
4139
4293
|
path: "{nextLink}",
|
|
@@ -4153,7 +4307,7 @@ const listBySubscriptionNextOperationSpec$2 = {
|
|
|
4153
4307
|
nextLink
|
|
4154
4308
|
],
|
|
4155
4309
|
headerParameters: [accept],
|
|
4156
|
-
serializer: serializer$
|
|
4310
|
+
serializer: serializer$h
|
|
4157
4311
|
};
|
|
4158
4312
|
const listByResourceGroupNextOperationSpec$1 = {
|
|
4159
4313
|
path: "{nextLink}",
|
|
@@ -4174,7 +4328,7 @@ const listByResourceGroupNextOperationSpec$1 = {
|
|
|
4174
4328
|
nextLink
|
|
4175
4329
|
],
|
|
4176
4330
|
headerParameters: [accept],
|
|
4177
|
-
serializer: serializer$
|
|
4331
|
+
serializer: serializer$h
|
|
4178
4332
|
};
|
|
4179
4333
|
|
|
4180
4334
|
/*
|
|
@@ -4507,7 +4661,7 @@ class AttachedNetworksImpl {
|
|
|
4507
4661
|
}
|
|
4508
4662
|
}
|
|
4509
4663
|
// Operation Specifications
|
|
4510
|
-
const serializer$
|
|
4664
|
+
const serializer$g = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
|
|
4511
4665
|
const listByProjectOperationSpec$2 = {
|
|
4512
4666
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/projects/{projectName}/attachednetworks",
|
|
4513
4667
|
httpMethod: "GET",
|
|
@@ -4527,7 +4681,7 @@ const listByProjectOperationSpec$2 = {
|
|
|
4527
4681
|
projectName
|
|
4528
4682
|
],
|
|
4529
4683
|
headerParameters: [accept],
|
|
4530
|
-
serializer: serializer$
|
|
4684
|
+
serializer: serializer$g
|
|
4531
4685
|
};
|
|
4532
4686
|
const getByProjectOperationSpec$1 = {
|
|
4533
4687
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/projects/{projectName}/attachednetworks/{attachedNetworkConnectionName}",
|
|
@@ -4549,7 +4703,7 @@ const getByProjectOperationSpec$1 = {
|
|
|
4549
4703
|
attachedNetworkConnectionName
|
|
4550
4704
|
],
|
|
4551
4705
|
headerParameters: [accept],
|
|
4552
|
-
serializer: serializer$
|
|
4706
|
+
serializer: serializer$g
|
|
4553
4707
|
};
|
|
4554
4708
|
const listByDevCenterOperationSpec$5 = {
|
|
4555
4709
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/devcenters/{devCenterName}/attachednetworks",
|
|
@@ -4570,7 +4724,7 @@ const listByDevCenterOperationSpec$5 = {
|
|
|
4570
4724
|
devCenterName
|
|
4571
4725
|
],
|
|
4572
4726
|
headerParameters: [accept],
|
|
4573
|
-
serializer: serializer$
|
|
4727
|
+
serializer: serializer$g
|
|
4574
4728
|
};
|
|
4575
4729
|
const getByDevCenterOperationSpec = {
|
|
4576
4730
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/devcenters/{devCenterName}/attachednetworks/{attachedNetworkConnectionName}",
|
|
@@ -4592,7 +4746,7 @@ const getByDevCenterOperationSpec = {
|
|
|
4592
4746
|
attachedNetworkConnectionName
|
|
4593
4747
|
],
|
|
4594
4748
|
headerParameters: [accept],
|
|
4595
|
-
serializer: serializer$
|
|
4749
|
+
serializer: serializer$g
|
|
4596
4750
|
};
|
|
4597
4751
|
const createOrUpdateOperationSpec$8 = {
|
|
4598
4752
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/devcenters/{devCenterName}/attachednetworks/{attachedNetworkConnectionName}",
|
|
@@ -4625,7 +4779,7 @@ const createOrUpdateOperationSpec$8 = {
|
|
|
4625
4779
|
],
|
|
4626
4780
|
headerParameters: [accept, contentType],
|
|
4627
4781
|
mediaType: "json",
|
|
4628
|
-
serializer: serializer$
|
|
4782
|
+
serializer: serializer$g
|
|
4629
4783
|
};
|
|
4630
4784
|
const deleteOperationSpec$8 = {
|
|
4631
4785
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/devcenters/{devCenterName}/attachednetworks/{attachedNetworkConnectionName}",
|
|
@@ -4648,7 +4802,7 @@ const deleteOperationSpec$8 = {
|
|
|
4648
4802
|
attachedNetworkConnectionName
|
|
4649
4803
|
],
|
|
4650
4804
|
headerParameters: [accept],
|
|
4651
|
-
serializer: serializer$
|
|
4805
|
+
serializer: serializer$g
|
|
4652
4806
|
};
|
|
4653
4807
|
const listByProjectNextOperationSpec$2 = {
|
|
4654
4808
|
path: "{nextLink}",
|
|
@@ -4670,7 +4824,7 @@ const listByProjectNextOperationSpec$2 = {
|
|
|
4670
4824
|
projectName
|
|
4671
4825
|
],
|
|
4672
4826
|
headerParameters: [accept],
|
|
4673
|
-
serializer: serializer$
|
|
4827
|
+
serializer: serializer$g
|
|
4674
4828
|
};
|
|
4675
4829
|
const listByDevCenterNextOperationSpec$5 = {
|
|
4676
4830
|
path: "{nextLink}",
|
|
@@ -4692,7 +4846,7 @@ const listByDevCenterNextOperationSpec$5 = {
|
|
|
4692
4846
|
nextLink
|
|
4693
4847
|
],
|
|
4694
4848
|
headerParameters: [accept],
|
|
4695
|
-
serializer: serializer$
|
|
4849
|
+
serializer: serializer$g
|
|
4696
4850
|
};
|
|
4697
4851
|
|
|
4698
4852
|
/*
|
|
@@ -4914,7 +5068,7 @@ class GalleriesImpl {
|
|
|
4914
5068
|
}
|
|
4915
5069
|
}
|
|
4916
5070
|
// Operation Specifications
|
|
4917
|
-
const serializer$
|
|
5071
|
+
const serializer$f = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
|
|
4918
5072
|
const listByDevCenterOperationSpec$4 = {
|
|
4919
5073
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/devcenters/{devCenterName}/galleries",
|
|
4920
5074
|
httpMethod: "GET",
|
|
@@ -4934,7 +5088,7 @@ const listByDevCenterOperationSpec$4 = {
|
|
|
4934
5088
|
devCenterName
|
|
4935
5089
|
],
|
|
4936
5090
|
headerParameters: [accept],
|
|
4937
|
-
serializer: serializer$
|
|
5091
|
+
serializer: serializer$f
|
|
4938
5092
|
};
|
|
4939
5093
|
const getOperationSpec$b = {
|
|
4940
5094
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/devcenters/{devCenterName}/galleries/{galleryName}",
|
|
@@ -4956,7 +5110,7 @@ const getOperationSpec$b = {
|
|
|
4956
5110
|
galleryName
|
|
4957
5111
|
],
|
|
4958
5112
|
headerParameters: [accept],
|
|
4959
|
-
serializer: serializer$
|
|
5113
|
+
serializer: serializer$f
|
|
4960
5114
|
};
|
|
4961
5115
|
const createOrUpdateOperationSpec$7 = {
|
|
4962
5116
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/devcenters/{devCenterName}/galleries/{galleryName}",
|
|
@@ -4989,7 +5143,7 @@ const createOrUpdateOperationSpec$7 = {
|
|
|
4989
5143
|
],
|
|
4990
5144
|
headerParameters: [accept, contentType],
|
|
4991
5145
|
mediaType: "json",
|
|
4992
|
-
serializer: serializer$
|
|
5146
|
+
serializer: serializer$f
|
|
4993
5147
|
};
|
|
4994
5148
|
const deleteOperationSpec$7 = {
|
|
4995
5149
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/devcenters/{devCenterName}/galleries/{galleryName}",
|
|
@@ -5012,7 +5166,7 @@ const deleteOperationSpec$7 = {
|
|
|
5012
5166
|
galleryName
|
|
5013
5167
|
],
|
|
5014
5168
|
headerParameters: [accept],
|
|
5015
|
-
serializer: serializer$
|
|
5169
|
+
serializer: serializer$f
|
|
5016
5170
|
};
|
|
5017
5171
|
const listByDevCenterNextOperationSpec$4 = {
|
|
5018
5172
|
path: "{nextLink}",
|
|
@@ -5034,7 +5188,7 @@ const listByDevCenterNextOperationSpec$4 = {
|
|
|
5034
5188
|
nextLink
|
|
5035
5189
|
],
|
|
5036
5190
|
headerParameters: [accept],
|
|
5037
|
-
serializer: serializer$
|
|
5191
|
+
serializer: serializer$f
|
|
5038
5192
|
};
|
|
5039
5193
|
|
|
5040
5194
|
/*
|
|
@@ -5230,7 +5384,7 @@ class ImagesImpl {
|
|
|
5230
5384
|
}
|
|
5231
5385
|
}
|
|
5232
5386
|
// Operation Specifications
|
|
5233
|
-
const serializer$
|
|
5387
|
+
const serializer$e = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
|
|
5234
5388
|
const listByDevCenterOperationSpec$3 = {
|
|
5235
5389
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/devcenters/{devCenterName}/images",
|
|
5236
5390
|
httpMethod: "GET",
|
|
@@ -5250,7 +5404,7 @@ const listByDevCenterOperationSpec$3 = {
|
|
|
5250
5404
|
devCenterName
|
|
5251
5405
|
],
|
|
5252
5406
|
headerParameters: [accept],
|
|
5253
|
-
serializer: serializer$
|
|
5407
|
+
serializer: serializer$e
|
|
5254
5408
|
};
|
|
5255
5409
|
const listByGalleryOperationSpec = {
|
|
5256
5410
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/devcenters/{devCenterName}/galleries/{galleryName}/images",
|
|
@@ -5272,7 +5426,7 @@ const listByGalleryOperationSpec = {
|
|
|
5272
5426
|
galleryName
|
|
5273
5427
|
],
|
|
5274
5428
|
headerParameters: [accept],
|
|
5275
|
-
serializer: serializer$
|
|
5429
|
+
serializer: serializer$e
|
|
5276
5430
|
};
|
|
5277
5431
|
const getOperationSpec$a = {
|
|
5278
5432
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/devcenters/{devCenterName}/galleries/{galleryName}/images/{imageName}",
|
|
@@ -5295,7 +5449,7 @@ const getOperationSpec$a = {
|
|
|
5295
5449
|
imageName
|
|
5296
5450
|
],
|
|
5297
5451
|
headerParameters: [accept],
|
|
5298
|
-
serializer: serializer$
|
|
5452
|
+
serializer: serializer$e
|
|
5299
5453
|
};
|
|
5300
5454
|
const listByDevCenterNextOperationSpec$3 = {
|
|
5301
5455
|
path: "{nextLink}",
|
|
@@ -5317,7 +5471,7 @@ const listByDevCenterNextOperationSpec$3 = {
|
|
|
5317
5471
|
nextLink
|
|
5318
5472
|
],
|
|
5319
5473
|
headerParameters: [accept],
|
|
5320
|
-
serializer: serializer$
|
|
5474
|
+
serializer: serializer$e
|
|
5321
5475
|
};
|
|
5322
5476
|
const listByGalleryNextOperationSpec = {
|
|
5323
5477
|
path: "{nextLink}",
|
|
@@ -5340,7 +5494,7 @@ const listByGalleryNextOperationSpec = {
|
|
|
5340
5494
|
galleryName
|
|
5341
5495
|
],
|
|
5342
5496
|
headerParameters: [accept],
|
|
5343
|
-
serializer: serializer$
|
|
5497
|
+
serializer: serializer$e
|
|
5344
5498
|
};
|
|
5345
5499
|
|
|
5346
5500
|
/*
|
|
@@ -5474,7 +5628,7 @@ class ImageVersionsImpl {
|
|
|
5474
5628
|
}
|
|
5475
5629
|
}
|
|
5476
5630
|
// Operation Specifications
|
|
5477
|
-
const serializer$
|
|
5631
|
+
const serializer$d = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
|
|
5478
5632
|
const listByImageOperationSpec = {
|
|
5479
5633
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/devcenters/{devCenterName}/galleries/{galleryName}/images/{imageName}/versions",
|
|
5480
5634
|
httpMethod: "GET",
|
|
@@ -5496,7 +5650,7 @@ const listByImageOperationSpec = {
|
|
|
5496
5650
|
imageName
|
|
5497
5651
|
],
|
|
5498
5652
|
headerParameters: [accept],
|
|
5499
|
-
serializer: serializer$
|
|
5653
|
+
serializer: serializer$d
|
|
5500
5654
|
};
|
|
5501
5655
|
const getOperationSpec$9 = {
|
|
5502
5656
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/devcenters/{devCenterName}/galleries/{galleryName}/images/{imageName}/versions/{versionName}",
|
|
@@ -5520,7 +5674,7 @@ const getOperationSpec$9 = {
|
|
|
5520
5674
|
versionName
|
|
5521
5675
|
],
|
|
5522
5676
|
headerParameters: [accept],
|
|
5523
|
-
serializer: serializer$
|
|
5677
|
+
serializer: serializer$d
|
|
5524
5678
|
};
|
|
5525
5679
|
const listByImageNextOperationSpec = {
|
|
5526
5680
|
path: "{nextLink}",
|
|
@@ -5544,7 +5698,7 @@ const listByImageNextOperationSpec = {
|
|
|
5544
5698
|
imageName
|
|
5545
5699
|
],
|
|
5546
5700
|
headerParameters: [accept],
|
|
5547
|
-
serializer: serializer$
|
|
5701
|
+
serializer: serializer$d
|
|
5548
5702
|
};
|
|
5549
5703
|
|
|
5550
5704
|
/*
|
|
@@ -5876,7 +6030,7 @@ class CatalogsImpl {
|
|
|
5876
6030
|
}
|
|
5877
6031
|
}
|
|
5878
6032
|
// Operation Specifications
|
|
5879
|
-
const serializer$
|
|
6033
|
+
const serializer$c = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
|
|
5880
6034
|
const listByDevCenterOperationSpec$2 = {
|
|
5881
6035
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/devcenters/{devCenterName}/catalogs",
|
|
5882
6036
|
httpMethod: "GET",
|
|
@@ -5896,7 +6050,7 @@ const listByDevCenterOperationSpec$2 = {
|
|
|
5896
6050
|
devCenterName
|
|
5897
6051
|
],
|
|
5898
6052
|
headerParameters: [accept],
|
|
5899
|
-
serializer: serializer$
|
|
6053
|
+
serializer: serializer$c
|
|
5900
6054
|
};
|
|
5901
6055
|
const getOperationSpec$8 = {
|
|
5902
6056
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/devcenters/{devCenterName}/catalogs/{catalogName}",
|
|
@@ -5918,7 +6072,7 @@ const getOperationSpec$8 = {
|
|
|
5918
6072
|
catalogName
|
|
5919
6073
|
],
|
|
5920
6074
|
headerParameters: [accept],
|
|
5921
|
-
serializer: serializer$
|
|
6075
|
+
serializer: serializer$c
|
|
5922
6076
|
};
|
|
5923
6077
|
const createOrUpdateOperationSpec$6 = {
|
|
5924
6078
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/devcenters/{devCenterName}/catalogs/{catalogName}",
|
|
@@ -5951,7 +6105,7 @@ const createOrUpdateOperationSpec$6 = {
|
|
|
5951
6105
|
],
|
|
5952
6106
|
headerParameters: [accept, contentType],
|
|
5953
6107
|
mediaType: "json",
|
|
5954
|
-
serializer: serializer$
|
|
6108
|
+
serializer: serializer$c
|
|
5955
6109
|
};
|
|
5956
6110
|
const updateOperationSpec$6 = {
|
|
5957
6111
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/devcenters/{devCenterName}/catalogs/{catalogName}",
|
|
@@ -5984,7 +6138,7 @@ const updateOperationSpec$6 = {
|
|
|
5984
6138
|
],
|
|
5985
6139
|
headerParameters: [accept, contentType],
|
|
5986
6140
|
mediaType: "json",
|
|
5987
|
-
serializer: serializer$
|
|
6141
|
+
serializer: serializer$c
|
|
5988
6142
|
};
|
|
5989
6143
|
const deleteOperationSpec$6 = {
|
|
5990
6144
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/devcenters/{devCenterName}/catalogs/{catalogName}",
|
|
@@ -6007,7 +6161,7 @@ const deleteOperationSpec$6 = {
|
|
|
6007
6161
|
catalogName
|
|
6008
6162
|
],
|
|
6009
6163
|
headerParameters: [accept],
|
|
6010
|
-
serializer: serializer$
|
|
6164
|
+
serializer: serializer$c
|
|
6011
6165
|
};
|
|
6012
6166
|
const syncOperationSpec = {
|
|
6013
6167
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/devcenters/{devCenterName}/catalogs/{catalogName}/sync",
|
|
@@ -6030,7 +6184,7 @@ const syncOperationSpec = {
|
|
|
6030
6184
|
catalogName
|
|
6031
6185
|
],
|
|
6032
6186
|
headerParameters: [accept],
|
|
6033
|
-
serializer: serializer$
|
|
6187
|
+
serializer: serializer$c
|
|
6034
6188
|
};
|
|
6035
6189
|
const listByDevCenterNextOperationSpec$2 = {
|
|
6036
6190
|
path: "{nextLink}",
|
|
@@ -6052,7 +6206,7 @@ const listByDevCenterNextOperationSpec$2 = {
|
|
|
6052
6206
|
nextLink
|
|
6053
6207
|
],
|
|
6054
6208
|
headerParameters: [accept],
|
|
6055
|
-
serializer: serializer$
|
|
6209
|
+
serializer: serializer$c
|
|
6056
6210
|
};
|
|
6057
6211
|
|
|
6058
6212
|
/*
|
|
@@ -6196,7 +6350,7 @@ class EnvironmentTypesImpl {
|
|
|
6196
6350
|
}
|
|
6197
6351
|
}
|
|
6198
6352
|
// Operation Specifications
|
|
6199
|
-
const serializer$
|
|
6353
|
+
const serializer$b = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
|
|
6200
6354
|
const listByDevCenterOperationSpec$1 = {
|
|
6201
6355
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/devcenters/{devCenterName}/environmentTypes",
|
|
6202
6356
|
httpMethod: "GET",
|
|
@@ -6216,7 +6370,7 @@ const listByDevCenterOperationSpec$1 = {
|
|
|
6216
6370
|
devCenterName
|
|
6217
6371
|
],
|
|
6218
6372
|
headerParameters: [accept],
|
|
6219
|
-
serializer: serializer$
|
|
6373
|
+
serializer: serializer$b
|
|
6220
6374
|
};
|
|
6221
6375
|
const getOperationSpec$7 = {
|
|
6222
6376
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/devcenters/{devCenterName}/environmentTypes/{environmentTypeName}",
|
|
@@ -6238,7 +6392,7 @@ const getOperationSpec$7 = {
|
|
|
6238
6392
|
environmentTypeName
|
|
6239
6393
|
],
|
|
6240
6394
|
headerParameters: [accept],
|
|
6241
|
-
serializer: serializer$
|
|
6395
|
+
serializer: serializer$b
|
|
6242
6396
|
};
|
|
6243
6397
|
const createOrUpdateOperationSpec$5 = {
|
|
6244
6398
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/devcenters/{devCenterName}/environmentTypes/{environmentTypeName}",
|
|
@@ -6262,7 +6416,7 @@ const createOrUpdateOperationSpec$5 = {
|
|
|
6262
6416
|
],
|
|
6263
6417
|
headerParameters: [accept, contentType],
|
|
6264
6418
|
mediaType: "json",
|
|
6265
|
-
serializer: serializer$
|
|
6419
|
+
serializer: serializer$b
|
|
6266
6420
|
};
|
|
6267
6421
|
const updateOperationSpec$5 = {
|
|
6268
6422
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/devcenters/{devCenterName}/environmentTypes/{environmentTypeName}",
|
|
@@ -6286,7 +6440,7 @@ const updateOperationSpec$5 = {
|
|
|
6286
6440
|
],
|
|
6287
6441
|
headerParameters: [accept, contentType],
|
|
6288
6442
|
mediaType: "json",
|
|
6289
|
-
serializer: serializer$
|
|
6443
|
+
serializer: serializer$b
|
|
6290
6444
|
};
|
|
6291
6445
|
const deleteOperationSpec$5 = {
|
|
6292
6446
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/devcenters/{devCenterName}/environmentTypes/{environmentTypeName}",
|
|
@@ -6307,7 +6461,7 @@ const deleteOperationSpec$5 = {
|
|
|
6307
6461
|
environmentTypeName
|
|
6308
6462
|
],
|
|
6309
6463
|
headerParameters: [accept],
|
|
6310
|
-
serializer: serializer$
|
|
6464
|
+
serializer: serializer$b
|
|
6311
6465
|
};
|
|
6312
6466
|
const listByDevCenterNextOperationSpec$1 = {
|
|
6313
6467
|
path: "{nextLink}",
|
|
@@ -6329,7 +6483,7 @@ const listByDevCenterNextOperationSpec$1 = {
|
|
|
6329
6483
|
nextLink
|
|
6330
6484
|
],
|
|
6331
6485
|
headerParameters: [accept],
|
|
6332
|
-
serializer: serializer$
|
|
6486
|
+
serializer: serializer$b
|
|
6333
6487
|
};
|
|
6334
6488
|
|
|
6335
6489
|
/*
|
|
@@ -6441,7 +6595,7 @@ class ProjectAllowedEnvironmentTypesImpl {
|
|
|
6441
6595
|
}
|
|
6442
6596
|
}
|
|
6443
6597
|
// Operation Specifications
|
|
6444
|
-
const serializer$
|
|
6598
|
+
const serializer$a = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
|
|
6445
6599
|
const listOperationSpec$2 = {
|
|
6446
6600
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/projects/{projectName}/allowedEnvironmentTypes",
|
|
6447
6601
|
httpMethod: "GET",
|
|
@@ -6461,7 +6615,7 @@ const listOperationSpec$2 = {
|
|
|
6461
6615
|
projectName
|
|
6462
6616
|
],
|
|
6463
6617
|
headerParameters: [accept],
|
|
6464
|
-
serializer: serializer$
|
|
6618
|
+
serializer: serializer$a
|
|
6465
6619
|
};
|
|
6466
6620
|
const getOperationSpec$6 = {
|
|
6467
6621
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/projects/{projectName}/allowedEnvironmentTypes/{environmentTypeName}",
|
|
@@ -6483,7 +6637,7 @@ const getOperationSpec$6 = {
|
|
|
6483
6637
|
environmentTypeName
|
|
6484
6638
|
],
|
|
6485
6639
|
headerParameters: [accept],
|
|
6486
|
-
serializer: serializer$
|
|
6640
|
+
serializer: serializer$a
|
|
6487
6641
|
};
|
|
6488
6642
|
const listNextOperationSpec$2 = {
|
|
6489
6643
|
path: "{nextLink}",
|
|
@@ -6505,7 +6659,7 @@ const listNextOperationSpec$2 = {
|
|
|
6505
6659
|
projectName
|
|
6506
6660
|
],
|
|
6507
6661
|
headerParameters: [accept],
|
|
6508
|
-
serializer: serializer$
|
|
6662
|
+
serializer: serializer$a
|
|
6509
6663
|
};
|
|
6510
6664
|
|
|
6511
6665
|
/*
|
|
@@ -6649,7 +6803,7 @@ class ProjectEnvironmentTypesImpl {
|
|
|
6649
6803
|
}
|
|
6650
6804
|
}
|
|
6651
6805
|
// Operation Specifications
|
|
6652
|
-
const serializer$
|
|
6806
|
+
const serializer$9 = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
|
|
6653
6807
|
const listOperationSpec$1 = {
|
|
6654
6808
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/projects/{projectName}/environmentTypes",
|
|
6655
6809
|
httpMethod: "GET",
|
|
@@ -6669,7 +6823,7 @@ const listOperationSpec$1 = {
|
|
|
6669
6823
|
projectName
|
|
6670
6824
|
],
|
|
6671
6825
|
headerParameters: [accept],
|
|
6672
|
-
serializer: serializer$
|
|
6826
|
+
serializer: serializer$9
|
|
6673
6827
|
};
|
|
6674
6828
|
const getOperationSpec$5 = {
|
|
6675
6829
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/projects/{projectName}/environmentTypes/{environmentTypeName}",
|
|
@@ -6691,7 +6845,7 @@ const getOperationSpec$5 = {
|
|
|
6691
6845
|
environmentTypeName
|
|
6692
6846
|
],
|
|
6693
6847
|
headerParameters: [accept],
|
|
6694
|
-
serializer: serializer$
|
|
6848
|
+
serializer: serializer$9
|
|
6695
6849
|
};
|
|
6696
6850
|
const createOrUpdateOperationSpec$4 = {
|
|
6697
6851
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/projects/{projectName}/environmentTypes/{environmentTypeName}",
|
|
@@ -6715,7 +6869,7 @@ const createOrUpdateOperationSpec$4 = {
|
|
|
6715
6869
|
],
|
|
6716
6870
|
headerParameters: [accept, contentType],
|
|
6717
6871
|
mediaType: "json",
|
|
6718
|
-
serializer: serializer$
|
|
6872
|
+
serializer: serializer$9
|
|
6719
6873
|
};
|
|
6720
6874
|
const updateOperationSpec$4 = {
|
|
6721
6875
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/projects/{projectName}/environmentTypes/{environmentTypeName}",
|
|
@@ -6739,7 +6893,7 @@ const updateOperationSpec$4 = {
|
|
|
6739
6893
|
],
|
|
6740
6894
|
headerParameters: [accept, contentType],
|
|
6741
6895
|
mediaType: "json",
|
|
6742
|
-
serializer: serializer$
|
|
6896
|
+
serializer: serializer$9
|
|
6743
6897
|
};
|
|
6744
6898
|
const deleteOperationSpec$4 = {
|
|
6745
6899
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/projects/{projectName}/environmentTypes/{environmentTypeName}",
|
|
@@ -6760,7 +6914,7 @@ const deleteOperationSpec$4 = {
|
|
|
6760
6914
|
environmentTypeName
|
|
6761
6915
|
],
|
|
6762
6916
|
headerParameters: [accept],
|
|
6763
|
-
serializer: serializer$
|
|
6917
|
+
serializer: serializer$9
|
|
6764
6918
|
};
|
|
6765
6919
|
const listNextOperationSpec$1 = {
|
|
6766
6920
|
path: "{nextLink}",
|
|
@@ -6782,7 +6936,7 @@ const listNextOperationSpec$1 = {
|
|
|
6782
6936
|
projectName
|
|
6783
6937
|
],
|
|
6784
6938
|
headerParameters: [accept],
|
|
6785
|
-
serializer: serializer$
|
|
6939
|
+
serializer: serializer$9
|
|
6786
6940
|
};
|
|
6787
6941
|
|
|
6788
6942
|
/*
|
|
@@ -7150,7 +7304,7 @@ class DevBoxDefinitionsImpl {
|
|
|
7150
7304
|
}
|
|
7151
7305
|
}
|
|
7152
7306
|
// Operation Specifications
|
|
7153
|
-
const serializer$
|
|
7307
|
+
const serializer$8 = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
|
|
7154
7308
|
const listByDevCenterOperationSpec = {
|
|
7155
7309
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/devcenters/{devCenterName}/devboxdefinitions",
|
|
7156
7310
|
httpMethod: "GET",
|
|
@@ -7170,7 +7324,7 @@ const listByDevCenterOperationSpec = {
|
|
|
7170
7324
|
devCenterName
|
|
7171
7325
|
],
|
|
7172
7326
|
headerParameters: [accept],
|
|
7173
|
-
serializer: serializer$
|
|
7327
|
+
serializer: serializer$8
|
|
7174
7328
|
};
|
|
7175
7329
|
const getOperationSpec$4 = {
|
|
7176
7330
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/devcenters/{devCenterName}/devboxdefinitions/{devBoxDefinitionName}",
|
|
@@ -7192,7 +7346,7 @@ const getOperationSpec$4 = {
|
|
|
7192
7346
|
devBoxDefinitionName
|
|
7193
7347
|
],
|
|
7194
7348
|
headerParameters: [accept],
|
|
7195
|
-
serializer: serializer$
|
|
7349
|
+
serializer: serializer$8
|
|
7196
7350
|
};
|
|
7197
7351
|
const createOrUpdateOperationSpec$3 = {
|
|
7198
7352
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/devcenters/{devCenterName}/devboxdefinitions/{devBoxDefinitionName}",
|
|
@@ -7225,7 +7379,7 @@ const createOrUpdateOperationSpec$3 = {
|
|
|
7225
7379
|
],
|
|
7226
7380
|
headerParameters: [accept, contentType],
|
|
7227
7381
|
mediaType: "json",
|
|
7228
|
-
serializer: serializer$
|
|
7382
|
+
serializer: serializer$8
|
|
7229
7383
|
};
|
|
7230
7384
|
const updateOperationSpec$3 = {
|
|
7231
7385
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/devcenters/{devCenterName}/devboxdefinitions/{devBoxDefinitionName}",
|
|
@@ -7258,7 +7412,7 @@ const updateOperationSpec$3 = {
|
|
|
7258
7412
|
],
|
|
7259
7413
|
headerParameters: [accept, contentType],
|
|
7260
7414
|
mediaType: "json",
|
|
7261
|
-
serializer: serializer$
|
|
7415
|
+
serializer: serializer$8
|
|
7262
7416
|
};
|
|
7263
7417
|
const deleteOperationSpec$3 = {
|
|
7264
7418
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/devcenters/{devCenterName}/devboxdefinitions/{devBoxDefinitionName}",
|
|
@@ -7281,7 +7435,7 @@ const deleteOperationSpec$3 = {
|
|
|
7281
7435
|
devBoxDefinitionName
|
|
7282
7436
|
],
|
|
7283
7437
|
headerParameters: [accept],
|
|
7284
|
-
serializer: serializer$
|
|
7438
|
+
serializer: serializer$8
|
|
7285
7439
|
};
|
|
7286
7440
|
const listByProjectOperationSpec$1 = {
|
|
7287
7441
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/projects/{projectName}/devboxdefinitions",
|
|
@@ -7302,7 +7456,7 @@ const listByProjectOperationSpec$1 = {
|
|
|
7302
7456
|
projectName
|
|
7303
7457
|
],
|
|
7304
7458
|
headerParameters: [accept],
|
|
7305
|
-
serializer: serializer$
|
|
7459
|
+
serializer: serializer$8
|
|
7306
7460
|
};
|
|
7307
7461
|
const getByProjectOperationSpec = {
|
|
7308
7462
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/projects/{projectName}/devboxdefinitions/{devBoxDefinitionName}",
|
|
@@ -7324,7 +7478,7 @@ const getByProjectOperationSpec = {
|
|
|
7324
7478
|
devBoxDefinitionName
|
|
7325
7479
|
],
|
|
7326
7480
|
headerParameters: [accept],
|
|
7327
|
-
serializer: serializer$
|
|
7481
|
+
serializer: serializer$8
|
|
7328
7482
|
};
|
|
7329
7483
|
const listByDevCenterNextOperationSpec = {
|
|
7330
7484
|
path: "{nextLink}",
|
|
@@ -7346,7 +7500,7 @@ const listByDevCenterNextOperationSpec = {
|
|
|
7346
7500
|
nextLink
|
|
7347
7501
|
],
|
|
7348
7502
|
headerParameters: [accept],
|
|
7349
|
-
serializer: serializer$
|
|
7503
|
+
serializer: serializer$8
|
|
7350
7504
|
};
|
|
7351
7505
|
const listByProjectNextOperationSpec$1 = {
|
|
7352
7506
|
path: "{nextLink}",
|
|
@@ -7368,7 +7522,7 @@ const listByProjectNextOperationSpec$1 = {
|
|
|
7368
7522
|
projectName
|
|
7369
7523
|
],
|
|
7370
7524
|
headerParameters: [accept],
|
|
7371
|
-
serializer: serializer$
|
|
7525
|
+
serializer: serializer$8
|
|
7372
7526
|
};
|
|
7373
7527
|
|
|
7374
7528
|
/*
|
|
@@ -7464,7 +7618,7 @@ class OperationsImpl {
|
|
|
7464
7618
|
}
|
|
7465
7619
|
}
|
|
7466
7620
|
// Operation Specifications
|
|
7467
|
-
const serializer$
|
|
7621
|
+
const serializer$7 = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
|
|
7468
7622
|
const listOperationSpec = {
|
|
7469
7623
|
path: "/providers/Microsoft.DevCenter/operations",
|
|
7470
7624
|
httpMethod: "GET",
|
|
@@ -7479,7 +7633,7 @@ const listOperationSpec = {
|
|
|
7479
7633
|
queryParameters: [apiVersion],
|
|
7480
7634
|
urlParameters: [$host],
|
|
7481
7635
|
headerParameters: [accept],
|
|
7482
|
-
serializer: serializer$
|
|
7636
|
+
serializer: serializer$7
|
|
7483
7637
|
};
|
|
7484
7638
|
const listNextOperationSpec = {
|
|
7485
7639
|
path: "{nextLink}",
|
|
@@ -7495,7 +7649,7 @@ const listNextOperationSpec = {
|
|
|
7495
7649
|
queryParameters: [apiVersion],
|
|
7496
7650
|
urlParameters: [$host, nextLink],
|
|
7497
7651
|
headerParameters: [accept],
|
|
7498
|
-
serializer: serializer$
|
|
7652
|
+
serializer: serializer$7
|
|
7499
7653
|
};
|
|
7500
7654
|
|
|
7501
7655
|
/*
|
|
@@ -7525,7 +7679,7 @@ class OperationStatusesImpl {
|
|
|
7525
7679
|
}
|
|
7526
7680
|
}
|
|
7527
7681
|
// Operation Specifications
|
|
7528
|
-
const serializer$
|
|
7682
|
+
const serializer$6 = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
|
|
7529
7683
|
const getOperationSpec$3 = {
|
|
7530
7684
|
path: "/subscriptions/{subscriptionId}/providers/Microsoft.DevCenter/locations/{location}/operationStatuses/{operationId}",
|
|
7531
7685
|
httpMethod: "GET",
|
|
@@ -7548,7 +7702,7 @@ const getOperationSpec$3 = {
|
|
|
7548
7702
|
operationId
|
|
7549
7703
|
],
|
|
7550
7704
|
headerParameters: [accept],
|
|
7551
|
-
serializer: serializer$
|
|
7705
|
+
serializer: serializer$6
|
|
7552
7706
|
};
|
|
7553
7707
|
|
|
7554
7708
|
/*
|
|
@@ -7647,7 +7801,7 @@ class UsagesImpl {
|
|
|
7647
7801
|
}
|
|
7648
7802
|
}
|
|
7649
7803
|
// Operation Specifications
|
|
7650
|
-
const serializer$
|
|
7804
|
+
const serializer$5 = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
|
|
7651
7805
|
const listByLocationOperationSpec = {
|
|
7652
7806
|
path: "/subscriptions/{subscriptionId}/providers/Microsoft.DevCenter/locations/{location}/usages",
|
|
7653
7807
|
httpMethod: "GET",
|
|
@@ -7666,7 +7820,7 @@ const listByLocationOperationSpec = {
|
|
|
7666
7820
|
location
|
|
7667
7821
|
],
|
|
7668
7822
|
headerParameters: [accept],
|
|
7669
|
-
serializer: serializer$
|
|
7823
|
+
serializer: serializer$5
|
|
7670
7824
|
};
|
|
7671
7825
|
const listByLocationNextOperationSpec = {
|
|
7672
7826
|
path: "{nextLink}",
|
|
@@ -7687,6 +7841,52 @@ const listByLocationNextOperationSpec = {
|
|
|
7687
7841
|
location
|
|
7688
7842
|
],
|
|
7689
7843
|
headerParameters: [accept],
|
|
7844
|
+
serializer: serializer$5
|
|
7845
|
+
};
|
|
7846
|
+
|
|
7847
|
+
/*
|
|
7848
|
+
* Copyright (c) Microsoft Corporation.
|
|
7849
|
+
* Licensed under the MIT License.
|
|
7850
|
+
*
|
|
7851
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7852
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7853
|
+
*/
|
|
7854
|
+
/** Class containing CheckNameAvailability operations. */
|
|
7855
|
+
class CheckNameAvailabilityImpl {
|
|
7856
|
+
/**
|
|
7857
|
+
* Initialize a new instance of the class CheckNameAvailability class.
|
|
7858
|
+
* @param client Reference to the service client
|
|
7859
|
+
*/
|
|
7860
|
+
constructor(client) {
|
|
7861
|
+
this.client = client;
|
|
7862
|
+
}
|
|
7863
|
+
/**
|
|
7864
|
+
* Check the availability of name for resource
|
|
7865
|
+
* @param nameAvailabilityRequest The required parameters for checking if resource name is available.
|
|
7866
|
+
* @param options The options parameters.
|
|
7867
|
+
*/
|
|
7868
|
+
execute(nameAvailabilityRequest, options) {
|
|
7869
|
+
return this.client.sendOperationRequest({ nameAvailabilityRequest, options }, executeOperationSpec);
|
|
7870
|
+
}
|
|
7871
|
+
}
|
|
7872
|
+
// Operation Specifications
|
|
7873
|
+
const serializer$4 = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
|
|
7874
|
+
const executeOperationSpec = {
|
|
7875
|
+
path: "/subscriptions/{subscriptionId}/providers/Microsoft.DevCenter/checkNameAvailability",
|
|
7876
|
+
httpMethod: "POST",
|
|
7877
|
+
responses: {
|
|
7878
|
+
200: {
|
|
7879
|
+
bodyMapper: CheckNameAvailabilityResponse
|
|
7880
|
+
},
|
|
7881
|
+
default: {
|
|
7882
|
+
bodyMapper: ErrorResponse
|
|
7883
|
+
}
|
|
7884
|
+
},
|
|
7885
|
+
requestBody: nameAvailabilityRequest,
|
|
7886
|
+
queryParameters: [apiVersion],
|
|
7887
|
+
urlParameters: [$host, subscriptionId],
|
|
7888
|
+
headerParameters: [accept, contentType],
|
|
7889
|
+
mediaType: "json",
|
|
7690
7890
|
serializer: serializer$4
|
|
7691
7891
|
};
|
|
7692
7892
|
|
|
@@ -9105,8 +9305,52 @@ class NetworkConnectionsImpl {
|
|
|
9105
9305
|
* @param networkConnectionName Name of the Network Connection that can be applied to a Pool.
|
|
9106
9306
|
* @param options The options parameters.
|
|
9107
9307
|
*/
|
|
9108
|
-
|
|
9109
|
-
return
|
|
9308
|
+
beginRunHealthChecks(resourceGroupName, networkConnectionName, options) {
|
|
9309
|
+
return tslib.__awaiter(this, void 0, void 0, function* () {
|
|
9310
|
+
const directSendOperation = (args, spec) => tslib.__awaiter(this, void 0, void 0, function* () {
|
|
9311
|
+
return this.client.sendOperationRequest(args, spec);
|
|
9312
|
+
});
|
|
9313
|
+
const sendOperation = (args, spec) => tslib.__awaiter(this, void 0, void 0, function* () {
|
|
9314
|
+
var _a;
|
|
9315
|
+
let currentRawResponse = undefined;
|
|
9316
|
+
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
|
9317
|
+
const callback = (rawResponse, flatResponse) => {
|
|
9318
|
+
currentRawResponse = rawResponse;
|
|
9319
|
+
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
|
9320
|
+
};
|
|
9321
|
+
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
9322
|
+
const flatResponse = yield directSendOperation(updatedArgs, spec);
|
|
9323
|
+
return {
|
|
9324
|
+
flatResponse,
|
|
9325
|
+
rawResponse: {
|
|
9326
|
+
statusCode: currentRawResponse.status,
|
|
9327
|
+
body: currentRawResponse.parsedBody,
|
|
9328
|
+
headers: currentRawResponse.headers.toJSON()
|
|
9329
|
+
}
|
|
9330
|
+
};
|
|
9331
|
+
});
|
|
9332
|
+
const lro = new LroImpl(sendOperation, { resourceGroupName, networkConnectionName, options }, runHealthChecksOperationSpec);
|
|
9333
|
+
const poller = new coreLro.LroEngine(lro, {
|
|
9334
|
+
resumeFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
9335
|
+
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
|
9336
|
+
lroResourceLocationConfig: "azure-async-operation"
|
|
9337
|
+
});
|
|
9338
|
+
yield poller.poll();
|
|
9339
|
+
return poller;
|
|
9340
|
+
});
|
|
9341
|
+
}
|
|
9342
|
+
/**
|
|
9343
|
+
* Triggers a new health check run. The execution and health check result can be tracked via the
|
|
9344
|
+
* network Connection health check details
|
|
9345
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
9346
|
+
* @param networkConnectionName Name of the Network Connection that can be applied to a Pool.
|
|
9347
|
+
* @param options The options parameters.
|
|
9348
|
+
*/
|
|
9349
|
+
beginRunHealthChecksAndWait(resourceGroupName, networkConnectionName, options) {
|
|
9350
|
+
return tslib.__awaiter(this, void 0, void 0, function* () {
|
|
9351
|
+
const poller = yield this.beginRunHealthChecks(resourceGroupName, networkConnectionName, options);
|
|
9352
|
+
return poller.pollUntilDone();
|
|
9353
|
+
});
|
|
9110
9354
|
}
|
|
9111
9355
|
/**
|
|
9112
9356
|
* ListBySubscriptionNext
|
|
@@ -9328,6 +9572,9 @@ const runHealthChecksOperationSpec = {
|
|
|
9328
9572
|
httpMethod: "POST",
|
|
9329
9573
|
responses: {
|
|
9330
9574
|
200: {},
|
|
9575
|
+
201: {},
|
|
9576
|
+
202: {},
|
|
9577
|
+
204: {},
|
|
9331
9578
|
default: {
|
|
9332
9579
|
bodyMapper: CloudError
|
|
9333
9580
|
}
|
|
@@ -9436,7 +9683,7 @@ class DevCenterClient extends coreClient__namespace.ServiceClient {
|
|
|
9436
9683
|
requestContentType: "application/json; charset=utf-8",
|
|
9437
9684
|
credential: credentials
|
|
9438
9685
|
};
|
|
9439
|
-
const packageDetails = `azsdk-js-arm-devcenter/1.0.0-beta.
|
|
9686
|
+
const packageDetails = `azsdk-js-arm-devcenter/1.0.0-beta.4`;
|
|
9440
9687
|
const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
|
9441
9688
|
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
|
9442
9689
|
: `${packageDetails}`;
|
|
@@ -9469,7 +9716,7 @@ class DevCenterClient extends coreClient__namespace.ServiceClient {
|
|
|
9469
9716
|
this.subscriptionId = subscriptionId;
|
|
9470
9717
|
// Assigning values to Constant parameters
|
|
9471
9718
|
this.$host = options.$host || "https://management.azure.com";
|
|
9472
|
-
this.apiVersion = options.apiVersion || "2022-
|
|
9719
|
+
this.apiVersion = options.apiVersion || "2022-11-11-preview";
|
|
9473
9720
|
this.devCenters = new DevCentersImpl(this);
|
|
9474
9721
|
this.projects = new ProjectsImpl(this);
|
|
9475
9722
|
this.attachedNetworks = new AttachedNetworksImpl(this);
|
|
@@ -9484,6 +9731,7 @@ class DevCenterClient extends coreClient__namespace.ServiceClient {
|
|
|
9484
9731
|
this.operations = new OperationsImpl(this);
|
|
9485
9732
|
this.operationStatuses = new OperationStatusesImpl(this);
|
|
9486
9733
|
this.usages = new UsagesImpl(this);
|
|
9734
|
+
this.checkNameAvailability = new CheckNameAvailabilityImpl(this);
|
|
9487
9735
|
this.skus = new SkusImpl(this);
|
|
9488
9736
|
this.pools = new PoolsImpl(this);
|
|
9489
9737
|
this.schedules = new SchedulesImpl(this);
|