@azure/arm-containerregistry 10.1.1-alpha.20230918.1 → 11.0.0-alpha.20230919.1
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 +55 -8
- package/README.md +1 -1
- package/dist/index.js +2302 -877
- 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/cacheRulesCreateSample.d.ts +2 -0
- package/dist-esm/samples-dev/cacheRulesCreateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/cacheRulesCreateSample.js +45 -0
- package/dist-esm/samples-dev/cacheRulesCreateSample.js.map +1 -0
- package/dist-esm/samples-dev/cacheRulesDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/cacheRulesDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/cacheRulesDeleteSample.js +40 -0
- package/dist-esm/samples-dev/cacheRulesDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/cacheRulesGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/cacheRulesGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/cacheRulesGetSample.js +40 -0
- package/dist-esm/samples-dev/cacheRulesGetSample.js.map +1 -0
- package/dist-esm/samples-dev/cacheRulesListSample.d.ts +2 -0
- package/dist-esm/samples-dev/cacheRulesListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/cacheRulesListSample.js +60 -0
- package/dist-esm/samples-dev/cacheRulesListSample.js.map +1 -0
- package/dist-esm/samples-dev/cacheRulesUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/cacheRulesUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/cacheRulesUpdateSample.js +43 -0
- package/dist-esm/samples-dev/cacheRulesUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/credentialSetsCreateSample.d.ts +2 -0
- package/dist-esm/samples-dev/credentialSetsCreateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/credentialSetsCreateSample.js +51 -0
- package/dist-esm/samples-dev/credentialSetsCreateSample.js.map +1 -0
- package/dist-esm/samples-dev/credentialSetsDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/credentialSetsDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/credentialSetsDeleteSample.js +40 -0
- package/dist-esm/samples-dev/credentialSetsDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/credentialSetsGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/credentialSetsGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/credentialSetsGetSample.js +40 -0
- package/dist-esm/samples-dev/credentialSetsGetSample.js.map +1 -0
- package/dist-esm/samples-dev/credentialSetsListSample.d.ts +2 -0
- package/dist-esm/samples-dev/credentialSetsListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/credentialSetsListSample.js +60 -0
- package/dist-esm/samples-dev/credentialSetsListSample.js.map +1 -0
- package/dist-esm/samples-dev/credentialSetsUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/credentialSetsUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/credentialSetsUpdateSample.js +49 -0
- package/dist-esm/samples-dev/credentialSetsUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/operationsListSample.js +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.js +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js +1 -1
- package/dist-esm/samples-dev/registriesCheckNameAvailabilitySample.js +2 -2
- package/dist-esm/samples-dev/registriesCreateSample.js +2 -2
- package/dist-esm/samples-dev/registriesDeleteSample.js +1 -1
- package/dist-esm/samples-dev/registriesGenerateCredentialsSample.js +1 -1
- package/dist-esm/samples-dev/registriesGetPrivateLinkResourceSample.js +1 -1
- package/dist-esm/samples-dev/registriesGetSample.js +1 -1
- package/dist-esm/samples-dev/registriesImportImageSample.js +3 -3
- package/dist-esm/samples-dev/registriesListByResourceGroupSample.js +1 -1
- package/dist-esm/samples-dev/registriesListCredentialsSample.js +1 -1
- package/dist-esm/samples-dev/registriesListPrivateLinkResourcesSample.js +1 -1
- package/dist-esm/samples-dev/registriesListSample.js +1 -1
- package/dist-esm/samples-dev/registriesListUsagesSample.js +1 -1
- package/dist-esm/samples-dev/registriesRegenerateCredentialSample.js +1 -1
- package/dist-esm/samples-dev/registriesUpdateSample.js +1 -1
- package/dist-esm/samples-dev/replicationsCreateSample.js +2 -2
- package/dist-esm/samples-dev/replicationsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/replicationsGetSample.js +1 -1
- package/dist-esm/samples-dev/replicationsListSample.js +1 -1
- package/dist-esm/samples-dev/replicationsUpdateSample.js +1 -1
- package/dist-esm/samples-dev/scopeMapsCreateSample.js +1 -1
- package/dist-esm/samples-dev/scopeMapsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/scopeMapsGetSample.js +1 -1
- package/dist-esm/samples-dev/scopeMapsListSample.js +1 -1
- package/dist-esm/samples-dev/scopeMapsUpdateSample.js +1 -1
- package/dist-esm/samples-dev/tokensCreateSample.js +1 -1
- package/dist-esm/samples-dev/tokensDeleteSample.js +1 -1
- package/dist-esm/samples-dev/tokensGetSample.js +1 -1
- package/dist-esm/samples-dev/tokensListSample.js +1 -1
- package/dist-esm/samples-dev/tokensUpdateSample.js +1 -1
- package/dist-esm/samples-dev/webhooksCreateSample.js +2 -4
- package/dist-esm/samples-dev/webhooksCreateSample.js.map +1 -1
- package/dist-esm/samples-dev/webhooksDeleteSample.js +1 -1
- package/dist-esm/samples-dev/webhooksGetCallbackConfigSample.js +1 -1
- package/dist-esm/samples-dev/webhooksGetSample.js +1 -1
- package/dist-esm/samples-dev/webhooksListEventsSample.js +1 -1
- package/dist-esm/samples-dev/webhooksListSample.js +1 -1
- package/dist-esm/samples-dev/webhooksPingSample.js +1 -1
- package/dist-esm/samples-dev/webhooksUpdateSample.js +2 -4
- package/dist-esm/samples-dev/webhooksUpdateSample.js.map +1 -1
- package/dist-esm/src/containerRegistryManagementClient.d.ts +3 -1
- package/dist-esm/src/containerRegistryManagementClient.d.ts.map +1 -1
- package/dist-esm/src/containerRegistryManagementClient.js +4 -2
- package/dist-esm/src/containerRegistryManagementClient.js.map +1 -1
- package/dist-esm/src/models/index.d.ts +432 -141
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js +42 -28
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts +24 -7
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +644 -236
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/dist-esm/src/models/parameters.d.ts +10 -4
- package/dist-esm/src/models/parameters.d.ts.map +1 -1
- package/dist-esm/src/models/parameters.js +72 -26
- package/dist-esm/src/models/parameters.js.map +1 -1
- package/dist-esm/src/operations/agentPools.js +11 -11
- package/dist-esm/src/operations/agentPools.js.map +1 -1
- package/dist-esm/src/operations/cacheRules.d.ts +99 -0
- package/dist-esm/src/operations/cacheRules.d.ts.map +1 -0
- package/dist-esm/src/operations/cacheRules.js +476 -0
- package/dist-esm/src/operations/cacheRules.js.map +1 -0
- package/dist-esm/src/operations/credentialSets.d.ts +99 -0
- package/dist-esm/src/operations/credentialSets.d.ts.map +1 -0
- package/dist-esm/src/operations/credentialSets.js +476 -0
- package/dist-esm/src/operations/credentialSets.js.map +1 -0
- package/dist-esm/src/operations/index.d.ts +2 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -1
- package/dist-esm/src/operations/index.js +2 -0
- package/dist-esm/src/operations/index.js.map +1 -1
- package/dist-esm/src/operations/privateEndpointConnections.js +1 -1
- package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -1
- package/dist-esm/src/operations/registries.js +8 -8
- package/dist-esm/src/operations/registries.js.map +1 -1
- package/dist-esm/src/operations/replications.js +2 -2
- package/dist-esm/src/operations/replications.js.map +1 -1
- package/dist-esm/src/operations/runs.js +9 -9
- package/dist-esm/src/operations/runs.js.map +1 -1
- package/dist-esm/src/operations/scopeMaps.js +2 -2
- package/dist-esm/src/operations/scopeMaps.js.map +1 -1
- package/dist-esm/src/operations/taskRuns.js +11 -11
- package/dist-esm/src/operations/taskRuns.js.map +1 -1
- package/dist-esm/src/operations/tasks.js +11 -11
- package/dist-esm/src/operations/tasks.js.map +1 -1
- package/dist-esm/src/operations/tokens.js +2 -2
- package/dist-esm/src/operations/tokens.js.map +1 -1
- package/dist-esm/src/operations/webhooks.js +2 -2
- package/dist-esm/src/operations/webhooks.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/cacheRules.d.ts +74 -0
- package/dist-esm/src/operationsInterfaces/cacheRules.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/cacheRules.js +9 -0
- package/dist-esm/src/operationsInterfaces/cacheRules.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/credentialSets.d.ts +74 -0
- package/dist-esm/src/operationsInterfaces/credentialSets.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/credentialSets.js +9 -0
- package/dist-esm/src/operationsInterfaces/credentialSets.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +2 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/index.js +2 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
- package/package.json +5 -5
- package/review/arm-containerregistry.api.md +258 -5
- package/src/containerRegistryManagementClient.ts +9 -1
- package/src/models/index.ts +494 -152
- package/src/models/mappers.ts +682 -243
- package/src/models/parameters.ts +83 -27
- package/src/operations/agentPools.ts +11 -11
- package/src/operations/cacheRules.ts +661 -0
- package/src/operations/credentialSets.ts +661 -0
- package/src/operations/index.ts +2 -0
- package/src/operations/privateEndpointConnections.ts +1 -1
- package/src/operations/registries.ts +8 -8
- package/src/operations/replications.ts +2 -2
- package/src/operations/runs.ts +9 -9
- package/src/operations/scopeMaps.ts +2 -2
- package/src/operations/taskRuns.ts +11 -11
- package/src/operations/tasks.ts +11 -11
- package/src/operations/tokens.ts +2 -2
- package/src/operations/webhooks.ts +2 -2
- package/src/operationsInterfaces/cacheRules.ts +153 -0
- package/src/operationsInterfaces/credentialSets.ts +153 -0
- package/src/operationsInterfaces/index.ts +2 -0
- package/types/arm-containerregistry.d.ts +491 -11
- package/types/tsdoc-metadata.json +1 -1
package/dist/index.js
CHANGED
@@ -67,34 +67,6 @@ 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 ImportMode} that the service accepts. */
|
71
|
-
exports.KnownImportMode = void 0;
|
72
|
-
(function (KnownImportMode) {
|
73
|
-
/** NoForce */
|
74
|
-
KnownImportMode["NoForce"] = "NoForce";
|
75
|
-
/** Force */
|
76
|
-
KnownImportMode["Force"] = "Force";
|
77
|
-
})(exports.KnownImportMode || (exports.KnownImportMode = {}));
|
78
|
-
/** Known values of {@link ConnectionStatus} that the service accepts. */
|
79
|
-
exports.KnownConnectionStatus = void 0;
|
80
|
-
(function (KnownConnectionStatus) {
|
81
|
-
/** Approved */
|
82
|
-
KnownConnectionStatus["Approved"] = "Approved";
|
83
|
-
/** Pending */
|
84
|
-
KnownConnectionStatus["Pending"] = "Pending";
|
85
|
-
/** Rejected */
|
86
|
-
KnownConnectionStatus["Rejected"] = "Rejected";
|
87
|
-
/** Disconnected */
|
88
|
-
KnownConnectionStatus["Disconnected"] = "Disconnected";
|
89
|
-
})(exports.KnownConnectionStatus || (exports.KnownConnectionStatus = {}));
|
90
|
-
/** Known values of {@link ActionsRequired} that the service accepts. */
|
91
|
-
exports.KnownActionsRequired = void 0;
|
92
|
-
(function (KnownActionsRequired) {
|
93
|
-
/** None */
|
94
|
-
KnownActionsRequired["None"] = "None";
|
95
|
-
/** Recreate */
|
96
|
-
KnownActionsRequired["Recreate"] = "Recreate";
|
97
|
-
})(exports.KnownActionsRequired || (exports.KnownActionsRequired = {}));
|
98
70
|
/** Known values of {@link ProvisioningState} that the service accepts. */
|
99
71
|
exports.KnownProvisioningState = void 0;
|
100
72
|
(function (KnownProvisioningState) {
|
@@ -135,6 +107,48 @@ exports.KnownLastModifiedByType = void 0;
|
|
135
107
|
/** Key */
|
136
108
|
KnownLastModifiedByType["Key"] = "Key";
|
137
109
|
})(exports.KnownLastModifiedByType || (exports.KnownLastModifiedByType = {}));
|
110
|
+
/** Known values of {@link CredentialName} that the service accepts. */
|
111
|
+
exports.KnownCredentialName = void 0;
|
112
|
+
(function (KnownCredentialName) {
|
113
|
+
/** Credential1 */
|
114
|
+
KnownCredentialName["Credential1"] = "Credential1";
|
115
|
+
})(exports.KnownCredentialName || (exports.KnownCredentialName = {}));
|
116
|
+
/** Known values of {@link CredentialHealthStatus} that the service accepts. */
|
117
|
+
exports.KnownCredentialHealthStatus = void 0;
|
118
|
+
(function (KnownCredentialHealthStatus) {
|
119
|
+
/** Healthy */
|
120
|
+
KnownCredentialHealthStatus["Healthy"] = "Healthy";
|
121
|
+
/** Unhealthy */
|
122
|
+
KnownCredentialHealthStatus["Unhealthy"] = "Unhealthy";
|
123
|
+
})(exports.KnownCredentialHealthStatus || (exports.KnownCredentialHealthStatus = {}));
|
124
|
+
/** Known values of {@link ImportMode} that the service accepts. */
|
125
|
+
exports.KnownImportMode = void 0;
|
126
|
+
(function (KnownImportMode) {
|
127
|
+
/** NoForce */
|
128
|
+
KnownImportMode["NoForce"] = "NoForce";
|
129
|
+
/** Force */
|
130
|
+
KnownImportMode["Force"] = "Force";
|
131
|
+
})(exports.KnownImportMode || (exports.KnownImportMode = {}));
|
132
|
+
/** Known values of {@link ConnectionStatus} that the service accepts. */
|
133
|
+
exports.KnownConnectionStatus = void 0;
|
134
|
+
(function (KnownConnectionStatus) {
|
135
|
+
/** Approved */
|
136
|
+
KnownConnectionStatus["Approved"] = "Approved";
|
137
|
+
/** Pending */
|
138
|
+
KnownConnectionStatus["Pending"] = "Pending";
|
139
|
+
/** Rejected */
|
140
|
+
KnownConnectionStatus["Rejected"] = "Rejected";
|
141
|
+
/** Disconnected */
|
142
|
+
KnownConnectionStatus["Disconnected"] = "Disconnected";
|
143
|
+
})(exports.KnownConnectionStatus || (exports.KnownConnectionStatus = {}));
|
144
|
+
/** Known values of {@link ActionsRequired} that the service accepts. */
|
145
|
+
exports.KnownActionsRequired = void 0;
|
146
|
+
(function (KnownActionsRequired) {
|
147
|
+
/** None */
|
148
|
+
KnownActionsRequired["None"] = "None";
|
149
|
+
/** Recreate */
|
150
|
+
KnownActionsRequired["Recreate"] = "Recreate";
|
151
|
+
})(exports.KnownActionsRequired || (exports.KnownActionsRequired = {}));
|
138
152
|
/** Known values of {@link SkuName} that the service accepts. */
|
139
153
|
exports.KnownSkuName = void 0;
|
140
154
|
(function (KnownSkuName) {
|
@@ -443,43 +457,25 @@ exports.KnownSecretObjectType = void 0;
|
|
443
457
|
* Code generated by Microsoft (R) AutoRest Code Generator.
|
444
458
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
445
459
|
*/
|
446
|
-
const
|
460
|
+
const CacheRulesListResult = {
|
447
461
|
type: {
|
448
462
|
name: "Composite",
|
449
|
-
className: "
|
463
|
+
className: "CacheRulesListResult",
|
450
464
|
modelProperties: {
|
451
|
-
|
452
|
-
serializedName: "
|
453
|
-
type: {
|
454
|
-
name: "Composite",
|
455
|
-
className: "ImportSource"
|
456
|
-
}
|
457
|
-
},
|
458
|
-
targetTags: {
|
459
|
-
serializedName: "targetTags",
|
460
|
-
type: {
|
461
|
-
name: "Sequence",
|
462
|
-
element: {
|
463
|
-
type: {
|
464
|
-
name: "String"
|
465
|
-
}
|
466
|
-
}
|
467
|
-
}
|
468
|
-
},
|
469
|
-
untaggedTargetRepositories: {
|
470
|
-
serializedName: "untaggedTargetRepositories",
|
465
|
+
value: {
|
466
|
+
serializedName: "value",
|
471
467
|
type: {
|
472
468
|
name: "Sequence",
|
473
469
|
element: {
|
474
470
|
type: {
|
475
|
-
name: "
|
471
|
+
name: "Composite",
|
472
|
+
className: "CacheRule"
|
476
473
|
}
|
477
474
|
}
|
478
475
|
}
|
479
476
|
},
|
480
|
-
|
481
|
-
|
482
|
-
serializedName: "mode",
|
477
|
+
nextLink: {
|
478
|
+
serializedName: "nextLink",
|
483
479
|
type: {
|
484
480
|
name: "String"
|
485
481
|
}
|
@@ -487,184 +483,149 @@ const ImportImageParameters = {
|
|
487
483
|
}
|
488
484
|
}
|
489
485
|
};
|
490
|
-
const
|
486
|
+
const ProxyResource = {
|
491
487
|
type: {
|
492
488
|
name: "Composite",
|
493
|
-
className: "
|
489
|
+
className: "ProxyResource",
|
494
490
|
modelProperties: {
|
495
|
-
|
496
|
-
serializedName: "
|
491
|
+
id: {
|
492
|
+
serializedName: "id",
|
493
|
+
readOnly: true,
|
497
494
|
type: {
|
498
495
|
name: "String"
|
499
496
|
}
|
500
497
|
},
|
501
|
-
|
502
|
-
serializedName: "
|
498
|
+
name: {
|
499
|
+
serializedName: "name",
|
500
|
+
readOnly: true,
|
503
501
|
type: {
|
504
502
|
name: "String"
|
505
503
|
}
|
506
504
|
},
|
507
|
-
|
508
|
-
serializedName: "
|
505
|
+
type: {
|
506
|
+
serializedName: "type",
|
507
|
+
readOnly: true,
|
509
508
|
type: {
|
510
|
-
name: "
|
511
|
-
className: "ImportSourceCredentials"
|
509
|
+
name: "String"
|
512
510
|
}
|
513
511
|
},
|
514
|
-
|
515
|
-
serializedName: "
|
516
|
-
required: true,
|
512
|
+
systemData: {
|
513
|
+
serializedName: "systemData",
|
517
514
|
type: {
|
518
|
-
name: "
|
515
|
+
name: "Composite",
|
516
|
+
className: "SystemData"
|
519
517
|
}
|
520
518
|
}
|
521
519
|
}
|
522
520
|
}
|
523
521
|
};
|
524
|
-
const
|
522
|
+
const SystemData = {
|
525
523
|
type: {
|
526
524
|
name: "Composite",
|
527
|
-
className: "
|
525
|
+
className: "SystemData",
|
528
526
|
modelProperties: {
|
529
|
-
|
530
|
-
serializedName: "
|
527
|
+
createdBy: {
|
528
|
+
serializedName: "createdBy",
|
531
529
|
type: {
|
532
530
|
name: "String"
|
533
531
|
}
|
534
532
|
},
|
535
|
-
|
536
|
-
serializedName: "
|
537
|
-
required: true,
|
533
|
+
createdByType: {
|
534
|
+
serializedName: "createdByType",
|
538
535
|
type: {
|
539
536
|
name: "String"
|
540
537
|
}
|
541
|
-
}
|
542
|
-
}
|
543
|
-
}
|
544
|
-
};
|
545
|
-
const OperationListResult = {
|
546
|
-
type: {
|
547
|
-
name: "Composite",
|
548
|
-
className: "OperationListResult",
|
549
|
-
modelProperties: {
|
550
|
-
value: {
|
551
|
-
serializedName: "value",
|
552
|
-
type: {
|
553
|
-
name: "Sequence",
|
554
|
-
element: {
|
555
|
-
type: {
|
556
|
-
name: "Composite",
|
557
|
-
className: "OperationDefinition"
|
558
|
-
}
|
559
|
-
}
|
560
|
-
}
|
561
538
|
},
|
562
|
-
|
563
|
-
serializedName: "
|
564
|
-
type: {
|
565
|
-
name: "String"
|
566
|
-
}
|
567
|
-
}
|
568
|
-
}
|
569
|
-
}
|
570
|
-
};
|
571
|
-
const OperationDefinition = {
|
572
|
-
type: {
|
573
|
-
name: "Composite",
|
574
|
-
className: "OperationDefinition",
|
575
|
-
modelProperties: {
|
576
|
-
origin: {
|
577
|
-
serializedName: "origin",
|
539
|
+
createdAt: {
|
540
|
+
serializedName: "createdAt",
|
578
541
|
type: {
|
579
|
-
name: "
|
542
|
+
name: "DateTime"
|
580
543
|
}
|
581
544
|
},
|
582
|
-
|
583
|
-
serializedName: "
|
545
|
+
lastModifiedBy: {
|
546
|
+
serializedName: "lastModifiedBy",
|
584
547
|
type: {
|
585
548
|
name: "String"
|
586
549
|
}
|
587
550
|
},
|
588
|
-
|
589
|
-
serializedName: "
|
551
|
+
lastModifiedByType: {
|
552
|
+
serializedName: "lastModifiedByType",
|
590
553
|
type: {
|
591
|
-
name: "
|
592
|
-
className: "OperationDisplayDefinition"
|
554
|
+
name: "String"
|
593
555
|
}
|
594
556
|
},
|
595
|
-
|
596
|
-
serializedName: "
|
557
|
+
lastModifiedAt: {
|
558
|
+
serializedName: "lastModifiedAt",
|
597
559
|
type: {
|
598
|
-
name: "
|
560
|
+
name: "DateTime"
|
599
561
|
}
|
600
|
-
}
|
601
|
-
|
602
|
-
|
562
|
+
}
|
563
|
+
}
|
564
|
+
}
|
565
|
+
};
|
566
|
+
const ErrorResponse = {
|
567
|
+
type: {
|
568
|
+
name: "Composite",
|
569
|
+
className: "ErrorResponse",
|
570
|
+
modelProperties: {
|
571
|
+
error: {
|
572
|
+
serializedName: "error",
|
603
573
|
type: {
|
604
574
|
name: "Composite",
|
605
|
-
className: "
|
575
|
+
className: "ErrorDetail"
|
606
576
|
}
|
607
577
|
}
|
608
578
|
}
|
609
579
|
}
|
610
580
|
};
|
611
|
-
const
|
581
|
+
const ErrorDetail = {
|
612
582
|
type: {
|
613
583
|
name: "Composite",
|
614
|
-
className: "
|
584
|
+
className: "ErrorDetail",
|
615
585
|
modelProperties: {
|
616
|
-
|
617
|
-
serializedName: "
|
586
|
+
code: {
|
587
|
+
serializedName: "code",
|
588
|
+
readOnly: true,
|
618
589
|
type: {
|
619
590
|
name: "String"
|
620
591
|
}
|
621
592
|
},
|
622
|
-
|
623
|
-
serializedName: "
|
593
|
+
message: {
|
594
|
+
serializedName: "message",
|
595
|
+
readOnly: true,
|
624
596
|
type: {
|
625
597
|
name: "String"
|
626
598
|
}
|
627
599
|
},
|
628
|
-
|
629
|
-
serializedName: "
|
600
|
+
target: {
|
601
|
+
serializedName: "target",
|
602
|
+
readOnly: true,
|
630
603
|
type: {
|
631
604
|
name: "String"
|
632
605
|
}
|
633
606
|
},
|
634
|
-
|
635
|
-
serializedName: "
|
636
|
-
|
637
|
-
name: "String"
|
638
|
-
}
|
639
|
-
}
|
640
|
-
}
|
641
|
-
}
|
642
|
-
};
|
643
|
-
const OperationServiceSpecificationDefinition = {
|
644
|
-
type: {
|
645
|
-
name: "Composite",
|
646
|
-
className: "OperationServiceSpecificationDefinition",
|
647
|
-
modelProperties: {
|
648
|
-
metricSpecifications: {
|
649
|
-
serializedName: "metricSpecifications",
|
607
|
+
details: {
|
608
|
+
serializedName: "details",
|
609
|
+
readOnly: true,
|
650
610
|
type: {
|
651
611
|
name: "Sequence",
|
652
612
|
element: {
|
653
613
|
type: {
|
654
614
|
name: "Composite",
|
655
|
-
className: "
|
615
|
+
className: "ErrorDetail"
|
656
616
|
}
|
657
617
|
}
|
658
618
|
}
|
659
619
|
},
|
660
|
-
|
661
|
-
serializedName: "
|
620
|
+
additionalInfo: {
|
621
|
+
serializedName: "additionalInfo",
|
622
|
+
readOnly: true,
|
662
623
|
type: {
|
663
624
|
name: "Sequence",
|
664
625
|
element: {
|
665
626
|
type: {
|
666
627
|
name: "Composite",
|
667
|
-
className: "
|
628
|
+
className: "ErrorAdditionalInfo"
|
668
629
|
}
|
669
630
|
}
|
670
631
|
}
|
@@ -672,43 +633,62 @@ const OperationServiceSpecificationDefinition = {
|
|
672
633
|
}
|
673
634
|
}
|
674
635
|
};
|
675
|
-
const
|
636
|
+
const ErrorAdditionalInfo = {
|
676
637
|
type: {
|
677
638
|
name: "Composite",
|
678
|
-
className: "
|
639
|
+
className: "ErrorAdditionalInfo",
|
679
640
|
modelProperties: {
|
680
|
-
|
681
|
-
serializedName: "
|
641
|
+
type: {
|
642
|
+
serializedName: "type",
|
643
|
+
readOnly: true,
|
682
644
|
type: {
|
683
645
|
name: "String"
|
684
646
|
}
|
685
647
|
},
|
686
|
-
|
687
|
-
serializedName: "
|
648
|
+
info: {
|
649
|
+
serializedName: "info",
|
650
|
+
readOnly: true,
|
688
651
|
type: {
|
689
|
-
name: "
|
652
|
+
name: "Dictionary",
|
653
|
+
value: { type: { name: "any" } }
|
690
654
|
}
|
691
|
-
}
|
692
|
-
|
693
|
-
|
694
|
-
|
695
|
-
|
696
|
-
|
697
|
-
|
698
|
-
|
699
|
-
|
655
|
+
}
|
656
|
+
}
|
657
|
+
}
|
658
|
+
};
|
659
|
+
const CacheRuleUpdateParameters = {
|
660
|
+
type: {
|
661
|
+
name: "Composite",
|
662
|
+
className: "CacheRuleUpdateParameters",
|
663
|
+
modelProperties: {
|
664
|
+
credentialSetResourceId: {
|
665
|
+
serializedName: "properties.credentialSetResourceId",
|
700
666
|
type: {
|
701
667
|
name: "String"
|
702
668
|
}
|
703
|
-
}
|
704
|
-
|
705
|
-
|
669
|
+
}
|
670
|
+
}
|
671
|
+
}
|
672
|
+
};
|
673
|
+
const CredentialSetListResult = {
|
674
|
+
type: {
|
675
|
+
name: "Composite",
|
676
|
+
className: "CredentialSetListResult",
|
677
|
+
modelProperties: {
|
678
|
+
value: {
|
679
|
+
serializedName: "value",
|
706
680
|
type: {
|
707
|
-
name: "
|
681
|
+
name: "Sequence",
|
682
|
+
element: {
|
683
|
+
type: {
|
684
|
+
name: "Composite",
|
685
|
+
className: "CredentialSet"
|
686
|
+
}
|
687
|
+
}
|
708
688
|
}
|
709
689
|
},
|
710
|
-
|
711
|
-
serializedName: "
|
690
|
+
nextLink: {
|
691
|
+
serializedName: "nextLink",
|
712
692
|
type: {
|
713
693
|
name: "String"
|
714
694
|
}
|
@@ -716,53 +696,64 @@ const OperationMetricSpecificationDefinition = {
|
|
716
696
|
}
|
717
697
|
}
|
718
698
|
};
|
719
|
-
const
|
699
|
+
const IdentityProperties = {
|
720
700
|
type: {
|
721
701
|
name: "Composite",
|
722
|
-
className: "
|
702
|
+
className: "IdentityProperties",
|
723
703
|
modelProperties: {
|
724
|
-
|
725
|
-
serializedName: "
|
704
|
+
principalId: {
|
705
|
+
serializedName: "principalId",
|
706
|
+
readOnly: true,
|
726
707
|
type: {
|
727
708
|
name: "String"
|
728
709
|
}
|
729
710
|
},
|
730
|
-
|
731
|
-
serializedName: "
|
711
|
+
tenantId: {
|
712
|
+
serializedName: "tenantId",
|
713
|
+
readOnly: true,
|
732
714
|
type: {
|
733
715
|
name: "String"
|
734
716
|
}
|
735
717
|
},
|
736
|
-
|
737
|
-
serializedName: "
|
718
|
+
type: {
|
719
|
+
serializedName: "type",
|
738
720
|
type: {
|
739
|
-
name: "
|
721
|
+
name: "Enum",
|
722
|
+
allowedValues: [
|
723
|
+
"SystemAssigned",
|
724
|
+
"UserAssigned",
|
725
|
+
"SystemAssigned, UserAssigned",
|
726
|
+
"None"
|
727
|
+
]
|
728
|
+
}
|
729
|
+
},
|
730
|
+
userAssignedIdentities: {
|
731
|
+
serializedName: "userAssignedIdentities",
|
732
|
+
type: {
|
733
|
+
name: "Dictionary",
|
734
|
+
value: {
|
735
|
+
type: { name: "Composite", className: "UserIdentityProperties" }
|
736
|
+
}
|
740
737
|
}
|
741
738
|
}
|
742
739
|
}
|
743
740
|
}
|
744
741
|
};
|
745
|
-
const
|
742
|
+
const UserIdentityProperties = {
|
746
743
|
type: {
|
747
744
|
name: "Composite",
|
748
|
-
className: "
|
745
|
+
className: "UserIdentityProperties",
|
749
746
|
modelProperties: {
|
750
|
-
|
751
|
-
|
752
|
-
|
753
|
-
MaxLength: 50,
|
754
|
-
MinLength: 5
|
755
|
-
},
|
756
|
-
serializedName: "name",
|
757
|
-
required: true,
|
747
|
+
principalId: {
|
748
|
+
serializedName: "principalId",
|
749
|
+
readOnly: true,
|
758
750
|
type: {
|
759
751
|
name: "String"
|
760
752
|
}
|
761
753
|
},
|
762
|
-
|
763
|
-
|
764
|
-
|
765
|
-
serializedName: "type",
|
754
|
+
clientId: {
|
755
|
+
serializedName: "clientId",
|
756
|
+
readOnly: true,
|
766
757
|
type: {
|
767
758
|
name: "String"
|
768
759
|
}
|
@@ -770,65 +761,58 @@ const RegistryNameCheckRequest = {
|
|
770
761
|
}
|
771
762
|
}
|
772
763
|
};
|
773
|
-
const
|
764
|
+
const AuthCredential = {
|
774
765
|
type: {
|
775
766
|
name: "Composite",
|
776
|
-
className: "
|
767
|
+
className: "AuthCredential",
|
777
768
|
modelProperties: {
|
778
|
-
|
779
|
-
serializedName: "
|
769
|
+
name: {
|
770
|
+
serializedName: "name",
|
780
771
|
type: {
|
781
|
-
name: "
|
772
|
+
name: "String"
|
782
773
|
}
|
783
774
|
},
|
784
|
-
|
785
|
-
serializedName: "
|
775
|
+
usernameSecretIdentifier: {
|
776
|
+
serializedName: "usernameSecretIdentifier",
|
786
777
|
type: {
|
787
778
|
name: "String"
|
788
779
|
}
|
789
780
|
},
|
790
|
-
|
791
|
-
serializedName: "
|
781
|
+
passwordSecretIdentifier: {
|
782
|
+
serializedName: "passwordSecretIdentifier",
|
792
783
|
type: {
|
793
784
|
name: "String"
|
794
785
|
}
|
786
|
+
},
|
787
|
+
credentialHealth: {
|
788
|
+
serializedName: "credentialHealth",
|
789
|
+
type: {
|
790
|
+
name: "Composite",
|
791
|
+
className: "CredentialHealth"
|
792
|
+
}
|
795
793
|
}
|
796
794
|
}
|
797
795
|
}
|
798
796
|
};
|
799
|
-
const
|
797
|
+
const CredentialHealth = {
|
800
798
|
type: {
|
801
799
|
name: "Composite",
|
802
|
-
className: "
|
800
|
+
className: "CredentialHealth",
|
803
801
|
modelProperties: {
|
804
|
-
|
805
|
-
serializedName: "
|
802
|
+
status: {
|
803
|
+
serializedName: "status",
|
806
804
|
type: {
|
807
|
-
name: "
|
808
|
-
element: {
|
809
|
-
type: {
|
810
|
-
name: "Composite",
|
811
|
-
className: "PrivateEndpointConnection"
|
812
|
-
}
|
813
|
-
}
|
805
|
+
name: "String"
|
814
806
|
}
|
815
807
|
},
|
816
|
-
|
817
|
-
serializedName: "
|
808
|
+
errorCode: {
|
809
|
+
serializedName: "errorCode",
|
818
810
|
type: {
|
819
811
|
name: "String"
|
820
812
|
}
|
821
|
-
}
|
822
|
-
|
823
|
-
|
824
|
-
};
|
825
|
-
const PrivateEndpoint = {
|
826
|
-
type: {
|
827
|
-
name: "Composite",
|
828
|
-
className: "PrivateEndpoint",
|
829
|
-
modelProperties: {
|
830
|
-
id: {
|
831
|
-
serializedName: "id",
|
813
|
+
},
|
814
|
+
errorMessage: {
|
815
|
+
serializedName: "errorMessage",
|
832
816
|
type: {
|
833
817
|
name: "String"
|
834
818
|
}
|
@@ -836,116 +820,136 @@ const PrivateEndpoint = {
|
|
836
820
|
}
|
837
821
|
}
|
838
822
|
};
|
839
|
-
const
|
823
|
+
const CredentialSetUpdateParameters = {
|
840
824
|
type: {
|
841
825
|
name: "Composite",
|
842
|
-
className: "
|
826
|
+
className: "CredentialSetUpdateParameters",
|
843
827
|
modelProperties: {
|
844
|
-
|
845
|
-
serializedName: "
|
846
|
-
type: {
|
847
|
-
name: "String"
|
848
|
-
}
|
849
|
-
},
|
850
|
-
description: {
|
851
|
-
serializedName: "description",
|
828
|
+
identity: {
|
829
|
+
serializedName: "identity",
|
852
830
|
type: {
|
853
|
-
name: "
|
831
|
+
name: "Composite",
|
832
|
+
className: "IdentityProperties"
|
854
833
|
}
|
855
834
|
},
|
856
|
-
|
857
|
-
serializedName: "
|
835
|
+
authCredentials: {
|
836
|
+
serializedName: "properties.authCredentials",
|
858
837
|
type: {
|
859
|
-
name: "
|
838
|
+
name: "Sequence",
|
839
|
+
element: {
|
840
|
+
type: {
|
841
|
+
name: "Composite",
|
842
|
+
className: "AuthCredential"
|
843
|
+
}
|
844
|
+
}
|
860
845
|
}
|
861
846
|
}
|
862
847
|
}
|
863
848
|
}
|
864
849
|
};
|
865
|
-
const
|
850
|
+
const ImportImageParameters = {
|
866
851
|
type: {
|
867
852
|
name: "Composite",
|
868
|
-
className: "
|
853
|
+
className: "ImportImageParameters",
|
869
854
|
modelProperties: {
|
870
|
-
|
871
|
-
serializedName: "
|
872
|
-
readOnly: true,
|
855
|
+
source: {
|
856
|
+
serializedName: "source",
|
873
857
|
type: {
|
874
|
-
name: "
|
858
|
+
name: "Composite",
|
859
|
+
className: "ImportSource"
|
875
860
|
}
|
876
861
|
},
|
877
|
-
|
878
|
-
serializedName: "
|
879
|
-
readOnly: true,
|
862
|
+
targetTags: {
|
863
|
+
serializedName: "targetTags",
|
880
864
|
type: {
|
881
|
-
name: "
|
865
|
+
name: "Sequence",
|
866
|
+
element: {
|
867
|
+
type: {
|
868
|
+
name: "String"
|
869
|
+
}
|
870
|
+
}
|
882
871
|
}
|
883
872
|
},
|
884
|
-
|
885
|
-
serializedName: "
|
886
|
-
readOnly: true,
|
873
|
+
untaggedTargetRepositories: {
|
874
|
+
serializedName: "untaggedTargetRepositories",
|
887
875
|
type: {
|
888
|
-
name: "
|
876
|
+
name: "Sequence",
|
877
|
+
element: {
|
878
|
+
type: {
|
879
|
+
name: "String"
|
880
|
+
}
|
881
|
+
}
|
889
882
|
}
|
890
883
|
},
|
891
|
-
|
892
|
-
|
884
|
+
mode: {
|
885
|
+
defaultValue: "NoForce",
|
886
|
+
serializedName: "mode",
|
893
887
|
type: {
|
894
|
-
name: "
|
895
|
-
className: "SystemData"
|
888
|
+
name: "String"
|
896
889
|
}
|
897
890
|
}
|
898
891
|
}
|
899
892
|
}
|
900
893
|
};
|
901
|
-
const
|
894
|
+
const ImportSource = {
|
902
895
|
type: {
|
903
896
|
name: "Composite",
|
904
|
-
className: "
|
897
|
+
className: "ImportSource",
|
905
898
|
modelProperties: {
|
906
|
-
|
907
|
-
serializedName: "
|
899
|
+
resourceId: {
|
900
|
+
serializedName: "resourceId",
|
908
901
|
type: {
|
909
902
|
name: "String"
|
910
903
|
}
|
911
904
|
},
|
912
|
-
|
913
|
-
serializedName: "
|
905
|
+
registryUri: {
|
906
|
+
serializedName: "registryUri",
|
914
907
|
type: {
|
915
908
|
name: "String"
|
916
909
|
}
|
917
910
|
},
|
918
|
-
|
919
|
-
serializedName: "
|
911
|
+
credentials: {
|
912
|
+
serializedName: "credentials",
|
920
913
|
type: {
|
921
|
-
name: "
|
914
|
+
name: "Composite",
|
915
|
+
className: "ImportSourceCredentials"
|
922
916
|
}
|
923
917
|
},
|
924
|
-
|
925
|
-
serializedName: "
|
918
|
+
sourceImage: {
|
919
|
+
serializedName: "sourceImage",
|
920
|
+
required: true,
|
926
921
|
type: {
|
927
922
|
name: "String"
|
928
923
|
}
|
929
|
-
}
|
930
|
-
|
931
|
-
|
924
|
+
}
|
925
|
+
}
|
926
|
+
}
|
927
|
+
};
|
928
|
+
const ImportSourceCredentials = {
|
929
|
+
type: {
|
930
|
+
name: "Composite",
|
931
|
+
className: "ImportSourceCredentials",
|
932
|
+
modelProperties: {
|
933
|
+
username: {
|
934
|
+
serializedName: "username",
|
932
935
|
type: {
|
933
936
|
name: "String"
|
934
937
|
}
|
935
938
|
},
|
936
|
-
|
937
|
-
serializedName: "
|
939
|
+
password: {
|
940
|
+
serializedName: "password",
|
941
|
+
required: true,
|
938
942
|
type: {
|
939
|
-
name: "
|
943
|
+
name: "String"
|
940
944
|
}
|
941
945
|
}
|
942
946
|
}
|
943
947
|
}
|
944
948
|
};
|
945
|
-
const
|
949
|
+
const OperationListResult = {
|
946
950
|
type: {
|
947
951
|
name: "Composite",
|
948
|
-
className: "
|
952
|
+
className: "OperationListResult",
|
949
953
|
modelProperties: {
|
950
954
|
value: {
|
951
955
|
serializedName: "value",
|
@@ -954,7 +958,7 @@ const RegistryListResult = {
|
|
954
958
|
element: {
|
955
959
|
type: {
|
956
960
|
name: "Composite",
|
957
|
-
className: "
|
961
|
+
className: "OperationDefinition"
|
958
962
|
}
|
959
963
|
}
|
960
964
|
}
|
@@ -968,139 +972,103 @@ const RegistryListResult = {
|
|
968
972
|
}
|
969
973
|
}
|
970
974
|
};
|
971
|
-
const
|
975
|
+
const OperationDefinition = {
|
972
976
|
type: {
|
973
977
|
name: "Composite",
|
974
|
-
className: "
|
978
|
+
className: "OperationDefinition",
|
975
979
|
modelProperties: {
|
976
|
-
|
977
|
-
serializedName: "
|
978
|
-
required: true,
|
980
|
+
origin: {
|
981
|
+
serializedName: "origin",
|
979
982
|
type: {
|
980
983
|
name: "String"
|
981
984
|
}
|
982
985
|
},
|
983
|
-
|
984
|
-
serializedName: "
|
985
|
-
readOnly: true,
|
986
|
-
type: {
|
987
|
-
name: "String"
|
988
|
-
}
|
989
|
-
}
|
990
|
-
}
|
991
|
-
}
|
992
|
-
};
|
993
|
-
const IdentityProperties = {
|
994
|
-
type: {
|
995
|
-
name: "Composite",
|
996
|
-
className: "IdentityProperties",
|
997
|
-
modelProperties: {
|
998
|
-
principalId: {
|
999
|
-
serializedName: "principalId",
|
986
|
+
name: {
|
987
|
+
serializedName: "name",
|
1000
988
|
type: {
|
1001
989
|
name: "String"
|
1002
990
|
}
|
1003
991
|
},
|
1004
|
-
|
1005
|
-
serializedName: "
|
992
|
+
display: {
|
993
|
+
serializedName: "display",
|
1006
994
|
type: {
|
1007
|
-
name: "
|
995
|
+
name: "Composite",
|
996
|
+
className: "OperationDisplayDefinition"
|
1008
997
|
}
|
1009
998
|
},
|
1010
|
-
|
1011
|
-
serializedName: "
|
999
|
+
isDataAction: {
|
1000
|
+
serializedName: "isDataAction",
|
1012
1001
|
type: {
|
1013
|
-
name: "
|
1014
|
-
allowedValues: [
|
1015
|
-
"SystemAssigned",
|
1016
|
-
"UserAssigned",
|
1017
|
-
"SystemAssigned, UserAssigned",
|
1018
|
-
"None"
|
1019
|
-
]
|
1002
|
+
name: "Boolean"
|
1020
1003
|
}
|
1021
1004
|
},
|
1022
|
-
|
1023
|
-
serializedName: "
|
1005
|
+
serviceSpecification: {
|
1006
|
+
serializedName: "properties.serviceSpecification",
|
1024
1007
|
type: {
|
1025
|
-
name: "
|
1026
|
-
|
1027
|
-
type: { name: "Composite", className: "UserIdentityProperties" }
|
1028
|
-
}
|
1008
|
+
name: "Composite",
|
1009
|
+
className: "OperationServiceSpecificationDefinition"
|
1029
1010
|
}
|
1030
1011
|
}
|
1031
1012
|
}
|
1032
1013
|
}
|
1033
1014
|
};
|
1034
|
-
const
|
1015
|
+
const OperationDisplayDefinition = {
|
1035
1016
|
type: {
|
1036
1017
|
name: "Composite",
|
1037
|
-
className: "
|
1018
|
+
className: "OperationDisplayDefinition",
|
1038
1019
|
modelProperties: {
|
1039
|
-
|
1040
|
-
serializedName: "
|
1020
|
+
provider: {
|
1021
|
+
serializedName: "provider",
|
1041
1022
|
type: {
|
1042
1023
|
name: "String"
|
1043
1024
|
}
|
1044
1025
|
},
|
1045
|
-
|
1046
|
-
serializedName: "
|
1047
|
-
type: {
|
1048
|
-
name: "String"
|
1049
|
-
}
|
1050
|
-
}
|
1051
|
-
}
|
1052
|
-
}
|
1053
|
-
};
|
1054
|
-
const Status = {
|
1055
|
-
type: {
|
1056
|
-
name: "Composite",
|
1057
|
-
className: "Status",
|
1058
|
-
modelProperties: {
|
1059
|
-
displayStatus: {
|
1060
|
-
serializedName: "displayStatus",
|
1061
|
-
readOnly: true,
|
1026
|
+
resource: {
|
1027
|
+
serializedName: "resource",
|
1062
1028
|
type: {
|
1063
1029
|
name: "String"
|
1064
1030
|
}
|
1065
1031
|
},
|
1066
|
-
|
1067
|
-
serializedName: "
|
1068
|
-
readOnly: true,
|
1032
|
+
operation: {
|
1033
|
+
serializedName: "operation",
|
1069
1034
|
type: {
|
1070
1035
|
name: "String"
|
1071
1036
|
}
|
1072
1037
|
},
|
1073
|
-
|
1074
|
-
serializedName: "
|
1075
|
-
readOnly: true,
|
1038
|
+
description: {
|
1039
|
+
serializedName: "description",
|
1076
1040
|
type: {
|
1077
|
-
name: "
|
1041
|
+
name: "String"
|
1078
1042
|
}
|
1079
1043
|
}
|
1080
1044
|
}
|
1081
1045
|
}
|
1082
1046
|
};
|
1083
|
-
const
|
1047
|
+
const OperationServiceSpecificationDefinition = {
|
1084
1048
|
type: {
|
1085
1049
|
name: "Composite",
|
1086
|
-
className: "
|
1050
|
+
className: "OperationServiceSpecificationDefinition",
|
1087
1051
|
modelProperties: {
|
1088
|
-
|
1089
|
-
|
1090
|
-
serializedName: "defaultAction",
|
1091
|
-
required: true,
|
1052
|
+
metricSpecifications: {
|
1053
|
+
serializedName: "metricSpecifications",
|
1092
1054
|
type: {
|
1093
|
-
name: "
|
1055
|
+
name: "Sequence",
|
1056
|
+
element: {
|
1057
|
+
type: {
|
1058
|
+
name: "Composite",
|
1059
|
+
className: "OperationMetricSpecificationDefinition"
|
1060
|
+
}
|
1061
|
+
}
|
1094
1062
|
}
|
1095
1063
|
},
|
1096
|
-
|
1097
|
-
serializedName: "
|
1064
|
+
logSpecifications: {
|
1065
|
+
serializedName: "logSpecifications",
|
1098
1066
|
type: {
|
1099
1067
|
name: "Sequence",
|
1100
1068
|
element: {
|
1101
1069
|
type: {
|
1102
1070
|
name: "Composite",
|
1103
|
-
className: "
|
1071
|
+
className: "OperationLogSpecificationDefinition"
|
1104
1072
|
}
|
1105
1073
|
}
|
1106
1074
|
}
|
@@ -1108,71 +1076,69 @@ const NetworkRuleSet = {
|
|
1108
1076
|
}
|
1109
1077
|
}
|
1110
1078
|
};
|
1111
|
-
const
|
1079
|
+
const OperationMetricSpecificationDefinition = {
|
1112
1080
|
type: {
|
1113
1081
|
name: "Composite",
|
1114
|
-
className: "
|
1082
|
+
className: "OperationMetricSpecificationDefinition",
|
1115
1083
|
modelProperties: {
|
1116
|
-
|
1117
|
-
|
1118
|
-
serializedName: "action",
|
1084
|
+
name: {
|
1085
|
+
serializedName: "name",
|
1119
1086
|
type: {
|
1120
1087
|
name: "String"
|
1121
1088
|
}
|
1122
1089
|
},
|
1123
|
-
|
1124
|
-
serializedName: "
|
1125
|
-
required: true,
|
1090
|
+
displayName: {
|
1091
|
+
serializedName: "displayName",
|
1126
1092
|
type: {
|
1127
1093
|
name: "String"
|
1128
1094
|
}
|
1129
|
-
}
|
1130
|
-
|
1131
|
-
|
1132
|
-
};
|
1133
|
-
const Policies = {
|
1134
|
-
type: {
|
1135
|
-
name: "Composite",
|
1136
|
-
className: "Policies",
|
1137
|
-
modelProperties: {
|
1138
|
-
quarantinePolicy: {
|
1139
|
-
serializedName: "quarantinePolicy",
|
1095
|
+
},
|
1096
|
+
displayDescription: {
|
1097
|
+
serializedName: "displayDescription",
|
1140
1098
|
type: {
|
1141
|
-
name: "
|
1142
|
-
className: "QuarantinePolicy"
|
1099
|
+
name: "String"
|
1143
1100
|
}
|
1144
1101
|
},
|
1145
|
-
|
1146
|
-
serializedName: "
|
1102
|
+
unit: {
|
1103
|
+
serializedName: "unit",
|
1147
1104
|
type: {
|
1148
|
-
name: "
|
1149
|
-
className: "TrustPolicy"
|
1105
|
+
name: "String"
|
1150
1106
|
}
|
1151
1107
|
},
|
1152
|
-
|
1153
|
-
serializedName: "
|
1108
|
+
aggregationType: {
|
1109
|
+
serializedName: "aggregationType",
|
1154
1110
|
type: {
|
1155
|
-
name: "
|
1156
|
-
className: "RetentionPolicy"
|
1111
|
+
name: "String"
|
1157
1112
|
}
|
1158
1113
|
},
|
1159
|
-
|
1160
|
-
serializedName: "
|
1114
|
+
internalMetricName: {
|
1115
|
+
serializedName: "internalMetricName",
|
1161
1116
|
type: {
|
1162
|
-
name: "
|
1163
|
-
className: "ExportPolicy"
|
1117
|
+
name: "String"
|
1164
1118
|
}
|
1165
1119
|
}
|
1166
1120
|
}
|
1167
1121
|
}
|
1168
1122
|
};
|
1169
|
-
const
|
1123
|
+
const OperationLogSpecificationDefinition = {
|
1170
1124
|
type: {
|
1171
1125
|
name: "Composite",
|
1172
|
-
className: "
|
1126
|
+
className: "OperationLogSpecificationDefinition",
|
1173
1127
|
modelProperties: {
|
1174
|
-
|
1175
|
-
serializedName: "
|
1128
|
+
name: {
|
1129
|
+
serializedName: "name",
|
1130
|
+
type: {
|
1131
|
+
name: "String"
|
1132
|
+
}
|
1133
|
+
},
|
1134
|
+
displayName: {
|
1135
|
+
serializedName: "displayName",
|
1136
|
+
type: {
|
1137
|
+
name: "String"
|
1138
|
+
}
|
1139
|
+
},
|
1140
|
+
blobDuration: {
|
1141
|
+
serializedName: "blobDuration",
|
1176
1142
|
type: {
|
1177
1143
|
name: "String"
|
1178
1144
|
}
|
@@ -1180,20 +1146,27 @@ const QuarantinePolicy = {
|
|
1180
1146
|
}
|
1181
1147
|
}
|
1182
1148
|
};
|
1183
|
-
const
|
1149
|
+
const RegistryNameCheckRequest = {
|
1184
1150
|
type: {
|
1185
1151
|
name: "Composite",
|
1186
|
-
className: "
|
1152
|
+
className: "RegistryNameCheckRequest",
|
1187
1153
|
modelProperties: {
|
1188
|
-
|
1189
|
-
|
1190
|
-
|
1154
|
+
name: {
|
1155
|
+
constraints: {
|
1156
|
+
Pattern: new RegExp("^[a-zA-Z0-9]*$"),
|
1157
|
+
MaxLength: 50,
|
1158
|
+
MinLength: 5
|
1159
|
+
},
|
1160
|
+
serializedName: "name",
|
1161
|
+
required: true,
|
1191
1162
|
type: {
|
1192
1163
|
name: "String"
|
1193
1164
|
}
|
1194
1165
|
},
|
1195
|
-
|
1196
|
-
|
1166
|
+
type: {
|
1167
|
+
defaultValue: "Microsoft.ContainerRegistry/registries",
|
1168
|
+
isConstant: true,
|
1169
|
+
serializedName: "type",
|
1197
1170
|
type: {
|
1198
1171
|
name: "String"
|
1199
1172
|
}
|
@@ -1201,27 +1174,25 @@ const TrustPolicy = {
|
|
1201
1174
|
}
|
1202
1175
|
}
|
1203
1176
|
};
|
1204
|
-
const
|
1177
|
+
const RegistryNameStatus = {
|
1205
1178
|
type: {
|
1206
1179
|
name: "Composite",
|
1207
|
-
className: "
|
1180
|
+
className: "RegistryNameStatus",
|
1208
1181
|
modelProperties: {
|
1209
|
-
|
1210
|
-
|
1211
|
-
serializedName: "days",
|
1182
|
+
nameAvailable: {
|
1183
|
+
serializedName: "nameAvailable",
|
1212
1184
|
type: {
|
1213
|
-
name: "
|
1185
|
+
name: "Boolean"
|
1214
1186
|
}
|
1215
1187
|
},
|
1216
|
-
|
1217
|
-
serializedName: "
|
1218
|
-
readOnly: true,
|
1188
|
+
reason: {
|
1189
|
+
serializedName: "reason",
|
1219
1190
|
type: {
|
1220
|
-
name: "
|
1191
|
+
name: "String"
|
1221
1192
|
}
|
1222
1193
|
},
|
1223
|
-
|
1224
|
-
serializedName: "
|
1194
|
+
message: {
|
1195
|
+
serializedName: "message",
|
1225
1196
|
type: {
|
1226
1197
|
name: "String"
|
1227
1198
|
}
|
@@ -1229,278 +1200,291 @@ const RetentionPolicy = {
|
|
1229
1200
|
}
|
1230
1201
|
}
|
1231
1202
|
};
|
1232
|
-
const
|
1203
|
+
const PrivateEndpointConnectionListResult = {
|
1233
1204
|
type: {
|
1234
1205
|
name: "Composite",
|
1235
|
-
className: "
|
1206
|
+
className: "PrivateEndpointConnectionListResult",
|
1236
1207
|
modelProperties: {
|
1237
|
-
|
1238
|
-
|
1239
|
-
serializedName: "status",
|
1208
|
+
value: {
|
1209
|
+
serializedName: "value",
|
1240
1210
|
type: {
|
1241
|
-
name: "
|
1211
|
+
name: "Sequence",
|
1212
|
+
element: {
|
1213
|
+
type: {
|
1214
|
+
name: "Composite",
|
1215
|
+
className: "PrivateEndpointConnection"
|
1216
|
+
}
|
1217
|
+
}
|
1242
1218
|
}
|
1243
|
-
}
|
1244
|
-
|
1219
|
+
},
|
1220
|
+
nextLink: {
|
1221
|
+
serializedName: "nextLink",
|
1222
|
+
type: {
|
1223
|
+
name: "String"
|
1224
|
+
}
|
1225
|
+
}
|
1226
|
+
}
|
1245
1227
|
}
|
1246
1228
|
};
|
1247
|
-
const
|
1229
|
+
const PrivateEndpoint = {
|
1248
1230
|
type: {
|
1249
1231
|
name: "Composite",
|
1250
|
-
className: "
|
1232
|
+
className: "PrivateEndpoint",
|
1251
1233
|
modelProperties: {
|
1252
|
-
|
1253
|
-
serializedName: "
|
1234
|
+
id: {
|
1235
|
+
serializedName: "id",
|
1254
1236
|
type: {
|
1255
1237
|
name: "String"
|
1256
1238
|
}
|
1257
|
-
},
|
1258
|
-
keyVaultProperties: {
|
1259
|
-
serializedName: "keyVaultProperties",
|
1260
|
-
type: {
|
1261
|
-
name: "Composite",
|
1262
|
-
className: "KeyVaultProperties"
|
1263
|
-
}
|
1264
1239
|
}
|
1265
1240
|
}
|
1266
1241
|
}
|
1267
1242
|
};
|
1268
|
-
const
|
1243
|
+
const PrivateLinkServiceConnectionState = {
|
1269
1244
|
type: {
|
1270
1245
|
name: "Composite",
|
1271
|
-
className: "
|
1246
|
+
className: "PrivateLinkServiceConnectionState",
|
1272
1247
|
modelProperties: {
|
1273
|
-
|
1274
|
-
serializedName: "
|
1248
|
+
status: {
|
1249
|
+
serializedName: "status",
|
1275
1250
|
type: {
|
1276
1251
|
name: "String"
|
1277
1252
|
}
|
1278
1253
|
},
|
1279
|
-
|
1280
|
-
serializedName: "
|
1281
|
-
readOnly: true,
|
1254
|
+
description: {
|
1255
|
+
serializedName: "description",
|
1282
1256
|
type: {
|
1283
1257
|
name: "String"
|
1284
1258
|
}
|
1285
1259
|
},
|
1286
|
-
|
1287
|
-
serializedName: "
|
1260
|
+
actionsRequired: {
|
1261
|
+
serializedName: "actionsRequired",
|
1288
1262
|
type: {
|
1289
1263
|
name: "String"
|
1290
1264
|
}
|
1291
|
-
}
|
1292
|
-
|
1293
|
-
|
1294
|
-
|
1265
|
+
}
|
1266
|
+
}
|
1267
|
+
}
|
1268
|
+
};
|
1269
|
+
const RegistryListResult = {
|
1270
|
+
type: {
|
1271
|
+
name: "Composite",
|
1272
|
+
className: "RegistryListResult",
|
1273
|
+
modelProperties: {
|
1274
|
+
value: {
|
1275
|
+
serializedName: "value",
|
1295
1276
|
type: {
|
1296
|
-
name: "
|
1277
|
+
name: "Sequence",
|
1278
|
+
element: {
|
1279
|
+
type: {
|
1280
|
+
name: "Composite",
|
1281
|
+
className: "Registry"
|
1282
|
+
}
|
1283
|
+
}
|
1297
1284
|
}
|
1298
1285
|
},
|
1299
|
-
|
1300
|
-
serializedName: "
|
1301
|
-
readOnly: true,
|
1286
|
+
nextLink: {
|
1287
|
+
serializedName: "nextLink",
|
1302
1288
|
type: {
|
1303
|
-
name: "
|
1289
|
+
name: "String"
|
1304
1290
|
}
|
1305
1291
|
}
|
1306
1292
|
}
|
1307
1293
|
}
|
1308
1294
|
};
|
1309
|
-
const
|
1295
|
+
const Sku = {
|
1310
1296
|
type: {
|
1311
1297
|
name: "Composite",
|
1312
|
-
className: "
|
1298
|
+
className: "Sku",
|
1313
1299
|
modelProperties: {
|
1314
|
-
id: {
|
1315
|
-
serializedName: "id",
|
1316
|
-
readOnly: true,
|
1317
|
-
type: {
|
1318
|
-
name: "String"
|
1319
|
-
}
|
1320
|
-
},
|
1321
1300
|
name: {
|
1322
1301
|
serializedName: "name",
|
1323
|
-
|
1302
|
+
required: true,
|
1324
1303
|
type: {
|
1325
1304
|
name: "String"
|
1326
1305
|
}
|
1327
1306
|
},
|
1328
|
-
|
1329
|
-
serializedName: "
|
1307
|
+
tier: {
|
1308
|
+
serializedName: "tier",
|
1330
1309
|
readOnly: true,
|
1331
1310
|
type: {
|
1332
1311
|
name: "String"
|
1333
1312
|
}
|
1334
|
-
}
|
1335
|
-
|
1336
|
-
|
1337
|
-
|
1313
|
+
}
|
1314
|
+
}
|
1315
|
+
}
|
1316
|
+
};
|
1317
|
+
const Status = {
|
1318
|
+
type: {
|
1319
|
+
name: "Composite",
|
1320
|
+
className: "Status",
|
1321
|
+
modelProperties: {
|
1322
|
+
displayStatus: {
|
1323
|
+
serializedName: "displayStatus",
|
1324
|
+
readOnly: true,
|
1338
1325
|
type: {
|
1339
1326
|
name: "String"
|
1340
1327
|
}
|
1341
1328
|
},
|
1342
|
-
|
1343
|
-
serializedName: "
|
1329
|
+
message: {
|
1330
|
+
serializedName: "message",
|
1331
|
+
readOnly: true,
|
1344
1332
|
type: {
|
1345
|
-
name: "
|
1346
|
-
value: { type: { name: "String" } }
|
1333
|
+
name: "String"
|
1347
1334
|
}
|
1348
1335
|
},
|
1349
|
-
|
1350
|
-
serializedName: "
|
1336
|
+
timestamp: {
|
1337
|
+
serializedName: "timestamp",
|
1338
|
+
readOnly: true,
|
1351
1339
|
type: {
|
1352
|
-
name: "
|
1353
|
-
className: "SystemData"
|
1340
|
+
name: "DateTime"
|
1354
1341
|
}
|
1355
1342
|
}
|
1356
1343
|
}
|
1357
1344
|
}
|
1358
1345
|
};
|
1359
|
-
const
|
1346
|
+
const NetworkRuleSet = {
|
1360
1347
|
type: {
|
1361
1348
|
name: "Composite",
|
1362
|
-
className: "
|
1349
|
+
className: "NetworkRuleSet",
|
1363
1350
|
modelProperties: {
|
1364
|
-
|
1365
|
-
|
1351
|
+
defaultAction: {
|
1352
|
+
defaultValue: "Allow",
|
1353
|
+
serializedName: "defaultAction",
|
1354
|
+
required: true,
|
1366
1355
|
type: {
|
1367
|
-
name: "
|
1368
|
-
className: "IdentityProperties"
|
1356
|
+
name: "String"
|
1369
1357
|
}
|
1370
1358
|
},
|
1371
|
-
|
1372
|
-
serializedName: "
|
1359
|
+
ipRules: {
|
1360
|
+
serializedName: "ipRules",
|
1373
1361
|
type: {
|
1374
|
-
name: "
|
1375
|
-
|
1362
|
+
name: "Sequence",
|
1363
|
+
element: {
|
1364
|
+
type: {
|
1365
|
+
name: "Composite",
|
1366
|
+
className: "IPRule"
|
1367
|
+
}
|
1368
|
+
}
|
1376
1369
|
}
|
1377
|
-
}
|
1378
|
-
|
1379
|
-
|
1370
|
+
}
|
1371
|
+
}
|
1372
|
+
}
|
1373
|
+
};
|
1374
|
+
const IPRule = {
|
1375
|
+
type: {
|
1376
|
+
name: "Composite",
|
1377
|
+
className: "IPRule",
|
1378
|
+
modelProperties: {
|
1379
|
+
action: {
|
1380
|
+
defaultValue: "Allow",
|
1381
|
+
serializedName: "action",
|
1380
1382
|
type: {
|
1381
|
-
name: "
|
1382
|
-
className: "Sku"
|
1383
|
+
name: "String"
|
1383
1384
|
}
|
1384
1385
|
},
|
1385
|
-
|
1386
|
-
serializedName: "
|
1386
|
+
iPAddressOrRange: {
|
1387
|
+
serializedName: "value",
|
1388
|
+
required: true,
|
1387
1389
|
type: {
|
1388
|
-
name: "
|
1390
|
+
name: "String"
|
1389
1391
|
}
|
1390
|
-
}
|
1391
|
-
|
1392
|
-
|
1392
|
+
}
|
1393
|
+
}
|
1394
|
+
}
|
1395
|
+
};
|
1396
|
+
const Policies = {
|
1397
|
+
type: {
|
1398
|
+
name: "Composite",
|
1399
|
+
className: "Policies",
|
1400
|
+
modelProperties: {
|
1401
|
+
quarantinePolicy: {
|
1402
|
+
serializedName: "quarantinePolicy",
|
1393
1403
|
type: {
|
1394
1404
|
name: "Composite",
|
1395
|
-
className: "
|
1405
|
+
className: "QuarantinePolicy"
|
1396
1406
|
}
|
1397
1407
|
},
|
1398
|
-
|
1399
|
-
serializedName: "
|
1408
|
+
trustPolicy: {
|
1409
|
+
serializedName: "trustPolicy",
|
1400
1410
|
type: {
|
1401
1411
|
name: "Composite",
|
1402
|
-
className: "
|
1412
|
+
className: "TrustPolicy"
|
1403
1413
|
}
|
1404
1414
|
},
|
1405
|
-
|
1406
|
-
serializedName: "
|
1415
|
+
retentionPolicy: {
|
1416
|
+
serializedName: "retentionPolicy",
|
1407
1417
|
type: {
|
1408
1418
|
name: "Composite",
|
1409
|
-
className: "
|
1410
|
-
}
|
1411
|
-
},
|
1412
|
-
dataEndpointEnabled: {
|
1413
|
-
serializedName: "properties.dataEndpointEnabled",
|
1414
|
-
type: {
|
1415
|
-
name: "Boolean"
|
1416
|
-
}
|
1417
|
-
},
|
1418
|
-
publicNetworkAccess: {
|
1419
|
-
serializedName: "properties.publicNetworkAccess",
|
1420
|
-
type: {
|
1421
|
-
name: "String"
|
1419
|
+
className: "RetentionPolicy"
|
1422
1420
|
}
|
1423
1421
|
},
|
1424
|
-
|
1425
|
-
serializedName: "
|
1422
|
+
exportPolicy: {
|
1423
|
+
serializedName: "exportPolicy",
|
1426
1424
|
type: {
|
1427
|
-
name: "
|
1425
|
+
name: "Composite",
|
1426
|
+
className: "ExportPolicy"
|
1428
1427
|
}
|
1429
1428
|
}
|
1430
1429
|
}
|
1431
1430
|
}
|
1432
1431
|
};
|
1433
|
-
const
|
1432
|
+
const QuarantinePolicy = {
|
1434
1433
|
type: {
|
1435
1434
|
name: "Composite",
|
1436
|
-
className: "
|
1435
|
+
className: "QuarantinePolicy",
|
1437
1436
|
modelProperties: {
|
1438
|
-
|
1439
|
-
serializedName: "
|
1437
|
+
status: {
|
1438
|
+
serializedName: "status",
|
1440
1439
|
type: {
|
1441
|
-
name: "
|
1442
|
-
element: {
|
1443
|
-
type: {
|
1444
|
-
name: "Composite",
|
1445
|
-
className: "RegistryUsage"
|
1446
|
-
}
|
1447
|
-
}
|
1440
|
+
name: "String"
|
1448
1441
|
}
|
1449
1442
|
}
|
1450
1443
|
}
|
1451
1444
|
}
|
1452
1445
|
};
|
1453
|
-
const
|
1446
|
+
const TrustPolicy = {
|
1454
1447
|
type: {
|
1455
1448
|
name: "Composite",
|
1456
|
-
className: "
|
1449
|
+
className: "TrustPolicy",
|
1457
1450
|
modelProperties: {
|
1458
|
-
|
1459
|
-
|
1451
|
+
type: {
|
1452
|
+
defaultValue: "Notary",
|
1453
|
+
serializedName: "type",
|
1460
1454
|
type: {
|
1461
1455
|
name: "String"
|
1462
1456
|
}
|
1463
1457
|
},
|
1464
|
-
|
1465
|
-
serializedName: "
|
1466
|
-
type: {
|
1467
|
-
name: "Number"
|
1468
|
-
}
|
1469
|
-
},
|
1470
|
-
currentValue: {
|
1471
|
-
serializedName: "currentValue",
|
1458
|
+
status: {
|
1459
|
+
serializedName: "status",
|
1472
1460
|
type: {
|
1473
|
-
name: "
|
1474
|
-
}
|
1475
|
-
},
|
1476
|
-
unit: {
|
1477
|
-
serializedName: "unit",
|
1478
|
-
type: {
|
1479
|
-
name: "String"
|
1461
|
+
name: "String"
|
1480
1462
|
}
|
1481
1463
|
}
|
1482
1464
|
}
|
1483
1465
|
}
|
1484
1466
|
};
|
1485
|
-
const
|
1467
|
+
const RetentionPolicy = {
|
1486
1468
|
type: {
|
1487
1469
|
name: "Composite",
|
1488
|
-
className: "
|
1470
|
+
className: "RetentionPolicy",
|
1489
1471
|
modelProperties: {
|
1490
|
-
|
1491
|
-
|
1472
|
+
days: {
|
1473
|
+
defaultValue: 7,
|
1474
|
+
serializedName: "days",
|
1492
1475
|
type: {
|
1493
|
-
name: "
|
1494
|
-
element: {
|
1495
|
-
type: {
|
1496
|
-
name: "Composite",
|
1497
|
-
className: "PrivateLinkResource"
|
1498
|
-
}
|
1499
|
-
}
|
1476
|
+
name: "Number"
|
1500
1477
|
}
|
1501
1478
|
},
|
1502
|
-
|
1503
|
-
serializedName: "
|
1479
|
+
lastUpdatedTime: {
|
1480
|
+
serializedName: "lastUpdatedTime",
|
1481
|
+
readOnly: true,
|
1482
|
+
type: {
|
1483
|
+
name: "DateTime"
|
1484
|
+
}
|
1485
|
+
},
|
1486
|
+
status: {
|
1487
|
+
serializedName: "status",
|
1504
1488
|
type: {
|
1505
1489
|
name: "String"
|
1506
1490
|
}
|
@@ -1508,137 +1492,200 @@ const PrivateLinkResourceListResult = {
|
|
1508
1492
|
}
|
1509
1493
|
}
|
1510
1494
|
};
|
1511
|
-
const
|
1495
|
+
const ExportPolicy = {
|
1512
1496
|
type: {
|
1513
1497
|
name: "Composite",
|
1514
|
-
className: "
|
1498
|
+
className: "ExportPolicy",
|
1515
1499
|
modelProperties: {
|
1516
|
-
|
1517
|
-
|
1518
|
-
|
1500
|
+
status: {
|
1501
|
+
defaultValue: "enabled",
|
1502
|
+
serializedName: "status",
|
1503
|
+
type: {
|
1504
|
+
name: "String"
|
1505
|
+
}
|
1506
|
+
}
|
1507
|
+
}
|
1508
|
+
}
|
1509
|
+
};
|
1510
|
+
const EncryptionProperty = {
|
1511
|
+
type: {
|
1512
|
+
name: "Composite",
|
1513
|
+
className: "EncryptionProperty",
|
1514
|
+
modelProperties: {
|
1515
|
+
status: {
|
1516
|
+
serializedName: "status",
|
1519
1517
|
type: {
|
1520
1518
|
name: "String"
|
1521
1519
|
}
|
1522
1520
|
},
|
1523
|
-
|
1524
|
-
serializedName: "
|
1521
|
+
keyVaultProperties: {
|
1522
|
+
serializedName: "keyVaultProperties",
|
1523
|
+
type: {
|
1524
|
+
name: "Composite",
|
1525
|
+
className: "KeyVaultProperties"
|
1526
|
+
}
|
1527
|
+
}
|
1528
|
+
}
|
1529
|
+
}
|
1530
|
+
};
|
1531
|
+
const KeyVaultProperties = {
|
1532
|
+
type: {
|
1533
|
+
name: "Composite",
|
1534
|
+
className: "KeyVaultProperties",
|
1535
|
+
modelProperties: {
|
1536
|
+
keyIdentifier: {
|
1537
|
+
serializedName: "keyIdentifier",
|
1525
1538
|
type: {
|
1526
1539
|
name: "String"
|
1527
1540
|
}
|
1528
1541
|
},
|
1529
|
-
|
1530
|
-
serializedName: "
|
1542
|
+
versionedKeyIdentifier: {
|
1543
|
+
serializedName: "versionedKeyIdentifier",
|
1544
|
+
readOnly: true,
|
1531
1545
|
type: {
|
1532
1546
|
name: "String"
|
1533
1547
|
}
|
1534
1548
|
},
|
1535
|
-
|
1536
|
-
serializedName: "
|
1549
|
+
identity: {
|
1550
|
+
serializedName: "identity",
|
1537
1551
|
type: {
|
1538
1552
|
name: "String"
|
1539
1553
|
}
|
1540
1554
|
},
|
1541
|
-
|
1542
|
-
serializedName: "
|
1555
|
+
keyRotationEnabled: {
|
1556
|
+
serializedName: "keyRotationEnabled",
|
1557
|
+
readOnly: true,
|
1543
1558
|
type: {
|
1544
|
-
name: "
|
1545
|
-
element: {
|
1546
|
-
type: {
|
1547
|
-
name: "String"
|
1548
|
-
}
|
1549
|
-
}
|
1559
|
+
name: "Boolean"
|
1550
1560
|
}
|
1551
1561
|
},
|
1552
|
-
|
1553
|
-
serializedName: "
|
1562
|
+
lastKeyRotationTimestamp: {
|
1563
|
+
serializedName: "lastKeyRotationTimestamp",
|
1564
|
+
readOnly: true,
|
1554
1565
|
type: {
|
1555
|
-
name: "
|
1556
|
-
element: {
|
1557
|
-
type: {
|
1558
|
-
name: "String"
|
1559
|
-
}
|
1560
|
-
}
|
1566
|
+
name: "DateTime"
|
1561
1567
|
}
|
1562
1568
|
}
|
1563
1569
|
}
|
1564
1570
|
}
|
1565
1571
|
};
|
1566
|
-
const
|
1572
|
+
const Resource = {
|
1567
1573
|
type: {
|
1568
1574
|
name: "Composite",
|
1569
|
-
className: "
|
1575
|
+
className: "Resource",
|
1570
1576
|
modelProperties: {
|
1571
|
-
|
1572
|
-
serializedName: "
|
1577
|
+
id: {
|
1578
|
+
serializedName: "id",
|
1579
|
+
readOnly: true,
|
1573
1580
|
type: {
|
1574
|
-
name: "
|
1575
|
-
className: "ErrorResponseBody"
|
1581
|
+
name: "String"
|
1576
1582
|
}
|
1577
|
-
}
|
1578
|
-
|
1579
|
-
|
1580
|
-
|
1581
|
-
const ErrorResponseBody = {
|
1582
|
-
type: {
|
1583
|
-
name: "Composite",
|
1584
|
-
className: "ErrorResponseBody",
|
1585
|
-
modelProperties: {
|
1586
|
-
code: {
|
1587
|
-
serializedName: "code",
|
1588
|
-
required: true,
|
1583
|
+
},
|
1584
|
+
name: {
|
1585
|
+
serializedName: "name",
|
1586
|
+
readOnly: true,
|
1589
1587
|
type: {
|
1590
1588
|
name: "String"
|
1591
1589
|
}
|
1592
1590
|
},
|
1593
|
-
|
1594
|
-
serializedName: "
|
1595
|
-
|
1591
|
+
type: {
|
1592
|
+
serializedName: "type",
|
1593
|
+
readOnly: true,
|
1596
1594
|
type: {
|
1597
1595
|
name: "String"
|
1598
1596
|
}
|
1599
1597
|
},
|
1600
|
-
|
1601
|
-
serializedName: "
|
1598
|
+
location: {
|
1599
|
+
serializedName: "location",
|
1600
|
+
required: true,
|
1602
1601
|
type: {
|
1603
1602
|
name: "String"
|
1604
1603
|
}
|
1605
1604
|
},
|
1606
|
-
|
1607
|
-
serializedName: "
|
1605
|
+
tags: {
|
1606
|
+
serializedName: "tags",
|
1608
1607
|
type: {
|
1609
|
-
name: "
|
1610
|
-
|
1611
|
-
|
1612
|
-
|
1613
|
-
|
1614
|
-
|
1615
|
-
|
1608
|
+
name: "Dictionary",
|
1609
|
+
value: { type: { name: "String" } }
|
1610
|
+
}
|
1611
|
+
},
|
1612
|
+
systemData: {
|
1613
|
+
serializedName: "systemData",
|
1614
|
+
type: {
|
1615
|
+
name: "Composite",
|
1616
|
+
className: "SystemData"
|
1616
1617
|
}
|
1617
1618
|
}
|
1618
1619
|
}
|
1619
1620
|
}
|
1620
1621
|
};
|
1621
|
-
const
|
1622
|
+
const RegistryUpdateParameters = {
|
1622
1623
|
type: {
|
1623
1624
|
name: "Composite",
|
1624
|
-
className: "
|
1625
|
+
className: "RegistryUpdateParameters",
|
1625
1626
|
modelProperties: {
|
1626
|
-
|
1627
|
-
serializedName: "
|
1628
|
-
required: true,
|
1627
|
+
identity: {
|
1628
|
+
serializedName: "identity",
|
1629
1629
|
type: {
|
1630
|
-
name: "
|
1630
|
+
name: "Composite",
|
1631
|
+
className: "IdentityProperties"
|
1631
1632
|
}
|
1632
1633
|
},
|
1633
|
-
|
1634
|
-
serializedName: "
|
1635
|
-
|
1634
|
+
tags: {
|
1635
|
+
serializedName: "tags",
|
1636
|
+
type: {
|
1637
|
+
name: "Dictionary",
|
1638
|
+
value: { type: { name: "String" } }
|
1639
|
+
}
|
1640
|
+
},
|
1641
|
+
sku: {
|
1642
|
+
serializedName: "sku",
|
1643
|
+
type: {
|
1644
|
+
name: "Composite",
|
1645
|
+
className: "Sku"
|
1646
|
+
}
|
1647
|
+
},
|
1648
|
+
adminUserEnabled: {
|
1649
|
+
serializedName: "properties.adminUserEnabled",
|
1650
|
+
type: {
|
1651
|
+
name: "Boolean"
|
1652
|
+
}
|
1653
|
+
},
|
1654
|
+
networkRuleSet: {
|
1655
|
+
serializedName: "properties.networkRuleSet",
|
1656
|
+
type: {
|
1657
|
+
name: "Composite",
|
1658
|
+
className: "NetworkRuleSet"
|
1659
|
+
}
|
1660
|
+
},
|
1661
|
+
policies: {
|
1662
|
+
serializedName: "properties.policies",
|
1663
|
+
type: {
|
1664
|
+
name: "Composite",
|
1665
|
+
className: "Policies"
|
1666
|
+
}
|
1667
|
+
},
|
1668
|
+
encryption: {
|
1669
|
+
serializedName: "properties.encryption",
|
1670
|
+
type: {
|
1671
|
+
name: "Composite",
|
1672
|
+
className: "EncryptionProperty"
|
1673
|
+
}
|
1674
|
+
},
|
1675
|
+
dataEndpointEnabled: {
|
1676
|
+
serializedName: "properties.dataEndpointEnabled",
|
1677
|
+
type: {
|
1678
|
+
name: "Boolean"
|
1679
|
+
}
|
1680
|
+
},
|
1681
|
+
publicNetworkAccess: {
|
1682
|
+
serializedName: "properties.publicNetworkAccess",
|
1636
1683
|
type: {
|
1637
1684
|
name: "String"
|
1638
1685
|
}
|
1639
1686
|
},
|
1640
|
-
|
1641
|
-
serializedName: "
|
1687
|
+
networkRuleBypassOptions: {
|
1688
|
+
serializedName: "properties.networkRuleBypassOptions",
|
1642
1689
|
type: {
|
1643
1690
|
name: "String"
|
1644
1691
|
}
|
@@ -1646,25 +1693,19 @@ const InnerErrorDescription = {
|
|
1646
1693
|
}
|
1647
1694
|
}
|
1648
1695
|
};
|
1649
|
-
const
|
1696
|
+
const RegistryUsageListResult = {
|
1650
1697
|
type: {
|
1651
1698
|
name: "Composite",
|
1652
|
-
className: "
|
1699
|
+
className: "RegistryUsageListResult",
|
1653
1700
|
modelProperties: {
|
1654
|
-
|
1655
|
-
serializedName: "
|
1656
|
-
type: {
|
1657
|
-
name: "String"
|
1658
|
-
}
|
1659
|
-
},
|
1660
|
-
passwords: {
|
1661
|
-
serializedName: "passwords",
|
1701
|
+
value: {
|
1702
|
+
serializedName: "value",
|
1662
1703
|
type: {
|
1663
1704
|
name: "Sequence",
|
1664
1705
|
element: {
|
1665
1706
|
type: {
|
1666
1707
|
name: "Composite",
|
1667
|
-
className: "
|
1708
|
+
className: "RegistryUsage"
|
1668
1709
|
}
|
1669
1710
|
}
|
1670
1711
|
}
|
@@ -1672,15 +1713,154 @@ const RegistryListCredentialsResult = {
|
|
1672
1713
|
}
|
1673
1714
|
}
|
1674
1715
|
};
|
1675
|
-
const
|
1716
|
+
const RegistryUsage = {
|
1676
1717
|
type: {
|
1677
1718
|
name: "Composite",
|
1678
|
-
className: "
|
1719
|
+
className: "RegistryUsage",
|
1679
1720
|
modelProperties: {
|
1680
1721
|
name: {
|
1681
1722
|
serializedName: "name",
|
1682
1723
|
type: {
|
1683
|
-
name: "
|
1724
|
+
name: "String"
|
1725
|
+
}
|
1726
|
+
},
|
1727
|
+
limit: {
|
1728
|
+
serializedName: "limit",
|
1729
|
+
type: {
|
1730
|
+
name: "Number"
|
1731
|
+
}
|
1732
|
+
},
|
1733
|
+
currentValue: {
|
1734
|
+
serializedName: "currentValue",
|
1735
|
+
type: {
|
1736
|
+
name: "Number"
|
1737
|
+
}
|
1738
|
+
},
|
1739
|
+
unit: {
|
1740
|
+
serializedName: "unit",
|
1741
|
+
type: {
|
1742
|
+
name: "String"
|
1743
|
+
}
|
1744
|
+
}
|
1745
|
+
}
|
1746
|
+
}
|
1747
|
+
};
|
1748
|
+
const PrivateLinkResourceListResult = {
|
1749
|
+
type: {
|
1750
|
+
name: "Composite",
|
1751
|
+
className: "PrivateLinkResourceListResult",
|
1752
|
+
modelProperties: {
|
1753
|
+
value: {
|
1754
|
+
serializedName: "value",
|
1755
|
+
type: {
|
1756
|
+
name: "Sequence",
|
1757
|
+
element: {
|
1758
|
+
type: {
|
1759
|
+
name: "Composite",
|
1760
|
+
className: "PrivateLinkResource"
|
1761
|
+
}
|
1762
|
+
}
|
1763
|
+
}
|
1764
|
+
},
|
1765
|
+
nextLink: {
|
1766
|
+
serializedName: "nextLink",
|
1767
|
+
type: {
|
1768
|
+
name: "String"
|
1769
|
+
}
|
1770
|
+
}
|
1771
|
+
}
|
1772
|
+
}
|
1773
|
+
};
|
1774
|
+
const PrivateLinkResource = {
|
1775
|
+
type: {
|
1776
|
+
name: "Composite",
|
1777
|
+
className: "PrivateLinkResource",
|
1778
|
+
modelProperties: {
|
1779
|
+
type: {
|
1780
|
+
serializedName: "type",
|
1781
|
+
readOnly: true,
|
1782
|
+
type: {
|
1783
|
+
name: "String"
|
1784
|
+
}
|
1785
|
+
},
|
1786
|
+
id: {
|
1787
|
+
serializedName: "id",
|
1788
|
+
type: {
|
1789
|
+
name: "String"
|
1790
|
+
}
|
1791
|
+
},
|
1792
|
+
name: {
|
1793
|
+
serializedName: "name",
|
1794
|
+
type: {
|
1795
|
+
name: "String"
|
1796
|
+
}
|
1797
|
+
},
|
1798
|
+
groupId: {
|
1799
|
+
serializedName: "properties.groupId",
|
1800
|
+
type: {
|
1801
|
+
name: "String"
|
1802
|
+
}
|
1803
|
+
},
|
1804
|
+
requiredMembers: {
|
1805
|
+
serializedName: "properties.requiredMembers",
|
1806
|
+
type: {
|
1807
|
+
name: "Sequence",
|
1808
|
+
element: {
|
1809
|
+
type: {
|
1810
|
+
name: "String"
|
1811
|
+
}
|
1812
|
+
}
|
1813
|
+
}
|
1814
|
+
},
|
1815
|
+
requiredZoneNames: {
|
1816
|
+
serializedName: "properties.requiredZoneNames",
|
1817
|
+
type: {
|
1818
|
+
name: "Sequence",
|
1819
|
+
element: {
|
1820
|
+
type: {
|
1821
|
+
name: "String"
|
1822
|
+
}
|
1823
|
+
}
|
1824
|
+
}
|
1825
|
+
}
|
1826
|
+
}
|
1827
|
+
}
|
1828
|
+
};
|
1829
|
+
const RegistryListCredentialsResult = {
|
1830
|
+
type: {
|
1831
|
+
name: "Composite",
|
1832
|
+
className: "RegistryListCredentialsResult",
|
1833
|
+
modelProperties: {
|
1834
|
+
username: {
|
1835
|
+
serializedName: "username",
|
1836
|
+
type: {
|
1837
|
+
name: "String"
|
1838
|
+
}
|
1839
|
+
},
|
1840
|
+
passwords: {
|
1841
|
+
serializedName: "passwords",
|
1842
|
+
type: {
|
1843
|
+
name: "Sequence",
|
1844
|
+
element: {
|
1845
|
+
type: {
|
1846
|
+
name: "Composite",
|
1847
|
+
className: "RegistryPassword"
|
1848
|
+
}
|
1849
|
+
}
|
1850
|
+
}
|
1851
|
+
}
|
1852
|
+
}
|
1853
|
+
}
|
1854
|
+
};
|
1855
|
+
const RegistryPassword = {
|
1856
|
+
type: {
|
1857
|
+
name: "Composite",
|
1858
|
+
className: "RegistryPassword",
|
1859
|
+
modelProperties: {
|
1860
|
+
name: {
|
1861
|
+
serializedName: "name",
|
1862
|
+
type: {
|
1863
|
+
name: "Enum",
|
1684
1864
|
allowedValues: ["password", "password2"]
|
1685
1865
|
}
|
1686
1866
|
},
|
@@ -2473,6 +2653,89 @@ const CallbackConfig = {
|
|
2473
2653
|
}
|
2474
2654
|
}
|
2475
2655
|
};
|
2656
|
+
const ErrorResponseForContainerRegistry = {
|
2657
|
+
type: {
|
2658
|
+
name: "Composite",
|
2659
|
+
className: "ErrorResponseForContainerRegistry",
|
2660
|
+
modelProperties: {
|
2661
|
+
error: {
|
2662
|
+
serializedName: "error",
|
2663
|
+
type: {
|
2664
|
+
name: "Composite",
|
2665
|
+
className: "ErrorResponseBody"
|
2666
|
+
}
|
2667
|
+
}
|
2668
|
+
}
|
2669
|
+
}
|
2670
|
+
};
|
2671
|
+
const ErrorResponseBody = {
|
2672
|
+
type: {
|
2673
|
+
name: "Composite",
|
2674
|
+
className: "ErrorResponseBody",
|
2675
|
+
modelProperties: {
|
2676
|
+
code: {
|
2677
|
+
serializedName: "code",
|
2678
|
+
required: true,
|
2679
|
+
type: {
|
2680
|
+
name: "String"
|
2681
|
+
}
|
2682
|
+
},
|
2683
|
+
message: {
|
2684
|
+
serializedName: "message",
|
2685
|
+
required: true,
|
2686
|
+
type: {
|
2687
|
+
name: "String"
|
2688
|
+
}
|
2689
|
+
},
|
2690
|
+
target: {
|
2691
|
+
serializedName: "target",
|
2692
|
+
type: {
|
2693
|
+
name: "String"
|
2694
|
+
}
|
2695
|
+
},
|
2696
|
+
details: {
|
2697
|
+
serializedName: "details",
|
2698
|
+
type: {
|
2699
|
+
name: "Sequence",
|
2700
|
+
element: {
|
2701
|
+
type: {
|
2702
|
+
name: "Composite",
|
2703
|
+
className: "InnerErrorDescription"
|
2704
|
+
}
|
2705
|
+
}
|
2706
|
+
}
|
2707
|
+
}
|
2708
|
+
}
|
2709
|
+
}
|
2710
|
+
};
|
2711
|
+
const InnerErrorDescription = {
|
2712
|
+
type: {
|
2713
|
+
name: "Composite",
|
2714
|
+
className: "InnerErrorDescription",
|
2715
|
+
modelProperties: {
|
2716
|
+
code: {
|
2717
|
+
serializedName: "code",
|
2718
|
+
required: true,
|
2719
|
+
type: {
|
2720
|
+
name: "String"
|
2721
|
+
}
|
2722
|
+
},
|
2723
|
+
message: {
|
2724
|
+
serializedName: "message",
|
2725
|
+
required: true,
|
2726
|
+
type: {
|
2727
|
+
name: "String"
|
2728
|
+
}
|
2729
|
+
},
|
2730
|
+
target: {
|
2731
|
+
serializedName: "target",
|
2732
|
+
type: {
|
2733
|
+
name: "String"
|
2734
|
+
}
|
2735
|
+
}
|
2736
|
+
}
|
2737
|
+
}
|
2738
|
+
};
|
2476
2739
|
const AgentPoolUpdateParameters = {
|
2477
2740
|
type: {
|
2478
2741
|
name: "Composite",
|
@@ -3898,43 +4161,22 @@ const OverrideTaskStepProperties = {
|
|
3898
4161
|
}
|
3899
4162
|
}
|
3900
4163
|
};
|
3901
|
-
const
|
4164
|
+
const CacheRule = {
|
3902
4165
|
type: {
|
3903
4166
|
name: "Composite",
|
3904
|
-
className: "
|
3905
|
-
modelProperties: Object.assign(Object.assign({}, ProxyResource.type.modelProperties), {
|
3906
|
-
serializedName: "properties.
|
3907
|
-
type: {
|
3908
|
-
name: "Composite",
|
3909
|
-
className: "PrivateEndpoint"
|
3910
|
-
}
|
3911
|
-
}, privateLinkServiceConnectionState: {
|
3912
|
-
serializedName: "properties.privateLinkServiceConnectionState",
|
3913
|
-
type: {
|
3914
|
-
name: "Composite",
|
3915
|
-
className: "PrivateLinkServiceConnectionState"
|
3916
|
-
}
|
3917
|
-
}, provisioningState: {
|
3918
|
-
serializedName: "properties.provisioningState",
|
3919
|
-
readOnly: true,
|
4167
|
+
className: "CacheRule",
|
4168
|
+
modelProperties: Object.assign(Object.assign({}, ProxyResource.type.modelProperties), { credentialSetResourceId: {
|
4169
|
+
serializedName: "properties.credentialSetResourceId",
|
3920
4170
|
type: {
|
3921
4171
|
name: "String"
|
3922
4172
|
}
|
3923
|
-
}
|
3924
|
-
|
3925
|
-
};
|
3926
|
-
const ScopeMap = {
|
3927
|
-
type: {
|
3928
|
-
name: "Composite",
|
3929
|
-
className: "ScopeMap",
|
3930
|
-
modelProperties: Object.assign(Object.assign({}, ProxyResource.type.modelProperties), { description: {
|
3931
|
-
serializedName: "properties.description",
|
4173
|
+
}, sourceRepository: {
|
4174
|
+
serializedName: "properties.sourceRepository",
|
3932
4175
|
type: {
|
3933
4176
|
name: "String"
|
3934
4177
|
}
|
3935
|
-
},
|
3936
|
-
serializedName: "properties.
|
3937
|
-
readOnly: true,
|
4178
|
+
}, targetRepository: {
|
4179
|
+
serializedName: "properties.targetRepository",
|
3938
4180
|
type: {
|
3939
4181
|
name: "String"
|
3940
4182
|
}
|
@@ -3950,12 +4192,108 @@ const ScopeMap = {
|
|
3950
4192
|
type: {
|
3951
4193
|
name: "String"
|
3952
4194
|
}
|
3953
|
-
}
|
3954
|
-
|
3955
|
-
|
3956
|
-
|
3957
|
-
|
3958
|
-
|
4195
|
+
} })
|
4196
|
+
}
|
4197
|
+
};
|
4198
|
+
const CredentialSet = {
|
4199
|
+
type: {
|
4200
|
+
name: "Composite",
|
4201
|
+
className: "CredentialSet",
|
4202
|
+
modelProperties: Object.assign(Object.assign({}, ProxyResource.type.modelProperties), { identity: {
|
4203
|
+
serializedName: "identity",
|
4204
|
+
type: {
|
4205
|
+
name: "Composite",
|
4206
|
+
className: "IdentityProperties"
|
4207
|
+
}
|
4208
|
+
}, loginServer: {
|
4209
|
+
serializedName: "properties.loginServer",
|
4210
|
+
type: {
|
4211
|
+
name: "String"
|
4212
|
+
}
|
4213
|
+
}, authCredentials: {
|
4214
|
+
serializedName: "properties.authCredentials",
|
4215
|
+
type: {
|
4216
|
+
name: "Sequence",
|
4217
|
+
element: {
|
4218
|
+
type: {
|
4219
|
+
name: "Composite",
|
4220
|
+
className: "AuthCredential"
|
4221
|
+
}
|
4222
|
+
}
|
4223
|
+
}
|
4224
|
+
}, creationDate: {
|
4225
|
+
serializedName: "properties.creationDate",
|
4226
|
+
readOnly: true,
|
4227
|
+
type: {
|
4228
|
+
name: "DateTime"
|
4229
|
+
}
|
4230
|
+
}, provisioningState: {
|
4231
|
+
serializedName: "properties.provisioningState",
|
4232
|
+
readOnly: true,
|
4233
|
+
type: {
|
4234
|
+
name: "String"
|
4235
|
+
}
|
4236
|
+
} })
|
4237
|
+
}
|
4238
|
+
};
|
4239
|
+
const PrivateEndpointConnection = {
|
4240
|
+
type: {
|
4241
|
+
name: "Composite",
|
4242
|
+
className: "PrivateEndpointConnection",
|
4243
|
+
modelProperties: Object.assign(Object.assign({}, ProxyResource.type.modelProperties), { privateEndpoint: {
|
4244
|
+
serializedName: "properties.privateEndpoint",
|
4245
|
+
type: {
|
4246
|
+
name: "Composite",
|
4247
|
+
className: "PrivateEndpoint"
|
4248
|
+
}
|
4249
|
+
}, privateLinkServiceConnectionState: {
|
4250
|
+
serializedName: "properties.privateLinkServiceConnectionState",
|
4251
|
+
type: {
|
4252
|
+
name: "Composite",
|
4253
|
+
className: "PrivateLinkServiceConnectionState"
|
4254
|
+
}
|
4255
|
+
}, provisioningState: {
|
4256
|
+
serializedName: "properties.provisioningState",
|
4257
|
+
readOnly: true,
|
4258
|
+
type: {
|
4259
|
+
name: "String"
|
4260
|
+
}
|
4261
|
+
} })
|
4262
|
+
}
|
4263
|
+
};
|
4264
|
+
const ScopeMap = {
|
4265
|
+
type: {
|
4266
|
+
name: "Composite",
|
4267
|
+
className: "ScopeMap",
|
4268
|
+
modelProperties: Object.assign(Object.assign({}, ProxyResource.type.modelProperties), { description: {
|
4269
|
+
serializedName: "properties.description",
|
4270
|
+
type: {
|
4271
|
+
name: "String"
|
4272
|
+
}
|
4273
|
+
}, typePropertiesType: {
|
4274
|
+
serializedName: "properties.type",
|
4275
|
+
readOnly: true,
|
4276
|
+
type: {
|
4277
|
+
name: "String"
|
4278
|
+
}
|
4279
|
+
}, creationDate: {
|
4280
|
+
serializedName: "properties.creationDate",
|
4281
|
+
readOnly: true,
|
4282
|
+
type: {
|
4283
|
+
name: "DateTime"
|
4284
|
+
}
|
4285
|
+
}, provisioningState: {
|
4286
|
+
serializedName: "properties.provisioningState",
|
4287
|
+
readOnly: true,
|
4288
|
+
type: {
|
4289
|
+
name: "String"
|
4290
|
+
}
|
4291
|
+
}, actions: {
|
4292
|
+
serializedName: "properties.actions",
|
4293
|
+
type: {
|
4294
|
+
name: "Sequence",
|
4295
|
+
element: {
|
4296
|
+
type: {
|
3959
4297
|
name: "String"
|
3960
4298
|
}
|
3961
4299
|
}
|
@@ -4956,6 +5294,90 @@ const EncodedTaskStepUpdateParameters = {
|
|
4956
5294
|
} })
|
4957
5295
|
}
|
4958
5296
|
};
|
5297
|
+
const CacheRulesCreateHeaders = {
|
5298
|
+
type: {
|
5299
|
+
name: "Composite",
|
5300
|
+
className: "CacheRulesCreateHeaders",
|
5301
|
+
modelProperties: {
|
5302
|
+
azureAsyncOperation: {
|
5303
|
+
serializedName: "azure-asyncoperation",
|
5304
|
+
type: {
|
5305
|
+
name: "String"
|
5306
|
+
}
|
5307
|
+
}
|
5308
|
+
}
|
5309
|
+
}
|
5310
|
+
};
|
5311
|
+
const CacheRulesDeleteHeaders = {
|
5312
|
+
type: {
|
5313
|
+
name: "Composite",
|
5314
|
+
className: "CacheRulesDeleteHeaders",
|
5315
|
+
modelProperties: {
|
5316
|
+
location: {
|
5317
|
+
serializedName: "location",
|
5318
|
+
type: {
|
5319
|
+
name: "String"
|
5320
|
+
}
|
5321
|
+
}
|
5322
|
+
}
|
5323
|
+
}
|
5324
|
+
};
|
5325
|
+
const CacheRulesUpdateHeaders = {
|
5326
|
+
type: {
|
5327
|
+
name: "Composite",
|
5328
|
+
className: "CacheRulesUpdateHeaders",
|
5329
|
+
modelProperties: {
|
5330
|
+
azureAsyncOperation: {
|
5331
|
+
serializedName: "azure-asyncoperation",
|
5332
|
+
type: {
|
5333
|
+
name: "String"
|
5334
|
+
}
|
5335
|
+
}
|
5336
|
+
}
|
5337
|
+
}
|
5338
|
+
};
|
5339
|
+
const CredentialSetsCreateHeaders = {
|
5340
|
+
type: {
|
5341
|
+
name: "Composite",
|
5342
|
+
className: "CredentialSetsCreateHeaders",
|
5343
|
+
modelProperties: {
|
5344
|
+
azureAsyncOperation: {
|
5345
|
+
serializedName: "azure-asyncoperation",
|
5346
|
+
type: {
|
5347
|
+
name: "String"
|
5348
|
+
}
|
5349
|
+
}
|
5350
|
+
}
|
5351
|
+
}
|
5352
|
+
};
|
5353
|
+
const CredentialSetsDeleteHeaders = {
|
5354
|
+
type: {
|
5355
|
+
name: "Composite",
|
5356
|
+
className: "CredentialSetsDeleteHeaders",
|
5357
|
+
modelProperties: {
|
5358
|
+
location: {
|
5359
|
+
serializedName: "location",
|
5360
|
+
type: {
|
5361
|
+
name: "String"
|
5362
|
+
}
|
5363
|
+
}
|
5364
|
+
}
|
5365
|
+
}
|
5366
|
+
};
|
5367
|
+
const CredentialSetsUpdateHeaders = {
|
5368
|
+
type: {
|
5369
|
+
name: "Composite",
|
5370
|
+
className: "CredentialSetsUpdateHeaders",
|
5371
|
+
modelProperties: {
|
5372
|
+
azureAsyncOperation: {
|
5373
|
+
serializedName: "azure-asyncoperation",
|
5374
|
+
type: {
|
5375
|
+
name: "String"
|
5376
|
+
}
|
5377
|
+
}
|
5378
|
+
}
|
5379
|
+
}
|
5380
|
+
};
|
4959
5381
|
const RegistriesImportImageHeaders = {
|
4960
5382
|
type: {
|
4961
5383
|
name: "Composite",
|
@@ -5240,6 +5662,19 @@ let discriminators = {
|
|
5240
5662
|
|
5241
5663
|
var Mappers = /*#__PURE__*/Object.freeze({
|
5242
5664
|
__proto__: null,
|
5665
|
+
CacheRulesListResult: CacheRulesListResult,
|
5666
|
+
ProxyResource: ProxyResource,
|
5667
|
+
SystemData: SystemData,
|
5668
|
+
ErrorResponse: ErrorResponse,
|
5669
|
+
ErrorDetail: ErrorDetail,
|
5670
|
+
ErrorAdditionalInfo: ErrorAdditionalInfo,
|
5671
|
+
CacheRuleUpdateParameters: CacheRuleUpdateParameters,
|
5672
|
+
CredentialSetListResult: CredentialSetListResult,
|
5673
|
+
IdentityProperties: IdentityProperties,
|
5674
|
+
UserIdentityProperties: UserIdentityProperties,
|
5675
|
+
AuthCredential: AuthCredential,
|
5676
|
+
CredentialHealth: CredentialHealth,
|
5677
|
+
CredentialSetUpdateParameters: CredentialSetUpdateParameters,
|
5243
5678
|
ImportImageParameters: ImportImageParameters,
|
5244
5679
|
ImportSource: ImportSource,
|
5245
5680
|
ImportSourceCredentials: ImportSourceCredentials,
|
@@ -5254,12 +5689,8 @@ var Mappers = /*#__PURE__*/Object.freeze({
|
|
5254
5689
|
PrivateEndpointConnectionListResult: PrivateEndpointConnectionListResult,
|
5255
5690
|
PrivateEndpoint: PrivateEndpoint,
|
5256
5691
|
PrivateLinkServiceConnectionState: PrivateLinkServiceConnectionState,
|
5257
|
-
ProxyResource: ProxyResource,
|
5258
|
-
SystemData: SystemData,
|
5259
5692
|
RegistryListResult: RegistryListResult,
|
5260
5693
|
Sku: Sku,
|
5261
|
-
IdentityProperties: IdentityProperties,
|
5262
|
-
UserIdentityProperties: UserIdentityProperties,
|
5263
5694
|
Status: Status,
|
5264
5695
|
NetworkRuleSet: NetworkRuleSet,
|
5265
5696
|
IPRule: IPRule,
|
@@ -5276,9 +5707,6 @@ var Mappers = /*#__PURE__*/Object.freeze({
|
|
5276
5707
|
RegistryUsage: RegistryUsage,
|
5277
5708
|
PrivateLinkResourceListResult: PrivateLinkResourceListResult,
|
5278
5709
|
PrivateLinkResource: PrivateLinkResource,
|
5279
|
-
ErrorResponse: ErrorResponse,
|
5280
|
-
ErrorResponseBody: ErrorResponseBody,
|
5281
|
-
InnerErrorDescription: InnerErrorDescription,
|
5282
5710
|
RegistryListCredentialsResult: RegistryListCredentialsResult,
|
5283
5711
|
RegistryPassword: RegistryPassword,
|
5284
5712
|
RegenerateCredentialParameters: RegenerateCredentialParameters,
|
@@ -5306,6 +5734,9 @@ var Mappers = /*#__PURE__*/Object.freeze({
|
|
5306
5734
|
Source: Source,
|
5307
5735
|
EventResponseMessage: EventResponseMessage,
|
5308
5736
|
CallbackConfig: CallbackConfig,
|
5737
|
+
ErrorResponseForContainerRegistry: ErrorResponseForContainerRegistry,
|
5738
|
+
ErrorResponseBody: ErrorResponseBody,
|
5739
|
+
InnerErrorDescription: InnerErrorDescription,
|
5309
5740
|
AgentPoolUpdateParameters: AgentPoolUpdateParameters,
|
5310
5741
|
AgentPoolListResult: AgentPoolListResult,
|
5311
5742
|
AgentPoolQueueStatus: AgentPoolQueueStatus,
|
@@ -5351,6 +5782,8 @@ var Mappers = /*#__PURE__*/Object.freeze({
|
|
5351
5782
|
Argument: Argument,
|
5352
5783
|
SetValue: SetValue,
|
5353
5784
|
OverrideTaskStepProperties: OverrideTaskStepProperties,
|
5785
|
+
CacheRule: CacheRule,
|
5786
|
+
CredentialSet: CredentialSet,
|
5354
5787
|
PrivateEndpointConnection: PrivateEndpointConnection,
|
5355
5788
|
ScopeMap: ScopeMap,
|
5356
5789
|
Token: Token,
|
@@ -5372,6 +5805,12 @@ var Mappers = /*#__PURE__*/Object.freeze({
|
|
5372
5805
|
DockerBuildStepUpdateParameters: DockerBuildStepUpdateParameters,
|
5373
5806
|
FileTaskStepUpdateParameters: FileTaskStepUpdateParameters,
|
5374
5807
|
EncodedTaskStepUpdateParameters: EncodedTaskStepUpdateParameters,
|
5808
|
+
CacheRulesCreateHeaders: CacheRulesCreateHeaders,
|
5809
|
+
CacheRulesDeleteHeaders: CacheRulesDeleteHeaders,
|
5810
|
+
CacheRulesUpdateHeaders: CacheRulesUpdateHeaders,
|
5811
|
+
CredentialSetsCreateHeaders: CredentialSetsCreateHeaders,
|
5812
|
+
CredentialSetsDeleteHeaders: CredentialSetsDeleteHeaders,
|
5813
|
+
CredentialSetsUpdateHeaders: CredentialSetsUpdateHeaders,
|
5375
5814
|
RegistriesImportImageHeaders: RegistriesImportImageHeaders,
|
5376
5815
|
RegistriesCreateHeaders: RegistriesCreateHeaders,
|
5377
5816
|
RegistriesDeleteHeaders: RegistriesDeleteHeaders,
|
@@ -5401,21 +5840,17 @@ var Mappers = /*#__PURE__*/Object.freeze({
|
|
5401
5840
|
* Code generated by Microsoft (R) AutoRest Code Generator.
|
5402
5841
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
5403
5842
|
*/
|
5404
|
-
const
|
5405
|
-
parameterPath:
|
5843
|
+
const accept = {
|
5844
|
+
parameterPath: "accept",
|
5406
5845
|
mapper: {
|
5407
5846
|
defaultValue: "application/json",
|
5408
5847
|
isConstant: true,
|
5409
|
-
serializedName: "
|
5848
|
+
serializedName: "Accept",
|
5410
5849
|
type: {
|
5411
5850
|
name: "String"
|
5412
5851
|
}
|
5413
5852
|
}
|
5414
5853
|
};
|
5415
|
-
const parameters = {
|
5416
|
-
parameterPath: "parameters",
|
5417
|
-
mapper: ImportImageParameters
|
5418
|
-
};
|
5419
5854
|
const $host = {
|
5420
5855
|
parameterPath: "$host",
|
5421
5856
|
mapper: {
|
@@ -5430,7 +5865,7 @@ const $host = {
|
|
5430
5865
|
const apiVersion = {
|
5431
5866
|
parameterPath: "apiVersion",
|
5432
5867
|
mapper: {
|
5433
|
-
defaultValue: "
|
5868
|
+
defaultValue: "2023-07-01",
|
5434
5869
|
isConstant: true,
|
5435
5870
|
serializedName: "api-version",
|
5436
5871
|
type: {
|
@@ -5477,21 +5912,82 @@ const registryName = {
|
|
5477
5912
|
}
|
5478
5913
|
}
|
5479
5914
|
};
|
5480
|
-
const
|
5481
|
-
parameterPath: "
|
5482
|
-
mapper:
|
5915
|
+
const cacheRuleName = {
|
5916
|
+
parameterPath: "cacheRuleName",
|
5917
|
+
mapper: {
|
5918
|
+
constraints: {
|
5919
|
+
Pattern: new RegExp("^[a-zA-Z0-9-]*$"),
|
5920
|
+
MaxLength: 50,
|
5921
|
+
MinLength: 5
|
5922
|
+
},
|
5923
|
+
serializedName: "cacheRuleName",
|
5924
|
+
required: true,
|
5925
|
+
type: {
|
5926
|
+
name: "String"
|
5927
|
+
}
|
5928
|
+
}
|
5483
5929
|
};
|
5484
|
-
const
|
5485
|
-
parameterPath: "
|
5930
|
+
const contentType = {
|
5931
|
+
parameterPath: ["options", "contentType"],
|
5486
5932
|
mapper: {
|
5487
5933
|
defaultValue: "application/json",
|
5488
5934
|
isConstant: true,
|
5489
|
-
serializedName: "
|
5935
|
+
serializedName: "Content-Type",
|
5936
|
+
type: {
|
5937
|
+
name: "String"
|
5938
|
+
}
|
5939
|
+
}
|
5940
|
+
};
|
5941
|
+
const cacheRuleCreateParameters = {
|
5942
|
+
parameterPath: "cacheRuleCreateParameters",
|
5943
|
+
mapper: CacheRule
|
5944
|
+
};
|
5945
|
+
const cacheRuleUpdateParameters = {
|
5946
|
+
parameterPath: "cacheRuleUpdateParameters",
|
5947
|
+
mapper: CacheRuleUpdateParameters
|
5948
|
+
};
|
5949
|
+
const nextLink = {
|
5950
|
+
parameterPath: "nextLink",
|
5951
|
+
mapper: {
|
5952
|
+
serializedName: "nextLink",
|
5953
|
+
required: true,
|
5954
|
+
type: {
|
5955
|
+
name: "String"
|
5956
|
+
}
|
5957
|
+
},
|
5958
|
+
skipEncoding: true
|
5959
|
+
};
|
5960
|
+
const credentialSetName = {
|
5961
|
+
parameterPath: "credentialSetName",
|
5962
|
+
mapper: {
|
5963
|
+
constraints: {
|
5964
|
+
Pattern: new RegExp("^[a-zA-Z0-9-]*$"),
|
5965
|
+
MaxLength: 50,
|
5966
|
+
MinLength: 5
|
5967
|
+
},
|
5968
|
+
serializedName: "credentialSetName",
|
5969
|
+
required: true,
|
5490
5970
|
type: {
|
5491
5971
|
name: "String"
|
5492
5972
|
}
|
5493
5973
|
}
|
5494
5974
|
};
|
5975
|
+
const credentialSetCreateParameters = {
|
5976
|
+
parameterPath: "credentialSetCreateParameters",
|
5977
|
+
mapper: CredentialSet
|
5978
|
+
};
|
5979
|
+
const credentialSetUpdateParameters = {
|
5980
|
+
parameterPath: "credentialSetUpdateParameters",
|
5981
|
+
mapper: CredentialSetUpdateParameters
|
5982
|
+
};
|
5983
|
+
const parameters = {
|
5984
|
+
parameterPath: "parameters",
|
5985
|
+
mapper: ImportImageParameters
|
5986
|
+
};
|
5987
|
+
const registryNameCheckRequest = {
|
5988
|
+
parameterPath: "registryNameCheckRequest",
|
5989
|
+
mapper: RegistryNameCheckRequest
|
5990
|
+
};
|
5495
5991
|
const registry = {
|
5496
5992
|
parameterPath: "registry",
|
5497
5993
|
mapper: Registry
|
@@ -5546,21 +6042,10 @@ const apiVersion1 = {
|
|
5546
6042
|
}
|
5547
6043
|
}
|
5548
6044
|
};
|
5549
|
-
const
|
5550
|
-
parameterPath: "
|
6045
|
+
const privateEndpointConnectionName = {
|
6046
|
+
parameterPath: "privateEndpointConnectionName",
|
5551
6047
|
mapper: {
|
5552
|
-
serializedName: "
|
5553
|
-
required: true,
|
5554
|
-
type: {
|
5555
|
-
name: "String"
|
5556
|
-
}
|
5557
|
-
},
|
5558
|
-
skipEncoding: true
|
5559
|
-
};
|
5560
|
-
const privateEndpointConnectionName = {
|
5561
|
-
parameterPath: "privateEndpointConnectionName",
|
5562
|
-
mapper: {
|
5563
|
-
serializedName: "privateEndpointConnectionName",
|
6048
|
+
serializedName: "privateEndpointConnectionName",
|
5564
6049
|
required: true,
|
5565
6050
|
type: {
|
5566
6051
|
name: "String"
|
@@ -5671,120 +6156,1058 @@ const agentPoolName = {
|
|
5671
6156
|
MaxLength: 20,
|
5672
6157
|
MinLength: 3
|
5673
6158
|
},
|
5674
|
-
serializedName: "agentPoolName",
|
5675
|
-
required: true,
|
5676
|
-
type: {
|
5677
|
-
name: "String"
|
6159
|
+
serializedName: "agentPoolName",
|
6160
|
+
required: true,
|
6161
|
+
type: {
|
6162
|
+
name: "String"
|
6163
|
+
}
|
6164
|
+
}
|
6165
|
+
};
|
6166
|
+
const agentPool = {
|
6167
|
+
parameterPath: "agentPool",
|
6168
|
+
mapper: AgentPool
|
6169
|
+
};
|
6170
|
+
const updateParameters = {
|
6171
|
+
parameterPath: "updateParameters",
|
6172
|
+
mapper: AgentPoolUpdateParameters
|
6173
|
+
};
|
6174
|
+
const filter = {
|
6175
|
+
parameterPath: ["options", "filter"],
|
6176
|
+
mapper: {
|
6177
|
+
serializedName: "$filter",
|
6178
|
+
type: {
|
6179
|
+
name: "String"
|
6180
|
+
}
|
6181
|
+
}
|
6182
|
+
};
|
6183
|
+
const top = {
|
6184
|
+
parameterPath: ["options", "top"],
|
6185
|
+
mapper: {
|
6186
|
+
serializedName: "$top",
|
6187
|
+
type: {
|
6188
|
+
name: "Number"
|
6189
|
+
}
|
6190
|
+
}
|
6191
|
+
};
|
6192
|
+
const runId = {
|
6193
|
+
parameterPath: "runId",
|
6194
|
+
mapper: {
|
6195
|
+
serializedName: "runId",
|
6196
|
+
required: true,
|
6197
|
+
type: {
|
6198
|
+
name: "String"
|
6199
|
+
}
|
6200
|
+
}
|
6201
|
+
};
|
6202
|
+
const runUpdateParameters = {
|
6203
|
+
parameterPath: "runUpdateParameters",
|
6204
|
+
mapper: RunUpdateParameters
|
6205
|
+
};
|
6206
|
+
const taskRunName = {
|
6207
|
+
parameterPath: "taskRunName",
|
6208
|
+
mapper: {
|
6209
|
+
constraints: {
|
6210
|
+
Pattern: new RegExp("^[a-zA-Z0-9-]*$"),
|
6211
|
+
MaxLength: 50,
|
6212
|
+
MinLength: 5
|
6213
|
+
},
|
6214
|
+
serializedName: "taskRunName",
|
6215
|
+
required: true,
|
6216
|
+
type: {
|
6217
|
+
name: "String"
|
6218
|
+
}
|
6219
|
+
}
|
6220
|
+
};
|
6221
|
+
const taskRun = {
|
6222
|
+
parameterPath: "taskRun",
|
6223
|
+
mapper: TaskRun
|
6224
|
+
};
|
6225
|
+
const updateParameters1 = {
|
6226
|
+
parameterPath: "updateParameters",
|
6227
|
+
mapper: TaskRunUpdateParameters
|
6228
|
+
};
|
6229
|
+
const taskName = {
|
6230
|
+
parameterPath: "taskName",
|
6231
|
+
mapper: {
|
6232
|
+
constraints: {
|
6233
|
+
Pattern: new RegExp("^[a-zA-Z0-9-_]*$"),
|
6234
|
+
MaxLength: 50,
|
6235
|
+
MinLength: 5
|
6236
|
+
},
|
6237
|
+
serializedName: "taskName",
|
6238
|
+
required: true,
|
6239
|
+
type: {
|
6240
|
+
name: "String"
|
6241
|
+
}
|
6242
|
+
}
|
6243
|
+
};
|
6244
|
+
const taskCreateParameters = {
|
6245
|
+
parameterPath: "taskCreateParameters",
|
6246
|
+
mapper: Task
|
6247
|
+
};
|
6248
|
+
const taskUpdateParameters = {
|
6249
|
+
parameterPath: "taskUpdateParameters",
|
6250
|
+
mapper: TaskUpdateParameters
|
6251
|
+
};
|
6252
|
+
|
6253
|
+
/*
|
6254
|
+
* Copyright (c) Microsoft Corporation.
|
6255
|
+
* Licensed under the MIT License.
|
6256
|
+
*
|
6257
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
6258
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
6259
|
+
*/
|
6260
|
+
function createLroSpec(inputs) {
|
6261
|
+
const { args, spec, sendOperationFn } = inputs;
|
6262
|
+
return {
|
6263
|
+
requestMethod: spec.httpMethod,
|
6264
|
+
requestPath: spec.path,
|
6265
|
+
sendInitialRequest: () => sendOperationFn(args, spec),
|
6266
|
+
sendPollRequest: (path, options) => {
|
6267
|
+
const restSpec = tslib.__rest(spec, ["requestBody"]);
|
6268
|
+
return sendOperationFn(args, Object.assign(Object.assign({}, restSpec), { httpMethod: "GET", path, abortSignal: options === null || options === void 0 ? void 0 : options.abortSignal }));
|
6269
|
+
}
|
6270
|
+
};
|
6271
|
+
}
|
6272
|
+
|
6273
|
+
/*
|
6274
|
+
* Copyright (c) Microsoft Corporation.
|
6275
|
+
* Licensed under the MIT License.
|
6276
|
+
*
|
6277
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
6278
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
6279
|
+
*/
|
6280
|
+
/// <reference lib="esnext.asynciterable" />
|
6281
|
+
/** Class containing CacheRules operations. */
|
6282
|
+
class CacheRulesImpl {
|
6283
|
+
/**
|
6284
|
+
* Initialize a new instance of the class CacheRules class.
|
6285
|
+
* @param client Reference to the service client
|
6286
|
+
*/
|
6287
|
+
constructor(client) {
|
6288
|
+
this.client = client;
|
6289
|
+
}
|
6290
|
+
/**
|
6291
|
+
* Lists all cache rule resources for the specified container registry.
|
6292
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
6293
|
+
* @param registryName The name of the container registry.
|
6294
|
+
* @param options The options parameters.
|
6295
|
+
*/
|
6296
|
+
list(resourceGroupName, registryName, options) {
|
6297
|
+
const iter = this.listPagingAll(resourceGroupName, registryName, options);
|
6298
|
+
return {
|
6299
|
+
next() {
|
6300
|
+
return iter.next();
|
6301
|
+
},
|
6302
|
+
[Symbol.asyncIterator]() {
|
6303
|
+
return this;
|
6304
|
+
},
|
6305
|
+
byPage: (settings) => {
|
6306
|
+
if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
|
6307
|
+
throw new Error("maxPageSize is not supported by this operation.");
|
6308
|
+
}
|
6309
|
+
return this.listPagingPage(resourceGroupName, registryName, options, settings);
|
6310
|
+
}
|
6311
|
+
};
|
6312
|
+
}
|
6313
|
+
listPagingPage(resourceGroupName, registryName, options, settings) {
|
6314
|
+
return tslib.__asyncGenerator(this, arguments, function* listPagingPage_1() {
|
6315
|
+
let result;
|
6316
|
+
let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
|
6317
|
+
if (!continuationToken) {
|
6318
|
+
result = yield tslib.__await(this._list(resourceGroupName, registryName, options));
|
6319
|
+
let page = result.value || [];
|
6320
|
+
continuationToken = result.nextLink;
|
6321
|
+
setContinuationToken(page, continuationToken);
|
6322
|
+
yield yield tslib.__await(page);
|
6323
|
+
}
|
6324
|
+
while (continuationToken) {
|
6325
|
+
result = yield tslib.__await(this._listNext(resourceGroupName, registryName, continuationToken, options));
|
6326
|
+
continuationToken = result.nextLink;
|
6327
|
+
let page = result.value || [];
|
6328
|
+
setContinuationToken(page, continuationToken);
|
6329
|
+
yield yield tslib.__await(page);
|
6330
|
+
}
|
6331
|
+
});
|
6332
|
+
}
|
6333
|
+
listPagingAll(resourceGroupName, registryName, options) {
|
6334
|
+
return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
|
6335
|
+
var _a, e_1, _b, _c;
|
6336
|
+
try {
|
6337
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, registryName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
6338
|
+
_c = _f.value;
|
6339
|
+
_d = false;
|
6340
|
+
try {
|
6341
|
+
const page = _c;
|
6342
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
6343
|
+
}
|
6344
|
+
finally {
|
6345
|
+
_d = true;
|
6346
|
+
}
|
6347
|
+
}
|
6348
|
+
}
|
6349
|
+
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
6350
|
+
finally {
|
6351
|
+
try {
|
6352
|
+
if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
|
6353
|
+
}
|
6354
|
+
finally { if (e_1) throw e_1.error; }
|
6355
|
+
}
|
6356
|
+
});
|
6357
|
+
}
|
6358
|
+
/**
|
6359
|
+
* Lists all cache rule resources for the specified container registry.
|
6360
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
6361
|
+
* @param registryName The name of the container registry.
|
6362
|
+
* @param options The options parameters.
|
6363
|
+
*/
|
6364
|
+
_list(resourceGroupName, registryName, options) {
|
6365
|
+
return this.client.sendOperationRequest({ resourceGroupName, registryName, options }, listOperationSpec$c);
|
6366
|
+
}
|
6367
|
+
/**
|
6368
|
+
* Gets the properties of the specified cache rule resource.
|
6369
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
6370
|
+
* @param registryName The name of the container registry.
|
6371
|
+
* @param cacheRuleName The name of the cache rule.
|
6372
|
+
* @param options The options parameters.
|
6373
|
+
*/
|
6374
|
+
get(resourceGroupName, registryName, cacheRuleName, options) {
|
6375
|
+
return this.client.sendOperationRequest({ resourceGroupName, registryName, cacheRuleName, options }, getOperationSpec$b);
|
6376
|
+
}
|
6377
|
+
/**
|
6378
|
+
* Creates a cache rule for a container registry with the specified parameters.
|
6379
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
6380
|
+
* @param registryName The name of the container registry.
|
6381
|
+
* @param cacheRuleName The name of the cache rule.
|
6382
|
+
* @param cacheRuleCreateParameters The parameters for creating a cache rule.
|
6383
|
+
* @param options The options parameters.
|
6384
|
+
*/
|
6385
|
+
beginCreate(resourceGroupName, registryName, cacheRuleName, cacheRuleCreateParameters, options) {
|
6386
|
+
return tslib.__awaiter(this, void 0, void 0, function* () {
|
6387
|
+
const directSendOperation = (args, spec) => tslib.__awaiter(this, void 0, void 0, function* () {
|
6388
|
+
return this.client.sendOperationRequest(args, spec);
|
6389
|
+
});
|
6390
|
+
const sendOperationFn = (args, spec) => tslib.__awaiter(this, void 0, void 0, function* () {
|
6391
|
+
var _a;
|
6392
|
+
let currentRawResponse = undefined;
|
6393
|
+
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
6394
|
+
const callback = (rawResponse, flatResponse) => {
|
6395
|
+
currentRawResponse = rawResponse;
|
6396
|
+
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
6397
|
+
};
|
6398
|
+
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
6399
|
+
const flatResponse = yield directSendOperation(updatedArgs, spec);
|
6400
|
+
return {
|
6401
|
+
flatResponse,
|
6402
|
+
rawResponse: {
|
6403
|
+
statusCode: currentRawResponse.status,
|
6404
|
+
body: currentRawResponse.parsedBody,
|
6405
|
+
headers: currentRawResponse.headers.toJSON()
|
6406
|
+
}
|
6407
|
+
};
|
6408
|
+
});
|
6409
|
+
const lro = createLroSpec({
|
6410
|
+
sendOperationFn,
|
6411
|
+
args: {
|
6412
|
+
resourceGroupName,
|
6413
|
+
registryName,
|
6414
|
+
cacheRuleName,
|
6415
|
+
cacheRuleCreateParameters,
|
6416
|
+
options
|
6417
|
+
},
|
6418
|
+
spec: createOperationSpec$9
|
6419
|
+
});
|
6420
|
+
const poller = yield coreLro.createHttpPoller(lro, {
|
6421
|
+
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
6422
|
+
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
6423
|
+
resourceLocationConfig: "azure-async-operation"
|
6424
|
+
});
|
6425
|
+
yield poller.poll();
|
6426
|
+
return poller;
|
6427
|
+
});
|
6428
|
+
}
|
6429
|
+
/**
|
6430
|
+
* Creates a cache rule for a container registry with the specified parameters.
|
6431
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
6432
|
+
* @param registryName The name of the container registry.
|
6433
|
+
* @param cacheRuleName The name of the cache rule.
|
6434
|
+
* @param cacheRuleCreateParameters The parameters for creating a cache rule.
|
6435
|
+
* @param options The options parameters.
|
6436
|
+
*/
|
6437
|
+
beginCreateAndWait(resourceGroupName, registryName, cacheRuleName, cacheRuleCreateParameters, options) {
|
6438
|
+
return tslib.__awaiter(this, void 0, void 0, function* () {
|
6439
|
+
const poller = yield this.beginCreate(resourceGroupName, registryName, cacheRuleName, cacheRuleCreateParameters, options);
|
6440
|
+
return poller.pollUntilDone();
|
6441
|
+
});
|
6442
|
+
}
|
6443
|
+
/**
|
6444
|
+
* Deletes a cache rule resource from a container registry.
|
6445
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
6446
|
+
* @param registryName The name of the container registry.
|
6447
|
+
* @param cacheRuleName The name of the cache rule.
|
6448
|
+
* @param options The options parameters.
|
6449
|
+
*/
|
6450
|
+
beginDelete(resourceGroupName, registryName, cacheRuleName, options) {
|
6451
|
+
return tslib.__awaiter(this, void 0, void 0, function* () {
|
6452
|
+
const directSendOperation = (args, spec) => tslib.__awaiter(this, void 0, void 0, function* () {
|
6453
|
+
return this.client.sendOperationRequest(args, spec);
|
6454
|
+
});
|
6455
|
+
const sendOperationFn = (args, spec) => tslib.__awaiter(this, void 0, void 0, function* () {
|
6456
|
+
var _a;
|
6457
|
+
let currentRawResponse = undefined;
|
6458
|
+
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
6459
|
+
const callback = (rawResponse, flatResponse) => {
|
6460
|
+
currentRawResponse = rawResponse;
|
6461
|
+
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
6462
|
+
};
|
6463
|
+
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
6464
|
+
const flatResponse = yield directSendOperation(updatedArgs, spec);
|
6465
|
+
return {
|
6466
|
+
flatResponse,
|
6467
|
+
rawResponse: {
|
6468
|
+
statusCode: currentRawResponse.status,
|
6469
|
+
body: currentRawResponse.parsedBody,
|
6470
|
+
headers: currentRawResponse.headers.toJSON()
|
6471
|
+
}
|
6472
|
+
};
|
6473
|
+
});
|
6474
|
+
const lro = createLroSpec({
|
6475
|
+
sendOperationFn,
|
6476
|
+
args: { resourceGroupName, registryName, cacheRuleName, options },
|
6477
|
+
spec: deleteOperationSpec$a
|
6478
|
+
});
|
6479
|
+
const poller = yield coreLro.createHttpPoller(lro, {
|
6480
|
+
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
6481
|
+
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
6482
|
+
resourceLocationConfig: "location"
|
6483
|
+
});
|
6484
|
+
yield poller.poll();
|
6485
|
+
return poller;
|
6486
|
+
});
|
6487
|
+
}
|
6488
|
+
/**
|
6489
|
+
* Deletes a cache rule resource from a container registry.
|
6490
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
6491
|
+
* @param registryName The name of the container registry.
|
6492
|
+
* @param cacheRuleName The name of the cache rule.
|
6493
|
+
* @param options The options parameters.
|
6494
|
+
*/
|
6495
|
+
beginDeleteAndWait(resourceGroupName, registryName, cacheRuleName, options) {
|
6496
|
+
return tslib.__awaiter(this, void 0, void 0, function* () {
|
6497
|
+
const poller = yield this.beginDelete(resourceGroupName, registryName, cacheRuleName, options);
|
6498
|
+
return poller.pollUntilDone();
|
6499
|
+
});
|
6500
|
+
}
|
6501
|
+
/**
|
6502
|
+
* Updates a cache rule for a container registry with the specified parameters.
|
6503
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
6504
|
+
* @param registryName The name of the container registry.
|
6505
|
+
* @param cacheRuleName The name of the cache rule.
|
6506
|
+
* @param cacheRuleUpdateParameters The parameters for updating a cache rule.
|
6507
|
+
* @param options The options parameters.
|
6508
|
+
*/
|
6509
|
+
beginUpdate(resourceGroupName, registryName, cacheRuleName, cacheRuleUpdateParameters, options) {
|
6510
|
+
return tslib.__awaiter(this, void 0, void 0, function* () {
|
6511
|
+
const directSendOperation = (args, spec) => tslib.__awaiter(this, void 0, void 0, function* () {
|
6512
|
+
return this.client.sendOperationRequest(args, spec);
|
6513
|
+
});
|
6514
|
+
const sendOperationFn = (args, spec) => tslib.__awaiter(this, void 0, void 0, function* () {
|
6515
|
+
var _a;
|
6516
|
+
let currentRawResponse = undefined;
|
6517
|
+
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
6518
|
+
const callback = (rawResponse, flatResponse) => {
|
6519
|
+
currentRawResponse = rawResponse;
|
6520
|
+
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
6521
|
+
};
|
6522
|
+
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
6523
|
+
const flatResponse = yield directSendOperation(updatedArgs, spec);
|
6524
|
+
return {
|
6525
|
+
flatResponse,
|
6526
|
+
rawResponse: {
|
6527
|
+
statusCode: currentRawResponse.status,
|
6528
|
+
body: currentRawResponse.parsedBody,
|
6529
|
+
headers: currentRawResponse.headers.toJSON()
|
6530
|
+
}
|
6531
|
+
};
|
6532
|
+
});
|
6533
|
+
const lro = createLroSpec({
|
6534
|
+
sendOperationFn,
|
6535
|
+
args: {
|
6536
|
+
resourceGroupName,
|
6537
|
+
registryName,
|
6538
|
+
cacheRuleName,
|
6539
|
+
cacheRuleUpdateParameters,
|
6540
|
+
options
|
6541
|
+
},
|
6542
|
+
spec: updateOperationSpec$a
|
6543
|
+
});
|
6544
|
+
const poller = yield coreLro.createHttpPoller(lro, {
|
6545
|
+
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
6546
|
+
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
6547
|
+
resourceLocationConfig: "azure-async-operation"
|
6548
|
+
});
|
6549
|
+
yield poller.poll();
|
6550
|
+
return poller;
|
6551
|
+
});
|
6552
|
+
}
|
6553
|
+
/**
|
6554
|
+
* Updates a cache rule for a container registry with the specified parameters.
|
6555
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
6556
|
+
* @param registryName The name of the container registry.
|
6557
|
+
* @param cacheRuleName The name of the cache rule.
|
6558
|
+
* @param cacheRuleUpdateParameters The parameters for updating a cache rule.
|
6559
|
+
* @param options The options parameters.
|
6560
|
+
*/
|
6561
|
+
beginUpdateAndWait(resourceGroupName, registryName, cacheRuleName, cacheRuleUpdateParameters, options) {
|
6562
|
+
return tslib.__awaiter(this, void 0, void 0, function* () {
|
6563
|
+
const poller = yield this.beginUpdate(resourceGroupName, registryName, cacheRuleName, cacheRuleUpdateParameters, options);
|
6564
|
+
return poller.pollUntilDone();
|
6565
|
+
});
|
6566
|
+
}
|
6567
|
+
/**
|
6568
|
+
* ListNext
|
6569
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
6570
|
+
* @param registryName The name of the container registry.
|
6571
|
+
* @param nextLink The nextLink from the previous successful call to the List method.
|
6572
|
+
* @param options The options parameters.
|
6573
|
+
*/
|
6574
|
+
_listNext(resourceGroupName, registryName, nextLink, options) {
|
6575
|
+
return this.client.sendOperationRequest({ resourceGroupName, registryName, nextLink, options }, listNextOperationSpec$c);
|
6576
|
+
}
|
6577
|
+
}
|
6578
|
+
// Operation Specifications
|
6579
|
+
const serializer$c = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
|
6580
|
+
const listOperationSpec$c = {
|
6581
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/cacheRules",
|
6582
|
+
httpMethod: "GET",
|
6583
|
+
responses: {
|
6584
|
+
200: {
|
6585
|
+
bodyMapper: CacheRulesListResult
|
6586
|
+
},
|
6587
|
+
default: {
|
6588
|
+
bodyMapper: ErrorResponse
|
6589
|
+
}
|
6590
|
+
},
|
6591
|
+
queryParameters: [apiVersion],
|
6592
|
+
urlParameters: [
|
6593
|
+
$host,
|
6594
|
+
subscriptionId,
|
6595
|
+
resourceGroupName,
|
6596
|
+
registryName
|
6597
|
+
],
|
6598
|
+
headerParameters: [accept],
|
6599
|
+
serializer: serializer$c
|
6600
|
+
};
|
6601
|
+
const getOperationSpec$b = {
|
6602
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/cacheRules/{cacheRuleName}",
|
6603
|
+
httpMethod: "GET",
|
6604
|
+
responses: {
|
6605
|
+
200: {
|
6606
|
+
bodyMapper: CacheRule
|
6607
|
+
},
|
6608
|
+
default: {
|
6609
|
+
bodyMapper: ErrorResponse
|
6610
|
+
}
|
6611
|
+
},
|
6612
|
+
queryParameters: [apiVersion],
|
6613
|
+
urlParameters: [
|
6614
|
+
$host,
|
6615
|
+
subscriptionId,
|
6616
|
+
resourceGroupName,
|
6617
|
+
registryName,
|
6618
|
+
cacheRuleName
|
6619
|
+
],
|
6620
|
+
headerParameters: [accept],
|
6621
|
+
serializer: serializer$c
|
6622
|
+
};
|
6623
|
+
const createOperationSpec$9 = {
|
6624
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/cacheRules/{cacheRuleName}",
|
6625
|
+
httpMethod: "PUT",
|
6626
|
+
responses: {
|
6627
|
+
200: {
|
6628
|
+
bodyMapper: CacheRule
|
6629
|
+
},
|
6630
|
+
201: {
|
6631
|
+
bodyMapper: CacheRule
|
6632
|
+
},
|
6633
|
+
202: {
|
6634
|
+
bodyMapper: CacheRule
|
6635
|
+
},
|
6636
|
+
204: {
|
6637
|
+
bodyMapper: CacheRule
|
6638
|
+
},
|
6639
|
+
default: {
|
6640
|
+
bodyMapper: ErrorResponse
|
6641
|
+
}
|
6642
|
+
},
|
6643
|
+
requestBody: cacheRuleCreateParameters,
|
6644
|
+
queryParameters: [apiVersion],
|
6645
|
+
urlParameters: [
|
6646
|
+
$host,
|
6647
|
+
subscriptionId,
|
6648
|
+
resourceGroupName,
|
6649
|
+
registryName,
|
6650
|
+
cacheRuleName
|
6651
|
+
],
|
6652
|
+
headerParameters: [accept, contentType],
|
6653
|
+
mediaType: "json",
|
6654
|
+
serializer: serializer$c
|
6655
|
+
};
|
6656
|
+
const deleteOperationSpec$a = {
|
6657
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/cacheRules/{cacheRuleName}",
|
6658
|
+
httpMethod: "DELETE",
|
6659
|
+
responses: {
|
6660
|
+
200: {
|
6661
|
+
headersMapper: CacheRulesDeleteHeaders
|
6662
|
+
},
|
6663
|
+
201: {
|
6664
|
+
headersMapper: CacheRulesDeleteHeaders
|
6665
|
+
},
|
6666
|
+
202: {
|
6667
|
+
headersMapper: CacheRulesDeleteHeaders
|
6668
|
+
},
|
6669
|
+
204: {
|
6670
|
+
headersMapper: CacheRulesDeleteHeaders
|
6671
|
+
},
|
6672
|
+
default: {
|
6673
|
+
bodyMapper: ErrorResponse
|
6674
|
+
}
|
6675
|
+
},
|
6676
|
+
queryParameters: [apiVersion],
|
6677
|
+
urlParameters: [
|
6678
|
+
$host,
|
6679
|
+
subscriptionId,
|
6680
|
+
resourceGroupName,
|
6681
|
+
registryName,
|
6682
|
+
cacheRuleName
|
6683
|
+
],
|
6684
|
+
headerParameters: [accept],
|
6685
|
+
serializer: serializer$c
|
6686
|
+
};
|
6687
|
+
const updateOperationSpec$a = {
|
6688
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/cacheRules/{cacheRuleName}",
|
6689
|
+
httpMethod: "PATCH",
|
6690
|
+
responses: {
|
6691
|
+
200: {
|
6692
|
+
bodyMapper: CacheRule
|
6693
|
+
},
|
6694
|
+
201: {
|
6695
|
+
bodyMapper: CacheRule
|
6696
|
+
},
|
6697
|
+
202: {
|
6698
|
+
bodyMapper: CacheRule
|
6699
|
+
},
|
6700
|
+
204: {
|
6701
|
+
bodyMapper: CacheRule
|
6702
|
+
},
|
6703
|
+
default: {
|
6704
|
+
bodyMapper: ErrorResponse
|
6705
|
+
}
|
6706
|
+
},
|
6707
|
+
requestBody: cacheRuleUpdateParameters,
|
6708
|
+
queryParameters: [apiVersion],
|
6709
|
+
urlParameters: [
|
6710
|
+
$host,
|
6711
|
+
subscriptionId,
|
6712
|
+
resourceGroupName,
|
6713
|
+
registryName,
|
6714
|
+
cacheRuleName
|
6715
|
+
],
|
6716
|
+
headerParameters: [accept, contentType],
|
6717
|
+
mediaType: "json",
|
6718
|
+
serializer: serializer$c
|
6719
|
+
};
|
6720
|
+
const listNextOperationSpec$c = {
|
6721
|
+
path: "{nextLink}",
|
6722
|
+
httpMethod: "GET",
|
6723
|
+
responses: {
|
6724
|
+
200: {
|
6725
|
+
bodyMapper: CacheRulesListResult
|
6726
|
+
},
|
6727
|
+
default: {
|
6728
|
+
bodyMapper: ErrorResponse
|
6729
|
+
}
|
6730
|
+
},
|
6731
|
+
urlParameters: [
|
6732
|
+
$host,
|
6733
|
+
subscriptionId,
|
6734
|
+
resourceGroupName,
|
6735
|
+
registryName,
|
6736
|
+
nextLink
|
6737
|
+
],
|
6738
|
+
headerParameters: [accept],
|
6739
|
+
serializer: serializer$c
|
6740
|
+
};
|
6741
|
+
|
6742
|
+
/*
|
6743
|
+
* Copyright (c) Microsoft Corporation.
|
6744
|
+
* Licensed under the MIT License.
|
6745
|
+
*
|
6746
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
6747
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
6748
|
+
*/
|
6749
|
+
/// <reference lib="esnext.asynciterable" />
|
6750
|
+
/** Class containing CredentialSets operations. */
|
6751
|
+
class CredentialSetsImpl {
|
6752
|
+
/**
|
6753
|
+
* Initialize a new instance of the class CredentialSets class.
|
6754
|
+
* @param client Reference to the service client
|
6755
|
+
*/
|
6756
|
+
constructor(client) {
|
6757
|
+
this.client = client;
|
6758
|
+
}
|
6759
|
+
/**
|
6760
|
+
* Lists all credential set resources for the specified container registry.
|
6761
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
6762
|
+
* @param registryName The name of the container registry.
|
6763
|
+
* @param options The options parameters.
|
6764
|
+
*/
|
6765
|
+
list(resourceGroupName, registryName, options) {
|
6766
|
+
const iter = this.listPagingAll(resourceGroupName, registryName, options);
|
6767
|
+
return {
|
6768
|
+
next() {
|
6769
|
+
return iter.next();
|
6770
|
+
},
|
6771
|
+
[Symbol.asyncIterator]() {
|
6772
|
+
return this;
|
6773
|
+
},
|
6774
|
+
byPage: (settings) => {
|
6775
|
+
if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
|
6776
|
+
throw new Error("maxPageSize is not supported by this operation.");
|
6777
|
+
}
|
6778
|
+
return this.listPagingPage(resourceGroupName, registryName, options, settings);
|
6779
|
+
}
|
6780
|
+
};
|
6781
|
+
}
|
6782
|
+
listPagingPage(resourceGroupName, registryName, options, settings) {
|
6783
|
+
return tslib.__asyncGenerator(this, arguments, function* listPagingPage_1() {
|
6784
|
+
let result;
|
6785
|
+
let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
|
6786
|
+
if (!continuationToken) {
|
6787
|
+
result = yield tslib.__await(this._list(resourceGroupName, registryName, options));
|
6788
|
+
let page = result.value || [];
|
6789
|
+
continuationToken = result.nextLink;
|
6790
|
+
setContinuationToken(page, continuationToken);
|
6791
|
+
yield yield tslib.__await(page);
|
6792
|
+
}
|
6793
|
+
while (continuationToken) {
|
6794
|
+
result = yield tslib.__await(this._listNext(resourceGroupName, registryName, continuationToken, options));
|
6795
|
+
continuationToken = result.nextLink;
|
6796
|
+
let page = result.value || [];
|
6797
|
+
setContinuationToken(page, continuationToken);
|
6798
|
+
yield yield tslib.__await(page);
|
6799
|
+
}
|
6800
|
+
});
|
6801
|
+
}
|
6802
|
+
listPagingAll(resourceGroupName, registryName, options) {
|
6803
|
+
return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
|
6804
|
+
var _a, e_1, _b, _c;
|
6805
|
+
try {
|
6806
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, registryName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
6807
|
+
_c = _f.value;
|
6808
|
+
_d = false;
|
6809
|
+
try {
|
6810
|
+
const page = _c;
|
6811
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
6812
|
+
}
|
6813
|
+
finally {
|
6814
|
+
_d = true;
|
6815
|
+
}
|
6816
|
+
}
|
6817
|
+
}
|
6818
|
+
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
6819
|
+
finally {
|
6820
|
+
try {
|
6821
|
+
if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
|
6822
|
+
}
|
6823
|
+
finally { if (e_1) throw e_1.error; }
|
6824
|
+
}
|
6825
|
+
});
|
6826
|
+
}
|
6827
|
+
/**
|
6828
|
+
* Lists all credential set resources for the specified container registry.
|
6829
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
6830
|
+
* @param registryName The name of the container registry.
|
6831
|
+
* @param options The options parameters.
|
6832
|
+
*/
|
6833
|
+
_list(resourceGroupName, registryName, options) {
|
6834
|
+
return this.client.sendOperationRequest({ resourceGroupName, registryName, options }, listOperationSpec$b);
|
6835
|
+
}
|
6836
|
+
/**
|
6837
|
+
* Gets the properties of the specified credential set resource.
|
6838
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
6839
|
+
* @param registryName The name of the container registry.
|
6840
|
+
* @param credentialSetName The name of the credential set.
|
6841
|
+
* @param options The options parameters.
|
6842
|
+
*/
|
6843
|
+
get(resourceGroupName, registryName, credentialSetName, options) {
|
6844
|
+
return this.client.sendOperationRequest({ resourceGroupName, registryName, credentialSetName, options }, getOperationSpec$a);
|
6845
|
+
}
|
6846
|
+
/**
|
6847
|
+
* Creates a credential set for a container registry with the specified parameters.
|
6848
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
6849
|
+
* @param registryName The name of the container registry.
|
6850
|
+
* @param credentialSetName The name of the credential set.
|
6851
|
+
* @param credentialSetCreateParameters The parameters for creating a credential set.
|
6852
|
+
* @param options The options parameters.
|
6853
|
+
*/
|
6854
|
+
beginCreate(resourceGroupName, registryName, credentialSetName, credentialSetCreateParameters, options) {
|
6855
|
+
return tslib.__awaiter(this, void 0, void 0, function* () {
|
6856
|
+
const directSendOperation = (args, spec) => tslib.__awaiter(this, void 0, void 0, function* () {
|
6857
|
+
return this.client.sendOperationRequest(args, spec);
|
6858
|
+
});
|
6859
|
+
const sendOperationFn = (args, spec) => tslib.__awaiter(this, void 0, void 0, function* () {
|
6860
|
+
var _a;
|
6861
|
+
let currentRawResponse = undefined;
|
6862
|
+
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
6863
|
+
const callback = (rawResponse, flatResponse) => {
|
6864
|
+
currentRawResponse = rawResponse;
|
6865
|
+
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
6866
|
+
};
|
6867
|
+
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
6868
|
+
const flatResponse = yield directSendOperation(updatedArgs, spec);
|
6869
|
+
return {
|
6870
|
+
flatResponse,
|
6871
|
+
rawResponse: {
|
6872
|
+
statusCode: currentRawResponse.status,
|
6873
|
+
body: currentRawResponse.parsedBody,
|
6874
|
+
headers: currentRawResponse.headers.toJSON()
|
6875
|
+
}
|
6876
|
+
};
|
6877
|
+
});
|
6878
|
+
const lro = createLroSpec({
|
6879
|
+
sendOperationFn,
|
6880
|
+
args: {
|
6881
|
+
resourceGroupName,
|
6882
|
+
registryName,
|
6883
|
+
credentialSetName,
|
6884
|
+
credentialSetCreateParameters,
|
6885
|
+
options
|
6886
|
+
},
|
6887
|
+
spec: createOperationSpec$8
|
6888
|
+
});
|
6889
|
+
const poller = yield coreLro.createHttpPoller(lro, {
|
6890
|
+
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
6891
|
+
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
6892
|
+
resourceLocationConfig: "azure-async-operation"
|
6893
|
+
});
|
6894
|
+
yield poller.poll();
|
6895
|
+
return poller;
|
6896
|
+
});
|
6897
|
+
}
|
6898
|
+
/**
|
6899
|
+
* Creates a credential set for a container registry with the specified parameters.
|
6900
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
6901
|
+
* @param registryName The name of the container registry.
|
6902
|
+
* @param credentialSetName The name of the credential set.
|
6903
|
+
* @param credentialSetCreateParameters The parameters for creating a credential set.
|
6904
|
+
* @param options The options parameters.
|
6905
|
+
*/
|
6906
|
+
beginCreateAndWait(resourceGroupName, registryName, credentialSetName, credentialSetCreateParameters, options) {
|
6907
|
+
return tslib.__awaiter(this, void 0, void 0, function* () {
|
6908
|
+
const poller = yield this.beginCreate(resourceGroupName, registryName, credentialSetName, credentialSetCreateParameters, options);
|
6909
|
+
return poller.pollUntilDone();
|
6910
|
+
});
|
6911
|
+
}
|
6912
|
+
/**
|
6913
|
+
* Deletes a credential set from a container registry.
|
6914
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
6915
|
+
* @param registryName The name of the container registry.
|
6916
|
+
* @param credentialSetName The name of the credential set.
|
6917
|
+
* @param options The options parameters.
|
6918
|
+
*/
|
6919
|
+
beginDelete(resourceGroupName, registryName, credentialSetName, options) {
|
6920
|
+
return tslib.__awaiter(this, void 0, void 0, function* () {
|
6921
|
+
const directSendOperation = (args, spec) => tslib.__awaiter(this, void 0, void 0, function* () {
|
6922
|
+
return this.client.sendOperationRequest(args, spec);
|
6923
|
+
});
|
6924
|
+
const sendOperationFn = (args, spec) => tslib.__awaiter(this, void 0, void 0, function* () {
|
6925
|
+
var _a;
|
6926
|
+
let currentRawResponse = undefined;
|
6927
|
+
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
6928
|
+
const callback = (rawResponse, flatResponse) => {
|
6929
|
+
currentRawResponse = rawResponse;
|
6930
|
+
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
6931
|
+
};
|
6932
|
+
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
6933
|
+
const flatResponse = yield directSendOperation(updatedArgs, spec);
|
6934
|
+
return {
|
6935
|
+
flatResponse,
|
6936
|
+
rawResponse: {
|
6937
|
+
statusCode: currentRawResponse.status,
|
6938
|
+
body: currentRawResponse.parsedBody,
|
6939
|
+
headers: currentRawResponse.headers.toJSON()
|
6940
|
+
}
|
6941
|
+
};
|
6942
|
+
});
|
6943
|
+
const lro = createLroSpec({
|
6944
|
+
sendOperationFn,
|
6945
|
+
args: { resourceGroupName, registryName, credentialSetName, options },
|
6946
|
+
spec: deleteOperationSpec$9
|
6947
|
+
});
|
6948
|
+
const poller = yield coreLro.createHttpPoller(lro, {
|
6949
|
+
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
6950
|
+
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
6951
|
+
resourceLocationConfig: "location"
|
6952
|
+
});
|
6953
|
+
yield poller.poll();
|
6954
|
+
return poller;
|
6955
|
+
});
|
6956
|
+
}
|
6957
|
+
/**
|
6958
|
+
* Deletes a credential set from a container registry.
|
6959
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
6960
|
+
* @param registryName The name of the container registry.
|
6961
|
+
* @param credentialSetName The name of the credential set.
|
6962
|
+
* @param options The options parameters.
|
6963
|
+
*/
|
6964
|
+
beginDeleteAndWait(resourceGroupName, registryName, credentialSetName, options) {
|
6965
|
+
return tslib.__awaiter(this, void 0, void 0, function* () {
|
6966
|
+
const poller = yield this.beginDelete(resourceGroupName, registryName, credentialSetName, options);
|
6967
|
+
return poller.pollUntilDone();
|
6968
|
+
});
|
6969
|
+
}
|
6970
|
+
/**
|
6971
|
+
* Updates a credential set for a container registry with the specified parameters.
|
6972
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
6973
|
+
* @param registryName The name of the container registry.
|
6974
|
+
* @param credentialSetName The name of the credential set.
|
6975
|
+
* @param credentialSetUpdateParameters The parameters for updating a credential set.
|
6976
|
+
* @param options The options parameters.
|
6977
|
+
*/
|
6978
|
+
beginUpdate(resourceGroupName, registryName, credentialSetName, credentialSetUpdateParameters, options) {
|
6979
|
+
return tslib.__awaiter(this, void 0, void 0, function* () {
|
6980
|
+
const directSendOperation = (args, spec) => tslib.__awaiter(this, void 0, void 0, function* () {
|
6981
|
+
return this.client.sendOperationRequest(args, spec);
|
6982
|
+
});
|
6983
|
+
const sendOperationFn = (args, spec) => tslib.__awaiter(this, void 0, void 0, function* () {
|
6984
|
+
var _a;
|
6985
|
+
let currentRawResponse = undefined;
|
6986
|
+
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
6987
|
+
const callback = (rawResponse, flatResponse) => {
|
6988
|
+
currentRawResponse = rawResponse;
|
6989
|
+
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
6990
|
+
};
|
6991
|
+
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
6992
|
+
const flatResponse = yield directSendOperation(updatedArgs, spec);
|
6993
|
+
return {
|
6994
|
+
flatResponse,
|
6995
|
+
rawResponse: {
|
6996
|
+
statusCode: currentRawResponse.status,
|
6997
|
+
body: currentRawResponse.parsedBody,
|
6998
|
+
headers: currentRawResponse.headers.toJSON()
|
6999
|
+
}
|
7000
|
+
};
|
7001
|
+
});
|
7002
|
+
const lro = createLroSpec({
|
7003
|
+
sendOperationFn,
|
7004
|
+
args: {
|
7005
|
+
resourceGroupName,
|
7006
|
+
registryName,
|
7007
|
+
credentialSetName,
|
7008
|
+
credentialSetUpdateParameters,
|
7009
|
+
options
|
7010
|
+
},
|
7011
|
+
spec: updateOperationSpec$9
|
7012
|
+
});
|
7013
|
+
const poller = yield coreLro.createHttpPoller(lro, {
|
7014
|
+
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
7015
|
+
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
7016
|
+
resourceLocationConfig: "azure-async-operation"
|
7017
|
+
});
|
7018
|
+
yield poller.poll();
|
7019
|
+
return poller;
|
7020
|
+
});
|
7021
|
+
}
|
7022
|
+
/**
|
7023
|
+
* Updates a credential set for a container registry with the specified parameters.
|
7024
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
7025
|
+
* @param registryName The name of the container registry.
|
7026
|
+
* @param credentialSetName The name of the credential set.
|
7027
|
+
* @param credentialSetUpdateParameters The parameters for updating a credential set.
|
7028
|
+
* @param options The options parameters.
|
7029
|
+
*/
|
7030
|
+
beginUpdateAndWait(resourceGroupName, registryName, credentialSetName, credentialSetUpdateParameters, options) {
|
7031
|
+
return tslib.__awaiter(this, void 0, void 0, function* () {
|
7032
|
+
const poller = yield this.beginUpdate(resourceGroupName, registryName, credentialSetName, credentialSetUpdateParameters, options);
|
7033
|
+
return poller.pollUntilDone();
|
7034
|
+
});
|
7035
|
+
}
|
7036
|
+
/**
|
7037
|
+
* ListNext
|
7038
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
7039
|
+
* @param registryName The name of the container registry.
|
7040
|
+
* @param nextLink The nextLink from the previous successful call to the List method.
|
7041
|
+
* @param options The options parameters.
|
7042
|
+
*/
|
7043
|
+
_listNext(resourceGroupName, registryName, nextLink, options) {
|
7044
|
+
return this.client.sendOperationRequest({ resourceGroupName, registryName, nextLink, options }, listNextOperationSpec$b);
|
7045
|
+
}
|
7046
|
+
}
|
7047
|
+
// Operation Specifications
|
7048
|
+
const serializer$b = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
|
7049
|
+
const listOperationSpec$b = {
|
7050
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/credentialSets",
|
7051
|
+
httpMethod: "GET",
|
7052
|
+
responses: {
|
7053
|
+
200: {
|
7054
|
+
bodyMapper: CredentialSetListResult
|
7055
|
+
},
|
7056
|
+
default: {
|
7057
|
+
bodyMapper: ErrorResponse
|
5678
7058
|
}
|
5679
|
-
}
|
5680
|
-
|
5681
|
-
|
5682
|
-
|
5683
|
-
|
5684
|
-
|
5685
|
-
|
5686
|
-
|
5687
|
-
|
7059
|
+
},
|
7060
|
+
queryParameters: [apiVersion],
|
7061
|
+
urlParameters: [
|
7062
|
+
$host,
|
7063
|
+
subscriptionId,
|
7064
|
+
resourceGroupName,
|
7065
|
+
registryName
|
7066
|
+
],
|
7067
|
+
headerParameters: [accept],
|
7068
|
+
serializer: serializer$b
|
5688
7069
|
};
|
5689
|
-
const
|
5690
|
-
|
5691
|
-
|
5692
|
-
|
5693
|
-
|
5694
|
-
|
7070
|
+
const getOperationSpec$a = {
|
7071
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/credentialSets/{credentialSetName}",
|
7072
|
+
httpMethod: "GET",
|
7073
|
+
responses: {
|
7074
|
+
200: {
|
7075
|
+
bodyMapper: CredentialSet
|
7076
|
+
},
|
7077
|
+
default: {
|
7078
|
+
bodyMapper: ErrorResponse
|
5695
7079
|
}
|
5696
|
-
}
|
7080
|
+
},
|
7081
|
+
queryParameters: [apiVersion],
|
7082
|
+
urlParameters: [
|
7083
|
+
$host,
|
7084
|
+
subscriptionId,
|
7085
|
+
resourceGroupName,
|
7086
|
+
registryName,
|
7087
|
+
credentialSetName
|
7088
|
+
],
|
7089
|
+
headerParameters: [accept],
|
7090
|
+
serializer: serializer$b
|
5697
7091
|
};
|
5698
|
-
const
|
5699
|
-
|
5700
|
-
|
5701
|
-
|
5702
|
-
|
5703
|
-
|
7092
|
+
const createOperationSpec$8 = {
|
7093
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/credentialSets/{credentialSetName}",
|
7094
|
+
httpMethod: "PUT",
|
7095
|
+
responses: {
|
7096
|
+
200: {
|
7097
|
+
bodyMapper: CredentialSet
|
7098
|
+
},
|
7099
|
+
201: {
|
7100
|
+
bodyMapper: CredentialSet
|
7101
|
+
},
|
7102
|
+
202: {
|
7103
|
+
bodyMapper: CredentialSet
|
7104
|
+
},
|
7105
|
+
204: {
|
7106
|
+
bodyMapper: CredentialSet
|
7107
|
+
},
|
7108
|
+
default: {
|
7109
|
+
bodyMapper: ErrorResponse
|
5704
7110
|
}
|
5705
|
-
}
|
7111
|
+
},
|
7112
|
+
requestBody: credentialSetCreateParameters,
|
7113
|
+
queryParameters: [apiVersion],
|
7114
|
+
urlParameters: [
|
7115
|
+
$host,
|
7116
|
+
subscriptionId,
|
7117
|
+
resourceGroupName,
|
7118
|
+
registryName,
|
7119
|
+
credentialSetName
|
7120
|
+
],
|
7121
|
+
headerParameters: [accept, contentType],
|
7122
|
+
mediaType: "json",
|
7123
|
+
serializer: serializer$b
|
5706
7124
|
};
|
5707
|
-
const
|
5708
|
-
|
5709
|
-
|
5710
|
-
|
5711
|
-
|
5712
|
-
|
5713
|
-
|
7125
|
+
const deleteOperationSpec$9 = {
|
7126
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/credentialSets/{credentialSetName}",
|
7127
|
+
httpMethod: "DELETE",
|
7128
|
+
responses: {
|
7129
|
+
200: {
|
7130
|
+
headersMapper: CredentialSetsDeleteHeaders
|
7131
|
+
},
|
7132
|
+
201: {
|
7133
|
+
headersMapper: CredentialSetsDeleteHeaders
|
7134
|
+
},
|
7135
|
+
202: {
|
7136
|
+
headersMapper: CredentialSetsDeleteHeaders
|
7137
|
+
},
|
7138
|
+
204: {
|
7139
|
+
headersMapper: CredentialSetsDeleteHeaders
|
7140
|
+
},
|
7141
|
+
default: {
|
7142
|
+
bodyMapper: ErrorResponse
|
5714
7143
|
}
|
5715
|
-
}
|
5716
|
-
|
5717
|
-
|
5718
|
-
|
5719
|
-
|
7144
|
+
},
|
7145
|
+
queryParameters: [apiVersion],
|
7146
|
+
urlParameters: [
|
7147
|
+
$host,
|
7148
|
+
subscriptionId,
|
7149
|
+
resourceGroupName,
|
7150
|
+
registryName,
|
7151
|
+
credentialSetName
|
7152
|
+
],
|
7153
|
+
headerParameters: [accept],
|
7154
|
+
serializer: serializer$b
|
5720
7155
|
};
|
5721
|
-
const
|
5722
|
-
|
5723
|
-
|
5724
|
-
|
5725
|
-
|
5726
|
-
|
5727
|
-
MinLength: 5
|
7156
|
+
const updateOperationSpec$9 = {
|
7157
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/credentialSets/{credentialSetName}",
|
7158
|
+
httpMethod: "PATCH",
|
7159
|
+
responses: {
|
7160
|
+
200: {
|
7161
|
+
bodyMapper: CredentialSet
|
5728
7162
|
},
|
5729
|
-
|
5730
|
-
|
5731
|
-
|
5732
|
-
|
7163
|
+
201: {
|
7164
|
+
bodyMapper: CredentialSet
|
7165
|
+
},
|
7166
|
+
202: {
|
7167
|
+
bodyMapper: CredentialSet
|
7168
|
+
},
|
7169
|
+
204: {
|
7170
|
+
bodyMapper: CredentialSet
|
7171
|
+
},
|
7172
|
+
default: {
|
7173
|
+
bodyMapper: ErrorResponse
|
5733
7174
|
}
|
5734
|
-
}
|
5735
|
-
|
5736
|
-
|
5737
|
-
|
5738
|
-
|
5739
|
-
|
5740
|
-
|
5741
|
-
|
5742
|
-
|
7175
|
+
},
|
7176
|
+
requestBody: credentialSetUpdateParameters,
|
7177
|
+
queryParameters: [apiVersion],
|
7178
|
+
urlParameters: [
|
7179
|
+
$host,
|
7180
|
+
subscriptionId,
|
7181
|
+
resourceGroupName,
|
7182
|
+
registryName,
|
7183
|
+
credentialSetName
|
7184
|
+
],
|
7185
|
+
headerParameters: [accept, contentType],
|
7186
|
+
mediaType: "json",
|
7187
|
+
serializer: serializer$b
|
5743
7188
|
};
|
5744
|
-
const
|
5745
|
-
|
5746
|
-
|
5747
|
-
|
5748
|
-
|
5749
|
-
|
5750
|
-
MinLength: 5
|
7189
|
+
const listNextOperationSpec$b = {
|
7190
|
+
path: "{nextLink}",
|
7191
|
+
httpMethod: "GET",
|
7192
|
+
responses: {
|
7193
|
+
200: {
|
7194
|
+
bodyMapper: CredentialSetListResult
|
5751
7195
|
},
|
5752
|
-
|
5753
|
-
|
5754
|
-
type: {
|
5755
|
-
name: "String"
|
7196
|
+
default: {
|
7197
|
+
bodyMapper: ErrorResponse
|
5756
7198
|
}
|
5757
|
-
}
|
5758
|
-
|
5759
|
-
|
5760
|
-
|
5761
|
-
|
5762
|
-
|
5763
|
-
|
5764
|
-
|
5765
|
-
|
7199
|
+
},
|
7200
|
+
urlParameters: [
|
7201
|
+
$host,
|
7202
|
+
subscriptionId,
|
7203
|
+
resourceGroupName,
|
7204
|
+
registryName,
|
7205
|
+
nextLink
|
7206
|
+
],
|
7207
|
+
headerParameters: [accept],
|
7208
|
+
serializer: serializer$b
|
5766
7209
|
};
|
5767
7210
|
|
5768
|
-
/*
|
5769
|
-
* Copyright (c) Microsoft Corporation.
|
5770
|
-
* Licensed under the MIT License.
|
5771
|
-
*
|
5772
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
5773
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
5774
|
-
*/
|
5775
|
-
function createLroSpec(inputs) {
|
5776
|
-
const { args, spec, sendOperationFn } = inputs;
|
5777
|
-
return {
|
5778
|
-
requestMethod: spec.httpMethod,
|
5779
|
-
requestPath: spec.path,
|
5780
|
-
sendInitialRequest: () => sendOperationFn(args, spec),
|
5781
|
-
sendPollRequest: (path, options) => {
|
5782
|
-
const restSpec = tslib.__rest(spec, ["requestBody"]);
|
5783
|
-
return sendOperationFn(args, Object.assign(Object.assign({}, restSpec), { httpMethod: "GET", path, abortSignal: options === null || options === void 0 ? void 0 : options.abortSignal }));
|
5784
|
-
}
|
5785
|
-
};
|
5786
|
-
}
|
5787
|
-
|
5788
7211
|
/*
|
5789
7212
|
* Copyright (c) Microsoft Corporation.
|
5790
7213
|
* Licensed under the MIT License.
|
@@ -6511,7 +7934,7 @@ const checkNameAvailabilityOperationSpec = {
|
|
6511
7934
|
requestBody: registryNameCheckRequest,
|
6512
7935
|
queryParameters: [apiVersion],
|
6513
7936
|
urlParameters: [$host, subscriptionId],
|
6514
|
-
headerParameters: [
|
7937
|
+
headerParameters: [accept, contentType],
|
6515
7938
|
mediaType: "json",
|
6516
7939
|
serializer: serializer$a
|
6517
7940
|
};
|
@@ -6588,7 +8011,7 @@ const createOperationSpec$7 = {
|
|
6588
8011
|
resourceGroupName,
|
6589
8012
|
registryName
|
6590
8013
|
],
|
6591
|
-
headerParameters: [
|
8014
|
+
headerParameters: [accept, contentType],
|
6592
8015
|
mediaType: "json",
|
6593
8016
|
serializer: serializer$a
|
6594
8017
|
};
|
@@ -6630,7 +8053,7 @@ const updateOperationSpec$8 = {
|
|
6630
8053
|
resourceGroupName,
|
6631
8054
|
registryName
|
6632
8055
|
],
|
6633
|
-
headerParameters: [
|
8056
|
+
headerParameters: [accept, contentType],
|
6634
8057
|
mediaType: "json",
|
6635
8058
|
serializer: serializer$a
|
6636
8059
|
};
|
@@ -6726,7 +8149,7 @@ const regenerateCredentialOperationSpec = {
|
|
6726
8149
|
resourceGroupName,
|
6727
8150
|
registryName
|
6728
8151
|
],
|
6729
|
-
headerParameters: [
|
8152
|
+
headerParameters: [accept, contentType],
|
6730
8153
|
mediaType: "json",
|
6731
8154
|
serializer: serializer$a
|
6732
8155
|
};
|
@@ -6758,7 +8181,7 @@ const generateCredentialsOperationSpec = {
|
|
6758
8181
|
resourceGroupName,
|
6759
8182
|
registryName
|
6760
8183
|
],
|
6761
|
-
headerParameters: [
|
8184
|
+
headerParameters: [accept, contentType],
|
6762
8185
|
mediaType: "json",
|
6763
8186
|
serializer: serializer$a
|
6764
8187
|
};
|
@@ -6779,7 +8202,7 @@ const scheduleRunOperationSpec = {
|
|
6779
8202
|
bodyMapper: Run
|
6780
8203
|
},
|
6781
8204
|
default: {
|
6782
|
-
bodyMapper:
|
8205
|
+
bodyMapper: ErrorResponseForContainerRegistry
|
6783
8206
|
}
|
6784
8207
|
},
|
6785
8208
|
requestBody: runRequest,
|
@@ -6790,7 +8213,7 @@ const scheduleRunOperationSpec = {
|
|
6790
8213
|
registryName,
|
6791
8214
|
resourceGroupName1
|
6792
8215
|
],
|
6793
|
-
headerParameters: [
|
8216
|
+
headerParameters: [accept, contentType],
|
6794
8217
|
mediaType: "json",
|
6795
8218
|
serializer: serializer$a
|
6796
8219
|
};
|
@@ -6802,7 +8225,7 @@ const getBuildSourceUploadUrlOperationSpec = {
|
|
6802
8225
|
bodyMapper: SourceUploadDefinition
|
6803
8226
|
},
|
6804
8227
|
default: {
|
6805
|
-
bodyMapper:
|
8228
|
+
bodyMapper: ErrorResponseForContainerRegistry
|
6806
8229
|
}
|
6807
8230
|
},
|
6808
8231
|
queryParameters: [apiVersion1],
|
@@ -7308,7 +8731,7 @@ const createOrUpdateOperationSpec = {
|
|
7308
8731
|
registryName,
|
7309
8732
|
privateEndpointConnectionName
|
7310
8733
|
],
|
7311
|
-
headerParameters: [
|
8734
|
+
headerParameters: [accept, contentType],
|
7312
8735
|
mediaType: "json",
|
7313
8736
|
serializer: serializer$8
|
7314
8737
|
};
|
@@ -7715,7 +9138,7 @@ const createOperationSpec$6 = {
|
|
7715
9138
|
registryName,
|
7716
9139
|
replicationName
|
7717
9140
|
],
|
7718
|
-
headerParameters: [
|
9141
|
+
headerParameters: [accept, contentType],
|
7719
9142
|
mediaType: "json",
|
7720
9143
|
serializer: serializer$7
|
7721
9144
|
};
|
@@ -7759,7 +9182,7 @@ const updateOperationSpec$7 = {
|
|
7759
9182
|
registryName,
|
7760
9183
|
replicationName
|
7761
9184
|
],
|
7762
|
-
headerParameters: [
|
9185
|
+
headerParameters: [accept, contentType],
|
7763
9186
|
mediaType: "json",
|
7764
9187
|
serializer: serializer$7
|
7765
9188
|
};
|
@@ -8161,7 +9584,7 @@ const createOperationSpec$5 = {
|
|
8161
9584
|
registryName,
|
8162
9585
|
scopeMapName
|
8163
9586
|
],
|
8164
|
-
headerParameters: [
|
9587
|
+
headerParameters: [accept, contentType],
|
8165
9588
|
mediaType: "json",
|
8166
9589
|
serializer: serializer$6
|
8167
9590
|
};
|
@@ -8217,7 +9640,7 @@ const updateOperationSpec$6 = {
|
|
8217
9640
|
registryName,
|
8218
9641
|
scopeMapName
|
8219
9642
|
],
|
8220
|
-
headerParameters: [
|
9643
|
+
headerParameters: [accept, contentType],
|
8221
9644
|
mediaType: "json",
|
8222
9645
|
serializer: serializer$6
|
8223
9646
|
};
|
@@ -8622,7 +10045,7 @@ const createOperationSpec$4 = {
|
|
8622
10045
|
registryName,
|
8623
10046
|
tokenName
|
8624
10047
|
],
|
8625
|
-
headerParameters: [
|
10048
|
+
headerParameters: [accept, contentType],
|
8626
10049
|
mediaType: "json",
|
8627
10050
|
serializer: serializer$5
|
8628
10051
|
};
|
@@ -8678,7 +10101,7 @@ const updateOperationSpec$5 = {
|
|
8678
10101
|
registryName,
|
8679
10102
|
tokenName
|
8680
10103
|
],
|
8681
|
-
headerParameters: [
|
10104
|
+
headerParameters: [accept, contentType],
|
8682
10105
|
mediaType: "json",
|
8683
10106
|
serializer: serializer$5
|
8684
10107
|
};
|
@@ -9184,7 +10607,7 @@ const createOperationSpec$3 = {
|
|
9184
10607
|
registryName,
|
9185
10608
|
webhookName
|
9186
10609
|
],
|
9187
|
-
headerParameters: [
|
10610
|
+
headerParameters: [accept, contentType],
|
9188
10611
|
mediaType: "json",
|
9189
10612
|
serializer: serializer$4
|
9190
10613
|
};
|
@@ -9228,7 +10651,7 @@ const updateOperationSpec$4 = {
|
|
9228
10651
|
registryName,
|
9229
10652
|
webhookName
|
9230
10653
|
],
|
9231
|
-
headerParameters: [
|
10654
|
+
headerParameters: [accept, contentType],
|
9232
10655
|
mediaType: "json",
|
9233
10656
|
serializer: serializer$4
|
9234
10657
|
};
|
@@ -9649,7 +11072,7 @@ const getOperationSpec$3 = {
|
|
9649
11072
|
bodyMapper: AgentPool
|
9650
11073
|
},
|
9651
11074
|
default: {
|
9652
|
-
bodyMapper:
|
11075
|
+
bodyMapper: ErrorResponseForContainerRegistry
|
9653
11076
|
}
|
9654
11077
|
},
|
9655
11078
|
queryParameters: [apiVersion1],
|
@@ -9680,7 +11103,7 @@ const createOperationSpec$2 = {
|
|
9680
11103
|
bodyMapper: AgentPool
|
9681
11104
|
},
|
9682
11105
|
default: {
|
9683
|
-
bodyMapper:
|
11106
|
+
bodyMapper: ErrorResponseForContainerRegistry
|
9684
11107
|
}
|
9685
11108
|
},
|
9686
11109
|
requestBody: agentPool,
|
@@ -9692,7 +11115,7 @@ const createOperationSpec$2 = {
|
|
9692
11115
|
resourceGroupName1,
|
9693
11116
|
agentPoolName
|
9694
11117
|
],
|
9695
|
-
headerParameters: [
|
11118
|
+
headerParameters: [accept, contentType],
|
9696
11119
|
mediaType: "json",
|
9697
11120
|
serializer: serializer$3
|
9698
11121
|
};
|
@@ -9705,7 +11128,7 @@ const deleteOperationSpec$2 = {
|
|
9705
11128
|
202: {},
|
9706
11129
|
204: {},
|
9707
11130
|
default: {
|
9708
|
-
bodyMapper:
|
11131
|
+
bodyMapper: ErrorResponseForContainerRegistry
|
9709
11132
|
}
|
9710
11133
|
},
|
9711
11134
|
queryParameters: [apiVersion1],
|
@@ -9736,7 +11159,7 @@ const updateOperationSpec$3 = {
|
|
9736
11159
|
bodyMapper: AgentPool
|
9737
11160
|
},
|
9738
11161
|
default: {
|
9739
|
-
bodyMapper:
|
11162
|
+
bodyMapper: ErrorResponseForContainerRegistry
|
9740
11163
|
}
|
9741
11164
|
},
|
9742
11165
|
requestBody: updateParameters,
|
@@ -9748,7 +11171,7 @@ const updateOperationSpec$3 = {
|
|
9748
11171
|
resourceGroupName1,
|
9749
11172
|
agentPoolName
|
9750
11173
|
],
|
9751
|
-
headerParameters: [
|
11174
|
+
headerParameters: [accept, contentType],
|
9752
11175
|
mediaType: "json",
|
9753
11176
|
serializer: serializer$3
|
9754
11177
|
};
|
@@ -9760,7 +11183,7 @@ const listOperationSpec$3 = {
|
|
9760
11183
|
bodyMapper: AgentPoolListResult
|
9761
11184
|
},
|
9762
11185
|
default: {
|
9763
|
-
bodyMapper:
|
11186
|
+
bodyMapper: ErrorResponseForContainerRegistry
|
9764
11187
|
}
|
9765
11188
|
},
|
9766
11189
|
queryParameters: [apiVersion1],
|
@@ -9781,7 +11204,7 @@ const getQueueStatusOperationSpec = {
|
|
9781
11204
|
bodyMapper: AgentPoolQueueStatus
|
9782
11205
|
},
|
9783
11206
|
default: {
|
9784
|
-
bodyMapper:
|
11207
|
+
bodyMapper: ErrorResponseForContainerRegistry
|
9785
11208
|
}
|
9786
11209
|
},
|
9787
11210
|
queryParameters: [apiVersion1],
|
@@ -9803,15 +11226,15 @@ const listNextOperationSpec$3 = {
|
|
9803
11226
|
bodyMapper: AgentPoolListResult
|
9804
11227
|
},
|
9805
11228
|
default: {
|
9806
|
-
bodyMapper:
|
11229
|
+
bodyMapper: ErrorResponseForContainerRegistry
|
9807
11230
|
}
|
9808
11231
|
},
|
9809
11232
|
urlParameters: [
|
9810
11233
|
$host,
|
9811
11234
|
subscriptionId,
|
9812
11235
|
registryName,
|
9813
|
-
|
9814
|
-
|
11236
|
+
nextLink,
|
11237
|
+
resourceGroupName1
|
9815
11238
|
],
|
9816
11239
|
headerParameters: [accept],
|
9817
11240
|
serializer: serializer$3
|
@@ -10074,7 +11497,7 @@ const listOperationSpec$2 = {
|
|
10074
11497
|
bodyMapper: RunListResult
|
10075
11498
|
},
|
10076
11499
|
default: {
|
10077
|
-
bodyMapper:
|
11500
|
+
bodyMapper: ErrorResponseForContainerRegistry
|
10078
11501
|
}
|
10079
11502
|
},
|
10080
11503
|
queryParameters: [apiVersion1, filter, top],
|
@@ -10095,7 +11518,7 @@ const getOperationSpec$2 = {
|
|
10095
11518
|
bodyMapper: Run
|
10096
11519
|
},
|
10097
11520
|
default: {
|
10098
|
-
bodyMapper:
|
11521
|
+
bodyMapper: ErrorResponseForContainerRegistry
|
10099
11522
|
}
|
10100
11523
|
},
|
10101
11524
|
queryParameters: [apiVersion1],
|
@@ -10126,7 +11549,7 @@ const updateOperationSpec$2 = {
|
|
10126
11549
|
bodyMapper: Run
|
10127
11550
|
},
|
10128
11551
|
default: {
|
10129
|
-
bodyMapper:
|
11552
|
+
bodyMapper: ErrorResponseForContainerRegistry
|
10130
11553
|
}
|
10131
11554
|
},
|
10132
11555
|
requestBody: runUpdateParameters,
|
@@ -10138,7 +11561,7 @@ const updateOperationSpec$2 = {
|
|
10138
11561
|
resourceGroupName1,
|
10139
11562
|
runId
|
10140
11563
|
],
|
10141
|
-
headerParameters: [
|
11564
|
+
headerParameters: [accept, contentType],
|
10142
11565
|
mediaType: "json",
|
10143
11566
|
serializer: serializer$2
|
10144
11567
|
};
|
@@ -10150,7 +11573,7 @@ const getLogSasUrlOperationSpec = {
|
|
10150
11573
|
bodyMapper: RunGetLogResult
|
10151
11574
|
},
|
10152
11575
|
default: {
|
10153
|
-
bodyMapper:
|
11576
|
+
bodyMapper: ErrorResponseForContainerRegistry
|
10154
11577
|
}
|
10155
11578
|
},
|
10156
11579
|
queryParameters: [apiVersion1],
|
@@ -10173,7 +11596,7 @@ const cancelOperationSpec = {
|
|
10173
11596
|
202: {},
|
10174
11597
|
204: {},
|
10175
11598
|
default: {
|
10176
|
-
bodyMapper:
|
11599
|
+
bodyMapper: ErrorResponseForContainerRegistry
|
10177
11600
|
}
|
10178
11601
|
},
|
10179
11602
|
queryParameters: [apiVersion1],
|
@@ -10195,15 +11618,15 @@ const listNextOperationSpec$2 = {
|
|
10195
11618
|
bodyMapper: RunListResult
|
10196
11619
|
},
|
10197
11620
|
default: {
|
10198
|
-
bodyMapper:
|
11621
|
+
bodyMapper: ErrorResponseForContainerRegistry
|
10199
11622
|
}
|
10200
11623
|
},
|
10201
11624
|
urlParameters: [
|
10202
11625
|
$host,
|
10203
11626
|
subscriptionId,
|
10204
11627
|
registryName,
|
10205
|
-
|
10206
|
-
|
11628
|
+
nextLink,
|
11629
|
+
resourceGroupName1
|
10207
11630
|
],
|
10208
11631
|
headerParameters: [accept],
|
10209
11632
|
serializer: serializer$2
|
@@ -10525,7 +11948,7 @@ const getOperationSpec$1 = {
|
|
10525
11948
|
bodyMapper: TaskRun
|
10526
11949
|
},
|
10527
11950
|
default: {
|
10528
|
-
bodyMapper:
|
11951
|
+
bodyMapper: ErrorResponseForContainerRegistry
|
10529
11952
|
}
|
10530
11953
|
},
|
10531
11954
|
queryParameters: [apiVersion1],
|
@@ -10556,7 +11979,7 @@ const createOperationSpec$1 = {
|
|
10556
11979
|
bodyMapper: TaskRun
|
10557
11980
|
},
|
10558
11981
|
default: {
|
10559
|
-
bodyMapper:
|
11982
|
+
bodyMapper: ErrorResponseForContainerRegistry
|
10560
11983
|
}
|
10561
11984
|
},
|
10562
11985
|
requestBody: taskRun,
|
@@ -10568,7 +11991,7 @@ const createOperationSpec$1 = {
|
|
10568
11991
|
resourceGroupName1,
|
10569
11992
|
taskRunName
|
10570
11993
|
],
|
10571
|
-
headerParameters: [
|
11994
|
+
headerParameters: [accept, contentType],
|
10572
11995
|
mediaType: "json",
|
10573
11996
|
serializer: serializer$1
|
10574
11997
|
};
|
@@ -10581,7 +12004,7 @@ const deleteOperationSpec$1 = {
|
|
10581
12004
|
202: {},
|
10582
12005
|
204: {},
|
10583
12006
|
default: {
|
10584
|
-
bodyMapper:
|
12007
|
+
bodyMapper: ErrorResponseForContainerRegistry
|
10585
12008
|
}
|
10586
12009
|
},
|
10587
12010
|
queryParameters: [apiVersion1],
|
@@ -10612,7 +12035,7 @@ const updateOperationSpec$1 = {
|
|
10612
12035
|
bodyMapper: TaskRun
|
10613
12036
|
},
|
10614
12037
|
default: {
|
10615
|
-
bodyMapper:
|
12038
|
+
bodyMapper: ErrorResponseForContainerRegistry
|
10616
12039
|
}
|
10617
12040
|
},
|
10618
12041
|
requestBody: updateParameters1,
|
@@ -10624,7 +12047,7 @@ const updateOperationSpec$1 = {
|
|
10624
12047
|
resourceGroupName1,
|
10625
12048
|
taskRunName
|
10626
12049
|
],
|
10627
|
-
headerParameters: [
|
12050
|
+
headerParameters: [accept, contentType],
|
10628
12051
|
mediaType: "json",
|
10629
12052
|
serializer: serializer$1
|
10630
12053
|
};
|
@@ -10636,7 +12059,7 @@ const getDetailsOperationSpec$1 = {
|
|
10636
12059
|
bodyMapper: TaskRun
|
10637
12060
|
},
|
10638
12061
|
default: {
|
10639
|
-
bodyMapper:
|
12062
|
+
bodyMapper: ErrorResponseForContainerRegistry
|
10640
12063
|
}
|
10641
12064
|
},
|
10642
12065
|
queryParameters: [apiVersion1],
|
@@ -10658,7 +12081,7 @@ const listOperationSpec$1 = {
|
|
10658
12081
|
bodyMapper: TaskRunListResult
|
10659
12082
|
},
|
10660
12083
|
default: {
|
10661
|
-
bodyMapper:
|
12084
|
+
bodyMapper: ErrorResponseForContainerRegistry
|
10662
12085
|
}
|
10663
12086
|
},
|
10664
12087
|
queryParameters: [apiVersion1],
|
@@ -10679,15 +12102,15 @@ const listNextOperationSpec$1 = {
|
|
10679
12102
|
bodyMapper: TaskRunListResult
|
10680
12103
|
},
|
10681
12104
|
default: {
|
10682
|
-
bodyMapper:
|
12105
|
+
bodyMapper: ErrorResponseForContainerRegistry
|
10683
12106
|
}
|
10684
12107
|
},
|
10685
12108
|
urlParameters: [
|
10686
12109
|
$host,
|
10687
12110
|
subscriptionId,
|
10688
12111
|
registryName,
|
10689
|
-
|
10690
|
-
|
12112
|
+
nextLink,
|
12113
|
+
resourceGroupName1
|
10691
12114
|
],
|
10692
12115
|
headerParameters: [accept],
|
10693
12116
|
serializer: serializer$1
|
@@ -11015,7 +12438,7 @@ const listOperationSpec = {
|
|
11015
12438
|
bodyMapper: TaskListResult
|
11016
12439
|
},
|
11017
12440
|
default: {
|
11018
|
-
bodyMapper:
|
12441
|
+
bodyMapper: ErrorResponseForContainerRegistry
|
11019
12442
|
}
|
11020
12443
|
},
|
11021
12444
|
queryParameters: [apiVersion1],
|
@@ -11036,7 +12459,7 @@ const getOperationSpec = {
|
|
11036
12459
|
bodyMapper: Task
|
11037
12460
|
},
|
11038
12461
|
default: {
|
11039
|
-
bodyMapper:
|
12462
|
+
bodyMapper: ErrorResponseForContainerRegistry
|
11040
12463
|
}
|
11041
12464
|
},
|
11042
12465
|
queryParameters: [apiVersion1],
|
@@ -11067,7 +12490,7 @@ const createOperationSpec = {
|
|
11067
12490
|
bodyMapper: Task
|
11068
12491
|
},
|
11069
12492
|
default: {
|
11070
|
-
bodyMapper:
|
12493
|
+
bodyMapper: ErrorResponseForContainerRegistry
|
11071
12494
|
}
|
11072
12495
|
},
|
11073
12496
|
requestBody: taskCreateParameters,
|
@@ -11079,7 +12502,7 @@ const createOperationSpec = {
|
|
11079
12502
|
resourceGroupName1,
|
11080
12503
|
taskName
|
11081
12504
|
],
|
11082
|
-
headerParameters: [
|
12505
|
+
headerParameters: [accept, contentType],
|
11083
12506
|
mediaType: "json",
|
11084
12507
|
serializer
|
11085
12508
|
};
|
@@ -11092,7 +12515,7 @@ const deleteOperationSpec = {
|
|
11092
12515
|
202: {},
|
11093
12516
|
204: {},
|
11094
12517
|
default: {
|
11095
|
-
bodyMapper:
|
12518
|
+
bodyMapper: ErrorResponseForContainerRegistry
|
11096
12519
|
}
|
11097
12520
|
},
|
11098
12521
|
queryParameters: [apiVersion1],
|
@@ -11123,7 +12546,7 @@ const updateOperationSpec = {
|
|
11123
12546
|
bodyMapper: Task
|
11124
12547
|
},
|
11125
12548
|
default: {
|
11126
|
-
bodyMapper:
|
12549
|
+
bodyMapper: ErrorResponseForContainerRegistry
|
11127
12550
|
}
|
11128
12551
|
},
|
11129
12552
|
requestBody: taskUpdateParameters,
|
@@ -11135,7 +12558,7 @@ const updateOperationSpec = {
|
|
11135
12558
|
resourceGroupName1,
|
11136
12559
|
taskName
|
11137
12560
|
],
|
11138
|
-
headerParameters: [
|
12561
|
+
headerParameters: [accept, contentType],
|
11139
12562
|
mediaType: "json",
|
11140
12563
|
serializer
|
11141
12564
|
};
|
@@ -11147,7 +12570,7 @@ const getDetailsOperationSpec = {
|
|
11147
12570
|
bodyMapper: Task
|
11148
12571
|
},
|
11149
12572
|
default: {
|
11150
|
-
bodyMapper:
|
12573
|
+
bodyMapper: ErrorResponseForContainerRegistry
|
11151
12574
|
}
|
11152
12575
|
},
|
11153
12576
|
queryParameters: [apiVersion1],
|
@@ -11169,15 +12592,15 @@ const listNextOperationSpec = {
|
|
11169
12592
|
bodyMapper: TaskListResult
|
11170
12593
|
},
|
11171
12594
|
default: {
|
11172
|
-
bodyMapper:
|
12595
|
+
bodyMapper: ErrorResponseForContainerRegistry
|
11173
12596
|
}
|
11174
12597
|
},
|
11175
12598
|
urlParameters: [
|
11176
12599
|
$host,
|
11177
12600
|
subscriptionId,
|
11178
12601
|
registryName,
|
11179
|
-
|
11180
|
-
|
12602
|
+
nextLink,
|
12603
|
+
resourceGroupName1
|
11181
12604
|
],
|
11182
12605
|
headerParameters: [accept],
|
11183
12606
|
serializer
|
@@ -11213,7 +12636,7 @@ class ContainerRegistryManagementClient extends coreClient__namespace.ServiceCli
|
|
11213
12636
|
requestContentType: "application/json; charset=utf-8",
|
11214
12637
|
credential: credentials
|
11215
12638
|
};
|
11216
|
-
const packageDetails = `azsdk-js-arm-containerregistry/
|
12639
|
+
const packageDetails = `azsdk-js-arm-containerregistry/11.0.0-beta.1`;
|
11217
12640
|
const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
11218
12641
|
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
11219
12642
|
: `${packageDetails}`;
|
@@ -11246,6 +12669,8 @@ class ContainerRegistryManagementClient extends coreClient__namespace.ServiceCli
|
|
11246
12669
|
this.subscriptionId = subscriptionId;
|
11247
12670
|
// Assigning values to Constant parameters
|
11248
12671
|
this.$host = options.$host || "https://management.azure.com";
|
12672
|
+
this.cacheRules = new CacheRulesImpl(this);
|
12673
|
+
this.credentialSets = new CredentialSetsImpl(this);
|
11249
12674
|
this.registries = new RegistriesImpl(this);
|
11250
12675
|
this.operations = new OperationsImpl(this);
|
11251
12676
|
this.privateEndpointConnections = new PrivateEndpointConnectionsImpl(this);
|