@azure/arm-containerregistry 10.1.1-alpha.20230824.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.
Files changed (173) hide show
  1. package/CHANGELOG.md +55 -8
  2. package/README.md +1 -1
  3. package/dist/index.js +2302 -877
  4. package/dist/index.js.map +1 -1
  5. package/dist/index.min.js +1 -1
  6. package/dist/index.min.js.map +1 -1
  7. package/dist-esm/samples-dev/cacheRulesCreateSample.d.ts +2 -0
  8. package/dist-esm/samples-dev/cacheRulesCreateSample.d.ts.map +1 -0
  9. package/dist-esm/samples-dev/cacheRulesCreateSample.js +45 -0
  10. package/dist-esm/samples-dev/cacheRulesCreateSample.js.map +1 -0
  11. package/dist-esm/samples-dev/cacheRulesDeleteSample.d.ts +2 -0
  12. package/dist-esm/samples-dev/cacheRulesDeleteSample.d.ts.map +1 -0
  13. package/dist-esm/samples-dev/cacheRulesDeleteSample.js +40 -0
  14. package/dist-esm/samples-dev/cacheRulesDeleteSample.js.map +1 -0
  15. package/dist-esm/samples-dev/cacheRulesGetSample.d.ts +2 -0
  16. package/dist-esm/samples-dev/cacheRulesGetSample.d.ts.map +1 -0
  17. package/dist-esm/samples-dev/cacheRulesGetSample.js +40 -0
  18. package/dist-esm/samples-dev/cacheRulesGetSample.js.map +1 -0
  19. package/dist-esm/samples-dev/cacheRulesListSample.d.ts +2 -0
  20. package/dist-esm/samples-dev/cacheRulesListSample.d.ts.map +1 -0
  21. package/dist-esm/samples-dev/cacheRulesListSample.js +60 -0
  22. package/dist-esm/samples-dev/cacheRulesListSample.js.map +1 -0
  23. package/dist-esm/samples-dev/cacheRulesUpdateSample.d.ts +2 -0
  24. package/dist-esm/samples-dev/cacheRulesUpdateSample.d.ts.map +1 -0
  25. package/dist-esm/samples-dev/cacheRulesUpdateSample.js +43 -0
  26. package/dist-esm/samples-dev/cacheRulesUpdateSample.js.map +1 -0
  27. package/dist-esm/samples-dev/credentialSetsCreateSample.d.ts +2 -0
  28. package/dist-esm/samples-dev/credentialSetsCreateSample.d.ts.map +1 -0
  29. package/dist-esm/samples-dev/credentialSetsCreateSample.js +51 -0
  30. package/dist-esm/samples-dev/credentialSetsCreateSample.js.map +1 -0
  31. package/dist-esm/samples-dev/credentialSetsDeleteSample.d.ts +2 -0
  32. package/dist-esm/samples-dev/credentialSetsDeleteSample.d.ts.map +1 -0
  33. package/dist-esm/samples-dev/credentialSetsDeleteSample.js +40 -0
  34. package/dist-esm/samples-dev/credentialSetsDeleteSample.js.map +1 -0
  35. package/dist-esm/samples-dev/credentialSetsGetSample.d.ts +2 -0
  36. package/dist-esm/samples-dev/credentialSetsGetSample.d.ts.map +1 -0
  37. package/dist-esm/samples-dev/credentialSetsGetSample.js +40 -0
  38. package/dist-esm/samples-dev/credentialSetsGetSample.js.map +1 -0
  39. package/dist-esm/samples-dev/credentialSetsListSample.d.ts +2 -0
  40. package/dist-esm/samples-dev/credentialSetsListSample.d.ts.map +1 -0
  41. package/dist-esm/samples-dev/credentialSetsListSample.js +60 -0
  42. package/dist-esm/samples-dev/credentialSetsListSample.js.map +1 -0
  43. package/dist-esm/samples-dev/credentialSetsUpdateSample.d.ts +2 -0
  44. package/dist-esm/samples-dev/credentialSetsUpdateSample.d.ts.map +1 -0
  45. package/dist-esm/samples-dev/credentialSetsUpdateSample.js +49 -0
  46. package/dist-esm/samples-dev/credentialSetsUpdateSample.js.map +1 -0
  47. package/dist-esm/samples-dev/operationsListSample.js +1 -1
  48. package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.js +1 -1
  49. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js +1 -1
  50. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +1 -1
  51. package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js +1 -1
  52. package/dist-esm/samples-dev/registriesCheckNameAvailabilitySample.js +2 -2
  53. package/dist-esm/samples-dev/registriesCreateSample.js +2 -2
  54. package/dist-esm/samples-dev/registriesDeleteSample.js +1 -1
  55. package/dist-esm/samples-dev/registriesGenerateCredentialsSample.js +1 -1
  56. package/dist-esm/samples-dev/registriesGetPrivateLinkResourceSample.js +1 -1
  57. package/dist-esm/samples-dev/registriesGetSample.js +1 -1
  58. package/dist-esm/samples-dev/registriesImportImageSample.js +3 -3
  59. package/dist-esm/samples-dev/registriesListByResourceGroupSample.js +1 -1
  60. package/dist-esm/samples-dev/registriesListCredentialsSample.js +1 -1
  61. package/dist-esm/samples-dev/registriesListPrivateLinkResourcesSample.js +1 -1
  62. package/dist-esm/samples-dev/registriesListSample.js +1 -1
  63. package/dist-esm/samples-dev/registriesListUsagesSample.js +1 -1
  64. package/dist-esm/samples-dev/registriesRegenerateCredentialSample.js +1 -1
  65. package/dist-esm/samples-dev/registriesUpdateSample.js +1 -1
  66. package/dist-esm/samples-dev/replicationsCreateSample.js +2 -2
  67. package/dist-esm/samples-dev/replicationsDeleteSample.js +1 -1
  68. package/dist-esm/samples-dev/replicationsGetSample.js +1 -1
  69. package/dist-esm/samples-dev/replicationsListSample.js +1 -1
  70. package/dist-esm/samples-dev/replicationsUpdateSample.js +1 -1
  71. package/dist-esm/samples-dev/scopeMapsCreateSample.js +1 -1
  72. package/dist-esm/samples-dev/scopeMapsDeleteSample.js +1 -1
  73. package/dist-esm/samples-dev/scopeMapsGetSample.js +1 -1
  74. package/dist-esm/samples-dev/scopeMapsListSample.js +1 -1
  75. package/dist-esm/samples-dev/scopeMapsUpdateSample.js +1 -1
  76. package/dist-esm/samples-dev/tokensCreateSample.js +1 -1
  77. package/dist-esm/samples-dev/tokensDeleteSample.js +1 -1
  78. package/dist-esm/samples-dev/tokensGetSample.js +1 -1
  79. package/dist-esm/samples-dev/tokensListSample.js +1 -1
  80. package/dist-esm/samples-dev/tokensUpdateSample.js +1 -1
  81. package/dist-esm/samples-dev/webhooksCreateSample.js +2 -4
  82. package/dist-esm/samples-dev/webhooksCreateSample.js.map +1 -1
  83. package/dist-esm/samples-dev/webhooksDeleteSample.js +1 -1
  84. package/dist-esm/samples-dev/webhooksGetCallbackConfigSample.js +1 -1
  85. package/dist-esm/samples-dev/webhooksGetSample.js +1 -1
  86. package/dist-esm/samples-dev/webhooksListEventsSample.js +1 -1
  87. package/dist-esm/samples-dev/webhooksListSample.js +1 -1
  88. package/dist-esm/samples-dev/webhooksPingSample.js +1 -1
  89. package/dist-esm/samples-dev/webhooksUpdateSample.js +2 -4
  90. package/dist-esm/samples-dev/webhooksUpdateSample.js.map +1 -1
  91. package/dist-esm/src/containerRegistryManagementClient.d.ts +3 -1
  92. package/dist-esm/src/containerRegistryManagementClient.d.ts.map +1 -1
  93. package/dist-esm/src/containerRegistryManagementClient.js +4 -2
  94. package/dist-esm/src/containerRegistryManagementClient.js.map +1 -1
  95. package/dist-esm/src/models/index.d.ts +432 -141
  96. package/dist-esm/src/models/index.d.ts.map +1 -1
  97. package/dist-esm/src/models/index.js +42 -28
  98. package/dist-esm/src/models/index.js.map +1 -1
  99. package/dist-esm/src/models/mappers.d.ts +24 -7
  100. package/dist-esm/src/models/mappers.d.ts.map +1 -1
  101. package/dist-esm/src/models/mappers.js +644 -236
  102. package/dist-esm/src/models/mappers.js.map +1 -1
  103. package/dist-esm/src/models/parameters.d.ts +10 -4
  104. package/dist-esm/src/models/parameters.d.ts.map +1 -1
  105. package/dist-esm/src/models/parameters.js +72 -26
  106. package/dist-esm/src/models/parameters.js.map +1 -1
  107. package/dist-esm/src/operations/agentPools.js +11 -11
  108. package/dist-esm/src/operations/agentPools.js.map +1 -1
  109. package/dist-esm/src/operations/cacheRules.d.ts +99 -0
  110. package/dist-esm/src/operations/cacheRules.d.ts.map +1 -0
  111. package/dist-esm/src/operations/cacheRules.js +476 -0
  112. package/dist-esm/src/operations/cacheRules.js.map +1 -0
  113. package/dist-esm/src/operations/credentialSets.d.ts +99 -0
  114. package/dist-esm/src/operations/credentialSets.d.ts.map +1 -0
  115. package/dist-esm/src/operations/credentialSets.js +476 -0
  116. package/dist-esm/src/operations/credentialSets.js.map +1 -0
  117. package/dist-esm/src/operations/index.d.ts +2 -0
  118. package/dist-esm/src/operations/index.d.ts.map +1 -1
  119. package/dist-esm/src/operations/index.js +2 -0
  120. package/dist-esm/src/operations/index.js.map +1 -1
  121. package/dist-esm/src/operations/privateEndpointConnections.js +1 -1
  122. package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -1
  123. package/dist-esm/src/operations/registries.js +8 -8
  124. package/dist-esm/src/operations/registries.js.map +1 -1
  125. package/dist-esm/src/operations/replications.js +2 -2
  126. package/dist-esm/src/operations/replications.js.map +1 -1
  127. package/dist-esm/src/operations/runs.js +9 -9
  128. package/dist-esm/src/operations/runs.js.map +1 -1
  129. package/dist-esm/src/operations/scopeMaps.js +2 -2
  130. package/dist-esm/src/operations/scopeMaps.js.map +1 -1
  131. package/dist-esm/src/operations/taskRuns.js +11 -11
  132. package/dist-esm/src/operations/taskRuns.js.map +1 -1
  133. package/dist-esm/src/operations/tasks.js +11 -11
  134. package/dist-esm/src/operations/tasks.js.map +1 -1
  135. package/dist-esm/src/operations/tokens.js +2 -2
  136. package/dist-esm/src/operations/tokens.js.map +1 -1
  137. package/dist-esm/src/operations/webhooks.js +2 -2
  138. package/dist-esm/src/operations/webhooks.js.map +1 -1
  139. package/dist-esm/src/operationsInterfaces/cacheRules.d.ts +74 -0
  140. package/dist-esm/src/operationsInterfaces/cacheRules.d.ts.map +1 -0
  141. package/dist-esm/src/operationsInterfaces/cacheRules.js +9 -0
  142. package/dist-esm/src/operationsInterfaces/cacheRules.js.map +1 -0
  143. package/dist-esm/src/operationsInterfaces/credentialSets.d.ts +74 -0
  144. package/dist-esm/src/operationsInterfaces/credentialSets.d.ts.map +1 -0
  145. package/dist-esm/src/operationsInterfaces/credentialSets.js +9 -0
  146. package/dist-esm/src/operationsInterfaces/credentialSets.js.map +1 -0
  147. package/dist-esm/src/operationsInterfaces/index.d.ts +2 -0
  148. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
  149. package/dist-esm/src/operationsInterfaces/index.js +2 -0
  150. package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
  151. package/package.json +5 -5
  152. package/review/arm-containerregistry.api.md +258 -5
  153. package/src/containerRegistryManagementClient.ts +9 -1
  154. package/src/models/index.ts +494 -152
  155. package/src/models/mappers.ts +682 -243
  156. package/src/models/parameters.ts +83 -27
  157. package/src/operations/agentPools.ts +11 -11
  158. package/src/operations/cacheRules.ts +661 -0
  159. package/src/operations/credentialSets.ts +661 -0
  160. package/src/operations/index.ts +2 -0
  161. package/src/operations/privateEndpointConnections.ts +1 -1
  162. package/src/operations/registries.ts +8 -8
  163. package/src/operations/replications.ts +2 -2
  164. package/src/operations/runs.ts +9 -9
  165. package/src/operations/scopeMaps.ts +2 -2
  166. package/src/operations/taskRuns.ts +11 -11
  167. package/src/operations/tasks.ts +11 -11
  168. package/src/operations/tokens.ts +2 -2
  169. package/src/operations/webhooks.ts +2 -2
  170. package/src/operationsInterfaces/cacheRules.ts +153 -0
  171. package/src/operationsInterfaces/credentialSets.ts +153 -0
  172. package/src/operationsInterfaces/index.ts +2 -0
  173. package/types/arm-containerregistry.d.ts +491 -11
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Deletes the specified private endpoint connection associated with the container registry.
17
17
  *
18
18
  * @summary Deletes the specified private endpoint connection associated with the container registry.
19
- * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2022-12-01/examples/PrivateEndpointConnectionDelete.json
19
+ * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2023-07-01/examples/PrivateEndpointConnectionDelete.json
20
20
  */
21
21
  function privateEndpointConnectionDelete() {
22
22
  return __awaiter(this, void 0, void 0, function* () {
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Get the specified private endpoint connection associated with the container registry.
17
17
  *
18
18
  * @summary Get the specified private endpoint connection associated with the container registry.
19
- * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2022-12-01/examples/PrivateEndpointConnectionGet.json
19
+ * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2023-07-01/examples/PrivateEndpointConnectionGet.json
20
20
  */
21
21
  function privateEndpointConnectionGet() {
22
22
  return __awaiter(this, void 0, void 0, function* () {
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to List all private endpoint connections in a container registry.
17
17
  *
18
18
  * @summary List all private endpoint connections in a container registry.
19
- * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2022-12-01/examples/PrivateEndpointConnectionList.json
19
+ * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2023-07-01/examples/PrivateEndpointConnectionList.json
20
20
  */
21
21
  function privateEndpointConnectionList() {
22
22
  var _a, e_1, _b, _c;
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Checks whether the container registry name is available for use. The name must contain only alphanumeric characters, be globally unique, and between 5 and 50 characters in length.
17
17
  *
18
18
  * @summary Checks whether the container registry name is available for use. The name must contain only alphanumeric characters, be globally unique, and between 5 and 50 characters in length.
19
- * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2022-12-01/examples/RegistryCheckNameAvailable.json
19
+ * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2023-07-01/examples/RegistryCheckNameAvailable.json
20
20
  */
21
21
  function registryCheckNameAvailable() {
22
22
  return __awaiter(this, void 0, void 0, function* () {
@@ -36,7 +36,7 @@ function registryCheckNameAvailable() {
36
36
  * This sample demonstrates how to Checks whether the container registry name is available for use. The name must contain only alphanumeric characters, be globally unique, and between 5 and 50 characters in length.
37
37
  *
38
38
  * @summary Checks whether the container registry name is available for use. The name must contain only alphanumeric characters, be globally unique, and between 5 and 50 characters in length.
39
- * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2022-12-01/examples/RegistryCheckNameNotAvailable.json
39
+ * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2023-07-01/examples/RegistryCheckNameNotAvailable.json
40
40
  */
41
41
  function registryCheckNameNotAvailable() {
42
42
  return __awaiter(this, void 0, void 0, function* () {
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Creates a container registry with the specified parameters.
17
17
  *
18
18
  * @summary Creates a container registry with the specified parameters.
19
- * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2022-12-01/examples/RegistryCreate.json
19
+ * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2023-07-01/examples/RegistryCreate.json
20
20
  */
21
21
  function registryCreate() {
22
22
  return __awaiter(this, void 0, void 0, function* () {
@@ -40,7 +40,7 @@ function registryCreate() {
40
40
  * This sample demonstrates how to Creates a container registry with the specified parameters.
41
41
  *
42
42
  * @summary Creates a container registry with the specified parameters.
43
- * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2022-12-01/examples/RegistryCreateZoneRedundant.json
43
+ * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2023-07-01/examples/RegistryCreateZoneRedundant.json
44
44
  */
45
45
  function registryCreateZoneRedundant() {
46
46
  return __awaiter(this, void 0, void 0, function* () {
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Deletes a container registry.
17
17
  *
18
18
  * @summary Deletes a container registry.
19
- * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2022-12-01/examples/RegistryDelete.json
19
+ * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2023-07-01/examples/RegistryDelete.json
20
20
  */
21
21
  function registryDelete() {
22
22
  return __awaiter(this, void 0, void 0, function* () {
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Generate keys for a token of a specified container registry.
17
17
  *
18
18
  * @summary Generate keys for a token of a specified container registry.
19
- * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2022-12-01/examples/RegistryGenerateCredentials.json
19
+ * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2023-07-01/examples/RegistryGenerateCredentials.json
20
20
  */
21
21
  function registryGenerateCredentials() {
22
22
  return __awaiter(this, void 0, void 0, function* () {
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Gets a private link resource by a specified group name for a container registry.
17
17
  *
18
18
  * @summary Gets a private link resource by a specified group name for a container registry.
19
- * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2022-12-01/examples/RegistryGetPrivateLinkResource.json
19
+ * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2023-07-01/examples/RegistryGetPrivateLinkResource.json
20
20
  */
21
21
  function registryGetPrivateLinkResource() {
22
22
  return __awaiter(this, void 0, void 0, function* () {
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Gets the properties of the specified container registry.
17
17
  *
18
18
  * @summary Gets the properties of the specified container registry.
19
- * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2022-12-01/examples/RegistryGet.json
19
+ * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2023-07-01/examples/RegistryGet.json
20
20
  */
21
21
  function registryGet() {
22
22
  return __awaiter(this, void 0, void 0, function* () {
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Copies an image to this container registry from the specified container registry.
17
17
  *
18
18
  * @summary Copies an image to this container registry from the specified container registry.
19
- * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2022-12-01/examples/ImportImageByManifestDigest.json
19
+ * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2023-07-01/examples/ImportImageByManifestDigest.json
20
20
  */
21
21
  function importImageByManifestDigest() {
22
22
  return __awaiter(this, void 0, void 0, function* () {
@@ -43,7 +43,7 @@ function importImageByManifestDigest() {
43
43
  * This sample demonstrates how to Copies an image to this container registry from the specified container registry.
44
44
  *
45
45
  * @summary Copies an image to this container registry from the specified container registry.
46
- * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2022-12-01/examples/ImportImageByTag.json
46
+ * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2023-07-01/examples/ImportImageByTag.json
47
47
  */
48
48
  function importImageByTag() {
49
49
  return __awaiter(this, void 0, void 0, function* () {
@@ -70,7 +70,7 @@ function importImageByTag() {
70
70
  * This sample demonstrates how to Copies an image to this container registry from the specified container registry.
71
71
  *
72
72
  * @summary Copies an image to this container registry from the specified container registry.
73
- * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2022-12-01/examples/ImportImageFromPublicRegistry.json
73
+ * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2023-07-01/examples/ImportImageFromPublicRegistry.json
74
74
  */
75
75
  function importImageFromPublicRegistry() {
76
76
  return __awaiter(this, void 0, void 0, function* () {
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Lists all the container registries under the specified resource group.
17
17
  *
18
18
  * @summary Lists all the container registries under the specified resource group.
19
- * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2022-12-01/examples/RegistryListByResourceGroup.json
19
+ * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2023-07-01/examples/RegistryListByResourceGroup.json
20
20
  */
21
21
  function registryListByResourceGroup() {
22
22
  var _a, e_1, _b, _c;
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Lists the login credentials for the specified container registry.
17
17
  *
18
18
  * @summary Lists the login credentials for the specified container registry.
19
- * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2022-12-01/examples/RegistryListCredentials.json
19
+ * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2023-07-01/examples/RegistryListCredentials.json
20
20
  */
21
21
  function registryListCredentials() {
22
22
  return __awaiter(this, void 0, void 0, function* () {
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Lists the private link resources for a container registry.
17
17
  *
18
18
  * @summary Lists the private link resources for a container registry.
19
- * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2022-12-01/examples/RegistryListPrivateLinkResources.json
19
+ * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2023-07-01/examples/RegistryListPrivateLinkResources.json
20
20
  */
21
21
  function registryListPrivateLinkResources() {
22
22
  var _a, e_1, _b, _c;
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Lists all the container registries under the specified subscription.
17
17
  *
18
18
  * @summary Lists all the container registries under the specified subscription.
19
- * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2022-12-01/examples/RegistryList.json
19
+ * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2023-07-01/examples/RegistryList.json
20
20
  */
21
21
  function registryList() {
22
22
  var _a, e_1, _b, _c;
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Gets the quota usages for the specified container registry.
17
17
  *
18
18
  * @summary Gets the quota usages for the specified container registry.
19
- * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2022-12-01/examples/RegistryListUsages.json
19
+ * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2023-07-01/examples/RegistryListUsages.json
20
20
  */
21
21
  function registryListUsages() {
22
22
  return __awaiter(this, void 0, void 0, function* () {
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Regenerates one of the login credentials for the specified container registry.
17
17
  *
18
18
  * @summary Regenerates one of the login credentials for the specified container registry.
19
- * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2022-12-01/examples/RegistryRegenerateCredential.json
19
+ * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2023-07-01/examples/RegistryRegenerateCredential.json
20
20
  */
21
21
  function registryRegenerateCredential() {
22
22
  return __awaiter(this, void 0, void 0, function* () {
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Updates a container registry with the specified parameters.
17
17
  *
18
18
  * @summary Updates a container registry with the specified parameters.
19
- * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2022-12-01/examples/RegistryUpdate.json
19
+ * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2023-07-01/examples/RegistryUpdate.json
20
20
  */
21
21
  function registryUpdate() {
22
22
  return __awaiter(this, void 0, void 0, function* () {
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Creates a replication for a container registry with the specified parameters.
17
17
  *
18
18
  * @summary Creates a replication for a container registry with the specified parameters.
19
- * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2022-12-01/examples/ReplicationCreate.json
19
+ * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2023-07-01/examples/ReplicationCreate.json
20
20
  */
21
21
  function replicationCreate() {
22
22
  return __awaiter(this, void 0, void 0, function* () {
@@ -39,7 +39,7 @@ function replicationCreate() {
39
39
  * This sample demonstrates how to Creates a replication for a container registry with the specified parameters.
40
40
  *
41
41
  * @summary Creates a replication for a container registry with the specified parameters.
42
- * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2022-12-01/examples/ReplicationCreateZoneRedundant.json
42
+ * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2023-07-01/examples/ReplicationCreateZoneRedundant.json
43
43
  */
44
44
  function replicationCreateZoneRedundant() {
45
45
  return __awaiter(this, void 0, void 0, function* () {
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Deletes a replication from a container registry.
17
17
  *
18
18
  * @summary Deletes a replication from a container registry.
19
- * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2022-12-01/examples/ReplicationDelete.json
19
+ * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2023-07-01/examples/ReplicationDelete.json
20
20
  */
21
21
  function replicationDelete() {
22
22
  return __awaiter(this, void 0, void 0, function* () {
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Gets the properties of the specified replication.
17
17
  *
18
18
  * @summary Gets the properties of the specified replication.
19
- * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2022-12-01/examples/ReplicationGet.json
19
+ * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2023-07-01/examples/ReplicationGet.json
20
20
  */
21
21
  function replicationGet() {
22
22
  return __awaiter(this, void 0, void 0, function* () {
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Lists all the replications for the specified container registry.
17
17
  *
18
18
  * @summary Lists all the replications for the specified container registry.
19
- * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2022-12-01/examples/ReplicationList.json
19
+ * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2023-07-01/examples/ReplicationList.json
20
20
  */
21
21
  function replicationList() {
22
22
  var _a, e_1, _b, _c;
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Updates a replication for a container registry with the specified parameters.
17
17
  *
18
18
  * @summary Updates a replication for a container registry with the specified parameters.
19
- * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2022-12-01/examples/ReplicationUpdate.json
19
+ * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2023-07-01/examples/ReplicationUpdate.json
20
20
  */
21
21
  function replicationUpdate() {
22
22
  return __awaiter(this, void 0, void 0, function* () {
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Creates a scope map for a container registry with the specified parameters.
17
17
  *
18
18
  * @summary Creates a scope map for a container registry with the specified parameters.
19
- * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2022-12-01/examples/ScopeMapCreate.json
19
+ * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2023-07-01/examples/ScopeMapCreate.json
20
20
  */
21
21
  function scopeMapCreate() {
22
22
  return __awaiter(this, void 0, void 0, function* () {
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Deletes a scope map from a container registry.
17
17
  *
18
18
  * @summary Deletes a scope map from a container registry.
19
- * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2022-12-01/examples/ScopeMapDelete.json
19
+ * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2023-07-01/examples/ScopeMapDelete.json
20
20
  */
21
21
  function scopeMapDelete() {
22
22
  return __awaiter(this, void 0, void 0, function* () {
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Gets the properties of the specified scope map.
17
17
  *
18
18
  * @summary Gets the properties of the specified scope map.
19
- * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2022-12-01/examples/ScopeMapGet.json
19
+ * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2023-07-01/examples/ScopeMapGet.json
20
20
  */
21
21
  function scopeMapGet() {
22
22
  return __awaiter(this, void 0, void 0, function* () {
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Lists all the scope maps for the specified container registry.
17
17
  *
18
18
  * @summary Lists all the scope maps for the specified container registry.
19
- * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2022-12-01/examples/ScopeMapList.json
19
+ * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2023-07-01/examples/ScopeMapList.json
20
20
  */
21
21
  function scopeMapList() {
22
22
  var _a, e_1, _b, _c;
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Updates a scope map with the specified parameters.
17
17
  *
18
18
  * @summary Updates a scope map with the specified parameters.
19
- * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2022-12-01/examples/ScopeMapUpdate.json
19
+ * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2023-07-01/examples/ScopeMapUpdate.json
20
20
  */
21
21
  function scopeMapUpdate() {
22
22
  return __awaiter(this, void 0, void 0, function* () {
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Creates a token for a container registry with the specified parameters.
17
17
  *
18
18
  * @summary Creates a token for a container registry with the specified parameters.
19
- * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2022-12-01/examples/TokenCreate.json
19
+ * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2023-07-01/examples/TokenCreate.json
20
20
  */
21
21
  function tokenCreate() {
22
22
  return __awaiter(this, void 0, void 0, function* () {
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Deletes a token from a container registry.
17
17
  *
18
18
  * @summary Deletes a token from a container registry.
19
- * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2022-12-01/examples/TokenDelete.json
19
+ * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2023-07-01/examples/TokenDelete.json
20
20
  */
21
21
  function tokenDelete() {
22
22
  return __awaiter(this, void 0, void 0, function* () {
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Gets the properties of the specified token.
17
17
  *
18
18
  * @summary Gets the properties of the specified token.
19
- * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2022-12-01/examples/TokenGet.json
19
+ * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2023-07-01/examples/TokenGet.json
20
20
  */
21
21
  function tokenGet() {
22
22
  return __awaiter(this, void 0, void 0, function* () {
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Lists all the tokens for the specified container registry.
17
17
  *
18
18
  * @summary Lists all the tokens for the specified container registry.
19
- * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2022-12-01/examples/TokenList.json
19
+ * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2023-07-01/examples/TokenList.json
20
20
  */
21
21
  function tokenList() {
22
22
  var _a, e_1, _b, _c;
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Updates a token with the specified parameters.
17
17
  *
18
18
  * @summary Updates a token with the specified parameters.
19
- * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2022-12-01/examples/TokenUpdate.json
19
+ * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2023-07-01/examples/TokenUpdate.json
20
20
  */
21
21
  function tokenUpdate() {
22
22
  return __awaiter(this, void 0, void 0, function* () {
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Creates a webhook for a container registry with the specified parameters.
17
17
  *
18
18
  * @summary Creates a webhook for a container registry with the specified parameters.
19
- * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2022-12-01/examples/WebhookCreate.json
19
+ * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2023-07-01/examples/WebhookCreate.json
20
20
  */
21
21
  function webhookCreate() {
22
22
  return __awaiter(this, void 0, void 0, function* () {
@@ -27,9 +27,7 @@ function webhookCreate() {
27
27
  const webhookName = "myWebhook";
28
28
  const webhookCreateParameters = {
29
29
  actions: ["push"],
30
- customHeaders: {
31
- authorization: "******"
32
- },
30
+ customHeaders: { authorization: "******" },
33
31
  location: "westus",
34
32
  scope: "myRepository",
35
33
  serviceUri: "http://myservice.com",
@@ -1 +1 @@
1
- {"version":3,"file":"webhooksCreateSample.js","sourceRoot":"","sources":["../../samples-dev/webhooksCreateSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAEL,iCAAiC,EAClC,MAAM,8BAA8B,CAAC;AACtC,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,KAAK,MAAM,MAAM,QAAQ,CAAC;AAEjC,MAAM,CAAC,MAAM,EAAE,CAAC;AAEhB;;;;;GAKG;AACH,SAAe,aAAa;;QAC1B,MAAM,cAAc,GAClB,OAAO,CAAC,GAAG,CAAC,mCAAmC,CAAC;YAChD,sCAAsC,CAAC;QACzC,MAAM,iBAAiB,GACrB,OAAO,CAAC,GAAG,CAAC,kCAAkC,CAAC,IAAI,iBAAiB,CAAC;QACvE,MAAM,YAAY,GAAG,YAAY,CAAC;QAClC,MAAM,WAAW,GAAG,WAAW,CAAC;QAChC,MAAM,uBAAuB,GAA4B;YACvD,OAAO,EAAE,CAAC,MAAM,CAAC;YACjB,aAAa,EAAE;gBACb,aAAa,EAAE,QAAQ;aACxB;YACD,QAAQ,EAAE,QAAQ;YAClB,KAAK,EAAE,cAAc;YACrB,UAAU,EAAE,sBAAsB;YAClC,MAAM,EAAE,SAAS;YACjB,IAAI,EAAE,EAAE,GAAG,EAAE,OAAO,EAAE;SACvB,CAAC;QACF,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,iCAAiC,CAClD,UAAU,EACV,cAAc,CACf,CAAC;QACF,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,QAAQ,CAAC,kBAAkB,CACrD,iBAAiB,EACjB,YAAY,EACZ,WAAW,EACX,uBAAuB,CACxB,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,SAAe,IAAI;;QACjB,aAAa,EAAE,CAAC;IAClB,CAAC;CAAA;AAED,IAAI,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
1
+ {"version":3,"file":"webhooksCreateSample.js","sourceRoot":"","sources":["../../samples-dev/webhooksCreateSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAEL,iCAAiC,EAClC,MAAM,8BAA8B,CAAC;AACtC,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,KAAK,MAAM,MAAM,QAAQ,CAAC;AAEjC,MAAM,CAAC,MAAM,EAAE,CAAC;AAEhB;;;;;GAKG;AACH,SAAe,aAAa;;QAC1B,MAAM,cAAc,GAClB,OAAO,CAAC,GAAG,CAAC,mCAAmC,CAAC;YAChD,sCAAsC,CAAC;QACzC,MAAM,iBAAiB,GACrB,OAAO,CAAC,GAAG,CAAC,kCAAkC,CAAC,IAAI,iBAAiB,CAAC;QACvE,MAAM,YAAY,GAAG,YAAY,CAAC;QAClC,MAAM,WAAW,GAAG,WAAW,CAAC;QAChC,MAAM,uBAAuB,GAA4B;YACvD,OAAO,EAAE,CAAC,MAAM,CAAC;YACjB,aAAa,EAAE,EAAE,aAAa,EAAE,QAAQ,EAAE;YAC1C,QAAQ,EAAE,QAAQ;YAClB,KAAK,EAAE,cAAc;YACrB,UAAU,EAAE,sBAAsB;YAClC,MAAM,EAAE,SAAS;YACjB,IAAI,EAAE,EAAE,GAAG,EAAE,OAAO,EAAE;SACvB,CAAC;QACF,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,iCAAiC,CAClD,UAAU,EACV,cAAc,CACf,CAAC;QACF,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,QAAQ,CAAC,kBAAkB,CACrD,iBAAiB,EACjB,YAAY,EACZ,WAAW,EACX,uBAAuB,CACxB,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,SAAe,IAAI;;QACjB,aAAa,EAAE,CAAC;IAClB,CAAC;CAAA;AAED,IAAI,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Deletes a webhook from a container registry.
17
17
  *
18
18
  * @summary Deletes a webhook from a container registry.
19
- * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2022-12-01/examples/WebhookDelete.json
19
+ * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2023-07-01/examples/WebhookDelete.json
20
20
  */
21
21
  function webhookDelete() {
22
22
  return __awaiter(this, void 0, void 0, function* () {
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Gets the configuration of service URI and custom headers for the webhook.
17
17
  *
18
18
  * @summary Gets the configuration of service URI and custom headers for the webhook.
19
- * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2022-12-01/examples/WebhookGetCallbackConfig.json
19
+ * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2023-07-01/examples/WebhookGetCallbackConfig.json
20
20
  */
21
21
  function webhookGetCallbackConfig() {
22
22
  return __awaiter(this, void 0, void 0, function* () {
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Gets the properties of the specified webhook.
17
17
  *
18
18
  * @summary Gets the properties of the specified webhook.
19
- * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2022-12-01/examples/WebhookGet.json
19
+ * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2023-07-01/examples/WebhookGet.json
20
20
  */
21
21
  function webhookGet() {
22
22
  return __awaiter(this, void 0, void 0, function* () {
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Lists recent events for the specified webhook.
17
17
  *
18
18
  * @summary Lists recent events for the specified webhook.
19
- * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2022-12-01/examples/WebhookListEvents.json
19
+ * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2023-07-01/examples/WebhookListEvents.json
20
20
  */
21
21
  function webhookListEvents() {
22
22
  var _a, e_1, _b, _c;
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Lists all the webhooks for the specified container registry.
17
17
  *
18
18
  * @summary Lists all the webhooks for the specified container registry.
19
- * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2022-12-01/examples/WebhookList.json
19
+ * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2023-07-01/examples/WebhookList.json
20
20
  */
21
21
  function webhookList() {
22
22
  var _a, e_1, _b, _c;
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Triggers a ping event to be sent to the webhook.
17
17
  *
18
18
  * @summary Triggers a ping event to be sent to the webhook.
19
- * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2022-12-01/examples/WebhookPing.json
19
+ * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2023-07-01/examples/WebhookPing.json
20
20
  */
21
21
  function webhookPing() {
22
22
  return __awaiter(this, void 0, void 0, function* () {
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Updates a webhook with the specified parameters.
17
17
  *
18
18
  * @summary Updates a webhook with the specified parameters.
19
- * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2022-12-01/examples/WebhookUpdate.json
19
+ * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2023-07-01/examples/WebhookUpdate.json
20
20
  */
21
21
  function webhookUpdate() {
22
22
  return __awaiter(this, void 0, void 0, function* () {
@@ -27,9 +27,7 @@ function webhookUpdate() {
27
27
  const webhookName = "myWebhook";
28
28
  const webhookUpdateParameters = {
29
29
  actions: ["push"],
30
- customHeaders: {
31
- authorization: "******"
32
- },
30
+ customHeaders: { authorization: "******" },
33
31
  scope: "myRepository",
34
32
  serviceUri: "http://myservice.com",
35
33
  status: "enabled",
@@ -1 +1 @@
1
- {"version":3,"file":"webhooksUpdateSample.js","sourceRoot":"","sources":["../../samples-dev/webhooksUpdateSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAEL,iCAAiC,EAClC,MAAM,8BAA8B,CAAC;AACtC,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,KAAK,MAAM,MAAM,QAAQ,CAAC;AAEjC,MAAM,CAAC,MAAM,EAAE,CAAC;AAEhB;;;;;GAKG;AACH,SAAe,aAAa;;QAC1B,MAAM,cAAc,GAClB,OAAO,CAAC,GAAG,CAAC,mCAAmC,CAAC;YAChD,sCAAsC,CAAC;QACzC,MAAM,iBAAiB,GACrB,OAAO,CAAC,GAAG,CAAC,kCAAkC,CAAC,IAAI,iBAAiB,CAAC;QACvE,MAAM,YAAY,GAAG,YAAY,CAAC;QAClC,MAAM,WAAW,GAAG,WAAW,CAAC;QAChC,MAAM,uBAAuB,GAA4B;YACvD,OAAO,EAAE,CAAC,MAAM,CAAC;YACjB,aAAa,EAAE;gBACb,aAAa,EAAE,QAAQ;aACxB;YACD,KAAK,EAAE,cAAc;YACrB,UAAU,EAAE,sBAAsB;YAClC,MAAM,EAAE,SAAS;YACjB,IAAI,EAAE,EAAE,GAAG,EAAE,OAAO,EAAE;SACvB,CAAC;QACF,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,iCAAiC,CAClD,UAAU,EACV,cAAc,CACf,CAAC;QACF,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,QAAQ,CAAC,kBAAkB,CACrD,iBAAiB,EACjB,YAAY,EACZ,WAAW,EACX,uBAAuB,CACxB,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,SAAe,IAAI;;QACjB,aAAa,EAAE,CAAC;IAClB,CAAC;CAAA;AAED,IAAI,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
1
+ {"version":3,"file":"webhooksUpdateSample.js","sourceRoot":"","sources":["../../samples-dev/webhooksUpdateSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAEL,iCAAiC,EAClC,MAAM,8BAA8B,CAAC;AACtC,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,KAAK,MAAM,MAAM,QAAQ,CAAC;AAEjC,MAAM,CAAC,MAAM,EAAE,CAAC;AAEhB;;;;;GAKG;AACH,SAAe,aAAa;;QAC1B,MAAM,cAAc,GAClB,OAAO,CAAC,GAAG,CAAC,mCAAmC,CAAC;YAChD,sCAAsC,CAAC;QACzC,MAAM,iBAAiB,GACrB,OAAO,CAAC,GAAG,CAAC,kCAAkC,CAAC,IAAI,iBAAiB,CAAC;QACvE,MAAM,YAAY,GAAG,YAAY,CAAC;QAClC,MAAM,WAAW,GAAG,WAAW,CAAC;QAChC,MAAM,uBAAuB,GAA4B;YACvD,OAAO,EAAE,CAAC,MAAM,CAAC;YACjB,aAAa,EAAE,EAAE,aAAa,EAAE,QAAQ,EAAE;YAC1C,KAAK,EAAE,cAAc;YACrB,UAAU,EAAE,sBAAsB;YAClC,MAAM,EAAE,SAAS;YACjB,IAAI,EAAE,EAAE,GAAG,EAAE,OAAO,EAAE;SACvB,CAAC;QACF,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,iCAAiC,CAClD,UAAU,EACV,cAAc,CACf,CAAC;QACF,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,QAAQ,CAAC,kBAAkB,CACrD,iBAAiB,EACjB,YAAY,EACZ,WAAW,EACX,uBAAuB,CACxB,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,SAAe,IAAI;;QACjB,aAAa,EAAE,CAAC;IAClB,CAAC;CAAA;AAED,IAAI,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
@@ -1,6 +1,6 @@
1
1
  import * as coreClient from "@azure/core-client";
2
2
  import * as coreAuth from "@azure/core-auth";
3
- import { Registries, Operations, PrivateEndpointConnections, Replications, ScopeMaps, Tokens, Webhooks, AgentPools, Runs, TaskRuns, Tasks } from "./operationsInterfaces";
3
+ import { CacheRules, CredentialSets, Registries, Operations, PrivateEndpointConnections, Replications, ScopeMaps, Tokens, Webhooks, AgentPools, Runs, TaskRuns, Tasks } from "./operationsInterfaces";
4
4
  import { ContainerRegistryManagementClientOptionalParams } from "./models";
5
5
  export declare class ContainerRegistryManagementClient extends coreClient.ServiceClient {
6
6
  $host: string;
@@ -12,6 +12,8 @@ export declare class ContainerRegistryManagementClient extends coreClient.Servic
12
12
  * @param options The parameter options
13
13
  */
14
14
  constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: ContainerRegistryManagementClientOptionalParams);
15
+ cacheRules: CacheRules;
16
+ credentialSets: CredentialSets;
15
17
  registries: Registries;
16
18
  operations: Operations;
17
19
  privateEndpointConnections: PrivateEndpointConnections;
@@ -1 +1 @@
1
- {"version":3,"file":"containerRegistryManagementClient.d.ts","sourceRoot":"","sources":["../../src/containerRegistryManagementClient.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAEjD,OAAO,KAAK,QAAQ,MAAM,kBAAkB,CAAC;AAc7C,OAAO,EACL,UAAU,EACV,UAAU,EACV,0BAA0B,EAC1B,YAAY,EACZ,SAAS,EACT,MAAM,EACN,QAAQ,EACR,UAAU,EACV,IAAI,EACJ,QAAQ,EACR,KAAK,EACN,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAAE,+CAA+C,EAAE,MAAM,UAAU,CAAC;AAE3E,qBAAa,iCAAkC,SAAQ,UAAU,CAAC,aAAa;IAC7E,KAAK,EAAE,MAAM,CAAC;IACd,cAAc,EAAE,MAAM,CAAC;IAEvB;;;;;OAKG;gBAED,WAAW,EAAE,QAAQ,CAAC,eAAe,EACrC,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,+CAA+C;IAoF3D,UAAU,EAAE,UAAU,CAAC;IACvB,UAAU,EAAE,UAAU,CAAC;IACvB,0BAA0B,EAAE,0BAA0B,CAAC;IACvD,YAAY,EAAE,YAAY,CAAC;IAC3B,SAAS,EAAE,SAAS,CAAC;IACrB,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,QAAQ,CAAC;IACnB,UAAU,EAAE,UAAU,CAAC;IACvB,IAAI,EAAE,IAAI,CAAC;IACX,QAAQ,EAAE,QAAQ,CAAC;IACnB,KAAK,EAAE,KAAK,CAAC;CACd"}
1
+ {"version":3,"file":"containerRegistryManagementClient.d.ts","sourceRoot":"","sources":["../../src/containerRegistryManagementClient.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAEjD,OAAO,KAAK,QAAQ,MAAM,kBAAkB,CAAC;AAgB7C,OAAO,EACL,UAAU,EACV,cAAc,EACd,UAAU,EACV,UAAU,EACV,0BAA0B,EAC1B,YAAY,EACZ,SAAS,EACT,MAAM,EACN,QAAQ,EACR,UAAU,EACV,IAAI,EACJ,QAAQ,EACR,KAAK,EACN,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAAE,+CAA+C,EAAE,MAAM,UAAU,CAAC;AAE3E,qBAAa,iCAAkC,SAAQ,UAAU,CAAC,aAAa;IAC7E,KAAK,EAAE,MAAM,CAAC;IACd,cAAc,EAAE,MAAM,CAAC;IAEvB;;;;;OAKG;gBAED,WAAW,EAAE,QAAQ,CAAC,eAAe,EACrC,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,+CAA+C;IAsF3D,UAAU,EAAE,UAAU,CAAC;IACvB,cAAc,EAAE,cAAc,CAAC;IAC/B,UAAU,EAAE,UAAU,CAAC;IACvB,UAAU,EAAE,UAAU,CAAC;IACvB,0BAA0B,EAAE,0BAA0B,CAAC;IACvD,YAAY,EAAE,YAAY,CAAC;IAC3B,SAAS,EAAE,SAAS,CAAC;IACrB,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,QAAQ,CAAC;IACnB,UAAU,EAAE,UAAU,CAAC;IACvB,IAAI,EAAE,IAAI,CAAC;IACX,QAAQ,EAAE,QAAQ,CAAC;IACnB,KAAK,EAAE,KAAK,CAAC;CACd"}
@@ -7,7 +7,7 @@
7
7
  */
8
8
  import * as coreClient from "@azure/core-client";
9
9
  import * as coreRestPipeline from "@azure/core-rest-pipeline";
10
- import { RegistriesImpl, OperationsImpl, PrivateEndpointConnectionsImpl, ReplicationsImpl, ScopeMapsImpl, TokensImpl, WebhooksImpl, AgentPoolsImpl, RunsImpl, TaskRunsImpl, TasksImpl } from "./operations";
10
+ import { CacheRulesImpl, CredentialSetsImpl, RegistriesImpl, OperationsImpl, PrivateEndpointConnectionsImpl, ReplicationsImpl, ScopeMapsImpl, TokensImpl, WebhooksImpl, AgentPoolsImpl, RunsImpl, TaskRunsImpl, TasksImpl } from "./operations";
11
11
  export class ContainerRegistryManagementClient extends coreClient.ServiceClient {
12
12
  /**
13
13
  * Initializes a new instance of the ContainerRegistryManagementClient class.
@@ -31,7 +31,7 @@ export class ContainerRegistryManagementClient extends coreClient.ServiceClient
31
31
  requestContentType: "application/json; charset=utf-8",
32
32
  credential: credentials
33
33
  };
34
- const packageDetails = `azsdk-js-arm-containerregistry/10.1.1`;
34
+ const packageDetails = `azsdk-js-arm-containerregistry/11.0.0-beta.1`;
35
35
  const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
36
36
  ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
37
37
  : `${packageDetails}`;
@@ -64,6 +64,8 @@ export class ContainerRegistryManagementClient extends coreClient.ServiceClient
64
64
  this.subscriptionId = subscriptionId;
65
65
  // Assigning values to Constant parameters
66
66
  this.$host = options.$host || "https://management.azure.com";
67
+ this.cacheRules = new CacheRulesImpl(this);
68
+ this.credentialSets = new CredentialSetsImpl(this);
67
69
  this.registries = new RegistriesImpl(this);
68
70
  this.operations = new OperationsImpl(this);
69
71
  this.privateEndpointConnections = new PrivateEndpointConnectionsImpl(this);
@@ -1 +1 @@
1
- {"version":3,"file":"containerRegistryManagementClient.js","sourceRoot":"","sources":["../../src/containerRegistryManagementClient.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"containerRegistryManagementClient.js","sourceRoot":"","sources":["../../src/containerRegistryManagementClient.ts"],"names":[],"mappings":"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"}